+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/serie-0.5.6/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/serie-0.5.6/work.log ===> Building for serie-0.5.6 Compiling proc-macro2 v1.0.92 Compiling unicode-ident v1.0.14 Compiling libc v0.2.169 Compiling serde_core v1.0.228 Compiling serde v1.0.228 Compiling cfg-if v1.0.0 Compiling autocfg v1.3.0 Compiling quote v1.0.38 Compiling errno v0.3.10 Compiling once_cell v1.21.3 Compiling syn v2.0.93 Compiling rustix v0.38.42 Compiling smallvec v1.13.2 Compiling rustversion v1.0.17 Compiling lock_api v0.4.12 Compiling either v1.13.0 Compiling version_check v0.9.4 Compiling log v0.4.22 Compiling parking_lot_core v0.9.10 Compiling ahash v0.8.11 Compiling signal-hook v0.3.17 Compiling scopeguard v1.2.0 Compiling pkg-config v0.3.32 Compiling heck v0.5.0 Compiling signal-hook-registry v1.4.2 Compiling wayland-sys v0.31.7 Compiling crossbeam-utils v0.8.20 Compiling cc v1.1.2 Compiling zerocopy v0.7.35 Compiling parking_lot v0.12.3 Compiling mio v1.0.1 Compiling wayland-backend v0.3.10 Compiling serde_derive v1.0.228 Compiling num-traits v0.2.19 Compiling paste v1.0.15 Compiling allocator-api2 v0.2.18 Compiling memchr v2.7.4 Compiling hashbrown v0.14.5 Compiling quick-xml v0.37.5 Compiling strum_macros v0.26.4 Compiling signal-hook-mio v0.2.4 Compiling castaway v0.2.3 Compiling itertools v0.13.0 Compiling downcast-rs v1.2.1 Compiling ryu v1.0.18 Compiling itoa v1.0.11 Compiling static_assertions v1.1.0 Compiling unicode-width v0.1.13 Compiling wayland-client v0.31.10 Compiling unicode-width v0.2.0 Compiling unicode-segmentation v1.11.0 Compiling simd-adler32 v0.3.7 Compiling strum v0.26.3 Compiling bitflags v2.6.0 Compiling unicode-truncate v1.1.0 Compiling compact_str v0.8.0 Compiling crossbeam-epoch v0.9.18 Compiling wayland-scanner v0.31.7 Compiling lru v0.12.3 Compiling instability v0.3.2 Compiling getrandom v0.3.1 Compiling adler2 v2.0.1 Compiling hashbrown v0.15.2 Compiling crossterm v0.28.1 error[E0425]: cannot find value `poll_fd` in this scope --> /home/pbulk/build/devel/serie/work/vendor/wayland-backend-0.3.10/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 --> /home/pbulk/build/devel/serie/work/vendor/wayland-backend-0.3.10/src/rs/server_impl/handle.rs:353:15 | 353 | match ret { | ^^^ not found in this scope error[E0599]: no associated item named `CMSG_CLOEXEC` found for struct `RecvFlags` in the current scope --> /home/pbulk/build/devel/serie/work/vendor/wayland-backend-0.3.10/src/rs/socket.rs:74:54 | 74 | let flags = RecvFlags::DONTWAIT | RecvFlags::CMSG_CLOEXEC; | ^^^^^^^^^^^^ associated item not found in `RecvFlags` error[E0599]: no method named `dispatch_all_clients` found for struct `common_poll::InnerBackend` in the current scope --> /home/pbulk/build/devel/serie/work/vendor/wayland-backend-0.3.10/src/rs/../server_api.rs:579:22 | 579 | self.backend.dispatch_all_clients(data) | ^^^^^^^^^^^^^^^^^^^^ | ::: /home/pbulk/build/devel/serie/work/vendor/wayland-backend-0.3.10/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 --> /home/pbulk/build/devel/serie/work/vendor/wayland-backend-0.3.10/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 { | |_______________________________^ Compiling rustix v1.0.1 Compiling thiserror v1.0.62 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/devel/serie *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/devel/serie