[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#ed7f3d77595b4831fdf085f2529aa13b5b51ff7d for pr-134530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftaskie%2Fdodx" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/taskie/dodx on toolchain ed7f3d77595b4831fdf085f2529aa13b5b51ff7d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "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-4-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" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] deb3f5248cd92e5ab7cc886917021aede4dda22968c10ddc98d6ad22fcf320e3 [INFO] running `Command { std: "docker" "start" "-a" "deb3f5248cd92e5ab7cc886917021aede4dda22968c10ddc98d6ad22fcf320e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "deb3f5248cd92e5ab7cc886917021aede4dda22968c10ddc98d6ad22fcf320e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "deb3f5248cd92e5ab7cc886917021aede4dda22968c10ddc98d6ad22fcf320e3", kill_on_drop: false }` [INFO] [stdout] deb3f5248cd92e5ab7cc886917021aede4dda22968c10ddc98d6ad22fcf320e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6dbe139114e48913bc2320c6db2559b19712cda198b17e31b12e47723f98e813 [INFO] running `Command { std: "docker" "start" "-a" "6dbe139114e48913bc2320c6db2559b19712cda198b17e31b12e47723f98e813", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling rustix v0.38.8 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.5 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling anyhow v1.0.72 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling aho-corasick v1.0.3 [INFO] [stderr] Compiling syn v2.0.28 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling clap_builder v4.3.21 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling termcolor v1.2.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling similar v2.2.1 [INFO] [stderr] Compiling regex-automata v0.3.6 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling clap_derive v4.3.12 [INFO] [stderr] Compiling regex v1.9.3 [INFO] [stderr] Compiling env_logger v0.10.0 [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((), PathBuf, (), anyhow::Error), [INFO] [stdout] | ~~ ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.41s [INFO] running `Command { std: "docker" "inspect" "6dbe139114e48913bc2320c6db2559b19712cda198b17e31b12e47723f98e813", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dbe139114e48913bc2320c6db2559b19712cda198b17e31b12e47723f98e813", kill_on_drop: false }` [INFO] [stdout] 6dbe139114e48913bc2320c6db2559b19712cda198b17e31b12e47723f98e813 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78320783d4b535fbe81ad0d8345ae5860d3f0c432968a83e4a3bbdde271698e6 [INFO] running `Command { std: "docker" "start" "-a" "78320783d4b535fbe81ad0d8345ae5860d3f0c432968a83e4a3bbdde271698e6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling regex-automata v0.3.6 [INFO] [stderr] Compiling predicates-core v1.0.6 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling termtree v0.4.1 [INFO] [stderr] Compiling difflib v0.4.0 [INFO] [stderr] Compiling predicates-tree v1.0.9 [INFO] [stderr] Compiling wait-timeout v0.2.0 [INFO] [stderr] Compiling predicates v3.0.3 [INFO] [stderr] Compiling regex v1.9.3 [INFO] [stderr] Compiling bstr v1.6.0 [INFO] [stderr] Compiling env_logger v0.10.0 [INFO] [stderr] Compiling assert_cmd v2.0.12 [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((), PathBuf, (), anyhow::Error), [INFO] [stdout] | ~~ ~~ [INFO] [stdout] [INFO] [stdout] [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((), PathBuf, (), anyhow::Error), [INFO] [stdout] | ~~ ~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.33s [INFO] running `Command { std: "docker" "inspect" "78320783d4b535fbe81ad0d8345ae5860d3f0c432968a83e4a3bbdde271698e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78320783d4b535fbe81ad0d8345ae5860d3f0c432968a83e4a3bbdde271698e6", kill_on_drop: false }` [INFO] [stdout] 78320783d4b535fbe81ad0d8345ae5860d3f0c432968a83e4a3bbdde271698e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 20f24306ac777a30c4cee0d854bd85caa774add1de55038242a90003d29ee99e [INFO] running `Command { std: "docker" "start" "-a" "20f24306ac777a30c4cee0d854bd85caa774add1de55038242a90003d29ee99e", kill_on_drop: false }` [INFO] [stderr] warning: fields `0` and `2` are never read [INFO] [stderr] --> src/parallel.rs:16:11 [INFO] [stderr] | [INFO] [stderr] 16 | Error(usize, PathBuf, usize, anyhow::Error), [INFO] [stderr] | ----- ^^^^^ ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | fields in this variant [INFO] [stderr] | [INFO] [stderr] = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields [INFO] [stderr] | [INFO] [stderr] 16 | Error((), PathBuf, (), anyhow::Error), [INFO] [stderr] | ~~ ~~ [INFO] [stderr] [INFO] [stderr] warning: `dodx` (bin "dodx") generated 1 warning [INFO] [stderr] warning: `dodx` (bin "dodx" test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/dodx-9dc6b6c3788b1ec6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/command.rs (/opt/rustwide/target/debug/deps/command-501dcd6c1cd6ac0c) [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test test_files_from_stdin ... ok [INFO] [stdout] test test_multi_args ... ok [INFO] [stdout] test test_files_from ... ok [INFO] [stdout] test test_filter ... ok [INFO] [stdout] test test ... ok [INFO] [stdout] test test_files_from_stdin_null ... ok [INFO] [stdout] test test_multi ... ok [INFO] [stdout] test test_multi_single_thread_unordered_force_parallel ... ok [INFO] [stdout] test test_multi_null ... ok [INFO] [stdout] test test_multi_single_thread ... ok [INFO] [stdout] test test_single_arg ... ok [INFO] [stdout] test test_multi_unordered ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "20f24306ac777a30c4cee0d854bd85caa774add1de55038242a90003d29ee99e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20f24306ac777a30c4cee0d854bd85caa774add1de55038242a90003d29ee99e", kill_on_drop: false }` [INFO] [stdout] 20f24306ac777a30c4cee0d854bd85caa774add1de55038242a90003d29ee99e