[INFO] cloning repository https://github.com/taskie/dodx [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/taskie/dodx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaskie%2Fdodx", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaskie%2Fdodx'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b9451035c42333b08207305a973d28bfb37dfa5d [INFO] testing taskie/dodx against try#a7ce54db9b096bd1098d07c645b489195a667c9f for pr-137940 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaskie%2Fdodx" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/taskie/dodx on toolchain a7ce54db9b096bd1098d07c645b489195a667c9f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/taskie/dodx [INFO] finished tweaking git repo https://github.com/taskie/dodx [INFO] tweaked toml for git repo https://github.com/taskie/dodx written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/taskie/dodx 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" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f442b8b9d3c10c15171c7875b85ff0d38010c229e86ae38876124f98a99c2da3 [INFO] running `Command { std: "docker" "start" "-a" "f442b8b9d3c10c15171c7875b85ff0d38010c229e86ae38876124f98a99c2da3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f442b8b9d3c10c15171c7875b85ff0d38010c229e86ae38876124f98a99c2da3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f442b8b9d3c10c15171c7875b85ff0d38010c229e86ae38876124f98a99c2da3", kill_on_drop: false }` [INFO] [stdout] f442b8b9d3c10c15171c7875b85ff0d38010c229e86ae38876124f98a99c2da3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+a7ce54db9b096bd1098d07c645b489195a667c9f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b640cf7f31a02627d377643753052b722ebb35663d20dd6caa37d6421840e330 [INFO] running `Command { std: "docker" "start" "-a" "b640cf7f31a02627d377643753052b722ebb35663d20dd6caa37d6421840e330", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling rustix v0.38.8 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling aho-corasick v1.0.3 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling similar v2.2.1 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling clap_builder v4.3.21 [INFO] [stderr] Compiling regex-automata v0.3.6 [INFO] [stderr] Compiling regex v1.9.3 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling clap v4.3.21 [INFO] [stderr] Compiling dodx v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `0` and `2` are never read [INFO] [stdout] --> src/parallel.rs:16:11 [INFO] [stdout] | [INFO] [stdout] 16 | Error(usize, PathBuf, usize, anyhow::Error), [INFO] [stdout] | ----- ^^^^^ ^^^^^ [INFO] [stdout] | | [INFO] [stdout] | fields in this variant [INFO] [stdout] | [INFO] [stdout] = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stdout] | [INFO] [stdout] 16 - Error(usize, PathBuf, usize, anyhow::Error), [INFO] [stdout] 16 + Error((), PathBuf, (), anyhow::Error), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustca6LxDN/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-80faf4ffc1b2b03a.rlib,libtermcolor-bf907dc46feeefc7.rlib,libhumantime-271ba35809dd8c72.rlib,libregex-62e3850c72cebb99.rlib,libregex_automata-1e695caf5c79c492.rlib,libaho_corasick-ea162f5cf693e613.rlib,libregex_syntax-a1032a41b43d3fa4.rlib,libcrossbeam_channel-f7591410e8c0afec.rlib,libcrossbeam_utils-1c8c911603c6f4d2.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libsimilar-3ac56966f64d274d.rlib,libbstr-cd9df78d088d8ac4.rlib,libmemchr-c03d851e398fde9c.rlib,liblog-7586ba8641f928f2.rlib,libitertools-5a4a01a146f3bd71.rlib,libeither-2603831856d26698.rlib,libclap-e967ad9bd9783e03.rlib,libonce_cell-778c08b2406fdd3b.rlib,libclap_builder-639a39a7377c8644.rlib,libstrsim-d620f0ade87b0f1f.rlib,libanstream-5f701bea9f4e6d53.rlib,libanstyle_query-294da531cac097e0.rlib,libis_terminal-0e0e74a64d7e3822.rlib,librustix-28283f340d47108a.rlib,libbitflags-06ef7fc2bda8fd57.rlib,liblinux_raw_sys-18ceed979cc04410.rlib,libcolorchoice-bfe75a9d19074058.rlib,libanstyle_parse-73725c90da715a14.rlib,libutf8parse-e98db3169219ea11.rlib,libclap_lex-8e8dc61e0c3cf4c2.rlib,libanstyle-a9d7568b58f54b4e.rlib,libanyhow-70683794084ee0b0.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustca6LxDN/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dodx-7865674304f600c1" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dodx` (bin "dodx") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "b640cf7f31a02627d377643753052b722ebb35663d20dd6caa37d6421840e330", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b640cf7f31a02627d377643753052b722ebb35663d20dd6caa37d6421840e330", kill_on_drop: false }` [INFO] [stdout] b640cf7f31a02627d377643753052b722ebb35663d20dd6caa37d6421840e330