=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/treemd", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for treemd-0.7.0 Compiling proc-macro2 v1.0.107 Compiling quote v1.0.47 Compiling unicode-ident v1.0.24 Compiling libc v0.2.189 Compiling cfg-if v1.0.4 Compiling serde_core v1.0.229 Compiling bitflags v2.13.1 Compiling syn v2.0.119 Compiling syn v3.0.3 Compiling serde v1.0.229 Compiling log v0.4.33 Compiling shlex v2.0.1 Compiling once_cell v1.21.4 Compiling equivalent v1.0.2 Compiling memchr v2.8.3 Compiling foldhash v0.2.0 Compiling serde_derive v1.0.229 Compiling allocator-api2 v0.2.21 Compiling find-msvc-tools v0.1.9 Compiling cc v1.3.0 Compiling errno v0.3.14 Compiling bytemuck_derive v1.11.0 Compiling hashbrown v0.17.1 Compiling libm v0.2.16 Compiling bytemuck v1.25.2 Compiling simd-adler32 v0.3.10 Compiling adler2 v2.0.1 Compiling rustix v1.1.4 Compiling thiserror v2.0.19 Compiling smallvec v1.15.2 Compiling miniz_oxide v0.8.9 Compiling thiserror-impl v2.0.19 Compiling itoa v1.0.18 Compiling crc32fast v1.5.0 Compiling pkg-config v0.3.33 Compiling autocfg v1.5.1 Compiling flate2 v1.1.9 Compiling num-traits v0.2.19 Compiling zerocopy v0.8.55 Compiling indexmap v2.14.0 Compiling zerocopy-derive v0.8.55 Compiling parking_lot_core v0.9.12 Compiling heck v0.5.0 Compiling scopeguard v1.2.0 Compiling either v1.16.0 Compiling lock_api v0.4.14 Compiling unicode-width v0.2.2 Compiling rustversion v1.0.23 Compiling ryu v1.0.23 Compiling crossbeam-utils v0.8.22 Compiling parking_lot v0.12.5 Compiling wayland-sys v0.31.11 Compiling fdeflate v0.3.7 Compiling getrandom v0.2.17 Compiling zune-core v0.5.1 Compiling crossbeam-epoch v0.9.20 Compiling weezl v0.1.12 Compiling version_check v0.9.5 Compiling signal-hook v0.3.18 Compiling ident_case v1.0.1 Compiling strsim v0.11.1 Compiling quick-error v2.0.1 Compiling unicode-segmentation v1.13.3 Compiling darling_core v0.23.0 Compiling convert_case v0.10.0 Compiling slotmap v1.1.1 Compiling zune-jpeg v0.5.15 Compiling png v0.18.1 Compiling wayland-backend v0.3.15 Compiling signal-hook-registry v1.4.8 Compiling zmij v1.0.23 Compiling byteorder-lite v0.1.0 Compiling pin-project-lite v0.2.17 Compiling crossbeam-deque v0.8.7 Compiling color_quant v1.1.0 Compiling typenum v1.20.1 Compiling gif v0.14.2 Compiling quick-xml v0.39.4 Compiling image-webp v0.2.4 Compiling hybrid-array v0.4.13 Compiling castaway v0.2.4 Compiling darling_macro v0.23.0 Compiling half v2.7.1 Compiling derive_more-impl v2.1.1 Compiling itertools v0.14.0 Compiling strum_macros v0.28.0 Compiling ring v0.17.14 Compiling hashbrown v0.16.1 Compiling mio v1.2.2 Compiling rayon-core v1.13.0 Compiling radium v0.7.0 Compiling wayland-client v0.31.14 Compiling static_assertions v1.1.0 Compiling serde_json v1.0.151 Compiling utf8parse v0.2.2 Compiling fax v0.2.7 Compiling bytes v1.12.1 Compiling getrandom v0.4.3 Compiling litrs v1.0.0 Compiling roxmltree v0.20.0 Compiling pxfm v0.1.30 Compiling arrayvec v0.7.8 Compiling instability v0.3.12 Compiling tinyvec_macros v0.1.1 Compiling downcast-rs v1.2.1 error[E0425]: cannot find value `poll_fd` in this scope --> /tmp/work/textproc/treemd/work/vendor/wayland-backend-0.3.15/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 --> /tmp/work/textproc/treemd/work/vendor/wayland-backend-0.3.15/src/rs/server_impl/handle.rs:396:15 | 396 | match ret { | ^^^ not found in this scope Compiling tinyvec v1.12.0 error[E0599]: no associated function or constant named `CMSG_CLOEXEC` found for struct `RecvFlags` in the current scope --> /tmp/work/textproc/treemd/work/vendor/wayland-backend-0.3.15/src/rs/socket.rs:77:54 | 77 | let flags = RecvFlags::DONTWAIT | RecvFlags::CMSG_CLOEXEC; | ^^^^^^^^^^^^ associated function or constant not found in `RecvFlags` error[E0599]: no method named `dispatch_all_clients` found for struct `common_poll::InnerBackend` in the current scope --> /tmp/work/textproc/treemd/work/vendor/wayland-backend-0.3.15/src/rs/../server_api.rs:618:22 | 618 | self.backend.dispatch_all_clients(data) | ^^^^^^^^^^^^^^^^^^^^ | ::: /tmp/work/textproc/treemd/work/vendor/wayland-backend-0.3.15/src/rs/server_impl/common_poll.rs:31:1 | 31 | pub struct InnerBackend { | ----------------------------------- method `dispatch_all_clients` not found for this struct | help: there is a method `dispatch_client` with a similar name, but with different arguments --> /tmp/work/textproc/treemd/work/vendor/wayland-backend-0.3.15/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 { | |_______________________________^ Compiling fontconfig-parser v0.5.8 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/treemd *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/treemd