[INFO] fetching crate darwin-rs 0.4.0... [INFO] testing darwin-rs-0.4.0 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate darwin-rs 0.4.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate darwin-rs 0.4.0 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate darwin-rs 0.4.0 [INFO] finished tweaking crates.io crate darwin-rs 0.4.0 [INFO] tweaked toml for crates.io crate darwin-rs 0.4.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded jobsteal v0.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 10408ac75e2ba3028bdcd2c4c7e7f315957fc2866c4f8b210587a07af92ebdad [INFO] running `Command { std: "docker" "start" "-a" "10408ac75e2ba3028bdcd2c4c7e7f315957fc2866c4f8b210587a07af92ebdad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "10408ac75e2ba3028bdcd2c4c7e7f315957fc2866c4f8b210587a07af92ebdad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10408ac75e2ba3028bdcd2c4c7e7f315957fc2866c4f8b210587a07af92ebdad", kill_on_drop: false }` [INFO] [stdout] 10408ac75e2ba3028bdcd2c4c7e7f315957fc2866c4f8b210587a07af92ebdad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7518506aa712f2b93c3ded3f9ff66d11a8f6d46e56ac92313145fd7bfbe29e5b [INFO] running `Command { std: "docker" "start" "-a" "7518506aa712f2b93c3ded3f9ff66d11a8f6d46e56ac92313145fd7bfbe29e5b", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam v0.2.12 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling jobsteal v0.5.1 [INFO] [stderr] Compiling darwin-rs v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/simulation_builder.rs:136:76 [INFO] [stdout] | [INFO] [stdout] 136 | Simulation { type_of_simulation: SimulationType::EndIteration(0...9), .. } => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/population_builder.rs:160:47 [INFO] [stdout] | [INFO] [stdout] 160 | Population { num_of_individuals: 0...2, ..} => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.51s [INFO] running `Command { std: "docker" "inspect" "7518506aa712f2b93c3ded3f9ff66d11a8f6d46e56ac92313145fd7bfbe29e5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7518506aa712f2b93c3ded3f9ff66d11a8f6d46e56ac92313145fd7bfbe29e5b", kill_on_drop: false }` [INFO] [stdout] 7518506aa712f2b93c3ded3f9ff66d11a8f6d46e56ac92313145fd7bfbe29e5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9d45301ae308176dd722101362557880d5fcb6e2ea79c807be1f68d41c2c6b6 [INFO] running `Command { std: "docker" "start" "-a" "c9d45301ae308176dd722101362557880d5fcb6e2ea79c807be1f68d41c2c6b6", kill_on_drop: false }` [INFO] [stderr] Compiling darwin-rs v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/simulation_builder.rs:136:76 [INFO] [stdout] | [INFO] [stdout] 136 | Simulation { type_of_simulation: SimulationType::EndIteration(0...9), .. } => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/population_builder.rs:160:47 [INFO] [stdout] | [INFO] [stdout] 160 | Population { num_of_individuals: 0...2, ..} => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/simulation_builder.rs:136:76 [INFO] [stdout] | [INFO] [stdout] 136 | Simulation { type_of_simulation: SimulationType::EndIteration(0...9), .. } => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/population_builder.rs:160:47 [INFO] [stdout] | [INFO] [stdout] 160 | Population { num_of_individuals: 0...2, ..} => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.54s [INFO] running `Command { std: "docker" "inspect" "c9d45301ae308176dd722101362557880d5fcb6e2ea79c807be1f68d41c2c6b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9d45301ae308176dd722101362557880d5fcb6e2ea79c807be1f68d41c2c6b6", kill_on_drop: false }` [INFO] [stdout] c9d45301ae308176dd722101362557880d5fcb6e2ea79c807be1f68d41c2c6b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2021-09-08" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] dd62cf152f58188ae0b63d974c8b4795fe5710dded368964481440ab61ee1d57 [INFO] running `Command { std: "docker" "start" "-a" "dd62cf152f58188ae0b63d974c8b4795fe5710dded368964481440ab61ee1d57", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stdout] running 3 tests [INFO] [stderr] --> src/simulation_builder.rs:136:76 [INFO] [stdout] test individual::test::compare3 ... ok [INFO] [stderr] | [INFO] [stdout] test individual::test::compare2 ... ok [INFO] [stderr] 136 | Simulation { type_of_simulation: SimulationType::EndIteration(0...9), .. } => { [INFO] [stdout] test individual::test::compare1 ... ok [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/population_builder.rs:160:47 [INFO] [stderr] | [INFO] [stderr] 160 | Population { num_of_individuals: 0...2, ..} => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `darwin-rs` (lib) generated 2 warnings [INFO] [stderr] warning: `darwin-rs` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/darwin_rs-3e05a210011fb15d) [INFO] [stderr] Doc-tests darwin-rs [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stdout] running 0 tests [INFO] [stderr] --> /opt/rustwide/workdir/src/simulation_builder.rs:136:76 [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] 136 | Simulation { type_of_simulation: SimulationType::EndIteration(0...9), .. } => { [INFO] [stdout] [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> /opt/rustwide/workdir/src/population_builder.rs:160:47 [INFO] [stderr] | [INFO] [stderr] 160 | Population { num_of_individuals: 0...2, ..} => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "dd62cf152f58188ae0b63d974c8b4795fe5710dded368964481440ab61ee1d57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd62cf152f58188ae0b63d974c8b4795fe5710dded368964481440ab61ee1d57", kill_on_drop: false }` [INFO] [stdout] dd62cf152f58188ae0b63d974c8b4795fe5710dded368964481440ab61ee1d57