+ 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=311 WRKLOG=/tmp/bulklog/tp-note-1.23.3/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=311 WRKLOG=/tmp/bulklog/tp-note-1.23.3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for tp-note-1.23.3
   Compiling proc-macro2 v1.0.70
   Compiling unicode-ident v1.0.12
   Compiling quote v1.0.33
   Compiling include_dir_macros v0.7.3
   Compiling include_dir v0.7.3
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
   Compiling syn v2.0.39
   Compiling libc v0.2.150
   Compiling serde v1.0.193
   Compiling serde_derive v1.0.193
   Compiling memchr v2.6.4
   Compiling version_check v0.9.4
   Compiling crossbeam-utils v0.8.16
   Compiling cc v1.0.83
   Compiling syn v1.0.109
   Compiling bitflags v1.3.2
   Compiling log v0.4.20
   Compiling thiserror v1.0.50
   Compiling thiserror-impl v1.0.50
   Compiling pkg-config v0.3.27
   Compiling pin-project-lite v0.2.13
   Compiling memoffset v0.7.1
   Compiling num-traits v0.2.17
   Compiling futures-core v0.3.29
   Compiling once_cell v1.18.0
   Compiling pin-utils v0.1.0
   Compiling equivalent v1.0.1
   Compiling hashbrown v0.14.3
   Compiling indexmap v2.1.0
   Compiling serde_spanned v0.6.4
   Compiling toml_datetime v0.6.5
   Compiling aho-corasick v1.1.2
   Compiling scopeguard v1.2.0
   Compiling regex-syntax v0.8.2
   Compiling winnow v0.5.19
   Compiling toml_edit v0.19.15
   Compiling regex-automata v0.4.3
   Compiling nix v0.26.4
   Compiling memoffset v0.9.0
   Compiling parking v2.2.0
   Compiling adler v1.0.2
   Compiling miniz_oxide v0.7.1
   Compiling regex v1.10.2
   Compiling concurrent-queue v2.3.0
   Compiling crossbeam-epoch v0.9.15
   Compiling siphasher v0.3.11
   Compiling percent-encoding v2.3.1
   Compiling unicode-xid v0.2.4
   Compiling itoa v1.0.9
   Compiling phf_shared v0.11.2
   Compiling backtrace v0.3.69
   Compiling getrandom v0.2.11
   Compiling num-integer v0.1.45
   Compiling tinyvec_macros v0.1.1
   Compiling fastrand v2.0.1
   Compiling typenum v1.17.0
   Compiling gimli v0.28.1
   Compiling smallvec v1.11.2
   Compiling rand_core v0.6.4
   Compiling rand v0.8.5
   Compiling addr2line v0.21.0
   Compiling tinyvec v1.6.0
   Compiling event-listener v4.0.0
   Compiling wayland-sys v0.31.1
   Compiling generic-array v0.14.7
   Compiling object v0.32.1
   Compiling errno v0.3.7
   Compiling libloading v0.8.1
   Compiling ryu v1.0.15
   Compiling same-file v1.0.6
   Compiling futures-io v0.3.29
   Compiling rustc-demangle v0.1.23
   Compiling lazy_static v1.4.0
   Compiling walkdir v2.4.0
   Compiling dlib v0.5.2
   Compiling event-listener-strategy v0.4.0
   Compiling crossbeam-deque v0.8.3
   Compiling unicode-normalization v0.1.22
   Compiling phf_generator v0.11.2
   Compiling wayland-backend v0.3.2
   Compiling slab v0.4.9
   Compiling num-bigint v0.4.4
   Compiling minimal-lexical v0.2.1
   Compiling static_assertions v1.1.0
   Compiling serde_json v1.0.108
   Compiling unicode-bidi v0.3.13
   Compiling bitflags v2.4.1
   Compiling failure_derive v0.1.8
   Compiling rustversion v1.0.14
   Compiling ucd-trie v0.1.6
   Compiling pest v2.7.5
   Compiling idna v0.5.0
   Compiling nom v7.1.3
   Compiling phf_codegen v0.11.2
   Compiling phf v0.11.2
   Compiling synstructure v0.12.6
   Compiling form_urlencoded v1.2.1
   Compiling parse-zoneinfo v0.3.0
   Compiling proc-macro-crate v1.3.1
   Compiling zvariant_utils v1.0.1
   Compiling quick-xml v0.30.0
   Compiling num-rational v0.4.1
   Compiling num-iter v0.1.43
   Compiling ppv-lite86 v0.2.17
   Compiling event-listener v2.5.3
   Compiling downcast-rs v1.2.0
   Compiling scoped-tls v1.0.1
   Compiling io-lifetimes v1.0.11
error[E0425]: cannot find value `poll_fd` in this scope
  --> /home/pbulk/build-disk/editors/tp-note/work/vendor/wayland-backend-0.3.2/src/rs/server_impl/common_poll.rs:51:81
   |
51 |             state: Arc::new(Mutex::new(State::new(unsafe { OwnedFd::from_raw_fd(poll_fd) }))),
   |                                                                                 ^^^^^^^ not found in this scope
   |
help: consider using the associated function
   |
51 |             state: Arc::new(Mutex::new(State::new(unsafe { OwnedFd::from_raw_fd(self.poll_fd) }))),
   |                                                                                 +++++

error[E0425]: cannot find value `ret` in this scope
   --> /home/pbulk/build-disk/editors/tp-note/work/vendor/wayland-backend-0.3.2/src/rs/server_impl/handle.rs:348:15
    |
348 |         match ret {
    |               ^^^ not found in this scope

error[E0599]: no associated item named `MSG_CMSG_CLOEXEC` found for struct `MsgFlags` in the current scope
  --> /home/pbulk/build-disk/editors/tp-note/work/vendor/wayland-backend-0.3.2/src/rs/socket.rs:68:37
   |
68 |                 | socket::MsgFlags::MSG_CMSG_CLOEXEC
   |                                     ^^^^^^^^^^^^^^^^ associated item not found in `MsgFlags`

error[E0599]: no method named `dispatch_all_clients` found for struct `common_poll::InnerBackend` in the current scope
   --> /home/pbulk/build-disk/editors/tp-note/work/vendor/wayland-backend-0.3.2/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-disk/editors/tp-note/work/vendor/wayland-backend-0.3.2/src/rs/server_impl/common_poll.rs:31:1
    |
31  | 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-2023Q4-x86_64/editors/tp-note
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-2023Q4-x86_64/editors/tp-note