=> "/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 heck v0.4.0 Compiling utf8-ranges v1.0.4 Compiling endian-type v0.1.2 Compiling beef v0.5.1 Compiling fnv v1.0.7 Compiling regex-syntax v0.6.25 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 logos-derive v0.12.0 Compiling radix_trie v0.2.1 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 signal-hook-registry v1.3.0 Compiling atty v0.2.14 Compiling linked-hash-map v0.5.4 Compiling cfg-if v0.1.10 Compiling unicode-width v0.1.8 Compiling numtoa v0.1.0 Compiling unicode-segmentation v1.7.1 Compiling strsim v0.10.0 Compiling termcolor v1.1.2 Compiling utf8parse v0.2.0 Compiling once_cell v1.18.0 Compiling clap v4.0.26 Compiling rustyline v9.0.0 Compiling regex v1.5.5 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/rustc6Oiru6/symbols.o" "<17 object files omitted>" "-Wl,-z,ignore" "-Wl,-Bstatic" "/tmp/work/textproc/jless/work/jless-0.9.0/target/release/deps/{libisatty-9c4125a683fdc5d9,libcfg_if-a5acc5c5c7b43ad2,libyaml_rust-388fea8fa2514519,liblinked_hash_map-95c78172929863c4,libregex-5a9879018415d055,libaho_corasick-ee1e033b92b95b46,libregex_syntax-da489714838560eb,liblogos-f3704ef2b9cf15dc,libsignal_hook-7b73313fd0487e6f,libsignal_hook_registry-13a3836b37a2603f,librustyline-a8b5bb4f90e2f39d,libutf8parse-3b6a332bd56b1fc2,libnix-0bd9396e057baf93,libmemoffset-eba02a243cbafcad,libfd_lock-3e8cd05cda3f7e30,libunicode_width-f65ef323e15484f8,libunicode_segmentation-9ca1bf82747b999e,libdirs_next-2bfd942d3ead6bfb,libdirs_sys_next-a0d24a159c611ea7,libmemchr-dc2ad66740fe8caa,libradix_trie-ba4c51dfe4177eeb,libnibble_vec-5b62241a9c77bb97,libsmallvec-c8c3de543f1e73bc,libendian_type-e8a86efb2b754369,libclipboard-ee3243d3711e8192,libx11_clipboard-1b48f333dc469f8b,libxcb-1c42d74616d97df5,liblog-f6df2c04f4e4d769,libcfg_if-6774f8c5a62ed473,libtermion-71bcd22a6c20143b,libnumtoa-8b241eb313cb75d7,libclap-7efb8ff3ec23592f,libatty-00d32bb91853517b,libstrsim-f71d00a44425a1b9,libclap_lex-40bb29f8f3b252a8,libos_str_bytes-02f99a29defefa75,libtermcolor-cc60a38d5f86b3cb,libbitflags-c97dc9a02156faf3,libonce_cell-21bbed2bb5483953,liblibc_stdhandle-a3b65e5e149e1189,liblibc-b54c8e4098b66825,liblazy_static-3b248a5883bde137}.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/rustc6Oiru6/raw-dylibs" "-lc" "-lssp" "-L" "/tmp/work/textproc/jless/work/jless-0.9.0/target/release/build/libc-stdhandle-effab7e5a2a15ee7/out" "-o" "/tmp/work/textproc/jless/work/jless-0.9.0/target/release/deps/jless-f9fc6a031f310df0" "-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-71bcd22a6c20143b.rlib(termion-71bcd22a6c20143b.termion.8a60643eb7e7cb00-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-f9fc6a031f310df0 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