+ 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/csvlens-0.10.1/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/csvlens-0.10.1/work.log
===> Building for csvlens-0.10.1
   Compiling libc v0.2.153
   Compiling cfg-if v1.0.0
   Compiling autocfg v1.1.0
   Compiling libm v0.2.8
   Compiling proc-macro2 v1.0.79
   Compiling num-traits v0.2.18
   Compiling unicode-ident v1.0.12
   Compiling quote v1.0.35
   Compiling version_check v0.9.4
   Compiling getrandom v0.2.12
   Compiling zerocopy v0.7.32
   Compiling once_cell v1.19.0
   Compiling ahash v0.8.11
   Compiling allocator-api2 v0.2.16
   Compiling num-bigint v0.4.4
   Compiling hashbrown v0.14.3
   Compiling num-rational v0.4.1
   Compiling num-integer v0.1.46
   Compiling syn v2.0.55
   Compiling memchr v2.7.1
   Compiling bitflags v2.5.0
   Compiling num-iter v0.1.44
   Compiling num-complex v0.4.5
   Compiling log v0.4.21
   Compiling num v0.4.1
   Compiling half v2.4.0
   Compiling bytes v1.6.0
   Compiling smallvec v1.13.2
   Compiling arrow-schema v50.0.0
   Compiling arrow-buffer v50.0.0
   Compiling rustix v0.38.32
   Compiling iana-time-zone v0.1.60
   Compiling chrono v0.4.35
   Compiling arrow-data v50.0.0
   Compiling errno v0.3.8
   Compiling pkg-config v0.3.30
   Compiling static_assertions v1.1.0
   Compiling lexical-util v0.8.5
   Compiling wayland-sys v0.31.1
   Compiling arrow-array v50.0.0
   Compiling libloading v0.8.3
   Compiling cc v1.0.90
   Compiling thiserror v1.0.63
   Compiling dlib v0.5.2
   Compiling thiserror-impl v1.0.63
   Compiling wayland-backend v0.3.3
   Compiling lock_api v0.4.11
   Compiling parking_lot_core v0.9.9
   Compiling quick-xml v0.31.0
   Compiling aho-corasick v1.1.3
   Compiling signal-hook v0.3.17
   Compiling simd-adler32 v0.3.7
   Compiling downcast-rs v1.2.0
   Compiling regex-syntax v0.8.2
   Compiling scoped-tls v1.0.1
   Compiling serde v1.0.197
   Compiling scopeguard v1.2.0
   Compiling crc32fast v1.4.0
   Compiling regex-automata v0.4.6
error[E0425]: cannot find value `poll_fd` in this scope
  --> /home/pbulk/build/textproc/csvlens/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/textproc/csvlens/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/textproc/csvlens/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`

error[E0599]: no method named `dispatch_all_clients` found for struct `common_poll::InnerBackend` in the current scope
   --> /home/pbulk/build/textproc/csvlens/work/vendor/wayland-backend-0.3.3/src/rs/../server_api.rs:575:22
    |
575 |         self.backend.dispatch_all_clients(data)
    |                      ^^^^^^^^^^^^^^^^^^^^
    |
   ::: /home/pbulk/build/textproc/csvlens/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
    |
help: there is a method `dispatch_client` with a similar name, but with different arguments
   --> /home/pbulk/build/textproc/csvlens/work/vendor/wayland-backend-0.3.3/src/rs/server_impl/common_poll.rs:70:5
    |
70  | /     pub fn dispatch_client(
71  | |         &self,
72  | |         data: &mut D,
73  | |         client_id: InnerClientId,
74  | |     ) -> 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
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/csvlens
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/csvlens