=> "/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 cfg-if v1.0.0 Compiling version_check v0.9.3 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 memchr v2.4.1 Compiling autocfg v1.0.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 fnv v1.0.7 Compiling endian-type v0.1.2 Compiling signal-hook v0.3.8 Compiling utf8-ranges v1.0.4 Compiling regex-syntax v0.6.25 Compiling beef v0.5.1 Compiling os_str_bytes v6.0.0 Compiling clap_lex v0.3.3 Compiling logos-derive v0.12.0 Compiling x11-clipboard v0.3.3 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 termcolor v1.1.2 Compiling once_cell v1.18.0 Compiling cfg-if v0.1.10 Compiling numtoa v0.1.0 Compiling linked-hash-map v0.5.4 Compiling unicode-width v0.1.8 Compiling strsim v0.10.0 Compiling utf8parse v0.2.0 Compiling unicode-segmentation v1.7.1 Compiling rustyline v9.0.0 Compiling regex v1.5.5 Compiling clap v4.0.26 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 (/home/pbulk/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" "/home/pbulk/work/textproc/jless/work/jless-0.9.0/target/release/deps/rustc9F7Epv/symbols.o" "<17 object files omitted>" "-Wl,-z,ignore" "-Wl,-Bstatic" "/home/pbulk/work/textproc/jless/work/jless-0.9.0/target/release/deps/{libisatty-d431b8d393958954,libcfg_if-644cb1bedd862fbf,libyaml_rust-20f63213787fd2d1,liblinked_hash_map-9d8c3572a1f19c74,libregex-53f869a8cb147968,libaho_corasick-58b6da7a80363e86,libregex_syntax-ff85518a33a8be2b,liblogos-314e2c0ec1a6ba9a,libsignal_hook-55bfb8448ec7b6a7,libsignal_hook_registry-043f8c8c80bea81a,librustyline-9b572ae5266a4421,libutf8parse-6be79c9471a69731,libnix-8de4a58f736362f0,libmemoffset-8bce46af8233cdba,libfd_lock-04b2c15a9d132424,libunicode_width-be89db7c1638487e,libunicode_segmentation-a86dc63a92d46b10,libdirs_next-b2e1ba2d9107f937,libdirs_sys_next-47acfee97cfbc588,libmemchr-4ae240c540faaaff,libradix_trie-5cae38d8c3542aef,libnibble_vec-db930940413d1e7a,libsmallvec-8801e0817407ad1e,libendian_type-f3730c918cfc9cff,libclipboard-933254a9de7b3aca,libx11_clipboard-e3c9ba823143b3de,libxcb-13f7572797f4f7be,liblog-486cf6e1c344f4f1,libcfg_if-44af88730b85d081,libtermion-4bed4b9d377a9504,libnumtoa-d805426db26449a9,libclap-be0c803a019d6068,libatty-bf1087462ad8d746,libstrsim-0efd4c084233506b,libclap_lex-fd6a6c451596c9fe,libos_str_bytes-0012a1a7191c5434,libtermcolor-ddbea5e7c7313e8f,libbitflags-9a85a4cd4c372cd2,libonce_cell-01bea940cf8c37f3,liblibc_stdhandle-b9294d776875ca1a,liblibc-6f4632bcd6c86830,liblazy_static-fa7f12fb8806f6e9}.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" "/home/pbulk/work/textproc/jless/work/jless-0.9.0/target/release/deps/rustc9F7Epv/raw-dylibs" "-lc" "-lssp" "-L" "/home/pbulk/work/textproc/jless/work/jless-0.9.0/target/release/build/libc-stdhandle-afd47c07788e7c60/out" "-o" "/home/pbulk/work/textproc/jless/work/jless-0.9.0/target/release/deps/jless-4ca647e65537fa9e" "-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/work/textproc/jless/work/jless-0.9.0/target/release/deps/libtermion-4bed4b9d377a9504.rlib(termion-4bed4b9d377a9504.termion.bc1c49f349eae0c2-cgu.04.rcgu.o) ld: fatal: symbol referencing errors. No output written to /home/pbulk/work/textproc/jless/work/jless-0.9.0/target/release/deps/jless-4ca647e65537fa9e 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