[INFO] cloning repository https://github.com/rohankumardubey/bvm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rohankumardubey/bvm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fbvm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fbvm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4932d6b0eb997d43a5c36ed79f2d624615c87f54
[INFO] testing rohankumardubey/bvm against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fbvm" "/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/rohankumardubey/bvm 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 git repo https://github.com/rohankumardubey/bvm
[INFO] finished tweaking git repo https://github.com/rohankumardubey/bvm
[INFO] tweaked toml for git repo https://github.com/rohankumardubey/bvm written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/rohankumardubey/bvm 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] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mio v0.7.3
[INFO] [stderr]   Downloaded jsonc-parser v0.17.0
[INFO] [stderr]   Downloaded dprint-cli-core v0.9.0
[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] 86e0746b0cfaaeaf55be6e42cd0df336ba8cafca3c93e292ed0ed4b7124a1436
[INFO] running `Command { std: "docker" "start" "-a" "86e0746b0cfaaeaf55be6e42cd0df336ba8cafca3c93e292ed0ed4b7124a1436", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "86e0746b0cfaaeaf55be6e42cd0df336ba8cafca3c93e292ed0ed4b7124a1436", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "86e0746b0cfaaeaf55be6e42cd0df336ba8cafca3c93e292ed0ed4b7124a1436", kill_on_drop: false }`
[INFO] [stdout] 86e0746b0cfaaeaf55be6e42cd0df336ba8cafca3c93e292ed0ed4b7124a1436
[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] f0d3ec2d21e79b339d869e768d0ac8da59d8acb59b3c62709f59cc3b7b576f4c
[INFO] running `Command { std: "docker" "start" "-a" "f0d3ec2d21e79b339d869e768d0ac8da59d8acb59b3c62709f59cc3b7b576f4c", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.105
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling pkg-config v0.3.18
[INFO] [stderr]    Compiling signal-hook v0.3.10
[INFO] [stderr]    Compiling tinyvec v0.3.4
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.13
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.1
[INFO] [stderr]    Compiling chunked_transfer v1.3.0
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.57
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling itoa v0.4.6
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling jsonc-parser v0.17.0
[INFO] [stderr]    Compiling args_test_util v0.1.0 (/opt/rustwide/workdir/args_test_util)
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling mio v0.7.3
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling xattr v0.2.2
[INFO] [stderr]    Compiling filetime v0.2.12
[INFO] [stderr]    Compiling signal-hook-mio v0.2.1
[INFO] [stderr]    Compiling crossterm v0.21.0
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling tar v0.4.37
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling sha2 v0.9.8
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling webpki-roots v0.22.1
[INFO] [stderr]    Compiling rustls v0.20.0
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling ureq v2.3.0
[INFO] [stderr]    Compiling dprint-cli-core v0.9.0
[INFO] [stderr]    Compiling bvm v0.4.2 (/opt/rustwide/workdir/cli)
[INFO] [stdout] warning: methods `try_get_user_home_dir`, `get_user_home_dir`, and `exit` are never used
[INFO] [stdout]   --> cli/src/environment/environment.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub trait Environment: Clone + std::marker::Send + std::marker::Sync + 'static {
[INFO] [stdout]    |           ----------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 52 |   fn try_get_user_home_dir(&self) -> Result<PathBuf, ErrBox>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |   fn get_user_home_dir(&self) -> PathBuf {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |   fn exit(&self, code: i32) -> Result<(), ErrBox>;
[INFO] [stdout]    |      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.82s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: dprint-cli-core v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "f0d3ec2d21e79b339d869e768d0ac8da59d8acb59b3c62709f59cc3b7b576f4c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0d3ec2d21e79b339d869e768d0ac8da59d8acb59b3c62709f59cc3b7b576f4c", kill_on_drop: false }`
[INFO] [stdout] f0d3ec2d21e79b339d869e768d0ac8da59d8acb59b3c62709f59cc3b7b576f4c
[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] 9ac3eeb97c91b9550f6e5e731ab121a0089b61d2b9a0c3e6b1c95352f0ad33a9
[INFO] running `Command { std: "docker" "start" "-a" "9ac3eeb97c91b9550f6e5e731ab121a0089b61d2b9a0c3e6b1c95352f0ad33a9", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling arrayvec v0.5.1
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling path-clean v0.1.0
[INFO] [stderr]    Compiling args_test_util v0.1.0 (/opt/rustwide/workdir/args_test_util)
[INFO] [stdout] warning: methods `try_get_user_home_dir`, `get_user_home_dir`, and `exit` are never used
[INFO] [stdout]   --> cli/src/environment/environment.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub trait Environment: Clone + std::marker::Send + std::marker::Sync + 'static {
[INFO] [stdout]    |           ----------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 52 |   fn try_get_user_home_dir(&self) -> Result<PathBuf, ErrBox>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |   fn get_user_home_dir(&self) -> PathBuf {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |   fn exit(&self, code: i32) -> Result<(), ErrBox>;
[INFO] [stdout]    |      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v0.6.1
[INFO] [stderr]    Compiling vte v0.10.1
[INFO] [stderr]    Compiling strip-ansi-escapes v0.1.1
[INFO] [stderr]    Compiling bvm v0.4.2 (/opt/rustwide/workdir/cli)
[INFO] [stdout] warning: methods `try_get_user_home_dir`, `get_user_home_dir`, and `exit` are never used
[INFO] [stdout]   --> cli/src/environment/environment.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub trait Environment: Clone + std::marker::Send + std::marker::Sync + 'static {
[INFO] [stdout]    |           ----------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 52 |   fn try_get_user_home_dir(&self) -> Result<PathBuf, ErrBox>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |   fn get_user_home_dir(&self) -> PathBuf {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |   fn exit(&self, code: i32) -> Result<(), ErrBox>;
[INFO] [stdout]    |      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_verbose` is never used
[INFO] [stdout]    --> cli/src/environment/test_environment.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 28  | impl TestEnvironment {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 100 |   pub fn set_verbose(&self, value: bool) {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.50s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: dprint-cli-core v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "9ac3eeb97c91b9550f6e5e731ab121a0089b61d2b9a0c3e6b1c95352f0ad33a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ac3eeb97c91b9550f6e5e731ab121a0089b61d2b9a0c3e6b1c95352f0ad33a9", kill_on_drop: false }`
[INFO] [stdout] 9ac3eeb97c91b9550f6e5e731ab121a0089b61d2b9a0c3e6b1c95352f0ad33a9
[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] d909a01b8826b2d29f1d5ec65b37546d44e982675c6991a986bc3166413d8615
[INFO] running `Command { std: "docker" "start" "-a" "d909a01b8826b2d29f1d5ec65b37546d44e982675c6991a986bc3166413d8615", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: methods `try_get_user_home_dir`, `get_user_home_dir`, and `exit` are never used
[INFO] [stderr]   --> cli/src/environment/environment.rs:52:6
[INFO] [stderr]    |
[INFO] [stderr] 5  | pub trait Environment: Clone + std::marker::Send + std::marker::Sync + 'static {
[INFO] [stderr]    |           ----------- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 52 |   fn try_get_user_home_dir(&self) -> Result<PathBuf, ErrBox>;
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 53 |   fn get_user_home_dir(&self) -> PathBuf {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 76 |   fn exit(&self, code: i32) -> Result<(), ErrBox>;
[INFO] [stderr]    |      ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bvm` (bin "bvm-bin") generated 1 warning
[INFO] [stderr] warning: method `set_verbose` is never used
[INFO] [stderr]    --> cli/src/environment/test_environment.rs:100:10
[INFO] [stderr]     |
[INFO] [stderr] 28  | impl TestEnvironment {
[INFO] [stderr]     | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 100 |   pub fn set_verbose(&self, value: bool) {
[INFO] [stderr]     |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `bvm` (bin "bvm-bin" test) generated 2 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: dprint-cli-core v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/args_test_util-627e447c27c10eec)
[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/bvm_bin-88fca3a81fb04b3c)
[INFO] [stdout] 
[INFO] [stdout] running 58 tests
[INFO] [stdout] test configuration::manipulation::test::get_indentation_four_spaces ... ok
[INFO] [stdout] test configuration::manipulation::test::get_indentation_tabs ... ok
[INFO] [stdout] test configuration::manipulation::test::get_indentation_eight_spaces ... ok
[INFO] [stdout] test configuration::manipulation::test::get_indentation_two_spaces ... ok
[INFO] [stdout] test test::install_command_binary_object ... ok
[INFO] [stdout] test test::install_command_binary_object_checksum ... ok
[INFO] [stdout] test test::add_command_existing_package_different_url_replaces_start ... ok
[INFO] [stdout] test test::add_command_existing_package_different_url_replaces_middle ... ok
[INFO] [stdout] test test::add_command_url_other_binary ... ok
[INFO] [stdout] test test::binary_path_var_absolute_and_relative ... ok
[INFO] [stdout] test test::add_command_existing_package_different_url_replaces_end ... ok
[INFO] [stdout] test test::install_command_binary_object_checksum_incorrect ... ok
[INFO] [stdout] test test::add_command_existing_url ... ok
[INFO] [stdout] test test::install_command_binary_object_url_checksum_incorrect ... ok
[INFO] [stdout] test test::hidden_resolve_command ... ok
[INFO] [stdout] test test::install_unknown_config_key ... ok
[INFO] [stdout] test test::install_command_pre_post_install ... ok
[INFO] [stdout] test test::add_command_registry ... ok
[INFO] [stdout] test test::install_command_binary_object_existing_matching_version ... ok
[INFO] [stdout] test test::install_command_binary_object_version_not_match_path_errors ... ok
[INFO] [stdout] test test::install_command_binary_on_path ... ok
[INFO] [stdout] test test::install_command_binary_object_existing_matching_version_major_minor ... ok
[INFO] [stdout] test test::install_command_no_existing_binary ... ok
[INFO] [stdout] test test::install_command_binary_object_non_existing_matching_version ... ok
[INFO] [stdout] test test::install_url_command_no_path ... ok
[INFO] [stdout] test test::list_command_with_no_installs ... ok
[INFO] [stdout] test test::install_url_pre_and_post_install ... ok
[INFO] [stdout] test test::registry_add_remove_list_command_path ... ok
[INFO] [stdout] test test::install_url_command_tar_gz ... ok
[INFO] [stdout] test test::get_exec_env_path_gets ... ok
[INFO] [stdout] test test::registry_install_command_incorrect_checksum ... ok
[INFO] [stdout] test test::install_url_output_dir ... ok
[INFO] [stdout] test test::registry_install_command_no_registry ... ok
[INFO] [stdout] test test::should_error_if_init_has_file ... ok
[INFO] [stdout] test test::should_error_if_init_has_hidden_file ... ok
[INFO] [stdout] test test::registry_install_command_multiple_owners ... ok
[INFO] [stdout] test test::should_init ... ok
[INFO] [stdout] test test::install_command_previous_install_binary ... ok
[INFO] [stdout] test test::install_url_command_path ... ok
[INFO] [stdout] test test::should_output_version ... ok
[INFO] [stdout] test test::registry_install_command_latest_all_pre_releases ... ok
[INFO] [stdout] test test::registry_install_command_latest ... ok
[INFO] [stdout] test test::binary_has_environment_path_and_variable ... ok
[INFO] [stdout] test test::install_url_command_use_with_config_file_same_command ... ok
[INFO] [stdout] test test::uninstall_command_binary_on_path ... ok
[INFO] [stdout] test test::support_hidden_config_file ... ok
[INFO] [stdout] test test::unix_install_command ... ok
[INFO] [stdout] test test::list_command_with_installs ... ok
[INFO] [stdout] test test::use_command_config_file_same_command ... ok
[INFO] [stdout] test test::registry_install_command ... ok
[INFO] [stdout] test test::add_command_url_no_binaries ... ok
[INFO] [stdout] test test::add_command_existing_package_different_url_replaces ... ok
[INFO] [stdout] test test::clear_url_cache_command_path ... ok
[INFO] [stdout] test test::uninstall_command_multiple_binaries ... ok
[INFO] [stdout] test test::install_url_command_previous_install ... ok
[INFO] [stdout] test test::use_command_different_owners_path ... ok
[INFO] [stdout] test test::get_exec_command_path_and_has_command ... ok
[INFO] [stdout] test test::use_command_multiple_command_binaries ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-fb9ca79bcb7f20b0)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test sh_integration ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- sh_integration stdout ----
[INFO] [stdout] thread 'sh_integration' panicked at cli/tests/integration_tests.rs:128:45:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55b14adfa795 - std::backtrace_rs::backtrace::libunwind::trace::h59d96bdb08384354
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x55b14adfa795 - std::backtrace_rs::backtrace::trace_unsynchronized::h9cf5becacfc93fba
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x55b14adfa795 - std::sys_common::backtrace::_print_fmt::h10b76d10405dbd48
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x55b14adfa795 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h6ed9e62a156d84e4
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x55b14ae22a0b - core::fmt::rt::Argument::fmt::h645c680983f03c9f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x55b14ae22a0b - core::fmt::write::h8bcd80919a02be29
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x55b14adf7c1f - std::io::Write::write_fmt::h8d0c47c662cad79c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x55b14adfa56e - std::sys_common::backtrace::_print::h6306f131a28d62b0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x55b14adfa56e - std::sys_common::backtrace::print::h7079288e0a26dfcc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x55b14adfbf99 - std::panicking::default_hook::{{closure}}::hb063ecec81a736ba
[INFO] [stdout]   10:     0x55b14adfbc5e - std::panicking::default_hook::hd56ee406bf547b5c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x55b14adb62aa - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::he5eacdef44c8728f
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x55b14adb62aa - test::test_main::{{closure}}::h0ec9aed229e79095
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x55b14adfc59b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hcbd0d80e1ad4e4f9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x55b14adfc59b - std::panicking::rust_panic_with_hook::h624aa3ca42ebb8f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x55b14adfc314 - std::panicking::begin_panic_handler::{{closure}}::hbc4e76194a5e287c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x55b14adfac59 - std::sys_common::backtrace::__rust_end_short_backtrace::h847fedc9d1ff7b6d
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x55b14adfc047 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x55b14ad67903 - core::panicking::panic_fmt::hec11a924b87ce965
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x55b14ad67d56 - core::result::unwrap_failed::h382691b96ca8c13a
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1654:5
[INFO] [stdout]   20:     0x55b14ad772d3 - core::result::Result<T,E>::unwrap::hc2f98423328910e0
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/result.rs:1077:23
[INFO] [stdout]   21:     0x55b14ad772d3 - integration_tests::ensure_setup::{{closure}}::hc5a2b612a9e57992
[INFO] [stdout]                                at /opt/rustwide/workdir/cli/tests/integration_tests.rs:128:5
[INFO] [stdout]   22:     0x55b14ad698b1 - std::sync::once::Once::call_once::{{closure}}::ha9a9d74708228477
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sync/once.rs:149:41
[INFO] [stdout]   23:     0x55b14ad694a4 - std::sys::sync::once::futex::Once::call::he3e44898d9a8b0fc
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys/sync/once/futex.rs:124:21
[INFO] [stdout]   24:     0x55b14ad69828 - std::sync::once::Once::call_once::h8405816474a0af53
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sync/once.rs:149:9
[INFO] [stdout]   25:     0x55b14ad76c54 - integration_tests::ensure_setup::h84e88c8cbbc0f1b9
[INFO] [stdout]                                at /opt/rustwide/workdir/cli/tests/integration_tests.rs:114:3
[INFO] [stdout]   26:     0x55b14ad78fbc - integration_tests::sh_integration::h4f3d6b91d66143ca
[INFO] [stdout]                                at /opt/rustwide/workdir/cli/tests/integration_tests.rs:85:3
[INFO] [stdout]   27:     0x55b14ad78f87 - integration_tests::sh_integration::{{closure}}::h26b534c9706e024b
[INFO] [stdout]                                at /opt/rustwide/workdir/cli/tests/integration_tests.rs:84:20
[INFO] [stdout]   28:     0x55b14ad73626 - core::ops::function::FnOnce::call_once::h02a52a9e3fb1c272
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x55b14adbac8b - core::ops::function::FnOnce::call_once::h2e43a8f6f3d94b99
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x55b14adbac8b - test::__rust_begin_short_backtrace::h214c9f2d2d3fee90
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:625:18
[INFO] [stdout]   31:     0x55b14adba391 - test::run_test_in_process::{{closure}}::h510b7ba7990692a5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:60
[INFO] [stdout]   32:     0x55b14adba391 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4157186197a93871
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   33:     0x55b14adba391 - std::panicking::try::do_call::h1bf2463bccd4b28c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   34:     0x55b14adba391 - std::panicking::try::hd6d4808c9fab4fa5
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   35:     0x55b14adba391 - std::panic::catch_unwind::hd5641d97d123f9f2
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   36:     0x55b14adba391 - test::run_test_in_process::hc273b71c8b878a4c
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:648:27
[INFO] [stdout]   37:     0x55b14adba391 - test::run_test::{{closure}}::h6838df834eb8467e
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:569:43
[INFO] [stdout]   38:     0x55b14ad82d54 - test::run_test::{{closure}}::h608b98ecff5665fb
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/test/src/lib.rs:599:41
[INFO] [stdout]   39:     0x55b14ad82d54 - std::sys_common::backtrace::__rust_begin_short_backtrace::hdc4182b97d1042e9
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   40:     0x55b14ad87782 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h571773fd21d674c8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   41:     0x55b14ad87782 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hdcd384cf2fa70ba3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   42:     0x55b14ad87782 - std::panicking::try::do_call::h4f1a44bd81423be1
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:559:40
[INFO] [stdout]   43:     0x55b14ad87782 - std::panicking::try::h5e02afcb81dcd361
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panicking.rs:523:19
[INFO] [stdout]   44:     0x55b14ad87782 - std::panic::catch_unwind::h022f75775bfd8c45
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/panic.rs:149:14
[INFO] [stdout]   45:     0x55b14ad87782 - std::thread::Builder::spawn_unchecked_::{{closure}}::hf5a62e9e4e6df1f8
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   46:     0x55b14ad87782 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d56360aeb9509a7
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x55b14ae01d5b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7a343dc551c06baa
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   48:     0x55b14ae01d5b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h30b8111cbaa644f3
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   49:     0x55b14ae01d5b - std::sys::pal::unix::thread::Thread::new::thread_start::h7404e134e61e7a11
[INFO] [stdout]                                at /rustc/1871252fc8bb672d40787e67404e6eaae7059369/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   50:     0x7ff3a9a29ac3 - <unknown>
[INFO] [stdout]   51:     0x7ff3a9abaa04 - __clone
[INFO] [stdout]   52:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     sh_integration
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p bvm --test integration_tests`
[INFO] running `Command { std: "docker" "inspect" "d909a01b8826b2d29f1d5ec65b37546d44e982675c6991a986bc3166413d8615", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d909a01b8826b2d29f1d5ec65b37546d44e982675c6991a986bc3166413d8615", kill_on_drop: false }`
[INFO] [stdout] d909a01b8826b2d29f1d5ec65b37546d44e982675c6991a986bc3166413d8615
[INFO] testing rohankumardubey/bvm against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fbvm" "/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/rohankumardubey/bvm 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 git repo https://github.com/rohankumardubey/bvm
[INFO] finished tweaking git repo https://github.com/rohankumardubey/bvm
[INFO] tweaked toml for git repo https://github.com/rohankumardubey/bvm written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/rohankumardubey/bvm 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] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[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] 24c26bd12fd621e60ec45cd76d3dd4177f169faad1478acc47cf4a52908fe806
[INFO] running `Command { std: "docker" "start" "-a" "24c26bd12fd621e60ec45cd76d3dd4177f169faad1478acc47cf4a52908fe806", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "24c26bd12fd621e60ec45cd76d3dd4177f169faad1478acc47cf4a52908fe806", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "24c26bd12fd621e60ec45cd76d3dd4177f169faad1478acc47cf4a52908fe806", kill_on_drop: false }`
[INFO] [stdout] 24c26bd12fd621e60ec45cd76d3dd4177f169faad1478acc47cf4a52908fe806
[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] c55a62e5f0695ec1fea90c348d9034663d7423dc7a451d8453d6a94636c84110
[INFO] running `Command { std: "docker" "start" "-a" "c55a62e5f0695ec1fea90c348d9034663d7423dc7a451d8453d6a94636c84110", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.105
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling matches v0.1.8
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling signal-hook v0.3.10
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling pkg-config v0.3.18
[INFO] [stderr]    Compiling tinyvec v0.3.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.4
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling crc32fast v1.2.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.13
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling adler v0.2.3
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling miniz_oxide v0.4.1
[INFO] [stderr]    Compiling chunked_transfer v1.3.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling serde_json v1.0.57
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling itoa v0.4.6
[INFO] [stderr]    Compiling idna v0.2.0
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling jsonc-parser v0.17.0
[INFO] [stderr]    Compiling args_test_util v0.1.0 (/opt/rustwide/workdir/args_test_util)
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.7.3
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling filetime v0.2.12
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling dirs-sys v0.3.6
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling xattr v0.2.2
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling signal-hook-mio v0.2.1
[INFO] [stderr]    Compiling tar v0.4.37
[INFO] [stderr]    Compiling crossterm v0.21.0
[INFO] [stderr]    Compiling dirs v4.0.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling sha2 v0.9.8
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki-roots v0.22.1
[INFO] [stderr]    Compiling rustls v0.20.0
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling ureq v2.3.0
[INFO] [stderr]    Compiling dprint-cli-core v0.9.0
[INFO] [stderr]    Compiling bvm v0.4.2 (/opt/rustwide/workdir/cli)
[INFO] [stdout] warning: methods `try_get_user_home_dir`, `get_user_home_dir`, and `exit` are never used
[INFO] [stdout]   --> cli/src/environment/environment.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub trait Environment: Clone + std::marker::Send + std::marker::Sync + 'static {
[INFO] [stdout]    |           ----------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 52 |   fn try_get_user_home_dir(&self) -> Result<PathBuf, ErrBox>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |   fn get_user_home_dir(&self) -> PathBuf {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |   fn exit(&self, code: i32) -> Result<(), ErrBox>;
[INFO] [stdout]    |      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.84s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: dprint-cli-core v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "c55a62e5f0695ec1fea90c348d9034663d7423dc7a451d8453d6a94636c84110", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c55a62e5f0695ec1fea90c348d9034663d7423dc7a451d8453d6a94636c84110", kill_on_drop: false }`
[INFO] [stdout] c55a62e5f0695ec1fea90c348d9034663d7423dc7a451d8453d6a94636c84110
[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] ae52b4d92e9a0de2cc27f78198218494d8c791f8179c89b5dce7b645213dd778
[INFO] running `Command { std: "docker" "start" "-a" "ae52b4d92e9a0de2cc27f78198218494d8c791f8179c89b5dce7b645213dd778", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling arrayvec v0.5.1
[INFO] [stderr]    Compiling difference v2.0.0
[INFO] [stderr]    Compiling path-clean v0.1.0
[INFO] [stderr]    Compiling args_test_util v0.1.0 (/opt/rustwide/workdir/args_test_util)
[INFO] [stdout] warning: methods `try_get_user_home_dir`, `get_user_home_dir`, and `exit` are never used
[INFO] [stdout]   --> cli/src/environment/environment.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub trait Environment: Clone + std::marker::Send + std::marker::Sync + 'static {
[INFO] [stdout]    |           ----------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 52 |   fn try_get_user_home_dir(&self) -> Result<PathBuf, ErrBox>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |   fn get_user_home_dir(&self) -> PathBuf {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |   fn exit(&self, code: i32) -> Result<(), ErrBox>;
[INFO] [stdout]    |      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pretty_assertions v0.6.1
[INFO] [stderr]    Compiling vte v0.10.1
[INFO] [stderr]    Compiling strip-ansi-escapes v0.1.1
[INFO] [stderr]    Compiling bvm v0.4.2 (/opt/rustwide/workdir/cli)
[INFO] [stdout] warning: methods `try_get_user_home_dir`, `get_user_home_dir`, and `exit` are never used
[INFO] [stdout]   --> cli/src/environment/environment.rs:52:6
[INFO] [stdout]    |
[INFO] [stdout] 5  | pub trait Environment: Clone + std::marker::Send + std::marker::Sync + 'static {
[INFO] [stdout]    |           ----------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout] 52 |   fn try_get_user_home_dir(&self) -> Result<PathBuf, ErrBox>;
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |   fn get_user_home_dir(&self) -> PathBuf {
[INFO] [stdout]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 76 |   fn exit(&self, code: i32) -> Result<(), ErrBox>;
[INFO] [stdout]    |      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_verbose` is never used
[INFO] [stdout]    --> cli/src/environment/test_environment.rs:100:10
[INFO] [stdout]     |
[INFO] [stdout] 28  | impl TestEnvironment {
[INFO] [stdout]     | -------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 100 |   pub fn set_verbose(&self, value: bool) {
[INFO] [stdout]     |          ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.21s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: dprint-cli-core v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "ae52b4d92e9a0de2cc27f78198218494d8c791f8179c89b5dce7b645213dd778", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae52b4d92e9a0de2cc27f78198218494d8c791f8179c89b5dce7b645213dd778", kill_on_drop: false }`
[INFO] [stdout] ae52b4d92e9a0de2cc27f78198218494d8c791f8179c89b5dce7b645213dd778
[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] 1ce4771c09b1d9f21c9a5c2e66b7afb13bfeccdeb9313ade48c65089fca0d573
[INFO] running `Command { std: "docker" "start" "-a" "1ce4771c09b1d9f21c9a5c2e66b7afb13bfeccdeb9313ade48c65089fca0d573", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: methods `try_get_user_home_dir`, `get_user_home_dir`, and `exit` are never used
[INFO] [stderr]   --> cli/src/environment/environment.rs:52:6
[INFO] [stderr]    |
[INFO] [stderr] 5  | pub trait Environment: Clone + std::marker::Send + std::marker::Sync + 'static {
[INFO] [stderr]    |           ----------- methods in this trait
[INFO] [stderr] ...
[INFO] [stderr] 52 |   fn try_get_user_home_dir(&self) -> Result<PathBuf, ErrBox>;
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 53 |   fn get_user_home_dir(&self) -> PathBuf {
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 76 |   fn exit(&self, code: i32) -> Result<(), ErrBox>;
[INFO] [stderr]    |      ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `bvm` (bin "bvm-bin") generated 1 warning
[INFO] [stderr] warning: method `set_verbose` is never used
[INFO] [stderr]    --> cli/src/environment/test_environment.rs:100:10
[INFO] [stderr]     |
[INFO] [stderr] 28  | impl TestEnvironment {
[INFO] [stderr]     | -------------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 100 |   pub fn set_verbose(&self, value: bool) {
[INFO] [stderr]     |          ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `bvm` (bin "bvm-bin" test) generated 2 warnings (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: dprint-cli-core v0.9.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/args_test_util-627e447c27c10eec)
[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/bvm_bin-88fca3a81fb04b3c)
[INFO] [stdout] 
[INFO] [stdout] running 58 tests
[INFO] [stdout] test configuration::manipulation::test::get_indentation_eight_spaces ... ok
[INFO] [stdout] test configuration::manipulation::test::get_indentation_tabs ... ok
[INFO] [stdout] test configuration::manipulation::test::get_indentation_two_spaces ... ok
[INFO] [stdout] test configuration::manipulation::test::get_indentation_four_spaces ... ok
[INFO] [stdout] test test::install_command_binary_object_checksum ... ok
[INFO] [stdout] test test::install_command_binary_object ... ok
[INFO] [stdout] test test::add_command_url_no_binaries ... ok
[INFO] [stdout] test test::add_command_existing_package_different_url_replaces ... ok
[INFO] [stdout] test test::add_command_url_other_binary ... ok
[INFO] [stdout] test test::binary_path_var_absolute_and_relative ... ok
[INFO] [stdout] test test::install_command_binary_object_checksum_incorrect ... ok
[INFO] [stdout] test test::install_command_binary_object_url_checksum_incorrect ... ok
[INFO] [stdout] test test::add_command_existing_package_different_url_replaces_middle ... ok
[INFO] [stdout] test test::add_command_existing_package_different_url_replaces_start ... ok
[INFO] [stdout] test test::add_command_existing_url ... ok
[INFO] [stdout] test test::clear_url_cache_command_path ... ok
[INFO] [stdout] test test::install_unknown_config_key ... ok
[INFO] [stdout] test test::add_command_existing_package_different_url_replaces_end ... ok
[INFO] [stdout] test test::hidden_resolve_command ... ok
[INFO] [stdout] test test::install_command_pre_post_install ... ok
[INFO] [stdout] test test::install_url_command_no_path ... ok
[INFO] [stdout] test test::install_command_binary_object_existing_matching_version ... ok
[INFO] [stdout] test test::install_command_binary_object_version_not_match_path_errors ... ok
[INFO] [stdout] test test::install_command_binary_object_existing_matching_version_major_minor ... ok
[INFO] [stdout] test test::install_command_no_existing_binary ... ok
[INFO] [stdout] test test::install_command_binary_on_path ... ok
[INFO] [stdout] test test::list_command_with_no_installs ... ok
[INFO] [stdout] test test::add_command_registry ... ok
[INFO] [stdout] test test::install_command_binary_object_non_existing_matching_version ... ok
[INFO] [stdout] test test::registry_install_command_incorrect_checksum ... ok
[INFO] [stdout] test test::install_url_command_tar_gz ... ok
[INFO] [stdout] test test::registry_install_command_no_registry ... ok
[INFO] [stdout] test test::install_url_command_path ... ok
[INFO] [stdout] test test::should_error_if_init_has_file ... ok
[INFO] [stdout] test test::registry_add_remove_list_command_path ... ok
[INFO] [stdout] test test::install_url_pre_and_post_install ... ok
[INFO] [stdout] test test::should_output_version ... ok
[INFO] [stdout] test test::should_error_if_init_has_hidden_file ... ok
[INFO] [stdout] test test::registry_install_command_multiple_owners ... ok
[INFO] [stdout] test test::should_init ... ok
[INFO] [stdout] test test::install_url_output_dir ... ok
[INFO] [stdout] test test::get_exec_env_path_gets ... ok
[INFO] [stdout] test test::get_exec_command_path_and_has_command ... ok
[INFO] [stdout] test test::registry_install_command_latest_all_pre_releases ... ok
[INFO] [stdout] test test::install_command_previous_install_binary ... ok
[INFO] [stdout] test test::uninstall_command_binary_on_path ... ok
[INFO] [stdout] test test::registry_install_command_latest ... ok
[INFO] [stdout] test test::support_hidden_config_file ... ok
[INFO] [stdout] test test::install_url_command_use_with_config_file_same_command ... ok
[INFO] [stdout] test test::unix_install_command ... ok
[INFO] [stdout] test test::binary_has_environment_path_and_variable ... ok
[INFO] [stdout] test test::use_command_config_file_same_command ... ok
[INFO] [stdout] test test::list_command_with_installs ... ok
[INFO] [stdout] test test::registry_install_command ... ok
[INFO] [stdout] test test::uninstall_command_multiple_binaries ... ok
[INFO] [stdout] test test::use_command_different_owners_path ... ok
[INFO] [stdout] test test::install_url_command_previous_install ... ok
[INFO] [stdout] test test::use_command_multiple_command_binaries ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 58 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-fb9ca79bcb7f20b0)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test sh_integration ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- sh_integration stdout ----
[INFO] [stdout] thread 'sh_integration' panicked at cli/tests/integration_tests.rs:128:45:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x561052e9c825 - std::backtrace_rs::backtrace::libunwind::trace::he49dc9a9e3164223
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stdout]    1:     0x561052e9c825 - std::backtrace_rs::backtrace::trace_unsynchronized::h3a3e77c68030aa6b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stdout]    2:     0x561052e9c825 - std::sys_common::backtrace::_print_fmt::h9479ad2f99afd5d4
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stdout]    3:     0x561052e9c825 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::hfb01aa1fa3fb1821
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stdout]    4:     0x561052ec4a3b - core::fmt::rt::Argument::fmt::h125e56152abbc1c3
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/fmt/rt.rs:165:63
[INFO] [stdout]    5:     0x561052ec4a3b - core::fmt::write::hb0ab4ff05ccfe741
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/fmt/mod.rs:1169:21
[INFO] [stdout]    6:     0x561052e99d5f - std::io::Write::write_fmt::hea6336dbf2fa00b8
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/io/mod.rs:1835:15
[INFO] [stdout]    7:     0x561052e9c5fe - std::sys_common::backtrace::_print::h79ca548f3a2adf4b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stdout]    8:     0x561052e9c5fe - std::sys_common::backtrace::print::h9aebf997b2fea2d3
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stdout]    9:     0x561052e9df69 - std::panicking::default_hook::{{closure}}::h68a0954af2694526
[INFO] [stdout]   10:     0x561052e9dcbc - std::panicking::default_hook::h5be50cc6849ffb00
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:295:9
[INFO] [stdout]   11:     0x561052e5836f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd874405dcbd1d3ed
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   12:     0x561052e5836f - test::test_main::{{closure}}::h4f26a9df34a84b94
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:137:21
[INFO] [stdout]   13:     0x561052e9e56b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h00e96d9c62aa9a12
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2036:9
[INFO] [stdout]   14:     0x561052e9e56b - std::panicking::rust_panic_with_hook::h3c0df6036729334c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:799:13
[INFO] [stdout]   15:     0x561052e9e2e4 - std::panicking::begin_panic_handler::{{closure}}::ha3a21e93c4cfd807
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:664:13
[INFO] [stdout]   16:     0x561052e9cce9 - std::sys_common::backtrace::__rust_end_short_backtrace::h19508a8f8ae71dc9
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stdout]   17:     0x561052e9e017 - rust_begin_unwind
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:652:5
[INFO] [stdout]   18:     0x561052e098e3 - core::panicking::panic_fmt::h2ba8af99174d83ea
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panicking.rs:72:14
[INFO] [stdout]   19:     0x561052e09d36 - core::result::unwrap_failed::h52f3bbb78b59f71d
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/result.rs:1654:5
[INFO] [stdout]   20:     0x561052e0e853 - core::result::Result<T,E>::unwrap::h5c7805f03b8f981a
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/result.rs:1077:23
[INFO] [stdout]   21:     0x561052e0e853 - integration_tests::ensure_setup::{{closure}}::h61cf17175bae03d8
[INFO] [stdout]                                at /opt/rustwide/workdir/cli/tests/integration_tests.rs:128:5
[INFO] [stdout]   22:     0x561052e210f1 - std::sync::once::Once::call_once::{{closure}}::hc06f89175b4803d5
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sync/once.rs:149:41
[INFO] [stdout]   23:     0x561052e0b3b4 - std::sys::sync::once::futex::Once::call::hb13ad67320820c8c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys/sync/once/futex.rs:124:21
[INFO] [stdout]   24:     0x561052e21068 - std::sync::once::Once::call_once::h8f5539fba851c4b9
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sync/once.rs:149:9
[INFO] [stdout]   25:     0x561052e0e1d4 - integration_tests::ensure_setup::h9c90ad2fa8f8fb4e
[INFO] [stdout]                                at /opt/rustwide/workdir/cli/tests/integration_tests.rs:114:3
[INFO] [stdout]   26:     0x561052e1053c - integration_tests::sh_integration::h8501da4a7995edf5
[INFO] [stdout]                                at /opt/rustwide/workdir/cli/tests/integration_tests.rs:85:3
[INFO] [stdout]   27:     0x561052e10507 - integration_tests::sh_integration::{{closure}}::h28efe701833a18d3
[INFO] [stdout]                                at /opt/rustwide/workdir/cli/tests/integration_tests.rs:84:20
[INFO] [stdout]   28:     0x561052e199c6 - core::ops::function::FnOnce::call_once::h8497b1715d6e7955
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x561052e5cc8b - core::ops::function::FnOnce::call_once::h18c6bf92212b87a4
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x561052e5cc8b - test::__rust_begin_short_backtrace::hdcf0edcfa9080086
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:625:18
[INFO] [stdout]   31:     0x561052e5c351 - test::run_test_in_process::{{closure}}::heac2c4eb375d2d10
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:648:60
[INFO] [stdout]   32:     0x561052e5c351 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0289bafc8a1cc004
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   33:     0x561052e5c351 - std::panicking::try::do_call::h5e158f1ad8a5f983
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:559:40
[INFO] [stdout]   34:     0x561052e5c351 - std::panicking::try::hea3411d60321c4de
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:523:19
[INFO] [stdout]   35:     0x561052e5c351 - std::panic::catch_unwind::hafb7bb18bc47bbc7
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panic.rs:149:14
[INFO] [stdout]   36:     0x561052e5c351 - test::run_test_in_process::h74dd138dc7762d99
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:648:27
[INFO] [stdout]   37:     0x561052e5c351 - test::run_test::{{closure}}::h6b390822e63606cf
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:569:43
[INFO] [stdout]   38:     0x561052e24d24 - test::run_test::{{closure}}::h6e11dba8131d354b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/test/src/lib.rs:599:41
[INFO] [stdout]   39:     0x561052e24d24 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha71b3541b59bdbbb
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys_common/backtrace.rs:155:18
[INFO] [stdout]   40:     0x561052e297f2 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hef92127c5ef9e53c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/thread/mod.rs:542:17
[INFO] [stdout]   41:     0x561052e297f2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h859c109f9d11c92b
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   42:     0x561052e297f2 - std::panicking::try::do_call::hbf534c458cd858f0
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:559:40
[INFO] [stdout]   43:     0x561052e297f2 - std::panicking::try::h65c18365a7b9ad90
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panicking.rs:523:19
[INFO] [stdout]   44:     0x561052e297f2 - std::panic::catch_unwind::h21b25d4c69478c39
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/panic.rs:149:14
[INFO] [stdout]   45:     0x561052e297f2 - std::thread::Builder::spawn_unchecked_::{{closure}}::h23335f620275a9bf
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/thread/mod.rs:541:30
[INFO] [stdout]   46:     0x561052e297f2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb491dc55513e9b7c
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x561052ea3d1b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h41b39260afcffdc9
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   48:     0x561052ea3d1b - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6694c8dc6dd010c4
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/alloc/src/boxed.rs:2022:9
[INFO] [stdout]   49:     0x561052ea3d1b - std::sys::pal::unix::thread::Thread::new::thread_start::hf16038e1c8e19c99
[INFO] [stdout]                                at /rustc/b642703cf9526da1e72c0b6755753b939a9c6b6d/library/std/src/sys/pal/unix/thread.rs:108:17
[INFO] [stdout]   50:     0x7f09d7df2ac3 - <unknown>
[INFO] [stdout]   51:     0x7f09d7e83a04 - __clone
[INFO] [stdout]   52:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     sh_integration
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p bvm --test integration_tests`
[INFO] running `Command { std: "docker" "inspect" "1ce4771c09b1d9f21c9a5c2e66b7afb13bfeccdeb9313ade48c65089fca0d573", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ce4771c09b1d9f21c9a5c2e66b7afb13bfeccdeb9313ade48c65089fca0d573", kill_on_drop: false }`
[INFO] [stdout] 1ce4771c09b1d9f21c9a5c2e66b7afb13bfeccdeb9313ade48c65089fca0d573
