+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/pkg/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/pkg/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 quote v1.0.9 Compiling proc-macro-error-attr v1.0.4 Compiling autocfg v1.0.1 Compiling bitflags v1.2.1 Compiling memchr v2.4.1 Compiling memoffset v0.6.4 Compiling xcb v0.8.2 Compiling proc-macro-error v1.0.4 Compiling smallvec v1.6.1 Compiling cc v1.0.69 Compiling nibble_vec v0.1.0 Compiling libc-stdhandle v0.1.0 Compiling dirs-sys-next v0.1.2 Compiling os_str_bytes v6.0.0 Compiling fnv v1.0.7 Compiling utf8-ranges v1.0.4 Compiling regex-syntax v0.6.25 Compiling heck v0.4.0 Compiling endian-type v0.1.2 Compiling signal-hook v0.3.8 Compiling beef v0.5.1 Compiling radix_trie v0.2.1 Compiling clap_derive v4.0.21 Compiling clap_lex v0.3.3 Compiling dirs-next v2.0.0 Compiling nix v0.22.1 Compiling logos-derive v0.12.0 Compiling aho-corasick v0.7.18 Compiling atty v0.2.14 Compiling fd-lock v3.0.0 Compiling signal-hook-registry v1.3.0 Compiling cfg-if v0.1.10 Compiling once_cell v1.18.0 Compiling linked-hash-map v0.5.4 Compiling x11-clipboard v0.3.3 Compiling unicode-width v0.1.8 Compiling unicode-segmentation v1.7.1 Compiling termcolor v1.1.2 Compiling strsim v0.10.0 Compiling utf8parse v0.2.0 Compiling numtoa v0.1.0 Compiling termion v1.5.6 Compiling clap v4.0.26 Compiling rustyline v9.0.0 Compiling regex v1.5.5 Compiling clipboard v0.5.0 Compiling yaml-rust v0.4.5 Compiling isatty v0.1.9 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)]` 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/rustcbMpUDT/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-2ff52396e4c97100,libcfg_if-f85757490ef55f6f,libyaml_rust-28c70f304cbce1f1,liblinked_hash_map-6c6671766f89abe0,libregex-b7e22b7aebefdbca,libaho_corasick-d7afbb18dcd1f247,libregex_syntax-e409f6ef9eb65c87,liblogos-0be9ec842fe26cbe,libsignal_hook-1e028c56d101792c,libsignal_hook_registry-8f3e9b03882566e2,librustyline-7b49079b87cee206,libutf8parse-13ba42aa4da19168,libnix-84b6caff470e0731,libmemoffset-9bacb814d656f4f2,libfd_lock-97484a62017f681c,libunicode_width-62f6a234ea893b40,libunicode_segmentation-0cfad7c61560460e,libdirs_next-2d33afe7f1ec7836,libdirs_sys_next-766fce4e4b321d5c,libmemchr-416df45eb0eaa2a5,libradix_trie-097f30f3285a8eeb,libnibble_vec-bf3b63728d31a91c,libsmallvec-47f0496aaf2ce06c,libendian_type-6204a038961ef411,libclipboard-f6a9afc96eb7c5cf,libx11_clipboard-2d3510f8532a7526,libxcb-80f5b051a42b922c,liblog-8b940b937847026c,libcfg_if-b8ecf88791c42b76,libtermion-93aa752ec39c6977,libnumtoa-8f490d1cddb3bdcc,libclap-bfe53d4c5df9698c,libatty-8e3f8ecfd25fa9d2,libstrsim-0e781d97eb58cbc9,libclap_lex-8b5715cdf2a9652b,libos_str_bytes-07071fc49d2ae2ae,libtermcolor-f6275ed5787fcaa4,libbitflags-8af007612d237e86,libonce_cell-a6617ba019ca5b9d,liblibc_stdhandle-b49b4e3dfed55f41,liblibc-2ebfe6beac75ca3c,liblazy_static-513cfd08c0963263}.rlib" "/lib/rustlib/x86_64-unknown-illumos/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,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/rustcbMpUDT/raw-dylibs" "-lc" "-lssp" "-L" "/home/pbulk/build/textproc/jless/work/jless-0.9.0/target/release/build/libc-stdhandle-4fea8a2098f79725/out" "-o" "/home/pbulk/build/textproc/jless/work/jless-0.9.0/target/release/deps/jless-c4a0eb12f20650bf" "-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-93aa752ec39c6977.rlib(termion-93aa752ec39c6977.termion.e94f9216929baffa-cgu.6.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-c4a0eb12f20650bf 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-upstream-bulktest/textproc/jless *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-bulktest/textproc/jless