[INFO] fetching crate collection 0.1.1... [INFO] testing collection-0.1.1 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate collection 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate collection 0.1.1 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4e3b7a691a49872d048385966c6a396e66d751b23d860c4fea45489e35adefe0 [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" "4e3b7a691a49872d048385966c6a396e66d751b23d860c4fea45489e35adefe0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4e3b7a691a49872d048385966c6a396e66d751b23d860c4fea45489e35adefe0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e3b7a691a49872d048385966c6a396e66d751b23d860c4fea45489e35adefe0", kill_on_drop: false }` [INFO] [stdout] 4e3b7a691a49872d048385966c6a396e66d751b23d860c4fea45489e35adefe0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 671145d8f15cdbbb504bb5b16954b378b7c1ec105385ad048206d14a616a4a67 [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" "671145d8f15cdbbb504bb5b16954b378b7c1ec105385ad048206d14a616a4a67", kill_on_drop: false }` [INFO] [stderr] Compiling seahash v3.0.7 [INFO] [stderr] Compiling trait-group v0.1.0 [INFO] [stderr] Compiling collection v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition: `collection` [INFO] [stdout] --> src/collection/mod.rs:271:14 [INFO] [stdout] | [INFO] [stdout] 271 | macro_rules! collection { [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] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.19s [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "671145d8f15cdbbb504bb5b16954b378b7c1ec105385ad048206d14a616a4a67", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "671145d8f15cdbbb504bb5b16954b378b7c1ec105385ad048206d14a616a4a67", kill_on_drop: false }` [INFO] [stdout] 671145d8f15cdbbb504bb5b16954b378b7c1ec105385ad048206d14a616a4a67 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c161621a34f5e61982e26b5cdd58cb91296fefdcb901449c8528b5bf4441557 [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" "3c161621a34f5e61982e26b5cdd58cb91296fefdcb901449c8528b5bf4441557", kill_on_drop: false }` [INFO] [stderr] Compiling collection v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused macro definition: `collection` [INFO] [stdout] --> src/collection/mod.rs:271:14 [INFO] [stdout] | [INFO] [stdout] 271 | macro_rules! collection { [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] [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 4.01s [INFO] running `Command { std: "docker" "inspect" "3c161621a34f5e61982e26b5cdd58cb91296fefdcb901449c8528b5bf4441557", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c161621a34f5e61982e26b5cdd58cb91296fefdcb901449c8528b5bf4441557", kill_on_drop: false }` [INFO] [stdout] 3c161621a34f5e61982e26b5cdd58cb91296fefdcb901449c8528b5bf4441557 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2d11030679d93a039537ebcc11233b2d9cd80dabcaf2000489d611ce34cfbb1d [INFO] running `Command { std: "docker" "start" "-a" "2d11030679d93a039537ebcc11233b2d9cd80dabcaf2000489d611ce34cfbb1d", kill_on_drop: false }` [INFO] [stderr] warning: unused macro definition: `collection` [INFO] [stderr] --> src/collection/mod.rs:271:14 [INFO] [stderr] | [INFO] [stderr] 271 | macro_rules! collection { [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.02s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/collection-604b3e09a534e447) [INFO] [stdout] running 27 tests [INFO] [stdout] test ops::map::tests::clone ... ok [INFO] [stdout] test ops::map::tests::merge ... ok [INFO] [stdout] test ops::map::tests::overwrite ... ok [INFO] [stdout] test ops::set::tests::insert_one ... ok [INFO] [stdout] test ops::map::tests::insert ... ok [INFO] [stdout] test ops::set::tests::partial_equal ... 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::insert_panic - should panic ... ok [INFO] [stdout] test ops::vector::tests::concat_comprehensive ... ok [INFO] [stdout] test ops::vector::tests::indexing ... ok [INFO] [stdout] test ops::set::tests::member ... ok [INFO] [stdout] test ops::set::tests::set_clone_interleaving ... 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::vector::tests::insert ... ok [INFO] [stdout] test ops::vector::tests::splice_middle ... ok [INFO] [stdout] test ops::vector::tests::remove_from_back ... ok [INFO] [stdout] test ops::set::tests::union ... ok [INFO] [stdout] test ops::set::tests::union_overlapping ... ok [INFO] [stdout] test ops::vector::tests::remove ... ok [INFO] [stdout] test ops::set::tests::set_remove ... ok [INFO] [stdout] test ops::vector::tests::mutate ... ok [INFO] [stdout] test ops::set::tests::set_equal ... ok [INFO] [stdout] test ops::map::tests::partial_eq ... 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 29.76s [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" "2d11030679d93a039537ebcc11233b2d9cd80dabcaf2000489d611ce34cfbb1d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d11030679d93a039537ebcc11233b2d9cd80dabcaf2000489d611ce34cfbb1d", kill_on_drop: false }` [INFO] [stdout] 2d11030679d93a039537ebcc11233b2d9cd80dabcaf2000489d611ce34cfbb1d