+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/alacritty-0.14.0/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=312 WRKLOG=/tmp/bulklog/alacritty-0.14.0/work.log
===> Building for alacritty-0.14.0
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling serde v1.0.204
   Compiling libc v0.2.155
   Compiling cfg-if v1.0.0
   Compiling pkg-config v0.3.30
   Compiling quote v1.0.36
   Compiling syn v2.0.71
   Compiling once_cell v1.19.0
   Compiling rustix v0.38.34
   Compiling errno v0.3.9
   Compiling libloading v0.8.4
   Compiling cc v1.1.5
   Compiling dlib v0.5.2
   Compiling smallvec v1.13.2
   Compiling wayland-sys v0.31.4
   Compiling autocfg v1.3.0
   Compiling scoped-tls v1.0.1
   Compiling downcast-rs v1.2.1
   Compiling memchr v2.7.4
   Compiling wayland-backend v0.3.6
   Compiling wayland-client v0.31.5
   Compiling quick-xml v0.34.0
   Compiling tracing-core v0.1.32
   Compiling pin-project-lite v0.2.14
   Compiling wayland-scanner v0.31.4
   Compiling tracing v0.1.40
   Compiling slab v0.4.9
   Compiling thiserror v1.0.62
   Compiling serde_derive v1.0.204
   Compiling thiserror-impl v1.0.62
   Compiling freetype-sys v0.20.1
   Compiling yeslogic-fontconfig-sys v5.0.0
   Compiling utf8parse v0.2.2
   Compiling xkeysym v0.2.1
   Compiling cfg_aliases v0.2.1
   Compiling smithay-client-toolkit v0.19.2
   Compiling xcursor v0.3.5
   Compiling memmap2 v0.9.4
   Compiling khronos_api v3.1.0
   Compiling hashbrown v0.14.5
   Compiling equivalent v1.0.1
   Compiling foreign-types-macros v0.2.3
   Compiling indexmap v2.5.0
   Compiling lock_api v0.4.12
   Compiling cstr v0.2.12
   Compiling crossfont v0.8.0
   Compiling crossbeam-utils v0.8.20
   Compiling arrayref v0.3.7
   Compiling version_check v0.9.4
   Compiling parking_lot_core v0.9.10
   Compiling bytemuck v1.16.1
   Compiling as-raw-xcb-connection v1.0.1
   Compiling x11rb-protocol v0.13.1
   Compiling simd-adler32 v0.3.7
   Compiling strict-num v0.1.1
   Compiling foreign-types-shared v0.3.1
   Compiling foreign-types v0.5.0
   Compiling tiny-skia-path v0.11.4
   Compiling bitflags v2.6.0
   Compiling log v0.4.22
   Compiling cursor-icon v1.1.0
   Compiling freetype-rs v0.36.0
   Compiling serde_spanned v0.6.7
   Compiling toml_datetime v0.6.8
   Compiling ahash v0.8.11
error[E0425]: cannot find value `poll_fd` in this scope
  --> /home/pbulk/build/x11/alacritty/work/vendor/wayland-backend-0.3.6/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/x11/alacritty/work/vendor/wayland-backend-0.3.6/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/x11/alacritty/work/vendor/wayland-backend-0.3.6/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/x11/alacritty/work/vendor/wayland-backend-0.3.6/src/rs/../server_api.rs:579:22
    |
579 |         self.backend.dispatch_all_clients(data)
    |                      ^^^^^^^^^^^^^^^^^^^^
    |
   ::: /home/pbulk/build/x11/alacritty/work/vendor/wayland-backend-0.3.6/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/x11/alacritty/work/vendor/wayland-backend-0.3.6/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
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/x11/alacritty
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/x11/alacritty