+ 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.8.1/work.log + su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/t-rec-0.8.1/work.log ===> Building for t-rec-0.8.1 => Fixing path to ffmpeg binary. Compiling libc v0.2.177 Compiling proc-macro2 v1.0.103 Compiling unicode-ident v1.0.22 Compiling quote v1.0.42 Compiling cfg-if v1.0.4 Compiling crossbeam-utils v0.8.21 Compiling serde_core v1.0.228 Compiling autocfg v1.5.0 Compiling simd-adler32 v0.3.7 Compiling utf8parse v0.2.2 Compiling num-traits v0.2.19 Compiling memchr v2.7.6 Compiling crc32fast v1.5.0 Compiling syn v2.0.111 Compiling aho-corasick v1.1.4 Compiling anstyle-parse v0.2.7 Compiling is_terminal_polyfill v1.70.2 Compiling anstyle v1.0.13 Compiling colorchoice v1.0.4 Compiling bitflags v2.10.0 Compiling anstyle-query v1.1.5 Compiling adler2 v2.0.1 Compiling regex-syntax v0.8.8 Compiling miniz_oxide v0.8.9 Compiling anstream v0.6.21 Compiling crossbeam-epoch v0.9.18 Compiling regex-automata v0.4.13 Compiling rayon-core v1.13.0 Compiling once_cell v1.21.3 Compiling getrandom v0.3.4 Compiling rustix v1.1.2 Compiling regex v1.12.2 Compiling pxfm v0.1.26 Compiling flate2 v1.1.5 Compiling crossbeam-deque v0.8.6 Compiling fdeflate v0.3.7 Compiling errno v0.3.14 Compiling log v0.4.28 Compiling unicode-width v0.2.2 Compiling serde v1.0.228 Compiling heck v0.5.0 Compiling clap_lex v0.7.6 Compiling option-ext v0.2.0 Compiling winnow v0.7.14 Compiling zune-core v0.5.0 Compiling anyhow v1.0.100 Compiling zune-jpeg v0.5.5 Compiling toml_parser v1.0.4 Compiling clap_builder v4.5.53 Compiling dirs-sys v0.5.0 Compiling clap_derive v4.5.49 Compiling console v0.16.1 Compiling env_filter v0.1.4 Compiling moxcms v0.7.10 Compiling png v0.18.0 Compiling serde_derive v1.0.228 Compiling toml_datetime v0.7.3 Compiling serde_spanned v1.0.3 Compiling fastrand v2.3.0 Compiling shell-words v1.1.0 Compiling lazy_static v1.5.0 Compiling bytemuck v1.24.0 Compiling jiff v0.2.16 Compiling byteorder-lite v0.1.0 Compiling t-rec v0.8.1 (/home/pbulk/build/multimedia/t-rec/work/t-rec-rs-0.8.1) Compiling toml_writer v1.0.4 Compiling either v1.15.0 Compiling rayon v1.11.0 Compiling toml v0.9.8 Compiling env_logger v0.11.8 Compiling image v0.25.9 Compiling simplerand v1.6.0 Compiling tempfile v3.23.0 Compiling dialoguer v0.12.0 Compiling clap v4.5.53 Compiling dirs v6.0.0 Compiling humantime v2.3.0 error[E0425]: cannot find value `DEFAULT_SHELL` in this scope --> src/main.rs:96:27 | 96 | 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:101:19 | 101 | let mut api = setup()?; | ^^^^^ not found in this scope error[E0425]: cannot find function `setup` in this scope --> src/main.rs:329:27 | 329 | let api = setup()?; | ^^^^^ not found in this scope error[E0425]: cannot find function `setup` in this scope --> src/main.rs:339:15 | 339 | let api = setup()?; | ^^^^^ not found in this scope error[E0425]: cannot find function `setup` in this scope --> src/main.rs:358:15 | 358 | 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