[INFO] fetching crate fetch-modi 0.1.1... [INFO] testing fetch-modi-0.1.1 against 1.59.0 for beta-1.60-1 [INFO] extracting crate fetch-modi 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate fetch-modi 0.1.1 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.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-5/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.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6fa95b3bdc904e9ea29fd2e47940b27b9108edf36061ce983ed97144f6f8ae33 [INFO] running `Command { std: "docker" "start" "-a" "6fa95b3bdc904e9ea29fd2e47940b27b9108edf36061ce983ed97144f6f8ae33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6fa95b3bdc904e9ea29fd2e47940b27b9108edf36061ce983ed97144f6f8ae33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6fa95b3bdc904e9ea29fd2e47940b27b9108edf36061ce983ed97144f6f8ae33", kill_on_drop: false }` [INFO] [stdout] 6fa95b3bdc904e9ea29fd2e47940b27b9108edf36061ce983ed97144f6f8ae33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c3aeb931e02af355c043335804510fdd18b91cedea37aa53be98aa32bf8bb959 [INFO] running `Command { std: "docker" "start" "-a" "c3aeb931e02af355c043335804510fdd18b91cedea37aa53be98aa32bf8bb959", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling radix_fmt v1.0.0 [INFO] [stderr] Compiling str-macro v0.1.4 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling console v0.10.3 [INFO] [stderr] Compiling rand_core v0.6.2 [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 6.86s [INFO] running `Command { std: "docker" "inspect" "c3aeb931e02af355c043335804510fdd18b91cedea37aa53be98aa32bf8bb959", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3aeb931e02af355c043335804510fdd18b91cedea37aa53be98aa32bf8bb959", kill_on_drop: false }` [INFO] [stdout] c3aeb931e02af355c043335804510fdd18b91cedea37aa53be98aa32bf8bb959 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0d57978fdfa916cd12d9a3f24cbd738943445df7e4c8230c4a1a1820fa9fbe2 [INFO] running `Command { std: "docker" "start" "-a" "b0d57978fdfa916cd12d9a3f24cbd738943445df7e4c8230c4a1a1820fa9fbe2", 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 0.43s [INFO] running `Command { std: "docker" "inspect" "b0d57978fdfa916cd12d9a3f24cbd738943445df7e4c8230c4a1a1820fa9fbe2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0d57978fdfa916cd12d9a3f24cbd738943445df7e4c8230c4a1a1820fa9fbe2", kill_on_drop: false }` [INFO] [stdout] b0d57978fdfa916cd12d9a3f24cbd738943445df7e4c8230c4a1a1820fa9fbe2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d256173c3f0c9825f7501409d88690de6f13d1be76be1b51029bbcd4a1c47227 [INFO] running `Command { std: "docker" "start" "-a" "d256173c3f0c9825f7501409d88690de6f13d1be76be1b51029bbcd4a1c47227", kill_on_drop: false }` [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.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/fetch_modi-a0c7e02701b02d2b) [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-c1f14b01a57799e8) [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" "d256173c3f0c9825f7501409d88690de6f13d1be76be1b51029bbcd4a1c47227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d256173c3f0c9825f7501409d88690de6f13d1be76be1b51029bbcd4a1c47227", kill_on_drop: false }` [INFO] [stdout] d256173c3f0c9825f7501409d88690de6f13d1be76be1b51029bbcd4a1c47227