[INFO] cloning repository https://github.com/Aaronepower/tokei [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Aaronepower/tokei" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaronepower%2Ftokei", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaronepower%2Ftokei'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c8e4d0703252c87b1df45382b365c6bb00769dbe [INFO] testing Aaronepower/tokei against 1.73.0 for beta-1.74-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAaronepower%2Ftokei" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Aaronepower/tokei on toolchain 1.73.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.73.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Aaronepower/tokei [INFO] finished tweaking git repo https://github.com/Aaronepower/tokei [INFO] tweaked toml for git repo https://github.com/Aaronepower/tokei written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Aaronepower/tokei 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.73.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded grep-searcher v0.1.11 [INFO] [stderr] Downloaded grep-matcher v0.1.6 [INFO] [stderr] Downloaded globset v0.4.12 [INFO] [stderr] Downloaded winnow v0.5.3 [INFO] [stderr] Downloaded table_formatter v0.6.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 020be76de6880252df88a855396c4dde3f8055689a980c1d960abd3f01c5266b [INFO] running `Command { std: "docker" "start" "-a" "020be76de6880252df88a855396c4dde3f8055689a980c1d960abd3f01c5266b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "020be76de6880252df88a855396c4dde3f8055689a980c1d960abd3f01c5266b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "020be76de6880252df88a855396c4dde3f8055689a980c1d960abd3f01c5266b", kill_on_drop: false }` [INFO] [stdout] 020be76de6880252df88a855396c4dde3f8055689a980c1d960abd3f01c5266b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6513b3485600f5f3be89dcf76e0d6ad5c785301ea95042b38820d28a628eff79 [INFO] running `Command { std: "docker" "start" "-a" "6513b3485600f5f3be89dcf76e0d6ad5c785301ea95042b38820d28a628eff79", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling serde v1.0.180 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling thiserror v1.0.44 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling serde_derive v1.0.180 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling uncased v0.9.9 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling bstr v1.6.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling rustix v0.38.6 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling walkdir v2.3.3 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling serde_json v1.0.104 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling iana-time-zone v0.1.57 [INFO] [stderr] Compiling rustix v0.37.23 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling deunicode v0.4.4 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling rayon-core v1.11.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling crossbeam-deque v0.8.3 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling winnow v0.5.3 [INFO] [stderr] Compiling os_str_bytes v6.5.1 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling clap_lex v0.2.4 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling regex-automata v0.3.4 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling grep-matcher v0.1.6 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling encoding_rs_io v0.1.7 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling bytecount v0.6.3 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling grep-searcher v0.1.11 [INFO] [stderr] Compiling num-format v0.4.4 [INFO] [stderr] Compiling etcetera v0.8.0 [INFO] [stderr] Compiling rayon v1.7.0 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling terminal_size v0.2.6 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling colored v2.0.4 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling term_size v0.3.2 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling serde_spanned v0.6.3 [INFO] [stderr] Compiling textwrap v0.16.0 [INFO] [stderr] Compiling dashmap v5.5.0 [INFO] [stderr] Compiling toml_edit v0.19.14 [INFO] [stderr] Compiling clap v3.2.25 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling globset v0.4.12 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling ignore v0.4.20 [INFO] [stderr] Compiling chrono-tz-build v0.0.2 [INFO] [stderr] Compiling toml v0.7.6 [INFO] [stderr] Compiling thiserror-impl v1.0.44 [INFO] [stderr] Compiling derive_arbitrary v1.3.1 [INFO] [stderr] Compiling globwalk v0.8.1 [INFO] [stderr] Compiling chrono-tz v0.6.1 [INFO] [stderr] Compiling arbitrary v1.3.0 [INFO] [stderr] Compiling pest v2.7.2 [INFO] [stderr] Compiling table_formatter v0.6.1 [INFO] [stderr] Compiling pest_meta v2.7.2 [INFO] [stderr] Compiling pest_generator v2.7.2 [INFO] [stderr] Compiling pest_derive v2.7.2 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling tera v1.19.0 [INFO] [stderr] Compiling tokei v13.0.0-alpha.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.90s [INFO] running `Command { std: "docker" "inspect" "6513b3485600f5f3be89dcf76e0d6ad5c785301ea95042b38820d28a628eff79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6513b3485600f5f3be89dcf76e0d6ad5c785301ea95042b38820d28a628eff79", kill_on_drop: false }` [INFO] [stdout] 6513b3485600f5f3be89dcf76e0d6ad5c785301ea95042b38820d28a628eff79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+1.73.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4f697bf77c690d1c2e047ee22e6864f8fa5d337952dc611ec6b44fe1a6eb7c62 [INFO] running `Command { std: "docker" "start" "-a" "4f697bf77c690d1c2e047ee22e6864f8fa5d337952dc611ec6b44fe1a6eb7c62", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling fastrand v2.0.0 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling cc v1.0.81 [INFO] [stderr] Compiling tempfile v3.7.0 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_xorshift v0.3.0 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling strum v0.25.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling strum_macros v0.25.1 [INFO] [stderr] Compiling libz-sys v1.1.12 [INFO] [stderr] Compiling libgit2-sys v0.15.2+1.6.4 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Compiling phf_codegen v0.10.0 [INFO] [stderr] Compiling chrono-tz-build v0.0.2 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling chrono v0.4.26 [INFO] [stderr] Compiling chrono-tz v0.6.1 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling proptest v1.2.0 [INFO] [stderr] Compiling git2 v0.17.2 [INFO] [stderr] Compiling tera v1.19.0 [INFO] [stderr] Compiling tokei v13.0.0-alpha.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcx8is4E/symbols.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.tokei.a920c219c1e78733-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302.26p8v41x25w62s0t.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/libgit2-sys-8d2d209099a84121/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libenv_logger-048fe4953786aba2.rlib" "/opt/rustwide/target/debug/deps/libhumantime-978373e9be0d7129.rlib" "/opt/rustwide/target/debug/deps/libterm_size-fc37807bd9897bcb.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-1c1e90653c657ff2.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e8683e75aaaef901.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b71c2483f91f7b1d.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-0501fbcc95f3e2d1.rlib" "/opt/rustwide/target/debug/deps/libstrum-d2af43052ec3c758.rlib" "/opt/rustwide/target/debug/deps/libnum_format-942b2611ac47e30c.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-d1c62cf74ba0932c.rlib" "/opt/rustwide/target/debug/deps/libtable_formatter-e05e78d2adcb9f07.rlib" "/opt/rustwide/target/debug/deps/libitertools-9f3b9737b9146919.rlib" "/opt/rustwide/target/debug/deps/libthiserror-bf9e29333bc1ac58.rlib" "/opt/rustwide/target/debug/deps/libtokei-4d05770fdd1c8a82.rlib" "/opt/rustwide/target/debug/deps/libserde_json-2d6c15329e7bf0d6.rlib" "/opt/rustwide/target/debug/deps/libryu-1b8c11fa54e87e65.rlib" "/opt/rustwide/target/debug/deps/libitoa-e3e7cf5f838198a9.rlib" "/opt/rustwide/target/debug/deps/libtoml-46c0c62bde012788.rlib" "/opt/rustwide/target/debug/deps/libtoml_edit-17e9ca1a72c6e3f2.rlib" "/opt/rustwide/target/debug/deps/libserde_spanned-50dc698b00b82e73.rlib" "/opt/rustwide/target/debug/deps/libindexmap-28d3b5ba549eee2b.rlib" "/opt/rustwide/target/debug/deps/libequivalent-a21f04681ac75739.rlib" "/opt/rustwide/target/debug/deps/libwinnow-50ae16e8369a6435.rlib" "/opt/rustwide/target/debug/deps/libtoml_datetime-c6579f06a5bf1897.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-069c2dae3bc84f5e.rlib" "/opt/rustwide/target/debug/deps/libarbitrary-b432aa54aab5d17f.rlib" "/opt/rustwide/target/debug/deps/libdashmap-4d2054d6ded5ed73.rlib" "/opt/rustwide/target/debug/deps/liblock_api-27aa7f885e67ee0e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-68d48065380496df.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-2fcf53c6e0112e4a.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f50b10aa98fd3653.rlib" "/opt/rustwide/target/debug/deps/libgrep_searcher-e7d4ebd8cc48c17c.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-c15684dcd5d3e555.rlib" "/opt/rustwide/target/debug/deps/libgrep_matcher-4302de6360b181db.rlib" "/opt/rustwide/target/debug/deps/libbytecount-7d19287b25bc3391.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs_io-12ce504fd09543bc.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-978e284b6623f287.rlib" "/opt/rustwide/target/debug/deps/libetcetera-7779b5991a6b6451.rlib" "/opt/rustwide/target/debug/deps/libhome-ad1f5a29c6be8c24.rlib" "/opt/rustwide/target/debug/deps/librayon-f1645232f423f458.rlib" "/opt/rustwide/target/debug/deps/librayon_core-4d8336326838efd2.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-1b9bc0ea17ae840d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-45650f376b7b01a6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-18945c15a0dc84d4.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-5da5c88ef5c7b23c.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-bec68a32e9cebeeb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-90d9ef96a2ad9e47.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-5a950039dd81e909.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-292db5e7ed008e20.rlib" "/opt/rustwide/target/debug/deps/libeither-fc950dc8e74707c2.rlib" "/opt/rustwide/target/debug/deps/libignore-2a2105b8e16bead3.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-241449dacfb71290.rlib" "/opt/rustwide/target/debug/deps/libsame_file-2dcfeb6b8b1689f0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-71f2e22de3fd6da3.rlib" "/opt/rustwide/target/debug/deps/libglobset-900af16c2bb2c2d8.rlib" "/opt/rustwide/target/debug/deps/libfnv-eabbba41d4112d22.rlib" "/opt/rustwide/target/debug/deps/libregex-a5482d2e64c62acf.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-aa2b53cbbba78c07.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a727a2fea3c8f9a0.rlib" "/opt/rustwide/target/debug/deps/libbstr-08a345fcf1a1b29a.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7d83686410bb6d25.rlib" "/opt/rustwide/target/debug/deps/libmemchr-473745ae03f35f8d.rlib" "/opt/rustwide/target/debug/deps/libserde-e65f459a9beddcd5.rlib" "/opt/rustwide/target/debug/deps/libcolored-0bb0058b08380083.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-4b432e5b47262c38.rlib" "/opt/rustwide/target/debug/deps/libis_terminal-cebce9c6c6e2c4f6.rlib" "/opt/rustwide/target/debug/deps/librustix-f579ab978c574ccc.rlib" "/opt/rustwide/target/debug/deps/libbitflags-89e95091d9092b0c.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-0c879e4d83739722.rlib" "/opt/rustwide/target/debug/deps/libclap-84eda09c8d6ac569.rlib" "/opt/rustwide/target/debug/deps/libatty-40e2ae9bfcdb5ea4.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c58d039e59a58b2e.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-4e4c5ff6b3672c57.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-39445c282edcb92b.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-295a58c5d252dd0a.rlib" "/opt/rustwide/target/debug/deps/librustix-b3d2491126c7f7ba.rlib" "/opt/rustwide/target/debug/deps/libio_lifetimes-91830721207e0965.rlib" "/opt/rustwide/target/debug/deps/liblibc-65d9383e28d37e6d.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-42ef2b9716026fe6.rlib" "/opt/rustwide/target/debug/deps/libindexmap-38cf2de585bec8a5.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-408c3396876b0f1d.rlib" "/opt/rustwide/target/debug/deps/libclap_lex-1070a8cccabf079b.rlib" "/opt/rustwide/target/debug/deps/libos_str_bytes-9a095ce2377aa1ad.rlib" "/opt/rustwide/target/debug/deps/libbitflags-55ef495d32b18366.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-137a3df89f53467e.rlib" "/opt/rustwide/target/debug/deps/liblog-3263937612fff0d6.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-6498d8891e016dca.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3debdee1a9058d84.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8339c5bd5cbc92bf.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-160ebcebb54c11ba.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-95c75789f1b65e37.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7e8094f2d6258832.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bac9783ef1b45db0.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a1cd87df2f2d8e76.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-7fd06d468d7dba16.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5ac19487656e05bf.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c35d32cf825c11.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-c523f1571362e70b.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-85f17c92b770a911.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-598d3ba148dadcea.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a58ec2dab545caa4.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-f9dda8cca149f0fc.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-7ba4c315dd7a3503.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5ac2993e19124966.rlib" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-df2fb7f50dec519a.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.73.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/tokei-7a60f6e695e22302" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokei` (bin "tokei" test) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "4f697bf77c690d1c2e047ee22e6864f8fa5d337952dc611ec6b44fe1a6eb7c62", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f697bf77c690d1c2e047ee22e6864f8fa5d337952dc611ec6b44fe1a6eb7c62", kill_on_drop: false }` [INFO] [stdout] 4f697bf77c690d1c2e047ee22e6864f8fa5d337952dc611ec6b44fe1a6eb7c62