[INFO] fetching crate fetch-modi 0.1.1... [INFO] testing fetch-modi-0.1.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate fetch-modi 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate fetch-modi 0.1.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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-6/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" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e9f11dded1cb6a986bc9d45f5a38307368feb3e834a915049a678bb3c202d101 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e9f11dded1cb6a986bc9d45f5a38307368feb3e834a915049a678bb3c202d101", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e9f11dded1cb6a986bc9d45f5a38307368feb3e834a915049a678bb3c202d101", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e9f11dded1cb6a986bc9d45f5a38307368feb3e834a915049a678bb3c202d101", kill_on_drop: false }` [INFO] [stdout] e9f11dded1cb6a986bc9d45f5a38307368feb3e834a915049a678bb3c202d101 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11386921d41a74357e26c86d85b8ae047bab813ddf1d07c087ad3088a9e2901e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "11386921d41a74357e26c86d85b8ae047bab813ddf1d07c087ad3088a9e2901e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.94 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling str-macro v0.1.4 [INFO] [stderr] Compiling radix_fmt v1.0.0 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling console v0.10.3 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tempfile v3.2.0 [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 13.13s [INFO] running `Command { std: "docker" "inspect" "11386921d41a74357e26c86d85b8ae047bab813ddf1d07c087ad3088a9e2901e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11386921d41a74357e26c86d85b8ae047bab813ddf1d07c087ad3088a9e2901e", kill_on_drop: false }` [INFO] [stdout] 11386921d41a74357e26c86d85b8ae047bab813ddf1d07c087ad3088a9e2901e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 871b3941bf9c1a9a1fd9906205acdf67c1970b3b46ca943aa833ed5a151e77bd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "871b3941bf9c1a9a1fd9906205acdf67c1970b3b46ca943aa833ed5a151e77bd", kill_on_drop: false }` [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 1.53s [INFO] running `Command { std: "docker" "inspect" "871b3941bf9c1a9a1fd9906205acdf67c1970b3b46ca943aa833ed5a151e77bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "871b3941bf9c1a9a1fd9906205acdf67c1970b3b46ca943aa833ed5a151e77bd", kill_on_drop: false }` [INFO] [stdout] 871b3941bf9c1a9a1fd9906205acdf67c1970b3b46ca943aa833ed5a151e77bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b438691e6223d41abb7e15490f5f86d60825d04c3d632fd6daf9e8fb5ad2bd0c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b438691e6223d41abb7e15490f5f86d60825d04c3d632fd6daf9e8fb5ad2bd0c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/main.rs:167:18 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 142 | 0 => 'modus: loop { [INFO] [stdout] [INFO] [stderr] | ------ first declared here [INFO] [stdout] [INFO] [stderr] ... [INFO] [stdout] running 0 tests [INFO] [stderr] 167 | 1 => 'modus: loop { [INFO] [stdout] [INFO] [stderr] | ^^^^^^ label `'modus` already in scope [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] [INFO] [stdout] [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.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fetch_modi-17201eaca9f2e923) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fetch_modi-712ec6f5155d5fe5) [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" "b438691e6223d41abb7e15490f5f86d60825d04c3d632fd6daf9e8fb5ad2bd0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b438691e6223d41abb7e15490f5f86d60825d04c3d632fd6daf9e8fb5ad2bd0c", kill_on_drop: false }` [INFO] [stdout] b438691e6223d41abb7e15490f5f86d60825d04c3d632fd6daf9e8fb5ad2bd0c