[INFO] fetching crate quickenv 0.3.10...
[INFO] testing quickenv-0.3.10 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate quickenv 0.3.10 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate quickenv 0.3.10 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 quickenv 0.3.10
[INFO] finished tweaking crates.io crate quickenv 0.3.10
[INFO] tweaked toml for crates.io crate quickenv 0.3.10 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate quickenv 0.3.10 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded which v4.2.5
[INFO] [stderr]   Downloaded similar v2.1.0
[INFO] [stderr]   Downloaded insta-cmd v0.2.0
[INFO] [stderr]   Downloaded exec v0.3.1
[INFO] [stderr]   Downloaded crypto-common v0.1.5
[INFO] [stderr]   Downloaded ctrlc v3.2.2
[INFO] [stderr]   Downloaded dialoguer v0.10.1
[INFO] [stderr]   Downloaded insta v1.18.0
[INFO] [stderr]   Downloaded console v0.15.1
[INFO] [stderr]   Downloaded serde_derive v1.0.139
[INFO] [stderr]   Downloaded term_grid v0.1.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 04d39acf13fc242ed8686d56cced19bd135b03e2dcac434f7345a3a013bf2a9b
[INFO] running `Command { std: "docker" "start" "-a" "04d39acf13fc242ed8686d56cced19bd135b03e2dcac434f7345a3a013bf2a9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "04d39acf13fc242ed8686d56cced19bd135b03e2dcac434f7345a3a013bf2a9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "04d39acf13fc242ed8686d56cced19bd135b03e2dcac434f7345a3a013bf2a9b", kill_on_drop: false }`
[INFO] [stdout] 04d39acf13fc242ed8686d56cced19bd135b03e2dcac434f7345a3a013bf2a9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 9e23e31f0727c61a19626804e9fb34d11b7d80eb000cca795ba736a543aa46fc
[INFO] running `Command { std: "docker" "start" "-a" "9e23e31f0727c61a19626804e9fb34d11b7d80eb000cca795ba736a543aa46fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling os_str_bytes v6.1.0
[INFO] [stderr]    Compiling hashbrown v0.12.2
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling blake3 v1.3.1
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling errno v0.2.8
[INFO] [stderr]    Compiling console v0.15.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling exec v0.3.1
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling dialoguer v0.10.1
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling crypto-common v0.1.5
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling term_grid v0.1.7
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling ctrlc v3.2.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling quickenv v0.3.10 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.68s
[INFO] running `Command { std: "docker" "inspect" "9e23e31f0727c61a19626804e9fb34d11b7d80eb000cca795ba736a543aa46fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e23e31f0727c61a19626804e9fb34d11b7d80eb000cca795ba736a543aa46fc", kill_on_drop: false }`
[INFO] [stdout] 9e23e31f0727c61a19626804e9fb34d11b7d80eb000cca795ba736a543aa46fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 1c1fc6084d976723d1d5dee8174ed616d7a0d078e82c744ba67505822548b1fa
[INFO] running `Command { std: "docker" "start" "-a" "1c1fc6084d976723d1d5dee8174ed616d7a0d078e82c744ba67505822548b1fa", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_derive v1.0.139
[INFO] [stderr]    Compiling serde v1.0.139
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling similar v2.1.0
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling insta v1.18.0
[INFO] [stderr]    Compiling insta-cmd v0.2.0
[INFO] [stderr]    Compiling quickenv v0.3.10 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 25.30s
[INFO] running `Command { std: "docker" "inspect" "1c1fc6084d976723d1d5dee8174ed616d7a0d078e82c744ba67505822548b1fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c1fc6084d976723d1d5dee8174ed616d7a0d078e82c744ba67505822548b1fa", kill_on_drop: false }`
[INFO] [stdout] 1c1fc6084d976723d1d5dee8174ed616d7a0d078e82c744ba67505822548b1fa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a23488e82f7ce4aed251797613cc8fc30f13460427cdfef8ff31a9f55728f117
[INFO] running `Command { std: "docker" "start" "-a" "a23488e82f7ce4aed251797613cc8fc30f13460427cdfef8ff31a9f55728f117", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/quickenv-c6f31bdb5ca06d1c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_parse_env_diff ... ok
[INFO] [stderr]      Running tests/acceptance.rs (/opt/rustwide/target/debug/deps/acceptance-ef733fb29dbea2d6)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_eating_own_tail2 ... FAILED
[INFO] [stdout] test test_eating_own_tail3 ... FAILED
[INFO] [stdout] test test_no_envrc_context ... FAILED
[INFO] [stdout] test test_auto_shimming ... FAILED
[INFO] [stdout] test test_basic ... FAILED
[INFO] [stdout] test test_script_failure ... FAILED
[INFO] [stdout] test test_eating_own_tail ... FAILED
[INFO] [stdout] test test_shim_self ... FAILED
[INFO] [stdout] test test_exec ... FAILED
[INFO] [stdout] test test_verbosity ... FAILED
[INFO] [stdout] test test_shim_creating_shims ... FAILED
[INFO] [stdout] test test_which ... FAILED
[INFO] [stdout] test test_which_pretend_shimmed ... FAILED
[INFO] [stdout] test test_shadowing ... FAILED
[INFO] [stdout] test test_shadowed ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_eating_own_tail2 stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_eating_own_tail3 stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_no_envrc_context stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_auto_shimming stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_basic stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_script_failure stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_eating_own_tail stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_shim_self stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_exec stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_verbosity stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_shim_creating_shims stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_which stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_which_pretend_shimmed stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_shadowing stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_shadowed stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_auto_shimming
[INFO] [stdout]     test_basic
[INFO] [stdout]     test_eating_own_tail
[INFO] [stdout]     test_eating_own_tail2
[INFO] [stdout]     test_eating_own_tail3
[INFO] [stdout]     test_exec
[INFO] [stdout]     test_no_envrc_context
[INFO] [stdout]     test_script_failure
[INFO] [stdout]     test_shadowed
[INFO] [stdout]     test_shadowing
[INFO] [stdout]     test_shim_creating_shims
[INFO] [stdout]     test_shim_self
[INFO] [stdout]     test_verbosity
[INFO] [stdout]     test_which
[INFO] [stdout]     test_which_pretend_shimmed
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 15 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test acceptance`
[INFO] running `Command { std: "docker" "inspect" "a23488e82f7ce4aed251797613cc8fc30f13460427cdfef8ff31a9f55728f117", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a23488e82f7ce4aed251797613cc8fc30f13460427cdfef8ff31a9f55728f117", kill_on_drop: false }`
[INFO] [stdout] a23488e82f7ce4aed251797613cc8fc30f13460427cdfef8ff31a9f55728f117
[INFO] testing quickenv-0.3.10 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate quickenv 0.3.10 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate quickenv 0.3.10 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 quickenv 0.3.10
[INFO] finished tweaking crates.io crate quickenv 0.3.10
[INFO] tweaked toml for crates.io crate quickenv 0.3.10 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate quickenv 0.3.10 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 3e4705705b7b2960371b64f5601ea8ac00aa91528793e3f72cb1fb93fe8c8f9b
[INFO] running `Command { std: "docker" "start" "-a" "3e4705705b7b2960371b64f5601ea8ac00aa91528793e3f72cb1fb93fe8c8f9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e4705705b7b2960371b64f5601ea8ac00aa91528793e3f72cb1fb93fe8c8f9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e4705705b7b2960371b64f5601ea8ac00aa91528793e3f72cb1fb93fe8c8f9b", kill_on_drop: false }`
[INFO] [stdout] 3e4705705b7b2960371b64f5601ea8ac00aa91528793e3f72cb1fb93fe8c8f9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 3588b31c055b2527bcb441750dcdce7d0f0cf84cf58ec7150cdfe8ad3bb994b6
[INFO] running `Command { std: "docker" "start" "-a" "3588b31c055b2527bcb441750dcdce7d0f0cf84cf58ec7150cdfe8ad3bb994b6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling anyhow v1.0.58
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]    Compiling hashbrown v0.12.2
[INFO] [stderr]    Compiling os_str_bytes v6.1.0
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling blake3 v1.3.1
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling console v0.15.1
[INFO] [stderr]    Compiling errno v0.2.8
[INFO] [stderr]    Compiling nix v0.24.2
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling dialoguer v0.10.1
[INFO] [stderr]    Compiling exec v0.3.1
[INFO] [stderr]    Compiling env_logger v0.9.0
[INFO] [stderr]    Compiling term_grid v0.1.7
[INFO] [stderr]    Compiling crypto-common v0.1.5
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling ctrlc v3.2.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling quickenv v0.3.10 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.56s
[INFO] running `Command { std: "docker" "inspect" "3588b31c055b2527bcb441750dcdce7d0f0cf84cf58ec7150cdfe8ad3bb994b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3588b31c055b2527bcb441750dcdce7d0f0cf84cf58ec7150cdfe8ad3bb994b6", kill_on_drop: false }`
[INFO] [stdout] 3588b31c055b2527bcb441750dcdce7d0f0cf84cf58ec7150cdfe8ad3bb994b6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 90ef25417214c1f63d4c9ca2086043fcededf984b34252e661e6ddbce318f912
[INFO] running `Command { std: "docker" "start" "-a" "90ef25417214c1f63d4c9ca2086043fcededf984b34252e661e6ddbce318f912", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_derive v1.0.139
[INFO] [stderr]    Compiling serde v1.0.139
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling similar v2.1.0
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling insta v1.18.0
[INFO] [stderr]    Compiling insta-cmd v0.2.0
[INFO] [stderr]    Compiling quickenv v0.3.10 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.23s
[INFO] running `Command { std: "docker" "inspect" "90ef25417214c1f63d4c9ca2086043fcededf984b34252e661e6ddbce318f912", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90ef25417214c1f63d4c9ca2086043fcededf984b34252e661e6ddbce318f912", kill_on_drop: false }`
[INFO] [stdout] 90ef25417214c1f63d4c9ca2086043fcededf984b34252e661e6ddbce318f912
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 2414e8bb76387a19e10fa12b9f1048f2fe4bebf353e4d4b5b949d38cdf6edc85
[INFO] running `Command { std: "docker" "start" "-a" "2414e8bb76387a19e10fa12b9f1048f2fe4bebf353e4d4b5b949d38cdf6edc85", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/quickenv-c6f31bdb5ca06d1c)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_parse_env_diff ... ok
[INFO] [stderr]      Running tests/acceptance.rs (/opt/rustwide/target/debug/deps/acceptance-ef733fb29dbea2d6)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test test_eating_own_tail3 ... FAILED
[INFO] [stdout] test test_eating_own_tail ... FAILED
[INFO] [stdout] test test_script_failure ... FAILED
[INFO] [stdout] test test_auto_shimming ... FAILED
[INFO] [stdout] test test_exec ... FAILED
[INFO] [stdout] test test_eating_own_tail2 ... FAILED
[INFO] [stdout] test test_basic ... FAILED
[INFO] [stdout] test test_verbosity ... FAILED
[INFO] [stdout] test test_no_envrc_context ... FAILED
[INFO] [stdout] test test_shim_self ... FAILED
[INFO] [stdout] test test_shim_creating_shims ... FAILED
[INFO] [stdout] test test_which ... FAILED
[INFO] [stdout] test test_which_pretend_shimmed ... FAILED
[INFO] [stdout] test test_shadowing ... FAILED
[INFO] [stdout] test test_shadowed ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_eating_own_tail3 stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_eating_own_tail stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_script_failure stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_auto_shimming stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_exec stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_eating_own_tail2 stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_basic stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_verbosity stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_no_envrc_context stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_shim_self stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_shim_creating_shims stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_which stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_which_pretend_shimmed stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_shadowing stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] ---- test_shadowed stdout ----
[INFO] [stdout] Error: cannot find binary path
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_auto_shimming
[INFO] [stdout]     test_basic
[INFO] [stdout]     test_eating_own_tail
[INFO] [stdout]     test_eating_own_tail2
[INFO] [stdout]     test_eating_own_tail3
[INFO] [stdout]     test_exec
[INFO] [stdout]     test_no_envrc_context
[INFO] [stdout]     test_script_failure
[INFO] [stdout]     test_shadowed
[INFO] [stdout]     test_shadowing
[INFO] [stdout]     test_shim_creating_shims
[INFO] [stdout]     test_shim_self
[INFO] [stdout]     test_verbosity
[INFO] [stdout]     test_which
[INFO] [stdout]     test_which_pretend_shimmed
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 15 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test acceptance`
[INFO] running `Command { std: "docker" "inspect" "2414e8bb76387a19e10fa12b9f1048f2fe4bebf353e4d4b5b949d38cdf6edc85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2414e8bb76387a19e10fa12b9f1048f2fe4bebf353e4d4b5b949d38cdf6edc85", kill_on_drop: false }`
[INFO] [stdout] 2414e8bb76387a19e10fa12b9f1048f2fe4bebf353e4d4b5b949d38cdf6edc85
