+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/treemd-0.5.12/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/treemd-0.5.12/work.log ===> Building for treemd-0.5.12 Compiling proc-macro2 v1.0.106 Compiling quote v1.0.45 Compiling unicode-ident v1.0.24 Compiling libc v0.2.186 Compiling cfg-if v1.0.4 Compiling serde_core v1.0.228 Compiling bitflags v2.11.1 Compiling serde v1.0.228 Compiling memchr v2.8.0 Compiling equivalent v1.0.2 Compiling syn v2.0.117 Compiling libm v0.2.16 Compiling errno v0.3.14 Compiling log v0.4.29 Compiling thiserror v2.0.18 Compiling version_check v0.9.5 Compiling rustix v1.1.4 Compiling simd-adler32 v0.3.9 Compiling itoa v1.0.18 Compiling adler2 v2.0.1 Compiling miniz_oxide v0.8.9 Compiling find-msvc-tools v0.1.9 Compiling shlex v1.3.0 Compiling once_cell v1.21.4 Compiling pkg-config v0.3.33 Compiling crc32fast v1.5.0 Compiling cc v1.2.62 Compiling autocfg v1.5.0 Compiling heck v0.5.0 Compiling num-traits v0.2.19 Compiling hashbrown v0.17.1 Compiling serde_derive v1.0.228 Compiling thiserror-impl v2.0.18 Compiling bytemuck_derive v1.10.2 Compiling zerocopy v0.8.48 Compiling indexmap v2.14.0 Compiling bytemuck v1.25.0 Compiling zerocopy-derive v0.8.48 Compiling flate2 v1.1.9 Compiling either v1.15.0 Compiling parking_lot_core v0.9.12 Compiling unicode-width v0.2.2 Compiling ryu v1.0.23 Compiling rustversion v1.0.22 Compiling scopeguard v1.2.0 Compiling foldhash v0.2.0 Compiling lock_api v0.4.14 Compiling ident_case v1.0.1 Compiling smallvec v1.15.1 Compiling crossbeam-utils v0.8.21 Compiling strsim v0.11.1 Compiling allocator-api2 v0.2.21 Compiling darling_core v0.23.0 Compiling parking_lot v0.12.5 Compiling hashbrown v0.16.1 Compiling wayland-sys v0.31.11 Compiling fdeflate v0.3.7 Compiling generic-array v0.14.7 Compiling weezl v0.1.12 Compiling zune-core v0.5.1 Compiling powerfmt v0.2.0 Compiling quick-error v2.0.1 Compiling unicode-segmentation v1.13.2 Compiling signal-hook v0.3.18 Compiling deranged v0.5.8 Compiling convert_case v0.10.0 Compiling darling_macro v0.23.0 Compiling zune-jpeg v0.5.15 Compiling png v0.18.1 Compiling castaway v0.2.4 Compiling itertools v0.14.0 Compiling wayland-backend v0.3.15 Compiling strum_macros v0.27.2 Compiling signal-hook-registry v1.4.8 Compiling time-core v0.1.8 Compiling indoc v2.0.7 Compiling num-conv v0.2.1 Compiling zmij v1.0.21 Compiling num_threads v0.1.7 Compiling pin-project-lite v0.2.17 Compiling instability v0.3.12 Compiling color_quant v1.1.0 Compiling typenum v1.20.0 Compiling static_assertions v1.1.0 Compiling byteorder-lite v0.1.0 Compiling strum v0.27.2 Compiling image-webp v0.2.4 Compiling quick-xml v0.39.4 Compiling unicode-truncate v2.0.1 Compiling compact_str v0.9.0 Compiling gif v0.14.2 Compiling time v0.3.47 Compiling crossbeam-epoch v0.9.18 Compiling darling v0.23.0 Compiling derive_more-impl v2.1.1 Compiling half v2.7.1 Compiling lru v0.16.4 Compiling kasuari v0.4.12 Compiling slotmap v1.1.1 Compiling core_maths v0.1.1 Compiling mio v1.2.0 Compiling rayon-core v1.13.0 Compiling litrs v1.0.0 Compiling downcast-rs v1.2.1 Compiling getrandom v0.4.2 Compiling serde_json v1.0.149 Compiling fax v0.2.7 Compiling radium v0.7.0 Compiling wayland-client v0.31.14 Compiling pxfm v0.1.29 Compiling tiff v0.11.3 Compiling document-features v0.2.12 Compiling signal-hook-mio v0.2.5 error[E0425]: cannot find value `poll_fd` in this scope --> /home/pbulk/build/textproc/treemd/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 --> /home/pbulk/build/textproc/treemd/work/vendor/wayland-backend-0.3.15/src/rs/server_impl/handle.rs:396:15 | 396 | match ret { | ^^^ not found in this scope Compiling ttf-parser v0.25.1 error[E0599]: no associated item named `CMSG_CLOEXEC` found for struct `RecvFlags` in the current scope --> /home/pbulk/build/textproc/treemd/work/vendor/wayland-backend-0.3.15/src/rs/socket.rs:77:54 | 77 | 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/treemd/work/vendor/wayland-backend-0.3.15/src/rs/../server_api.rs:618:22 | 618 | self.backend.dispatch_all_clients(data) | ^^^^^^^^^^^^^^^^^^^^ | ::: /home/pbulk/build/textproc/treemd/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 --> /home/pbulk/build/textproc/treemd/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-trunk-x86_64/textproc/treemd *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/treemd