[INFO] cloning repository https://github.com/lupuszr/cmd_switch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lupuszr/cmd_switch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flupuszr%2Fcmd_switch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flupuszr%2Fcmd_switch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c757ee1d83e6913d5068feebdf2818bb917b585
[INFO] testing lupuszr/cmd_switch against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flupuszr%2Fcmd_switch" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lupuszr/cmd_switch
[INFO] finished tweaking git repo https://github.com/lupuszr/cmd_switch
[INFO] tweaked toml for git repo https://github.com/lupuszr/cmd_switch written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lupuszr/cmd_switch on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lupuszr/cmd_switch 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tryhard v0.5.1
[INFO] [stderr]   Downloaded anstream v0.6.13
[INFO] [stderr]   Downloaded crossbeam v0.8.4
[INFO] [stderr]   Downloaded cc v1.0.95
[INFO] [stderr]   Downloaded crossterm v0.23.2
[INFO] [stderr]   Downloaded minimad v0.9.1
[INFO] [stderr]   Downloaded unicode-width v0.1.12
[INFO] [stderr]   Downloaded thiserror-impl v1.0.59
[INFO] [stderr]   Downloaded syn v2.0.60
[INFO] [stderr]   Downloaded thiserror v1.0.59
[INFO] [stderr]   Downloaded termimad v0.20.6
[INFO] [stderr]   Downloaded coolor v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 868cba159215744f3fc5ff4077ff427e2dbe076e55d7d8a1749e5eeca07e924c
[INFO] running `Command { std: "docker" "start" "-a" "868cba159215744f3fc5ff4077ff427e2dbe076e55d7d8a1749e5eeca07e924c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "868cba159215744f3fc5ff4077ff427e2dbe076e55d7d8a1749e5eeca07e924c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "868cba159215744f3fc5ff4077ff427e2dbe076e55d7d8a1749e5eeca07e924c", kill_on_drop: false }`
[INFO] [stdout] 868cba159215744f3fc5ff4077ff427e2dbe076e55d7d8a1749e5eeca07e924c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 93575d6aac04928e3e11b516cb7e1d983fb6287f18d3b402dbb0d61fae3b009b
[INFO] running `Command { std: "docker" "start" "-a" "93575d6aac04928e3e11b516cb7e1d983fb6287f18d3b402dbb0d61fae3b009b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling thiserror v1.0.59
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling minimad v0.9.1
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling unicode-width v0.1.12
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.12
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling parking_lot v0.12.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling crossterm v0.23.2
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling coolor v0.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v1.0.59
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling termimad v0.20.6
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling tryhard v0.5.1
[INFO] [stderr]    Compiling cmd_switch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `Repr` is never used
[INFO] [stdout]   --> src/main.rs:43:6
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum Repr {
[INFO] [stdout]    |      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.66s
[INFO] running `Command { std: "docker" "inspect" "93575d6aac04928e3e11b516cb7e1d983fb6287f18d3b402dbb0d61fae3b009b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93575d6aac04928e3e11b516cb7e1d983fb6287f18d3b402dbb0d61fae3b009b", kill_on_drop: false }`
[INFO] [stdout] 93575d6aac04928e3e11b516cb7e1d983fb6287f18d3b402dbb0d61fae3b009b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e7742c5af348cd330abc0a208853572264759333472e5a10b5b1a538a2121a5d
[INFO] running `Command { std: "docker" "start" "-a" "e7742c5af348cd330abc0a208853572264759333472e5a10b5b1a538a2121a5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling cmd_switch v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: enum `Repr` is never used
[INFO] [stdout]   --> src/main.rs:43:6
[INFO] [stdout]    |
[INFO] [stdout] 43 | enum Repr {
[INFO] [stdout]    |      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.53s
[INFO] running `Command { std: "docker" "inspect" "e7742c5af348cd330abc0a208853572264759333472e5a10b5b1a538a2121a5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e7742c5af348cd330abc0a208853572264759333472e5a10b5b1a538a2121a5d", kill_on_drop: false }`
[INFO] [stdout] e7742c5af348cd330abc0a208853572264759333472e5a10b5b1a538a2121a5d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 97013ed18dbfe3a6121817143927be82f082783b6324ca3eb1f18cfb616791da
[INFO] running `Command { std: "docker" "start" "-a" "97013ed18dbfe3a6121817143927be82f082783b6324ca3eb1f18cfb616791da", kill_on_drop: false }`
[INFO] [stderr] warning: enum `Repr` is never used
[INFO] [stderr]   --> src/main.rs:43:6
[INFO] [stderr]    |
[INFO] [stderr] 43 | enum Repr {
[INFO] [stderr]    |      ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `cmd_switch` (bin "cmd_switch" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cmd_switch-d1f83c5d5303f3f3)
[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" "97013ed18dbfe3a6121817143927be82f082783b6324ca3eb1f18cfb616791da", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "97013ed18dbfe3a6121817143927be82f082783b6324ca3eb1f18cfb616791da", kill_on_drop: false }`
[INFO] [stdout] 97013ed18dbfe3a6121817143927be82f082783b6324ca3eb1f18cfb616791da
