[INFO] cloning repository https://github.com/VictorBarbosa/ex_creating_cli_with_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VictorBarbosa/ex_creating_cli_with_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVictorBarbosa%2Fex_creating_cli_with_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVictorBarbosa%2Fex_creating_cli_with_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 729f4561e03213bed2f903887acd8b1dfcd24be5 [INFO] testing VictorBarbosa/ex_creating_cli_with_rust against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVictorBarbosa%2Fex_creating_cli_with_rust" "/workspace/builds/worker-109/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-109/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/VictorBarbosa/ex_creating_cli_with_rust on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/VictorBarbosa/ex_creating_cli_with_rust [INFO] finished tweaking git repo https://github.com/VictorBarbosa/ex_creating_cli_with_rust [INFO] tweaked toml for git repo https://github.com/VictorBarbosa/ex_creating_cli_with_rust written to /workspace/builds/worker-109/source/Cargo.toml [INFO] crate git repo https://github.com/VictorBarbosa/ex_creating_cli_with_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0cf5e7d95895c9e5576d0ce232a50b2f6f4b2cde04366ed6456fdd47bbe1f8fc [INFO] running `Command { std: "docker" "start" "-a" "0cf5e7d95895c9e5576d0ce232a50b2f6f4b2cde04366ed6456fdd47bbe1f8fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0cf5e7d95895c9e5576d0ce232a50b2f6f4b2cde04366ed6456fdd47bbe1f8fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0cf5e7d95895c9e5576d0ce232a50b2f6f4b2cde04366ed6456fdd47bbe1f8fc", kill_on_drop: false }` [INFO] [stdout] 0cf5e7d95895c9e5576d0ce232a50b2f6f4b2cde04366ed6456fdd47bbe1f8fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] de8da90279fe696f9789fbeda62199c862aede01fd47b942ca07f5e8d88c46e4 [INFO] running `Command { std: "docker" "start" "-a" "de8da90279fe696f9789fbeda62199c862aede01fd47b942ca07f5e8d88c46e4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling libc v0.2.72 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling os_str_bytes v2.3.1 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.1 [INFO] [stderr] Compiling clap v3.0.0-beta.1 [INFO] [stderr] Compiling ex8-clap v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.39s [INFO] running `Command { std: "docker" "inspect" "de8da90279fe696f9789fbeda62199c862aede01fd47b942ca07f5e8d88c46e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "de8da90279fe696f9789fbeda62199c862aede01fd47b942ca07f5e8d88c46e4", kill_on_drop: false }` [INFO] [stdout] de8da90279fe696f9789fbeda62199c862aede01fd47b942ca07f5e8d88c46e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a7460df0ad2d5a46fe38dd0242d5fa77f4897d9fbd88a5a377e248975ae4e8f [INFO] running `Command { std: "docker" "start" "-a" "0a7460df0ad2d5a46fe38dd0242d5fa77f4897d9fbd88a5a377e248975ae4e8f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ex8-clap v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1m 47s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/ex8_clap-c70e68fe88599e4c) [INFO] running `Command { std: "docker" "inspect" "0a7460df0ad2d5a46fe38dd0242d5fa77f4897d9fbd88a5a377e248975ae4e8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a7460df0ad2d5a46fe38dd0242d5fa77f4897d9fbd88a5a377e248975ae4e8f", kill_on_drop: false }` [INFO] [stdout] 0a7460df0ad2d5a46fe38dd0242d5fa77f4897d9fbd88a5a377e248975ae4e8f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-109/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] be7c88ea4f84041a2972fc3058d497827afac6ee229a588e495515c6a1b6b46a [INFO] running `Command { std: "docker" "start" "-a" "be7c88ea4f84041a2972fc3058d497827afac6ee229a588e495515c6a1b6b46a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 32.42s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ex8_clap-c70e68fe88599e4c) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "be7c88ea4f84041a2972fc3058d497827afac6ee229a588e495515c6a1b6b46a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be7c88ea4f84041a2972fc3058d497827afac6ee229a588e495515c6a1b6b46a", kill_on_drop: false }` [INFO] [stdout] be7c88ea4f84041a2972fc3058d497827afac6ee229a588e495515c6a1b6b46a