+ 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/t-rec-0.7.9nb2/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/t-rec-0.7.9nb2/work.log
===> Building for t-rec-0.7.9nb2
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
   Compiling memchr v2.5.0
   Compiling libc v0.2.169
   Compiling crossbeam-utils v0.8.14
   Compiling utf8parse v0.2.2
   Compiling memoffset v0.7.1
   Compiling crossbeam-epoch v0.9.13
   Compiling anstyle-parse v0.2.6
   Compiling anstyle-query v1.1.2
   Compiling anstyle v1.0.10
   Compiling scopeguard v1.1.0
   Compiling colorchoice v1.0.3
   Compiling is_terminal_polyfill v1.70.1
   Compiling aho-corasick v0.7.20
   Compiling anstream v0.6.18
   Compiling num-traits v0.2.19
   Compiling regex-syntax v0.6.28
   Compiling getrandom v0.3.1
   Compiling rayon-core v1.12.1
   Compiling rustix v1.0.1
   Compiling crossbeam-deque v0.8.2
   Compiling errno v0.3.10
   Compiling log v0.4.26
   Compiling regex v1.7.1
   Compiling clap_lex v0.7.4
   Compiling anyhow v1.0.97
   Compiling strsim v0.11.1
   Compiling bitflags v2.7.0
   Compiling clap_builder v4.5.31
   Compiling env_filter v0.1.3
   Compiling lazy_static v1.5.0
   Compiling humantime v2.1.0
   Compiling t-rec v0.7.9 (/home/pbulk/build/multimedia/t-rec/work/t-rec-rs-0.7.9)
   Compiling either v1.8.0
   Compiling byteorder-lite v0.1.0
   Compiling bytemuck v1.13.0
   Compiling once_cell v1.20.2
   Compiling fastrand v2.3.0
   Compiling image v0.25.5
   Compiling tempfile v3.18.0
   Compiling rayon v1.10.0
   Compiling env_logger v0.11.6
   Compiling simplerand v1.5.1
   Compiling clap v4.5.31
error[E0425]: cannot find value `DEFAULT_SHELL` in this scope
  --> src/main.rs:73:27
   |
73 |             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

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

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

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

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

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

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

Stop.
bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/t-rec