+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=313 WRKLOG=/tmp/bulklog/jless-0.9.0nb2/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=313 WRKLOG=/tmp/bulklog/jless-0.9.0nb2/work.log ===> Building for jless-0.9.0nb2 Compiling libc v0.2.99 Compiling proc-macro2 v1.0.63 Compiling unicode-ident v1.0.10 Compiling cfg-if v1.0.0 Compiling version_check v0.9.3 Compiling syn v1.0.86 Compiling unicode-xid v0.2.1 Compiling log v0.4.14 Compiling proc-macro-error-attr v1.0.4 Compiling quote v1.0.9 Compiling memchr v2.4.1 Compiling autocfg v1.0.1 Compiling bitflags v1.2.1 Compiling xcb v0.8.2 Compiling memoffset v0.6.4 Compiling proc-macro-error v1.0.4 Compiling cc v1.0.69 Compiling smallvec v1.6.1 Compiling libc-stdhandle v0.1.0 Compiling nibble_vec v0.1.0 Compiling dirs-sys-next v0.1.2 Compiling endian-type v0.1.2 Compiling os_str_bytes v6.0.0 Compiling signal-hook v0.3.8 Compiling beef v0.5.1 Compiling fnv v1.0.7 Compiling regex-syntax v0.6.25 Compiling heck v0.4.0 Compiling utf8-ranges v1.0.4 Compiling clap_lex v0.3.3 Compiling clap_derive v4.0.21 Compiling dirs-next v2.0.0 Compiling radix_trie v0.2.1 Compiling nix v0.22.1 Compiling aho-corasick v0.7.18 Compiling logos-derive v0.12.0 Compiling x11-clipboard v0.3.3 Compiling signal-hook-registry v1.3.0 Compiling fd-lock v3.0.0 Compiling atty v0.2.14 Compiling strsim v0.10.0 Compiling termcolor v1.1.2 Compiling unicode-segmentation v1.7.1 Compiling once_cell v1.18.0 Compiling cfg-if v0.1.10 Compiling unicode-width v0.1.8 Compiling numtoa v0.1.0 Compiling linked-hash-map v0.5.4 Compiling utf8parse v0.2.0 Compiling yaml-rust v0.4.5 Compiling termion v1.5.6 Compiling rustyline v9.0.0 Compiling regex v1.5.5 Compiling isatty v0.1.9 Compiling clap v4.0.26 Compiling clipboard v0.5.0 Compiling logos v0.12.0 Compiling lazy_static v1.4.0 Compiling jless v0.9.0 (/home/pbulk/build/textproc/jless/work/jless-0.9.0) warning: methods `clear_screen`, `output`, and `clear_output` are never used --> src/terminal.rs:57:8 | 56 | pub trait Terminal: Write { | -------- methods in this trait 57 | fn clear_screen(&mut self) -> Result; | ^^^^^^^^^^^^ ... 72 | fn output(&self) -> &str; | ^^^^^^ ... 75 | fn clear_output(&mut self); | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: hiding a lifetime that's elided elsewhere is confusing --> src/search.rs:94:56 | 94 | fn invert_square_and_curly_bracket_escaping(regex: &str) -> Cow { | ^^^^ ^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default help: use `'_` for type paths | 94 | fn invert_square_and_curly_bracket_escaping(regex: &str) -> Cow<'_, str> { | +++ warning: hiding a lifetime that's elided elsewhere is confusing --> src/search.rs:236:25 | 236 | pub fn matches_iter(&self, range_start: usize) -> MatchRangeIter { | ^^^^^ ^^^^^^^^^^^^^^ the same lifetime is hidden here | | | the lifetime is elided here | = help: the same lifetime is referred to in inconsistent ways, making the signature confusing help: use `'_` for type paths | 236 | pub fn matches_iter(&self, range_start: usize) -> MatchRangeIter<'_> { | ++++ error: linking with `gcc` failed: exit status: 1 | = note: "gcc" "-m64" "-std=c99" "/tmp/rustcY5gsCL/symbols.o" "<17 object files omitted>" "-Wl,-z,ignore" "-Wl,-Bstatic" "/home/pbulk/build/textproc/jless/work/jless-0.9.0/target/release/deps/{libisatty-0dd05fb45ec55702,libcfg_if-95a13218dfb2d591,libyaml_rust-438c3ef565c07a2b,liblinked_hash_map-e4de84dee6592f2e,libregex-f74ed7337627192a,libaho_corasick-70607ce53e1bdeb6,libregex_syntax-9718e01d99c6ed5c,liblogos-db7c48402549ea2c,libsignal_hook-9a559e41ac0441d4,libsignal_hook_registry-75c615fec8b279aa,librustyline-cd4f56e23cc82295,libutf8parse-f3c7f35eeeff86dc,libnix-8522fd1d43937af2,libmemoffset-154f4d158a5ee49a,libfd_lock-03f560c6e4b319c1,libunicode_width-64d6b86968c74f97,libunicode_segmentation-12ae09dea3ada5bb,libdirs_next-fafe8424e235fa4f,libdirs_sys_next-84b0bea38714eef0,libmemchr-4640f5883620998a,libradix_trie-f6ff2b07511abb80,libnibble_vec-b0ee91be6feef1a2,libsmallvec-9f1c974c58e4c431,libendian_type-5af079d3c5069561,libclipboard-2e65e3ce8e71d8b7,libx11_clipboard-6c6169cb98d7de57,libxcb-2330d177065a92db,liblog-42e395b2a664d245,libcfg_if-9c2f69a3374d5401,libtermion-ba92f11143b2846c,libnumtoa-84e5cfebfb2d5bbe,libclap-4a9fe6c3ba900b97,libatty-b72077fe17aebd74,libstrsim-0f6fe87864c9c66c,libclap_lex-b9821ce613641d04,libos_str_bytes-9c34c5ae6f97882c,libtermcolor-770e95c9e2c16153,libbitflags-bd5332342f82aecc,libonce_cell-0f75ca97a2923365,liblibc_stdhandle-b561d5167d9360f3,liblibc-1f35ef2297b7ea48,liblazy_static-9ca0eed72a43d90e}.rlib" "/lib/rustlib/x86_64-unknown-illumos/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lxcb" "-lxcb-render" "-lxcb-shape" "-lxcb-xfixes" "-lsocket" "-lposix4" "-lpthread" "-lresolv" "-lnsl" "-lumem" "-lgcc_s" "-lm" "-lrt" "-lpthread" "-lsendfile" "-llgrp" "-L" "/tmp/rustcY5gsCL/raw-dylibs" "-lc" "-lssp" "-L" "/home/pbulk/build/textproc/jless/work/jless-0.9.0/target/release/build/libc-stdhandle-ccbd87a023b28b0b/out" "-o" "/home/pbulk/build/textproc/jless/work/jless-0.9.0/target/release/deps/jless-0a64af503a9de195" "-nodefaultlibs" "-Wl,-R/lib" "-L/lib" = note: some arguments are omitted. use `--verbose` to show all linker arguments = note: Undefined first referenced symbol in file cfmakeraw /home/pbulk/build/textproc/jless/work/jless-0.9.0/target/release/deps/libtermion-ba92f11143b2846c.rlib(termion-ba92f11143b2846c.termion.ca9c52ed076deb63-cgu.5.rcgu.o) ld: fatal: symbol referencing errors. No output written to /home/pbulk/build/textproc/jless/work/jless-0.9.0/target/release/deps/jless-0a64af503a9de195 collect2: error: ld returned 1 exit status warning: `jless` (bin "jless") generated 3 warnings error: could not compile `jless` (bin "jless") due to 1 previous error; 3 warnings emitted *** Error code 101 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/jless *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/jless