+ 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/jnv-0.6.2/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/jnv-0.6.2/work.log ===> Building for jnv-0.6.2 Compiling proc-macro2 v1.0.106 Compiling quote v1.0.44 Compiling unicode-ident v1.0.24 Compiling libc v0.2.182 Compiling serde_core v1.0.228 Compiling rustix v1.1.3 Compiling smallvec v1.15.1 Compiling errno v0.3.14 Compiling cfg-if v1.0.4 Compiling syn v2.0.117 Compiling memchr v2.8.0 Compiling log v0.4.29 Compiling autocfg v1.5.0 Compiling num-traits v0.2.19 Compiling bitflags v2.11.0 Compiling shlex v1.3.0 Compiling find-msvc-tools v0.1.9 Compiling parking_lot_core v0.9.12 Compiling crossbeam-utils v0.8.21 Compiling pkg-config v0.3.32 Compiling cc v1.2.56 Compiling wayland-sys v0.31.8 Compiling equivalent v1.0.2 Compiling scopeguard v1.2.0 Compiling futures-core v0.3.32 Compiling hashbrown v0.16.1 Compiling wayland-backend v0.3.12 Compiling lock_api v0.4.14 Compiling indexmap v2.13.0 Compiling signal-hook-registry v1.4.8 Compiling pin-project-lite v0.2.16 Compiling crossbeam-epoch v0.9.18 Compiling parking_lot v0.12.5 Compiling quick-xml v0.38.4 Compiling mio v1.1.1 Compiling wayland-client v0.31.12 Compiling foldhash v0.1.5 Compiling strsim v0.11.1 Compiling unicode-segmentation v1.12.0 Compiling thiserror v1.0.69 Compiling crc32fast v1.5.0 Compiling simd-adler32 v0.3.8 Compiling downcast-rs v1.2.1 Compiling fnv v1.0.7 Compiling serde v1.0.228 Compiling signal-hook v0.3.18 Compiling ident_case v1.0.1 Compiling darling_core v0.20.11 Compiling convert_case v0.10.0 error[E0425]: cannot find value `poll_fd` in this scope --> /home/pbulk/build/textproc/jnv/work/vendor/wayland-backend-0.3.12/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/textproc/jnv/work/vendor/wayland-backend-0.3.12/src/rs/server_impl/handle.rs:362:15 | 362 | match ret { | ^^^ not found in this scope Compiling wayland-scanner v0.31.8 error[E0599]: no associated item named `CMSG_CLOEXEC` found for struct `RecvFlags` in the current scope --> /home/pbulk/build/textproc/jnv/work/vendor/wayland-backend-0.3.12/src/rs/socket.rs:76:54 | 76 | 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/textproc/jnv/work/vendor/wayland-backend-0.3.12/src/rs/../server_api.rs:594:22 | 594 | self.backend.dispatch_all_clients(data) | ^^^^^^^^^^^^^^^^^^^^ | ::: /home/pbulk/build/textproc/jnv/work/vendor/wayland-backend-0.3.12/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/textproc/jnv/work/vendor/wayland-backend-0.3.12/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 thiserror-impl v1.0.69 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/textproc/jnv *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/jnv