+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/t-rec-0.7.6nb21/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/t-rec-0.7.6nb21/work.log
===> Building for t-rec-0.7.6nb21
   Compiling autocfg v1.1.0
   Compiling libc v0.2.139
   Compiling cfg-if v1.0.0
   Compiling scopeguard v1.1.0
   Compiling crossbeam-utils v0.8.14
   Compiling proc-macro2 v1.0.50
   Compiling memoffset v0.7.1
   Compiling crossbeam-epoch v0.9.13
   Compiling quote v1.0.23
   Compiling unicode-ident v1.0.6
   Compiling num_cpus v1.15.0
   Compiling syn v1.0.107
   Compiling lock_api v0.4.9
   Compiling rayon-core v1.10.1
   Compiling bitflags v1.3.2
   Compiling io-lifetimes v1.0.4
   Compiling crc32fast v1.3.2
   Compiling adler v1.0.2
   Compiling miniz_oxide v0.6.2
   Compiling crossbeam-deque v0.8.2
   Compiling crossbeam-channel v0.5.6
   Compiling num-traits v0.2.15
   Compiling futures-core v0.3.25
   Compiling rustix v0.36.7
   Compiling memchr v2.5.0
   Compiling getrandom v0.2.8
   Compiling errno v0.2.8
   Compiling num-integer v0.1.45
   Compiling either v1.8.0
   Compiling rayon v1.6.1
   Compiling spin v0.9.4
   Compiling nanorand v0.7.0
   Compiling flate2 v1.0.25
   Compiling num-rational v0.4.1
   Compiling log v0.4.17
   Compiling weezl v0.1.7
   Compiling pin-project-internal v1.0.12
   Compiling futures-sink v0.3.25
   Compiling aho-corasick v0.7.20
   Compiling jpeg-decoder v0.3.0
   Compiling pin-project v1.0.12
   Compiling is-terminal v0.4.2
   Compiling flume v0.10.14
   Compiling threadpool v1.8.1
   Compiling smallvec v1.10.0
   Compiling half v2.2.1
   Compiling os_str_bytes v6.4.1
   Compiling lebe v0.5.2
   Compiling regex-syntax v0.6.28
   Compiling color_quant v1.1.0
   Compiling bit_field v0.10.1
   Compiling anyhow v1.0.68
   Compiling termcolor v1.2.0
   Compiling exr v1.5.2
   Compiling gif v0.11.4
   Compiling regex v1.7.1
   Compiling clap_lex v0.3.1
   Compiling tiff v0.8.1
   Compiling png v0.17.7
   Compiling fastrand v1.8.0
   Compiling strsim v0.10.0
   Compiling once_cell v1.17.0
   Compiling lazy_static v1.4.0
   Compiling bytemuck v1.13.0
   Compiling t-rec v0.7.6 (/home/pbulk/build/multimedia/t-rec/work/t-rec-rs-0.7.6)
   Compiling scoped_threadpool v0.1.9
   Compiling humantime v2.1.0
   Compiling byteorder v1.4.3
   Compiling remove_dir_all v0.5.3
   Compiling image v0.24.5
   Compiling tempfile v3.3.0
   Compiling env_logger v0.10.0
   Compiling simplerand v1.3.0
   Compiling clap v4.1.1
error[E0425]: cannot find value `DEFAULT_SHELL` in this scope
  --> src/main.rs:72:27
   |
72 |             let default = DEFAULT_SHELL.to_owned();
   |                           ^^^^^^^^^^^^^ help: a constant with a similar name exists: `DEFAULT_EXT`
   |
  ::: src/utils.rs:5:1
   |
5  | pub const DEFAULT_EXT: &str = "gif";
   | ------------------------------------ similarly named constant `DEFAULT_EXT` defined here

warning: unexpected `cfg` condition name: `macos`
 --> src/common/image.rs:9:16
  |
9 | #[cfg_attr(not(macos), allow(dead_code))]
  |                ^^^^^ help: found config with similar value: `target_os = "macos"`
  |
  = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `rustfmt`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, and `windows`
  = help: consider using a Cargo feature instead
  = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
           [lints.rust]
           unexpected_cfgs = { level = "warn", check-cfg = ['cfg(macos)'] }
  = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(macos)");` to the top of the `build.rs`
  = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
  = note: `#[warn(unexpected_cfgs)]` on by default

error[E0425]: cannot find function `setup` in this scope
  --> src/main.rs:77:19
   |
77 |     let mut api = setup()?;
   |                   ^^^^^ not found in this scope

error[E0425]: cannot find function `setup` in this scope
   --> src/main.rs:212:27
    |
212 |                 let api = setup()?;
    |                           ^^^^^ not found in this scope

error[E0425]: cannot find function `setup` in this scope
   --> src/main.rs:223:15
    |
223 |     let api = setup()?;
    |               ^^^^^ not found in this scope

error[E0425]: cannot find function `setup` in this scope
   --> src/main.rs:242:15
    |
242 |     let api = setup()?;
    |               ^^^^^ not found in this scope

For more information about this error, try `rustc --explain E0425`.
warning: `t-rec` (bin "t-rec") generated 1 warning
error: could not compile `t-rec` (bin "t-rec") due to 5 previous errors; 1 warning emitted
*** Error code 101

Stop.
bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/multimedia/t-rec
*** Error code 1

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-2024Q4-x86_64/multimedia/t-rec