+ 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/tui-journal-0.9.0/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tui-journal-0.9.0/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for tui-journal-0.9.0 Compiling libc v0.2.153 Compiling proc-macro2 v1.0.81 Compiling unicode-ident v1.0.12 Compiling quote v1.0.36 Compiling syn v2.0.60 Compiling once_cell v1.19.0 Compiling autocfg v1.2.0 Compiling jobserver v0.1.31 Compiling pkg-config v0.3.30 Compiling cc v1.0.95 Compiling version_check v0.9.4 Compiling cfg-if v1.0.0 Compiling vcpkg v0.2.15 Compiling serde v1.0.203 Compiling ahash v0.8.11 Compiling serde_derive v1.0.203 Compiling lock_api v0.4.12 Compiling parking_lot_core v0.9.10 Compiling log v0.4.21 Compiling typenum v1.17.0 Compiling openssl-sys v0.9.102 Compiling generic-array v0.14.7 Compiling bitflags v2.5.0 Compiling smallvec v1.13.2 Compiling getrandom v0.2.14 Compiling memchr v2.7.2 Compiling zerocopy v0.7.32 Compiling slab v0.4.9 Compiling num-traits v0.2.18 Compiling allocator-api2 v0.2.18 Compiling hashbrown v0.14.3 Compiling scopeguard v1.2.0 Compiling thiserror v1.0.61 Compiling openssl v0.10.64 Compiling futures-core v0.3.30 Compiling thiserror-impl v1.0.61 Compiling openssl-macros v0.1.1 Compiling paste v1.0.14 Compiling serde_json v1.0.117 Compiling native-tls v0.2.11 Compiling parking_lot v0.12.2 Compiling signal-hook-registry v1.4.2 Compiling crossbeam-utils v0.8.19 Compiling equivalent v1.0.1 Compiling rustix v0.38.34 Compiling pin-project-lite v0.2.14 Compiling indexmap v2.2.6 Compiling either v1.11.0 Compiling mio v0.8.11 Compiling libsqlite3-sys v0.27.0 Compiling tracing-attributes v0.1.27 Compiling errno v0.3.8 Compiling tinyvec_macros v0.1.1 Compiling itoa v1.0.11 Compiling futures-sink v0.3.30 Compiling tinyvec v1.6.0 Compiling libloading v0.8.3 Compiling wayland-sys v0.31.1 Compiling foreign-types-shared v0.1.1 Compiling rustversion v1.0.15 Compiling minimal-lexical v0.2.1 Compiling unicode-segmentation v1.11.0 Compiling heck v0.4.1 Compiling nom v7.1.3 Compiling foreign-types v0.3.2 Compiling dlib v0.5.2 Compiling unicode-normalization v0.1.23 Compiling itertools v0.12.1 Compiling block-buffer v0.10.4 Compiling crypto-common v0.1.6 Compiling wayland-backend v0.3.3 Compiling socket2 v0.5.6 Compiling futures-task v0.3.30 Compiling ryu v1.0.17 Compiling bytes v1.6.0 Compiling pin-utils v0.1.0 Compiling futures-io v0.3.30 Compiling percent-encoding v2.3.1 Compiling unicode-bidi v0.3.15 Compiling idna v0.5.0 Compiling form_urlencoded v1.2.1 Compiling futures-util v0.3.30 Compiling tokio v1.37.0 Compiling digest v0.10.7 Compiling quick-xml v0.31.0 Compiling tracing-core v0.1.32 Compiling unicode_categories v0.1.1 Compiling signal-hook v0.3.17 Compiling iana-time-zone v0.1.60 Compiling downcast-rs v1.2.1 Compiling openssl-probe v0.1.5 Compiling cpufeatures v0.2.12 Compiling crc-catalog v2.4.0 Compiling scoped-tls v1.0.1 error[E0425]: cannot find value `poll_fd` in this scope --> /home/pbulk/build/misc/tui-journal/work/vendor/wayland-backend-0.3.3/src/rs/server_impl/common_poll.rs:52:57 | 52 | Ok(Self { state: Arc::new(Mutex::new(State::new(poll_fd))) }) | ^^^^^^^ not found in this scope ... 63 | 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/misc/tui-journal/work/vendor/wayland-backend-0.3.3/src/rs/server_impl/handle.rs:350:15 | 350 | 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/misc/tui-journal/work/vendor/wayland-backend-0.3.3/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/misc/tui-journal/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/misc/tui-journal/work/vendor/wayland-backend-0.3.3/src/rs/../server_api.rs:575:22 | 575 | self.backend.dispatch_all_clients(data) | ^^^^^^^^^^^^^^^^^^^^ help: there is a method with a similar name: `dispatch_client` | ::: /home/pbulk/build/misc/tui-journal/work/vendor/wayland-backend-0.3.3/src/rs/server_impl/common_poll.rs:32:1 | 32 | pub struct InnerBackend<D: 'static> { | ----------------------------------- method `dispatch_all_clients` not found for this struct 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 in /data/jenkins/workspace/pkgsrc-upstream-trunk/misc/tui-journal *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/misc/tui-journal