[INFO] cloning repository https://github.com/maykamasifuen/Preview-Image-CLI
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/maykamasifuen/Preview-Image-CLI" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaykamasifuen%2FPreview-Image-CLI", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaykamasifuen%2FPreview-Image-CLI'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 830299b1d3b6abe2aa0082da03f82381ae13da1e
[INFO] testing maykamasifuen/Preview-Image-CLI/830299b1d3b6abe2aa0082da03f82381ae13da1e against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaykamasifuen%2FPreview-Image-CLI" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/maykamasifuen/Preview-Image-CLI
[INFO] finished tweaking git repo https://github.com/maykamasifuen/Preview-Image-CLI
[INFO] tweaked toml for git repo https://github.com/maykamasifuen/Preview-Image-CLI written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/maykamasifuen/Preview-Image-CLI on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/maykamasifuen/Preview-Image-CLI already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded make-cmd v0.1.0
[INFO] [stderr]   Downloaded sixel-rs v0.3.3
[INFO] [stderr]   Downloaded wild v2.1.0
[INFO] [stderr]   Downloaded io-lifetimes v1.0.7
[INFO] [stderr]   Downloaded imagesize v0.11.0
[INFO] [stderr]   Downloaded zune-inflate v0.2.51
[INFO] [stderr]   Downloaded ctrlc v3.2.5
[INFO] [stderr]   Downloaded ansi_colours v1.2.1
[INFO] [stderr]   Downloaded image v0.24.5
[INFO] [stderr]   Downloaded clap v4.1.10
[INFO] [stderr]   Downloaded sixel-sys v0.3.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ab54db0fb9df0744f38b7bc33189b5821130d034bd9228f9aeccd388d402e861
[INFO] running `Command { std: "docker" "start" "ab54db0fb9df0744f38b7bc33189b5821130d034bd9228f9aeccd388d402e861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab54db0fb9df0744f38b7bc33189b5821130d034bd9228f9aeccd388d402e861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ab54db0fb9df0744f38b7bc33189b5821130d034bd9228f9aeccd388d402e861" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab54db0fb9df0744f38b7bc33189b5821130d034bd9228f9aeccd388d402e861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ab54db0fb9df0744f38b7bc33189b5821130d034bd9228f9aeccd388d402e861" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.140
[INFO] [stderr]    Compiling proc-macro2 v1.0.52
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling io-lifetimes v1.0.7
[INFO] [stderr]    Compiling miniz_oxide v0.6.2
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rustix v0.36.9
[INFO] [stderr]    Compiling futures-core v0.3.27
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling make-cmd v0.1.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.7
[INFO] [stderr]    Compiling linux-raw-sys v0.1.4
[INFO] [stderr]    Compiling spin v0.9.6
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.5
[INFO] [stderr]    Compiling sixel-sys v0.3.1
[INFO] [stderr]    Compiling futures-sink v0.3.27
[INFO] [stderr]    Compiling os_str_bytes v6.4.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling lebe v0.5.2
[INFO] [stderr]    Compiling half v2.2.1
[INFO] [stderr]    Compiling bytemuck v1.13.1
[INFO] [stderr]    Compiling clap_lex v0.3.3
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling ansi_colours v1.2.1
[INFO] [stderr]    Compiling base64 v0.21.0
[INFO] [stderr]    Compiling sixel-rs v0.3.3
[INFO] [stderr]    Compiling imagesize v0.11.0
[INFO] [stderr]    Compiling wild v2.1.0
[INFO] [stderr]    Compiling zune-inflate v0.2.51
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling flate2 v1.0.25
[INFO] [stderr]    Compiling png v0.17.7
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling nix v0.26.2
[INFO] [stderr]    Compiling console v0.15.5
[INFO] [stderr]    Compiling nanorand v0.7.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling ctrlc v3.2.5
[INFO] [stderr]    Compiling is-terminal v0.4.4
[INFO] [stderr]    Compiling tempfile v3.4.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]    Compiling clap_derive v4.1.9
[INFO] [stderr]    Compiling pin-project v1.0.12
[INFO] [stderr]    Compiling flume v0.10.14
[INFO] [stderr]    Compiling exr v1.6.3
[INFO] [stderr]    Compiling jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling clap v4.1.10
[INFO] [stderr]    Compiling tiff v0.8.1
[INFO] [stderr]    Compiling image v0.24.5
[INFO] [stderr]    Compiling pic v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `arg` and `command`
[INFO] [stdout]  --> src/options.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | use clap::{arg, command, Parser};
[INFO] [stdout]   |            ^^^  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/release/deps/rustcnQwTa1/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/release/deps/{libwild-188dc96da5200da4,libpic-b39bac3824b68997,libctrlc-a5a5f8508b3dc48f,libnix-5b2d9a24514e3942,libtempfile-657b4e4e45a654a7,libfastrand-2b522ff56903a4e2,libimagesize-bbdd9e2c4db07992,libansi_colours-c840a5ba37dfc375,libconsole-82d79eb59f31e2db,liblazy_static-480433dca0d17907,libsixel_rs-3b7423d097b9fe84,libsixel_sys-8f6723cb71c8b2ee,libbase64-a49662039c8781a5,libimage-d908cb5cd872cd2e,libbytemuck-1ec8c0dc6f650177,libpng-5e330fa5a53e5387,libexr-1f865c11e3e30433,libflume-a7950627264850b0,libspin-dacae7cdb40f08ea,liblock_api-c7a3efa0f61aeb14,libpin_project-23bc296471919389,libfutures_sink-f18400b3670bd68e,libfutures_core-9ecfbba3b539f7cb,libnanorand-6805b951ba54d4ea,libgetrandom-38db23109a07c156,libzune_inflate-e5277b339bd465b2,libsimd_adler32-6a2c336ff1f2d431,libbit_field-d0e745ab1e854579,liblebe-b9f57aacd3a6341c,libhalf-42f0c110363c650e,libsmallvec-a6d846121e2d702f,libscoped_threadpool-ff740bda07dcd259,libnum_rational-a611d186a973a9dd,libnum_integer-4ed4ad9a7efc3c44,libgif-97fc072a464cfde9,libcolor_quant-9e2536de46fec9df,libbyteorder-52d7e7679852098b,libnum_traits-22e33c67082f08e6,libtiff-49c70ac20ac45b0c,libflate2-5c98dae2e7a33837,libminiz_oxide-0393738deee281f6,libadler-f334a75a447e9ef2,libcrc32fast-6b35511fffef0fb5,libweezl-c7ac025ec6b37a2b,libjpeg_decoder-8a935d87bf064279,librayon-138814b1a64b9be7,librayon_core-581cf75b7dd3341c,libnum_cpus-671416df3a824e06,libcrossbeam_deque-be2917184510f570,libcrossbeam_epoch-3c134c7451a233f6,libmemoffset-15b883ae3e89e1a5,libscopeguard-d6f31e6f1ec771b5,libeither-09ed58566ccbca0c,libcrossbeam_channel-3921f24047e29a96,libcrossbeam_utils-b15ee3d9c2814b8b,libcfg_if-193575a6b29a3ab9,libclap-66e984996f0c18ad,libstrsim-4d90d417acaad1e9,libis_terminal-17105054116b979e,librustix-fb4ac97f2fc34ab9,liblinux_raw_sys-78e3c9222cbc1152,libio_lifetimes-561bff0a07ece007,liblibc-d5b7473bdb85c755,libclap_lex-b239ac42cc243372,libos_str_bytes-ac6dd04083e58a1c,libtermcolor-948d7d16d0a9b539,libbitflags-68973b8086863992,libonce_cell-acd599cdc2170539}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/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" "-lsixel" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/release/deps/rustcnQwTa1/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/release/build/sixel-sys-b931a4dafc6a60b1/out/lib" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/release/deps/pic-437eb50a25387d1e" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lsixel
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pic` (bin "pic") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "ab54db0fb9df0744f38b7bc33189b5821130d034bd9228f9aeccd388d402e861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab54db0fb9df0744f38b7bc33189b5821130d034bd9228f9aeccd388d402e861", kill_on_drop: false }`
[INFO] [stdout] ab54db0fb9df0744f38b7bc33189b5821130d034bd9228f9aeccd388d402e861
