=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/leaves", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for leaves-0.2.0 Compiling proc-macro2 v1.0.106 Compiling unicode-ident v1.0.24 Compiling quote v1.0.46 Compiling libc v0.2.186 Compiling cfg-if v1.0.4 Compiling bitflags v2.13.0 Compiling memchr v2.8.2 Compiling allocator-api2 v0.2.21 Compiling foldhash v0.2.0 Compiling syn v2.0.118 Compiling equivalent v1.0.2 Compiling errno v0.3.14 Compiling smallvec v1.15.2 Compiling log v0.4.33 Compiling hashbrown v0.17.1 Compiling rustix v1.1.4 Compiling itoa v1.0.18 Compiling serde_core v1.0.228 Compiling thiserror v2.0.18 Compiling thiserror-impl v2.0.18 Compiling heck v0.5.0 Compiling rustversion v1.0.22 Compiling libm v0.2.16 Compiling find-msvc-tools v0.1.9 Compiling strsim v0.11.1 Compiling once_cell v1.21.4 Compiling ident_case v1.0.1 Compiling pkg-config v0.3.33 Compiling either v1.16.0 Compiling shlex v2.0.1 Compiling cc v1.2.66 Compiling darling_core v0.23.0 Compiling wayland-sys v0.31.11 Compiling aho-corasick v1.1.4 Compiling regex-syntax v0.8.11 Compiling static_assertions v1.1.0 Compiling simd-adler32 v0.3.9 Compiling autocfg v1.5.1 Compiling num-traits v0.2.19 Compiling darling_macro v0.23.0 Compiling regex-automata v0.4.14 Compiling wayland-backend v0.3.15 Compiling castaway v0.2.4 Compiling itertools v0.14.0 Compiling tracing-core v0.1.36 Compiling strum_macros v0.28.0 Compiling hashbrown v0.16.1 Compiling zmij v1.0.21 Compiling serde v1.0.228 Compiling unicode-segmentation v1.13.3 Compiling unicode-width v0.2.2 Compiling instability v0.3.12 Compiling ryu v1.0.23 Compiling parking_lot_core v0.9.12 Compiling adler2 v2.0.1 Compiling compact_str v0.9.1 Compiling miniz_oxide v0.8.9 Compiling unicode-truncate v2.0.1 Compiling quick-xml v0.39.4 Compiling strum v0.28.0 Compiling kasuari v0.4.12 Compiling darling v0.23.0 Compiling serde_derive v1.0.228 Compiling lru v0.18.0 Compiling crc32fast v1.5.0 Compiling scopeguard v1.2.0 Compiling critical-section v1.2.0 Compiling wayland-client v0.31.14 Compiling crossbeam-utils v0.8.21 Compiling signal-hook v0.3.18 Compiling indoc v2.0.7 Compiling downcast-rs v1.2.1 Compiling serde_json v1.0.149 error[E0425]: cannot find value `poll_fd` in this scope --> /tmp/work/sysutils/leaves/work/vendor/wayland-backend-0.3.15/src/rs/server_impl/common_poll.rs:51:57 | 51 | Ok(Self { state: Arc::new(Mutex::new(State::new(poll_fd))) }) | ^^^^^^^ not found in this scope ... 62 | pub fn poll_fd(&self) -> BorrowedFd<'_> { | ------- a method by that name is available on `Self` here error[E0425]: cannot find value `ret` in this scope --> /tmp/work/sysutils/leaves/work/vendor/wayland-backend-0.3.15/src/rs/server_impl/handle.rs:396:15 | 396 | match ret { | ^^^ not found in this scope error[E0599]: no associated function or constant named `CMSG_CLOEXEC` found for struct `RecvFlags` in the current scope --> /tmp/work/sysutils/leaves/work/vendor/wayland-backend-0.3.15/src/rs/socket.rs:77:54 | 77 | let flags = RecvFlags::DONTWAIT | RecvFlags::CMSG_CLOEXEC; | ^^^^^^^^^^^^ associated function or constant not found in `RecvFlags` error[E0599]: no method named `dispatch_all_clients` found for struct `common_poll::InnerBackend` in the current scope --> /tmp/work/sysutils/leaves/work/vendor/wayland-backend-0.3.15/src/rs/../server_api.rs:618:22 | 618 | self.backend.dispatch_all_clients(data) | ^^^^^^^^^^^^^^^^^^^^ | ::: /tmp/work/sysutils/leaves/work/vendor/wayland-backend-0.3.15/src/rs/server_impl/common_poll.rs:31:1 | 31 | pub struct InnerBackend { | ----------------------------------- method `dispatch_all_clients` not found for this struct | help: there is a method `dispatch_client` with a similar name, but with different arguments --> /tmp/work/sysutils/leaves/work/vendor/wayland-backend-0.3.15/src/rs/server_impl/common_poll.rs:69:5 | 69 | / pub fn dispatch_client( 70 | | &self, 71 | | data: &mut D, 72 | | client_id: InnerClientId, 73 | | ) -> std::io::Result { | |_______________________________^ Some errors have detailed explanations: E0425, E0599. For more information about an error, try `rustc --explain E0425`. error: could not compile `wayland-backend` (lib) due to 4 previous errors warning: build failed, waiting for other jobs to finish... *** Error code 101 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/leaves *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/sysutils/leaves