=> "/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 log v0.4.14 Compiling unicode-xid v0.2.1 Compiling proc-macro-error-attr v1.0.4 Compiling bitflags v1.2.1 Compiling autocfg v1.0.1 Compiling memchr v2.4.1 Compiling memoffset v0.6.4 Compiling xcb v0.8.2 Compiling proc-macro-error v1.0.4 Compiling cc v1.0.69 Compiling smallvec v1.6.1 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 signal-hook v0.3.8 Compiling endian-type v0.1.2 Compiling utf8-ranges v1.0.4 Compiling beef v0.5.1 Compiling heck v0.4.0 Compiling fnv v1.0.7 Compiling regex-syntax v0.6.25 Compiling logos-derive v0.12.0 Compiling x11-clipboard v0.3.3 Compiling clap_derive v4.0.21 Compiling radix_trie v0.2.1 Compiling clap_lex v0.3.3 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 unicode-width v0.1.8 Compiling utf8parse v0.2.0 Compiling strsim v0.10.0 Compiling linked-hash-map v0.5.4 Compiling cfg-if v0.1.10 Compiling once_cell v1.18.0 Compiling numtoa v0.1.0 Compiling unicode-segmentation v1.7.1 Compiling termcolor v1.1.2 Compiling clap v4.0.26 Compiling regex v1.5.5 Compiling rustyline v9.0.0 Compiling termion v1.5.6 Compiling isatty v0.1.9 Compiling yaml-rust v0.4.5 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/rustcuWfVXK/symbols.o" "<17 object files omitted>" "-Wl,-z,ignore" "-Wl,-Bstatic" "/tmp/work/textproc/jless/work/jless-0.9.0/target/release/deps/{libisatty-dfb69fe9e59f72ea,libcfg_if-f6bd543ebe0ace70,libyaml_rust-028f6cce5e4db6c1,liblinked_hash_map-d0b0cfc311c256b1,libregex-67a8df5fc945bd33,libaho_corasick-0d3fb8f7cec82911,libregex_syntax-b5e090270f6461d1,liblogos-9470b1ca5d7e0d7b,libsignal_hook-ad644bdcf147d5de,libsignal_hook_registry-169b909b2be41015,librustyline-e8f59dcc4e18c6e3,libutf8parse-902c92c02479497a,libnix-9f7e920824a9f867,libmemoffset-f5c7667dcf174b00,libfd_lock-625418ebd712c977,libunicode_width-fde55dff14d4d6d5,libunicode_segmentation-cd492421331f206b,libdirs_next-052f2e0a91a74f9b,libdirs_sys_next-2925f55c25064792,libmemchr-aa9addaaac69ed07,libradix_trie-f1d3391a1f90f4bd,libnibble_vec-061f9a73b5c6b89d,libsmallvec-15e4268c72a4f083,libendian_type-3b41feac99c5ff7a,libclipboard-d697016315d0e173,libx11_clipboard-9a6e1a14b8ab3532,libxcb-18d0fa87e864b796,liblog-4ec32b4d66226418,libcfg_if-85fe70a3c809d161,libtermion-a32e0c383da29a80,libnumtoa-b8508294752dfb0f,libclap-25dc6e20470dd3aa,libatty-1b435a01e0b463a5,libstrsim-b25b280b85d3f7ad,libclap_lex-a5db7e62bf1359dd,libos_str_bytes-e3ae2ee660cd775a,libtermcolor-7b61079523c6babf,libbitflags-16a4ef1562978fb0,libonce_cell-d3f553e843ae698d,liblibc_stdhandle-3e0e30e02c0bbf18,liblibc-8343195f397eb627,liblazy_static-a842b898da73bb78}.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/rustcuWfVXK/raw-dylibs" "-lc" "-lssp" "-L" "/tmp/work/textproc/jless/work/jless-0.9.0/target/release/build/libc-stdhandle-bd01575b4821699b/out" "-o" "/tmp/work/textproc/jless/work/jless-0.9.0/target/release/deps/jless-d56104a114935564" "-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-a32e0c383da29a80.rlib(termion-a32e0c383da29a80.termion.c4ab2150e3570a2f-cgu.5.rcgu.o) ld: fatal: symbol referencing errors. No output written to /tmp/work/textproc/jless/work/jless-0.9.0/target/release/deps/jless-d56104a114935564 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