[INFO] fetching crate cat-clone 0.1.0...
[INFO] testing cat-clone-0.1.0 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate cat-clone 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate cat-clone 0.1.0 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cat-clone 0.1.0
[INFO] finished tweaking crates.io crate cat-clone 0.1.0
[INFO] tweaked toml for crates.io crate cat-clone 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate cat-clone 0.1.0 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quote v1.0.32
[INFO] [stderr]   Downloaded clap_derive v4.3.12
[INFO] [stderr]   Downloaded errno v0.3.2
[INFO] [stderr]   Downloaded globset v0.4.12
[INFO] [stderr]   Downloaded tempfile v3.7.0
[INFO] [stderr]   Downloaded assert_fs v1.0.13
[INFO] [stderr]   Downloaded serde v1.0.181
[INFO] [stderr]   Downloaded rustix v0.38.6
[INFO] [stderr]   Downloaded clap_builder v4.3.19
[INFO] [stderr]   Downloaded syn v2.0.28
[INFO] [stderr]   Downloaded regex-automata v0.3.4
[INFO] [stderr]   Downloaded regex-syntax v0.7.4
[INFO] [stderr]   Downloaded regex v1.9.1
[INFO] [stderr]   Downloaded cc v1.0.81
[INFO] [stderr]   Downloaded linux-raw-sys v0.4.5
[INFO] [stderr]   Downloaded bitflags v2.3.3
[INFO] [stderr]   Downloaded clap v4.3.19
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 593e9ac701153569b0270f0ea164493849bef2e258e803a1264e7d8ec502a9cc
[INFO] running `Command { std: "docker" "start" "-a" "593e9ac701153569b0270f0ea164493849bef2e258e803a1264e7d8ec502a9cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "593e9ac701153569b0270f0ea164493849bef2e258e803a1264e7d8ec502a9cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "593e9ac701153569b0270f0ea164493849bef2e258e803a1264e7d8ec502a9cc", kill_on_drop: false }`
[INFO] [stdout] 593e9ac701153569b0270f0ea164493849bef2e258e803a1264e7d8ec502a9cc
[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=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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6a5c8ad0003617f2f3d1fd01067b4d4f98620607fdc7923de636339cf725b4e5
[INFO] running `Command { std: "docker" "start" "-a" "6a5c8ad0003617f2f3d1fd01067b4d4f98620607fdc7923de636339cf725b4e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling regex-automata v0.3.4
[INFO] [stderr]    Compiling clap_builder v4.3.19
[INFO] [stderr]    Compiling regex v1.9.1
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]    Compiling clap v4.3.19
[INFO] [stderr]    Compiling cat-clone v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.24s
[INFO] running `Command { std: "docker" "inspect" "6a5c8ad0003617f2f3d1fd01067b4d4f98620607fdc7923de636339cf725b4e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a5c8ad0003617f2f3d1fd01067b4d4f98620607fdc7923de636339cf725b4e5", kill_on_drop: false }`
[INFO] [stdout] 6a5c8ad0003617f2f3d1fd01067b4d4f98620607fdc7923de636339cf725b4e5
[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=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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae292ddf19e5d6d249f13e41b05c560c2001d3dd447d0db34746dd7b19af287f
[INFO] running `Command { std: "docker" "start" "-a" "ae292ddf19e5d6d249f13e41b05c560c2001d3dd447d0db34746dd7b19af287f", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling rustix v0.38.6
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling fastrand v2.0.0
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.3.4
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling tempfile v3.7.0
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.19
[INFO] [stderr]    Compiling regex v1.9.1
[INFO] [stderr]    Compiling bstr v1.6.0
[INFO] [stderr]    Compiling clap v4.3.19
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling predicates v3.0.3
[INFO] [stderr]    Compiling globset v0.4.12
[INFO] [stderr]    Compiling cat-clone v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling assert_cmd v2.0.12
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling assert_fs v1.0.13
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.69s
[INFO] running `Command { std: "docker" "inspect" "ae292ddf19e5d6d249f13e41b05c560c2001d3dd447d0db34746dd7b19af287f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae292ddf19e5d6d249f13e41b05c560c2001d3dd447d0db34746dd7b19af287f", kill_on_drop: false }`
[INFO] [stdout] ae292ddf19e5d6d249f13e41b05c560c2001d3dd447d0db34746dd7b19af287f
[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=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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eae1b79acd49b7fd50ff66b9d0f1e6452f10f6127186804337ff64b5fb9fdf1d
[INFO] running `Command { std: "docker" "start" "-a" "eae1b79acd49b7fd50ff66b9d0f1e6452f10f6127186804337ff64b5fb9fdf1d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cat_clone-86b4e18470e18d6c)
[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] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cat_clone-10971fac718baf15)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-cf6b9d0dfc484ba4)
[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] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test file_doesnt_exist ... ok
[INFO] [stderr]    Doc-tests cat_clone
[INFO] [stdout] test print_file_content ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[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] running `Command { std: "docker" "inspect" "eae1b79acd49b7fd50ff66b9d0f1e6452f10f6127186804337ff64b5fb9fdf1d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eae1b79acd49b7fd50ff66b9d0f1e6452f10f6127186804337ff64b5fb9fdf1d", kill_on_drop: false }`
[INFO] [stdout] eae1b79acd49b7fd50ff66b9d0f1e6452f10f6127186804337ff64b5fb9fdf1d
[INFO] testing cat-clone-0.1.0 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate cat-clone 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate cat-clone 0.1.0 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cat-clone 0.1.0
[INFO] finished tweaking crates.io crate cat-clone 0.1.0
[INFO] tweaked toml for crates.io crate cat-clone 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate cat-clone 0.1.0 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" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d660fa6a1aa4ccc42fe4bdc27d204c91b483f4b596c702e596283db6b63e0393
[INFO] running `Command { std: "docker" "start" "-a" "d660fa6a1aa4ccc42fe4bdc27d204c91b483f4b596c702e596283db6b63e0393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d660fa6a1aa4ccc42fe4bdc27d204c91b483f4b596c702e596283db6b63e0393", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d660fa6a1aa4ccc42fe4bdc27d204c91b483f4b596c702e596283db6b63e0393", kill_on_drop: false }`
[INFO] [stdout] d660fa6a1aa4ccc42fe4bdc27d204c91b483f4b596c702e596283db6b63e0393
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 72c80d42de481f9789cb31009ef63e8e95720ad75e41946130478b3220cb60d3
[INFO] running `Command { std: "docker" "start" "-a" "72c80d42de481f9789cb31009ef63e8e95720ad75e41946130478b3220cb60d3", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v0.38.6
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling regex-automata v0.3.4
[INFO] [stderr]    Compiling clap_builder v4.3.19
[INFO] [stderr]    Compiling regex v1.9.1
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]    Compiling clap v4.3.19
[INFO] [stderr]    Compiling cat-clone v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
[INFO] running `Command { std: "docker" "inspect" "72c80d42de481f9789cb31009ef63e8e95720ad75e41946130478b3220cb60d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72c80d42de481f9789cb31009ef63e8e95720ad75e41946130478b3220cb60d3", kill_on_drop: false }`
[INFO] [stdout] 72c80d42de481f9789cb31009ef63e8e95720ad75e41946130478b3220cb60d3
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a76576f61bc0be87c8e3c0a1c6d59ce95f2e8a30ef3d430ac02edb42d3ee29dc
[INFO] running `Command { std: "docker" "start" "-a" "a76576f61bc0be87c8e3c0a1c6d59ce95f2e8a30ef3d430ac02edb42d3ee29dc", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling rustix v0.38.6
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling predicates-core v1.0.6
[INFO] [stderr]    Compiling walkdir v2.3.3
[INFO] [stderr]    Compiling termtree v0.4.1
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling fastrand v2.0.0
[INFO] [stderr]    Compiling predicates-tree v1.0.9
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stderr]    Compiling float-cmp v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.3.4
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling tempfile v3.7.0
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.19
[INFO] [stderr]    Compiling clap v4.3.19
[INFO] [stderr]    Compiling regex v1.9.1
[INFO] [stderr]    Compiling bstr v1.6.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling predicates v3.0.3
[INFO] [stderr]    Compiling globset v0.4.12
[INFO] [stderr]    Compiling cat-clone v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling assert_cmd v2.0.12
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling assert_fs v1.0.13
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.34s
[INFO] running `Command { std: "docker" "inspect" "a76576f61bc0be87c8e3c0a1c6d59ce95f2e8a30ef3d430ac02edb42d3ee29dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a76576f61bc0be87c8e3c0a1c6d59ce95f2e8a30ef3d430ac02edb42d3ee29dc", kill_on_drop: false }`
[INFO] [stdout] a76576f61bc0be87c8e3c0a1c6d59ce95f2e8a30ef3d430ac02edb42d3ee29dc
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e1dbc986ad6665669ec21c74c8f3c6a9cb0faec2528cf8508ce9ddb7ef51194f
[INFO] running `Command { std: "docker" "start" "-a" "e1dbc986ad6665669ec21c74c8f3c6a9cb0faec2528cf8508ce9ddb7ef51194f", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cat_clone-86b4e18470e18d6c)
[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 unittests src/main.rs (/opt/rustwide/target/debug/deps/cat_clone-10971fac718baf15)
[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/cli.rs (/opt/rustwide/target/debug/deps/cli-cf6b9d0dfc484ba4)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test file_doesnt_exist ... ok
[INFO] [stdout] test print_file_content ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cat_clone
[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] running `Command { std: "docker" "inspect" "e1dbc986ad6665669ec21c74c8f3c6a9cb0faec2528cf8508ce9ddb7ef51194f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e1dbc986ad6665669ec21c74c8f3c6a9cb0faec2528cf8508ce9ddb7ef51194f", kill_on_drop: false }`
[INFO] [stdout] e1dbc986ad6665669ec21c74c8f3c6a9cb0faec2528cf8508ce9ddb7ef51194f
