[INFO] fetching crate collection 0.1.1... [INFO] testing collection-0.1.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate collection 0.1.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate collection 0.1.1 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 collection 0.1.1 [INFO] finished tweaking crates.io crate collection 0.1.1 [INFO] tweaked toml for crates.io crate collection 0.1.1 written to /workspace/builds/worker-3/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] Blocking waiting for file lock on package cache [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" "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] d3ba40f4a15ceaa328e87eb384c328e95b83f0bf0c895ba37f21c87df16a354e [INFO] running `Command { std: "docker" "start" "-a" "d3ba40f4a15ceaa328e87eb384c328e95b83f0bf0c895ba37f21c87df16a354e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3ba40f4a15ceaa328e87eb384c328e95b83f0bf0c895ba37f21c87df16a354e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3ba40f4a15ceaa328e87eb384c328e95b83f0bf0c895ba37f21c87df16a354e", kill_on_drop: false }` [INFO] [stdout] d3ba40f4a15ceaa328e87eb384c328e95b83f0bf0c895ba37f21c87df16a354e [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" "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] 370e4eb655bab928b7e759a0469be195d8fd5f8a2e6e3fd5c12238519cbb3087 [INFO] running `Command { std: "docker" "start" "-a" "370e4eb655bab928b7e759a0469be195d8fd5f8a2e6e3fd5c12238519cbb3087", kill_on_drop: false }` [INFO] [stderr] Compiling trait-group v0.1.0 [INFO] [stderr] Compiling seahash v3.0.7 [INFO] [stderr] Compiling collection v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/collection/mod.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | / macro_rules! collection { [INFO] [stdout] 272 | | ($collection:ident<$t:ident> [INFO] [stdout] 273 | | { [INFO] [stdout] 274 | | $( $slot:ident: $submeta:ident<$subtype:ty>, )* [INFO] [stdout] ... | [INFO] [stdout] 327 | | ) [INFO] [stdout] 328 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/tree/level.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | fn order(&mut T, &mut T); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/tree/level.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | fn order(&mut T, &mut T); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/ops/map.rs:111:34 [INFO] [stdout] | [INFO] [stdout] 111 | fn insert(&mut self, key: K, V); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: V` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `Command { std: "docker" "inspect" "370e4eb655bab928b7e759a0469be195d8fd5f8a2e6e3fd5c12238519cbb3087", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "370e4eb655bab928b7e759a0469be195d8fd5f8a2e6e3fd5c12238519cbb3087", kill_on_drop: false }` [INFO] [stdout] 370e4eb655bab928b7e759a0469be195d8fd5f8a2e6e3fd5c12238519cbb3087 [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" "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] daeed4d8ef8a93492965a2e0600ea3334065d0d2fe6ecd39007788ebdef0e5be [INFO] running `Command { std: "docker" "start" "-a" "daeed4d8ef8a93492965a2e0600ea3334065d0d2fe6ecd39007788ebdef0e5be", kill_on_drop: false }` [INFO] [stdout] warning: unused macro definition [INFO] [stdout] --> src/collection/mod.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | / macro_rules! collection { [INFO] [stdout] 272 | | ($collection:ident<$t:ident> [INFO] [stdout] 273 | | { [INFO] [stdout] 274 | | $( $slot:ident: $submeta:ident<$subtype:ty>, )* [INFO] [stdout] ... | [INFO] [stdout] 327 | | ) [INFO] [stdout] 328 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/tree/level.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | fn order(&mut T, &mut T); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling collection v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/tree/level.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | fn order(&mut T, &mut T); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/ops/map.rs:111:34 [INFO] [stdout] | [INFO] [stdout] 111 | fn insert(&mut self, key: K, V); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: V` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/tree/level.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | fn order(&mut T, &mut T); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/tree/level.rs:16:25 [INFO] [stdout] | [INFO] [stdout] 16 | fn order(&mut T, &mut T); [INFO] [stdout] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stdout] --> src/ops/map.rs:111:34 [INFO] [stdout] | [INFO] [stdout] 111 | fn insert(&mut self, key: K, V); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: V` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.05s [INFO] running `Command { std: "docker" "inspect" "daeed4d8ef8a93492965a2e0600ea3334065d0d2fe6ecd39007788ebdef0e5be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "daeed4d8ef8a93492965a2e0600ea3334065d0d2fe6ecd39007788ebdef0e5be", kill_on_drop: false }` [INFO] [stdout] daeed4d8ef8a93492965a2e0600ea3334065d0d2fe6ecd39007788ebdef0e5be [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" "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] b65d91373603606a4e571785ac7cf1d98729f690513c12ef95767db89683df84 [INFO] running `Command { std: "docker" "start" "-a" "b65d91373603606a4e571785ac7cf1d98729f690513c12ef95767db89683df84", kill_on_drop: false }` [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/collection/mod.rs:271:1 [INFO] [stderr] | [INFO] [stderr] 271 | / macro_rules! collection { [INFO] [stderr] 272 | | ($collection:ident<$t:ident> [INFO] [stderr] 273 | | { [INFO] [stderr] 274 | | $( $slot:ident: $submeta:ident<$subtype:ty>, )* [INFO] [stderr] ... | [INFO] [stderr] 327 | | ) [INFO] [stderr] 328 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/tree/level.rs:16:17 [INFO] [stderr] | [INFO] [stderr] 16 | fn order(&mut T, &mut T); [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/tree/level.rs:16:25 [INFO] [stderr] | [INFO] [stderr] 16 | fn order(&mut T, &mut T); [INFO] [stderr] | ^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut T` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition. [INFO] [stderr] --> src/ops/map.rs:111:34 [INFO] [stderr] | [INFO] [stderr] 111 | fn insert(&mut self, key: K, V); [INFO] [stderr] | ^ help: try naming the parameter or explicitly ignoring it: `_: V` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: `collection` (lib) generated 4 warnings [INFO] [stderr] warning: `collection` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/collection-b3bea204164ac744) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test ops::map::tests::insert ... ok [INFO] [stdout] test ops::map::tests::clone ... ok [INFO] [stdout] test ops::map::tests::overwrite ... ok [INFO] [stdout] test ops::map::tests::merge ... ok [INFO] [stdout] test ops::set::tests::partial_equal ... ok [INFO] [stdout] test ops::set::tests::insert_one ... ok [INFO] [stdout] test ops::vector::tests::partial_equal ... ok [INFO] [stdout] test ops::vector::tests::partial_equal_ordering ... ok [INFO] [stdout] test ops::vector::tests::concat_comprehensive ... ok [INFO] [stdout] test ops::vector::tests::insert_panic - should panic ... ok [INFO] [stdout] test ops::set::tests::member ... ok [INFO] [stdout] test ops::vector::tests::indexing ... ok [INFO] [stdout] test ops::vector::tests::concat ... ok [INFO] [stdout] test ops::set::tests::set_clone_noninterleaving ... ok [INFO] [stdout] test ops::set::tests::set_insert ... ok [INFO] [stdout] test ops::set::tests::set_clone_interleaving ... ok [INFO] [stdout] test ops::vector::tests::remove_from_back ... ok [INFO] [stdout] test ops::vector::tests::insert ... ok [INFO] [stdout] test ops::vector::tests::splice_middle ... ok [INFO] [stdout] test ops::vector::tests::remove ... ok [INFO] [stdout] test ops::set::tests::union_overlapping ... ok [INFO] [stdout] test ops::set::tests::set_remove ... ok [INFO] [stdout] test ops::set::tests::union ... ok [INFO] [stdout] test ops::map::tests::partial_eq ... ok [INFO] [stdout] test ops::vector::tests::mutate ... ok [INFO] [stdout] test ops::set::tests::set_equal ... ok [INFO] [stdout] test ops::vector::tests::split ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 17.61s [INFO] [stdout] [INFO] [stderr] Doc-tests collection [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" "b65d91373603606a4e571785ac7cf1d98729f690513c12ef95767db89683df84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b65d91373603606a4e571785ac7cf1d98729f690513c12ef95767db89683df84", kill_on_drop: false }` [INFO] [stdout] b65d91373603606a4e571785ac7cf1d98729f690513c12ef95767db89683df84