[INFO] crate fetch-modi 0.1.0 is already in cache [INFO] testing fetch-modi-0.1.0 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate fetch-modi 0.1.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate fetch-modi 0.1.0 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "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-4/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" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c17395382fdcde76484c037c5ea8bf07500f900cc60cbc6e6d47ae153ce57aa [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" "5c17395382fdcde76484c037c5ea8bf07500f900cc60cbc6e6d47ae153ce57aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c17395382fdcde76484c037c5ea8bf07500f900cc60cbc6e6d47ae153ce57aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c17395382fdcde76484c037c5ea8bf07500f900cc60cbc6e6d47ae153ce57aa", kill_on_drop: false }` [INFO] [stdout] 5c17395382fdcde76484c037c5ea8bf07500f900cc60cbc6e6d47ae153ce57aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b7084539ec4eb3f9fa3e066bdf5c9b904291d4cee40b12aaf266cbee4ccf0240 [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" "b7084539ec4eb3f9fa3e066bdf5c9b904291d4cee40b12aaf266cbee4ccf0240", kill_on_drop: false }` [INFO] [stderr] Compiling radix_fmt v1.0.0 [INFO] [stderr] Compiling str-macro v0.1.4 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling console v0.10.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.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 12.31s [INFO] running `Command { std: "docker" "inspect" "b7084539ec4eb3f9fa3e066bdf5c9b904291d4cee40b12aaf266cbee4ccf0240", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b7084539ec4eb3f9fa3e066bdf5c9b904291d4cee40b12aaf266cbee4ccf0240", kill_on_drop: false }` [INFO] [stdout] b7084539ec4eb3f9fa3e066bdf5c9b904291d4cee40b12aaf266cbee4ccf0240 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cce21fb0c27322a53cf3e6b21ad7fd715d20cdfd4e52f80e2a7d5e00298632e4 [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" "cce21fb0c27322a53cf3e6b21ad7fd715d20cdfd4e52f80e2a7d5e00298632e4", 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.39s [INFO] running `Command { std: "docker" "inspect" "cce21fb0c27322a53cf3e6b21ad7fd715d20cdfd4e52f80e2a7d5e00298632e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cce21fb0c27322a53cf3e6b21ad7fd715d20cdfd4e52f80e2a7d5e00298632e4", kill_on_drop: false }` [INFO] [stdout] cce21fb0c27322a53cf3e6b21ad7fd715d20cdfd4e52f80e2a7d5e00298632e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 02d545b67055b83a7f59c8fe1cf1d08a784f506d8c6bbf98dfc48645744d7241 [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" "02d545b67055b83a7f59c8fe1cf1d08a784f506d8c6bbf98dfc48645744d7241", 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-4d612eda4651a276 [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-31548849df2162e7 [INFO] [stdout] [INFO] [stderr] Doc-tests fetch-modi [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] [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" "02d545b67055b83a7f59c8fe1cf1d08a784f506d8c6bbf98dfc48645744d7241", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "02d545b67055b83a7f59c8fe1cf1d08a784f506d8c6bbf98dfc48645744d7241", kill_on_drop: false }` [INFO] [stdout] 02d545b67055b83a7f59c8fe1cf1d08a784f506d8c6bbf98dfc48645744d7241