[INFO] fetching crate fetch-modi 0.1.1... [INFO] testing fetch-modi-0.1.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate fetch-modi 0.1.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate fetch-modi 0.1.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fetch-modi 0.1.1 [INFO] finished tweaking crates.io crate fetch-modi 0.1.1 [INFO] tweaked toml for crates.io crate fetch-modi 0.1.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate fetch-modi 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded str-macro v0.1.4 [INFO] [stderr] Downloaded dialoguer v0.5.1 [INFO] [stderr] Downloaded console v0.10.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eaaae860ee15b17bf3eb513808f7d856540113e5eae7bf707c1801c5c3b5a018 [INFO] running `Command { std: "docker" "start" "-a" "eaaae860ee15b17bf3eb513808f7d856540113e5eae7bf707c1801c5c3b5a018", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eaaae860ee15b17bf3eb513808f7d856540113e5eae7bf707c1801c5c3b5a018", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eaaae860ee15b17bf3eb513808f7d856540113e5eae7bf707c1801c5c3b5a018", kill_on_drop: false }` [INFO] [stdout] eaaae860ee15b17bf3eb513808f7d856540113e5eae7bf707c1801c5c3b5a018 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ccb49a3d70f3c938d0e76660edfd9db5739d4a5b814f6569602b47e662d3f41f [INFO] running `Command { std: "docker" "start" "-a" "ccb49a3d70f3c938d0e76660edfd9db5739d4a5b814f6569602b47e662d3f41f", kill_on_drop: false }` [INFO] [stderr] Compiling str-macro v0.1.4 [INFO] [stderr] Compiling radix_fmt v1.0.0 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling console v0.10.3 [INFO] [stderr] Compiling dialoguer v0.5.1 [INFO] [stderr] Compiling fetch-modi v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:167:18 [INFO] [stdout] | [INFO] [stdout] 142 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 167 | 1 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:192:18 [INFO] [stdout] | [INFO] [stdout] 142 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 192 | 2 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:192:18 [INFO] [stdout] | [INFO] [stdout] 167 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 192 | 2 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:222:18 [INFO] [stdout] | [INFO] [stdout] 142 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 222 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:222:18 [INFO] [stdout] | [INFO] [stdout] 167 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 222 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:222:18 [INFO] [stdout] | [INFO] [stdout] 192 | 2 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 222 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 142 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 247 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 167 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 247 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 192 | 2 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 247 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 222 | 3 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 247 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.26s [INFO] running `Command { std: "docker" "inspect" "ccb49a3d70f3c938d0e76660edfd9db5739d4a5b814f6569602b47e662d3f41f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccb49a3d70f3c938d0e76660edfd9db5739d4a5b814f6569602b47e662d3f41f", kill_on_drop: false }` [INFO] [stdout] ccb49a3d70f3c938d0e76660edfd9db5739d4a5b814f6569602b47e662d3f41f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e712c9412313fd9dd395416cf4568d0f9272331c2b9f048872defca4a2aa244 [INFO] running `Command { std: "docker" "start" "-a" "0e712c9412313fd9dd395416cf4568d0f9272331c2b9f048872defca4a2aa244", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling fetch-modi v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:167:18 [INFO] [stdout] | [INFO] [stdout] 142 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 167 | 1 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:192:18 [INFO] [stdout] | [INFO] [stdout] 142 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 192 | 2 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:192:18 [INFO] [stdout] | [INFO] [stdout] 167 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 192 | 2 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:222:18 [INFO] [stdout] | [INFO] [stdout] 142 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 222 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:222:18 [INFO] [stdout] | [INFO] [stdout] 167 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 222 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:222:18 [INFO] [stdout] | [INFO] [stdout] 192 | 2 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 222 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 142 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 247 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 167 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 247 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 192 | 2 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 247 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:247:18 [INFO] [stdout] | [INFO] [stdout] 222 | 3 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 247 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.69s [INFO] running `Command { std: "docker" "inspect" "0e712c9412313fd9dd395416cf4568d0f9272331c2b9f048872defca4a2aa244", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e712c9412313fd9dd395416cf4568d0f9272331c2b9f048872defca4a2aa244", kill_on_drop: false }` [INFO] [stdout] 0e712c9412313fd9dd395416cf4568d0f9272331c2b9f048872defca4a2aa244 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5108164d9e8f4d596a0c1966da4ffaae013526ba73071d016a01280c5ffdb3e0 [INFO] running `Command { std: "docker" "start" "-a" "5108164d9e8f4d596a0c1966da4ffaae013526ba73071d016a01280c5ffdb3e0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:167:18 [INFO] [stderr] | [INFO] [stderr] 142 | 0 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 167 | 1 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:192:18 [INFO] [stderr] | [INFO] [stderr] 142 | 0 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 192 | 2 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:192:18 [INFO] [stderr] | [INFO] [stderr] 167 | 1 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 192 | 2 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:222:18 [INFO] [stderr] | [INFO] [stderr] 142 | 0 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 222 | 3 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:222:18 [INFO] [stderr] | [INFO] [stderr] 167 | 1 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 222 | 3 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:222:18 [INFO] [stderr] | [INFO] [stderr] 192 | 2 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 222 | 3 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:247:18 [INFO] [stderr] | [INFO] [stderr] 142 | 0 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 247 | 4 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:247:18 [INFO] [stderr] | [INFO] [stderr] 167 | 1 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 247 | 4 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:247:18 [INFO] [stderr] | [INFO] [stderr] 192 | 2 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 247 | 4 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:247:18 [INFO] [stderr] | [INFO] [stderr] 222 | 3 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 247 | 4 => 'modus: loop { [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stderr] [INFO] [stderr] warning: `fetch-modi` (bin "fetch-modi" test) generated 10 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.30s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fetch_modi-d1d3372c0d49f998) [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 (/opt/rustwide/target/debug/deps/fetch_modi-46da5cbf35082756) [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] Doc-tests fetch-modi [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" "5108164d9e8f4d596a0c1966da4ffaae013526ba73071d016a01280c5ffdb3e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5108164d9e8f4d596a0c1966da4ffaae013526ba73071d016a01280c5ffdb3e0", kill_on_drop: false }` [INFO] [stdout] 5108164d9e8f4d596a0c1966da4ffaae013526ba73071d016a01280c5ffdb3e0