=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/jless", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent", "PYTHON_VERSION_REQD=313"] ===> Building for jless-0.9.0nb2 Compiling libc v0.2.99 Compiling proc-macro2 v1.0.63 Compiling unicode-ident v1.0.10 Compiling version_check v0.9.3 Compiling cfg-if v1.0.0 Compiling quote v1.0.9 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 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 libc-stdhandle v0.1.0 Compiling nibble_vec v0.1.0 Compiling dirs-sys-next v0.1.2 Compiling utf8-ranges v1.0.4 Compiling heck v0.4.0 Compiling fnv v1.0.7 Compiling beef v0.5.1 Compiling regex-syntax v0.6.25 Compiling endian-type v0.1.2 Compiling signal-hook v0.3.8 Compiling os_str_bytes v6.0.0 Compiling clap_lex v0.3.3 Compiling x11-clipboard v0.3.3 Compiling radix_trie v0.2.1 Compiling logos-derive v0.12.0 Compiling clap_derive v4.0.21 Compiling dirs-next v2.0.0 Compiling nix v0.22.1 Compiling aho-corasick v0.7.18 Compiling fd-lock v3.0.0 Compiling atty v0.2.14 Compiling signal-hook-registry v1.3.0 Compiling cfg-if v0.1.10 Compiling once_cell v1.18.0 Compiling numtoa v0.1.0 Compiling termcolor v1.1.2 Compiling linked-hash-map v0.5.4 Compiling utf8parse v0.2.0 Compiling unicode-segmentation v1.7.1 Compiling unicode-width v0.1.8 Compiling strsim v0.10.0 Compiling clap v4.0.26 Compiling regex v1.5.5 Compiling rustyline v9.0.0 Compiling yaml-rust v0.4.5 Compiling termion v1.5.6 Compiling isatty v0.1.9 Compiling logos v0.12.0 Compiling clipboard v0.5.0 Compiling lazy_static v1.4.0 Compiling jless v0.9.0 (/tmp/work/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/work/textproc/jless/work/jless-0.9.0/target/release/deps/rustcZRhQR4/symbols.o" "<17 object files omitted>" "-Wl,-z,ignore" "-Wl,-Bstatic" "/tmp/work/textproc/jless/work/jless-0.9.0/target/release/deps/{libisatty-6ecd2dfd6f4569cc,libcfg_if-3d6c3e89788a250e,libyaml_rust-e6bb3604c513754e,liblinked_hash_map-580df70f604ddb9b,libregex-f9cfcc12694e02b4,libaho_corasick-810995ad2be26d12,libregex_syntax-e5ef32a86975fa29,liblogos-6e5a143552b51f5e,libsignal_hook-0eb18a9264cae2e5,libsignal_hook_registry-7a5f5c453b239d3f,librustyline-7b1db95e4c184c58,libutf8parse-6e9135b1000b7823,libnix-ac00eb57105b9e3f,libmemoffset-4e5c6d30d1e664f9,libfd_lock-57b1bb09eb9e301d,libunicode_width-b21efb98080172fd,libunicode_segmentation-2664db553534623e,libdirs_next-c4fe318800b6514b,libdirs_sys_next-de650e5423100963,libmemchr-d48bd1202e7a35f8,libradix_trie-7e8de66d0d541fbd,libnibble_vec-45180145ef54dd57,libsmallvec-bb48485ba35f7d5b,libendian_type-590f39d6c88d94bb,libclipboard-e4ce4a68c3b6698d,libx11_clipboard-934d7eedd9f0e8a4,libxcb-6b8fa5c4c985c299,liblog-d36202c5a7699f7e,libcfg_if-d7b09f2efce5269e,libtermion-14749db63c47aa03,libnumtoa-c11fa9fb2cde81fc,libclap-f8593f28a9e8b8a6,libatty-56e740118a05e612,libstrsim-a7a87228bba73e21,libclap_lex-e6952fcd190f26fa,libos_str_bytes-93cf3d809158ccb4,libtermcolor-507ead01b243ad63,libbitflags-5a88f170a727b6b1,libonce_cell-648d0f4be9d210e4,liblibc_stdhandle-215f4d0691f09dea,liblibc-903369ba3a161975,liblazy_static-8986d39e8644e94f}.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/work/textproc/jless/work/jless-0.9.0/target/release/deps/rustcZRhQR4/raw-dylibs" "-lc" "-lssp" "-L" "/tmp/work/textproc/jless/work/jless-0.9.0/target/release/build/libc-stdhandle-bbb993662e047c89/out" "-o" "/tmp/work/textproc/jless/work/jless-0.9.0/target/release/deps/jless-35fc8daca1ac4d29" "-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 /tmp/work/textproc/jless/work/jless-0.9.0/target/release/deps/libtermion-14749db63c47aa03.rlib(termion-14749db63c47aa03.termion.f925f6fccb426989-cgu.04.rcgu.o) ld: fatal: symbol referencing errors. No output written to /tmp/work/textproc/jless/work/jless-0.9.0/target/release/deps/jless-35fc8daca1ac4d29 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-trunk/textproc/jless *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/textproc/jless