+ 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/simp-3.6.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/simp-3.6.1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for simp-3.6.1 Compiling cfg-if v1.0.0 Compiling proc-macro2 v1.0.85 Compiling unicode-ident v1.0.12 Compiling quote v1.0.36 Compiling libc v0.2.155 Compiling syn v2.0.66 Compiling autocfg v1.3.0 Compiling log v0.4.21 Compiling once_cell v1.19.0 Compiling bitflags v2.5.0 Compiling smallvec v1.13.2 Compiling num-traits v0.2.19 Compiling version_check v0.9.4 Compiling cc v1.0.99 Compiling pkg-config v0.3.30 Compiling bytemuck_derive v1.7.0 Compiling libloading v0.8.3 Compiling bytemuck v1.16.0 Compiling getrandom v0.2.15 Compiling thiserror v1.0.61 Compiling arrayvec v0.7.4 Compiling thiserror-impl v1.0.61 Compiling crossbeam-utils v0.8.20 Compiling ahash v0.8.11 Compiling rustix v0.38.34 Compiling cfg_aliases v0.1.1 Compiling lock_api v0.4.12 Compiling errno v0.3.9 Compiling simd-adler32 v0.3.7 Compiling scopeguard v1.2.0 Compiling zerocopy v0.7.34 Compiling crossbeam-epoch v0.9.18 Compiling rayon-core v1.12.1 Compiling crossbeam-deque v0.8.5 Compiling adler v1.0.2 Compiling miniz_oxide v0.7.3 Compiling dlib v0.5.2 Compiling wayland-sys v0.31.2 Compiling either v1.12.0 Compiling wayland-backend v0.3.4 Compiling crc32fast v1.4.2 Compiling flate2 v1.0.30 Compiling rayon v1.10.0 Compiling serde v1.0.203 Compiling memchr v2.7.2 Compiling downcast-rs v1.2.1 Compiling scoped-tls v1.0.1 Compiling allocator-api2 v0.2.18 Compiling hashbrown v0.14.5 error[E0425]: cannot find value `poll_fd` in this scope --> /home/pbulk/build/graphics/simp/work/vendor/wayland-backend-0.3.4/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/graphics/simp/work/vendor/wayland-backend-0.3.4/src/rs/server_impl/handle.rs:352:15 | 352 | 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/graphics/simp/work/vendor/wayland-backend-0.3.4/src/rs/socket.rs:74:54 | 74 | let flags = RecvFlags::DONTWAIT | RecvFlags::CMSG_CLOEXEC; | ^^^^^^^^^^^^ associated item not found in `RecvFlags` | note: if you're trying to build a new `RecvFlags` consider using one of the following associated functions: rustix::backend::net::send_recv::_::<impl RecvFlags>::empty rustix::backend::net::send_recv::_::<impl RecvFlags>::all rustix::backend::net::send_recv::_::<impl RecvFlags>::from_bits rustix::backend::net::send_recv::_::<impl RecvFlags>::from_bits_truncate and 2 others --> /home/pbulk/build/graphics/simp/work/vendor/rustix-0.38.34/src/backend/libc/net/send_recv.rs:55:1 | 55 | / bitflags! { 56 | | /// `MSG_*` flags for use with [`recv`], [`recvfrom`], and related 57 | | /// functions. 58 | | /// ... | 102 | | } 103 | | } | |_^ = note: this error originates in the macro `$crate::__impl_bitflags` which comes from the expansion of the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) error[E0599]: no method named `dispatch_all_clients` found for struct `common_poll::InnerBackend` in the current scope --> /home/pbulk/build/graphics/simp/work/vendor/wayland-backend-0.3.4/src/rs/../server_api.rs:579:22 | 579 | self.backend.dispatch_all_clients(data) | ^^^^^^^^^^^^^^^^^^^^ | ::: /home/pbulk/build/graphics/simp/work/vendor/wayland-backend-0.3.4/src/rs/server_impl/common_poll.rs:31:1 | 31 | pub struct InnerBackend<D: 'static> { | ----------------------------------- 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/graphics/simp/work/vendor/wayland-backend-0.3.4/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<usize> { | |_______________________________^ 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 *** Error code 101 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/simp *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/graphics/simp