[INFO] fetching crate fetch-modi 0.1.0... [INFO] testing fetch-modi-0.1.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate fetch-modi 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate fetch-modi 0.1.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fetch-modi 0.1.0 [INFO] finished tweaking crates.io crate fetch-modi 0.1.0 [INFO] tweaked toml for crates.io crate fetch-modi 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate fetch-modi 0.1.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b8cec069e56f1ec032f1475ea41dbea3a1fa906a77735ff2a2e103f2da3c54a [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" "3b8cec069e56f1ec032f1475ea41dbea3a1fa906a77735ff2a2e103f2da3c54a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b8cec069e56f1ec032f1475ea41dbea3a1fa906a77735ff2a2e103f2da3c54a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b8cec069e56f1ec032f1475ea41dbea3a1fa906a77735ff2a2e103f2da3c54a", kill_on_drop: false }` [INFO] [stdout] 3b8cec069e56f1ec032f1475ea41dbea3a1fa906a77735ff2a2e103f2da3c54a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2b57310f33be51e14f88ce44a239a8a298a6440e3edaaefc9f675a33cba55c49 [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" "2b57310f33be51e14f88ce44a239a8a298a6440e3edaaefc9f675a33cba55c49", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling str-macro v0.1.4 [INFO] [stderr] Compiling radix_fmt v1.0.0 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling termios v0.3.2 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling console v0.10.0 [INFO] [stderr] Compiling dialoguer v0.5.0 [INFO] [stderr] Compiling fetch-modi v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:150:18 [INFO] [stdout] | [INFO] [stdout] 125 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 150 | 1 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:175:18 [INFO] [stdout] | [INFO] [stdout] 125 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 175 | 2 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:175:18 [INFO] [stdout] | [INFO] [stdout] 150 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 175 | 2 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:205:18 [INFO] [stdout] | [INFO] [stdout] 125 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 205 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:205:18 [INFO] [stdout] | [INFO] [stdout] 150 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 205 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:205:18 [INFO] [stdout] | [INFO] [stdout] 175 | 2 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 205 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:230:18 [INFO] [stdout] | [INFO] [stdout] 125 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 230 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:230:18 [INFO] [stdout] | [INFO] [stdout] 150 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 230 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:230:18 [INFO] [stdout] | [INFO] [stdout] 175 | 2 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 230 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:230:18 [INFO] [stdout] | [INFO] [stdout] 205 | 3 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 230 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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.70s [INFO] running `Command { std: "docker" "inspect" "2b57310f33be51e14f88ce44a239a8a298a6440e3edaaefc9f675a33cba55c49", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b57310f33be51e14f88ce44a239a8a298a6440e3edaaefc9f675a33cba55c49", kill_on_drop: false }` [INFO] [stdout] 2b57310f33be51e14f88ce44a239a8a298a6440e3edaaefc9f675a33cba55c49 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7b8cd81ca35c0c76dcaa8dde9bdcd86c4450082195c29f9e236c337c57b0414 [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" "a7b8cd81ca35c0c76dcaa8dde9bdcd86c4450082195c29f9e236c337c57b0414", kill_on_drop: false }` [INFO] [stderr] Compiling fetch-modi v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stdout] --> src/main.rs:150:18 [INFO] [stdout] | [INFO] [stdout] 125 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 150 | 1 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:175:18 [INFO] [stdout] | [INFO] [stdout] 125 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 175 | 2 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:175:18 [INFO] [stdout] | [INFO] [stdout] 150 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 175 | 2 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:205:18 [INFO] [stdout] | [INFO] [stdout] 125 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 205 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:205:18 [INFO] [stdout] | [INFO] [stdout] 150 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 205 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:205:18 [INFO] [stdout] | [INFO] [stdout] 175 | 2 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 205 | 3 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:230:18 [INFO] [stdout] | [INFO] [stdout] 125 | 0 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 230 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:230:18 [INFO] [stdout] | [INFO] [stdout] 150 | 1 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 230 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:230:18 [INFO] [stdout] | [INFO] [stdout] 175 | 2 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 230 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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:230:18 [INFO] [stdout] | [INFO] [stdout] 205 | 3 => 'modus: loop { [INFO] [stdout] | ------ first declared here [INFO] [stdout] ... [INFO] [stdout] 230 | 4 => 'modus: loop { [INFO] [stdout] | ^^^^^^ lifetime '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.13s [INFO] running `Command { std: "docker" "inspect" "a7b8cd81ca35c0c76dcaa8dde9bdcd86c4450082195c29f9e236c337c57b0414", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7b8cd81ca35c0c76dcaa8dde9bdcd86c4450082195c29f9e236c337c57b0414", kill_on_drop: false }` [INFO] [stdout] a7b8cd81ca35c0c76dcaa8dde9bdcd86c4450082195c29f9e236c337c57b0414 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b812f6f9b60d766e7613911dd157c44bb2474858e50b3324eb920a2b0bcf52e9 [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" "b812f6f9b60d766e7613911dd157c44bb2474858e50b3324eb920a2b0bcf52e9", kill_on_drop: false }` [INFO] [stderr] warning: label name `'modus` shadows a label name that is already in scope [INFO] [stderr] --> src/main.rs:150:18 [INFO] [stderr] | [INFO] [stderr] 125 | 0 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 150 | 1 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime '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:175:18 [INFO] [stderr] | [INFO] [stderr] 125 | 0 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 175 | 2 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime '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:175:18 [INFO] [stderr] | [INFO] [stderr] 150 | 1 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 175 | 2 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime '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:205:18 [INFO] [stderr] | [INFO] [stderr] 125 | 0 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 205 | 3 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime '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:205:18 [INFO] [stderr] | [INFO] [stderr] 150 | 1 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 205 | 3 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime '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:205:18 [INFO] [stderr] | [INFO] [stderr] 175 | 2 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 205 | 3 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime '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:230:18 [INFO] [stderr] | [INFO] [stderr] 125 | 0 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 230 | 4 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime '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:230:18 [INFO] [stderr] | [INFO] [stderr] 150 | 1 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 230 | 4 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime '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:230:18 [INFO] [stderr] | [INFO] [stderr] 175 | 2 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 230 | 4 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime '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:230:18 [INFO] [stderr] | [INFO] [stderr] 205 | 3 => 'modus: loop { [INFO] [stderr] | ------ first declared here [INFO] [stderr] ... [INFO] [stderr] 230 | 4 => 'modus: loop { [INFO] [stderr] | ^^^^^^ lifetime 'modus already in scope [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fetch_modi-71ac795a23954943 [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 [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/fetch_modi-ec10fdec78b9c036 [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 [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 [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b812f6f9b60d766e7613911dd157c44bb2474858e50b3324eb920a2b0bcf52e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b812f6f9b60d766e7613911dd157c44bb2474858e50b3324eb920a2b0bcf52e9", kill_on_drop: false }` [INFO] [stdout] b812f6f9b60d766e7613911dd157c44bb2474858e50b3324eb920a2b0bcf52e9