+ 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.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/tui-journal-0.9.1/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for tui-journal-0.9.1 Compiling libc v0.2.155 Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling quote v1.0.36 Compiling syn v2.0.71 Compiling autocfg v1.3.0 Compiling jobserver v0.1.31 Compiling pkg-config v0.3.30 Compiling cc v1.1.5 Compiling version_check v0.9.4 Compiling cfg-if v1.0.0 Compiling vcpkg v0.2.15 Compiling ahash v0.8.11 Compiling lock_api v0.4.12 Compiling serde v1.0.204 Compiling once_cell v1.19.0 Compiling serde_derive v1.0.204 Compiling typenum v1.17.0 Compiling parking_lot_core v0.9.10 Compiling log v0.4.22 Compiling openssl-sys v0.9.102 Compiling generic-array v0.14.7 Compiling bitflags v2.6.0 Compiling smallvec v1.13.2 Compiling getrandom v0.2.15 Compiling zerocopy v0.7.35 Compiling memchr v2.7.4 Compiling num-traits v0.2.19 Compiling slab v0.4.9 Compiling allocator-api2 v0.2.18 Compiling hashbrown v0.14.5 Compiling scopeguard v1.2.0 Compiling thiserror v1.0.62 Compiling openssl v0.10.64 Compiling futures-core v0.3.30 Compiling openssl-macros v0.1.1 Compiling thiserror-impl v1.0.62 Compiling serde_json v1.0.120 Compiling native-tls v0.2.12 Compiling paste v1.0.15 Compiling parking_lot v0.12.3 Compiling signal-hook-registry v1.4.2 Compiling equivalent v1.0.1 Compiling rustix v0.38.34 Compiling crossbeam-utils v0.8.20 Compiling pin-project-lite v0.2.14 Compiling indexmap v2.2.6 Compiling mio v0.8.11 Compiling libsqlite3-sys v0.27.0 Compiling tracing-attributes v0.1.27 Compiling errno v0.3.9 Compiling itoa v1.0.11 Compiling tinyvec_macros v0.1.1 Compiling futures-sink v0.3.30 Compiling tinyvec v1.8.0 Compiling either v1.13.0 Compiling libloading v0.8.4 Compiling wayland-sys v0.31.3 Compiling minimal-lexical v0.2.1 Compiling foreign-types-shared v0.1.1 Compiling rustversion v1.0.17 Compiling foreign-types v0.3.2 Compiling nom v7.1.3 Compiling dlib v0.5.2 Compiling unicode-normalization v0.1.23 Compiling block-buffer v0.10.4 Compiling crypto-common v0.1.6 Compiling wayland-backend v0.3.5 Compiling socket2 v0.5.7 Compiling futures-io v0.3.30 Compiling bytes v1.6.1 Compiling pin-utils v0.1.0 Compiling unicode-bidi v0.3.15 Compiling percent-encoding v2.3.1 Compiling futures-task v0.3.30 Compiling ryu v1.0.18 Compiling futures-util v0.3.30 Compiling form_urlencoded v1.2.1 Compiling idna v0.5.0 Compiling tokio v1.38.0 Compiling digest v0.10.7 Compiling tracing-core v0.1.32 Compiling quick-xml v0.34.0 Compiling signal-hook v0.3.17 Compiling cpufeatures v0.2.12 Compiling downcast-rs v1.2.1 Compiling scoped-tls v1.0.1 Compiling openssl-probe v0.1.5 Compiling iana-time-zone v0.1.60 Compiling wayland-client v0.31.4 Compiling crc-catalog v2.4.0 Compiling heck v0.5.0 Compiling unicode_categories v0.1.1 Compiling sqlformat v0.2.4 Compiling crc v3.2.1 Compiling chrono v0.4.38 error[E0425]: cannot find value `poll_fd` in this scope --> /home/pbulk/build/misc/tui-journal/work/vendor/wayland-backend-0.3.5/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/misc/tui-journal/work/vendor/wayland-backend-0.3.5/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/misc/tui-journal/work/vendor/wayland-backend-0.3.5/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.5/src/rs/../server_api.rs:579:22 | 579 | self.backend.dispatch_all_clients(data) | ^^^^^^^^^^^^^^^^^^^^ | ::: /home/pbulk/build/misc/tui-journal/work/vendor/wayland-backend-0.3.5/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/misc/tui-journal/work/vendor/wayland-backend-0.3.5/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/misc/tui-journal *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/misc/tui-journal