=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/t-rec", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for t-rec-0.8.2nb2 => Fixing path to ffmpeg binary. Compiling libc v0.2.177 Compiling proc-macro2 v1.0.103 Compiling quote v1.0.42 Compiling unicode-ident v1.0.22 Compiling autocfg v1.5.0 Compiling crossbeam-utils v0.8.21 Compiling serde_core v1.0.228 Compiling cfg-if v1.0.4 Compiling num-traits v0.2.19 Compiling crc32fast v1.5.0 Compiling memchr v2.7.6 Compiling utf8parse v0.2.2 Compiling simd-adler32 v0.3.7 Compiling aho-corasick v1.1.4 Compiling anstyle-parse v0.2.7 Compiling syn v2.0.111 Compiling anstyle v1.0.13 Compiling colorchoice v1.0.4 Compiling is_terminal_polyfill v1.70.2 Compiling bitflags v2.10.0 Compiling adler2 v2.0.1 Compiling regex-syntax v0.8.8 Compiling anstyle-query v1.1.5 Compiling anstream v0.6.21 Compiling miniz_oxide v0.8.9 Compiling regex-automata v0.4.13 Compiling crossbeam-epoch v0.9.18 Compiling rayon-core v1.13.0 Compiling getrandom v0.3.4 Compiling once_cell v1.21.3 Compiling rustix v1.1.2 Compiling flate2 v1.1.5 Compiling pxfm v0.1.26 Compiling crossbeam-deque v0.8.6 Compiling regex v1.12.2 Compiling fdeflate v0.3.7 Compiling errno v0.3.14 Compiling clap_lex v0.7.6 Compiling heck v0.5.0 Compiling log v0.4.29 Compiling anyhow v1.0.100 Compiling serde v1.0.228 Compiling unicode-width v0.2.2 Compiling winnow v0.7.14 Compiling option-ext v0.2.0 Compiling zune-core v0.5.0 Compiling zune-jpeg v0.5.5 Compiling dirs-sys v0.5.0 Compiling toml_parser v1.0.4 Compiling console v0.16.1 Compiling env_filter v0.1.4 Compiling clap_derive v4.5.49 Compiling clap_builder v4.5.53 Compiling png v0.18.0 Compiling moxcms v0.7.10 Compiling serde_derive v1.0.228 Compiling serde_spanned v1.0.3 Compiling toml_datetime v0.7.3 Compiling toml_writer v1.0.4 Compiling lazy_static v1.5.0 Compiling t-rec v0.8.2 (/home/pbulk/work/multimedia/t-rec/work/t-rec-rs-0.8.2) Compiling shell-words v1.1.0 Compiling byteorder-lite v0.1.0 Compiling bytemuck v1.24.0 Compiling either v1.15.0 Compiling fastrand v2.3.0 Compiling jiff v0.2.16 Compiling env_logger v0.11.8 Compiling tempfile v3.23.0 Compiling rayon v1.11.0 Compiling image v0.25.9 Compiling dialoguer v0.12.0 Compiling simplerand v1.6.0 Compiling toml v0.9.8 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(); | ^^^^^^^^^^^^^ | ::: src/utils.rs:5:1 | 5 | pub const DEFAULT_EXT: &str = "gif"; | ------------------------------------ similarly named constant `DEFAULT_EXT` defined here | help: a constant with a similar name exists | 96 - let default = DEFAULT_SHELL.to_owned(); 96 + let default = DEFAULT_EXT.to_owned(); | 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:330:27 | 330 | let api = setup()?; | ^^^^^ not found in this scope error[E0425]: cannot find function `setup` in this scope --> src/main.rs:340:15 | 340 | let api = setup()?; | ^^^^^ not found in this scope error[E0282]: type annotations needed --> src/main.rs:344:31 | 344 | let window = &window_owner.to_lowercase(); | ^^^^^^^^^^^^ cannot infer type error[E0425]: cannot find function `setup` in this scope --> src/main.rs:359:15 | 359 | let api = setup()?; | ^^^^^ not found in this scope Some errors have detailed explanations: E0282, E0425. For more information about an error, try `rustc --explain E0282`. error: could not compile `t-rec` (bin "t-rec") due to 6 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