+ 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/macchina-6.4.0/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/macchina-6.4.0/work.log
===> Building for macchina-6.4.0
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.13
   Compiling libc v0.2.158
   Compiling cfg-if v1.0.0
   Compiling rustversion v1.0.17
   Compiling serde v1.0.210
   Compiling byteorder v1.5.0
   Compiling quote v1.0.37
   Compiling thiserror v1.0.63
   Compiling syn v2.0.77
   Compiling once_cell v1.20.0
   Compiling memchr v2.7.4
   Compiling semver v1.0.23
   Compiling version_check v0.9.5
   Compiling heck v0.5.0
   Compiling ahash v0.8.11
   Compiling camino v1.1.9
   Compiling itoa v1.0.11
   Compiling serde_json v1.0.128
   Compiling aho-corasick v1.1.3
   Compiling anyhow v1.0.89
   Compiling powerfmt v0.2.0
   Compiling regex-syntax v0.8.4
   Compiling ryu v1.0.18
   Compiling deranged v0.3.11
   Compiling vergen v8.3.2
   Compiling num_threads v0.1.7
   Compiling time-core v0.1.2
   Compiling allocator-api2 v0.2.18
   Compiling regex-automata v0.4.7
   Compiling autocfg v1.3.0
   Compiling serde_derive v1.0.210
   Compiling zerocopy-derive v0.7.35
   Compiling thiserror-impl v1.0.63
   Compiling zerocopy v0.7.35
   Compiling num-conv v0.1.0
   Compiling time v0.3.36
   Compiling hashbrown v0.14.5
   Compiling regex v1.10.6
   Compiling lock_api v0.4.12
   Compiling parking_lot_core v0.9.10
   Compiling signal-hook v0.3.17
   Compiling signal-hook-registry v1.4.2
   Compiling scopeguard v1.2.0
   Compiling smallvec v1.13.2
   Compiling rustix v0.38.37
   Compiling log v0.4.22
   Compiling bitflags v2.6.0
   Compiling mio v1.0.2
   Compiling cargo-platform v0.1.8
   Compiling rustc_version v0.4.1
   Compiling cargo_metadata v0.18.1
   Compiling errno v0.3.9
   Compiling utf8parse v0.2.2
   Compiling either v1.13.0
   Compiling paste v1.0.15
   Compiling anstyle-parse v0.2.5
   Compiling itertools v0.13.0
   Compiling parking_lot v0.12.3
   Compiling signal-hook-mio v0.2.4
   Compiling tracing-attributes v0.1.27
   Compiling strum_macros v0.26.4
   Compiling tracing-core v0.1.32
   Compiling castaway v0.2.3
   Compiling getrandom v0.2.15
   Compiling colorchoice v1.0.2
   Compiling is_terminal_polyfill v1.70.1
   Compiling pin-project-lite v0.2.14
   Compiling anstyle-query v1.1.1
   Compiling unicode-segmentation v1.12.0
   Compiling option-ext v0.2.0
   Compiling equivalent v1.0.1
   Compiling unicode-width v0.1.13
   Compiling static_assertions v1.1.0
   Compiling anstyle v1.0.8
   Compiling strum v0.26.3
   Compiling unicode-truncate v1.1.0
   Compiling compact_str v0.8.0
   Compiling indexmap v2.5.0
   Compiling anstream v0.6.15
   Compiling dirs-sys v0.4.1
   Compiling tracing v0.1.40
   Compiling rand_core v0.6.4
   Compiling libmacchina v8.0.0
   Compiling crossterm v0.28.1
   Compiling toml_datetime v0.6.8
   Compiling serde_spanned v0.6.7
   Compiling lru v0.12.4
   Compiling ppv-lite86 v0.2.20
   Compiling enum-as-inner v0.6.1
   Compiling instability v0.3.2
   Compiling winnow v0.6.18
   Compiling cassowary v0.3.0
   Compiling clap_lex v0.7.2
   Compiling unicode-width v0.2.0
   Compiling strsim v0.11.1
   Compiling indoc v2.0.5
   Compiling minimal-lexical v0.2.1
   Compiling toml_edit v0.22.20
   Compiling clap_builder v4.5.17
   Compiling ratatui v0.29.0
   Compiling nom v7.1.3
   Compiling sysctl v0.5.5
error[E0433]: failed to resolve: you might be missing crate `sys`
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:77:9
   |
77 | pub use sys::ctl::*;
   |         ^^^ you might be missing crate `sys`
   |
note: found an item that was configured out
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:55:5
   |
55 | mod sys;
   |     ^^^
note: the item is gated here
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:53:1
   |
53 | #[cfg(any(target_os = "android", target_os = "linux"))]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: found an item that was configured out
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:59:5
   |
59 | mod sys;
   |     ^^^
note: the item is gated here
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:57:1
   |
57 | #[cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: consider importing the `sys` crate
   |
43 + extern crate sys;
   |

error[E0433]: failed to resolve: you might be missing crate `sys`
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:78:9
   |
78 | pub use sys::ctl_iter::*;
   |         ^^^ you might be missing crate `sys`
   |
note: found an item that was configured out
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:55:5
   |
55 | mod sys;
   |     ^^^
note: the item is gated here
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:53:1
   |
53 | #[cfg(any(target_os = "android", target_os = "linux"))]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
note: found an item that was configured out
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:59:5
   |
59 | mod sys;
   |     ^^^
note: the item is gated here
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:57:1
   |
57 | #[cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))]
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: consider importing the `sys` crate
   |
43 + extern crate sys;
   |

error[E0432]: unresolved imports `sys::ctl::*`, `sys::ctl_iter::*`
  --> /home/pbulk/build/sysutils/macchina/work/vendor/sysctl-0.5.5/src/lib.rs:77:9
   |
77 | pub use sys::ctl::*;
   |         ^^^^^^^^^^^
78 | pub use sys::ctl_iter::*;
   |         ^^^^^^^^^^^^^^^^

Some errors have detailed explanations: E0432, E0433.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `sysctl` (lib) due to 3 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/sysutils/macchina
*** Error code 1

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