[INFO] fetching crate libextra 0.1.0... [INFO] testing libextra-0.1.0 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate libextra 0.1.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate libextra 0.1.0 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libextra 0.1.0 [INFO] finished tweaking crates.io crate libextra 0.1.0 [INFO] tweaked toml for crates.io crate libextra 0.1.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", 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] 92615adeab1e92d8c8075f91cdab3c272541535dcacbd9233646a9b5bdff03a8 [INFO] running `Command { std: "docker" "start" "-a" "92615adeab1e92d8c8075f91cdab3c272541535dcacbd9233646a9b5bdff03a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "92615adeab1e92d8c8075f91cdab3c272541535dcacbd9233646a9b5bdff03a8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92615adeab1e92d8c8075f91cdab3c272541535dcacbd9233646a9b5bdff03a8", kill_on_drop: false }` [INFO] [stdout] 92615adeab1e92d8c8075f91cdab3c272541535dcacbd9233646a9b5bdff03a8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45ac608158fc5bbfa718f685bd052aa79cc8f9f3755ece3ffe0ba48c2c1ea174 [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" "45ac608158fc5bbfa718f685bd052aa79cc8f9f3755ece3ffe0ba48c2c1ea174", kill_on_drop: false }` [INFO] [stderr] Compiling libextra v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitv.rs:7:47 [INFO] [stdout] | [INFO] [stdout] 7 | fn iterate_bits(base: usize, bits: usize, f: &Fn(usize) -> bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> bool` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitv.rs:44:63 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn process(&mut self, b: &BigBitv, nbits: usize, op: &Fn(usize, usize) -> usize) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitv.rs:216:53 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn other_op(&mut self, other: &BitvSet, f: &Fn(usize, usize) -> usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Enumerate`, `FilterMap` [INFO] [stdout] --> src/map.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | use std::iter::{Enumerate, FilterMap}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/map.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | iter: Iterator> + 'a, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator> + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `iterator` [INFO] [stdout] --> src/map.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | macro_rules! iterator { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vec.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | fn count(&self,f: &Fn(&T) -> bool) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vec.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | fn count(&self,f: &Fn(&T) -> bool) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/bitv.rs:179:30 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn difference(&self, other: &BitvSet, f: &fn(&usize) -> bool) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/bitv.rs:179:47 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn difference(&self, other: &BitvSet, f: &fn(&usize) -> bool) -> bool { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `iterate_bits` [INFO] [stdout] --> src/bitv.rs:7:4 [INFO] [stdout] | [INFO] [stdout] 7 | fn iterate_bits(base: usize, bits: usize, f: &Fn(usize) -> bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Op` [INFO] [stdout] --> src/bitv.rs:121:6 [INFO] [stdout] | [INFO] [stdout] 121 | enum Op { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `front` [INFO] [stdout] --> src/map.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | front: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `back` [INFO] [stdout] --> src/map.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | back: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `iter` [INFO] [stdout] --> src/map.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | iter: Iterator> + 'a, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.55s [INFO] running `Command { std: "docker" "inspect" "45ac608158fc5bbfa718f685bd052aa79cc8f9f3755ece3ffe0ba48c2c1ea174", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45ac608158fc5bbfa718f685bd052aa79cc8f9f3755ece3ffe0ba48c2c1ea174", kill_on_drop: false }` [INFO] [stdout] 45ac608158fc5bbfa718f685bd052aa79cc8f9f3755ece3ffe0ba48c2c1ea174 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16a7a4102a2fa690e706f4c2edddd74d1714e855bc1e00ee2771b8c51057021e [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" "16a7a4102a2fa690e706f4c2edddd74d1714e855bc1e00ee2771b8c51057021e", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitv.rs:7:47 [INFO] [stdout] | [INFO] [stdout] 7 | fn iterate_bits(base: usize, bits: usize, f: &Fn(usize) -> bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> bool` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libextra v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitv.rs:44:63 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn process(&mut self, b: &BigBitv, nbits: usize, op: &Fn(usize, usize) -> usize) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitv.rs:216:53 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn other_op(&mut self, other: &BitvSet, f: &Fn(usize, usize) -> usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Enumerate`, `FilterMap` [INFO] [stdout] --> src/map.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | use std::iter::{Enumerate, FilterMap}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/map.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | iter: Iterator> + 'a, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator> + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `iterator` [INFO] [stdout] --> src/map.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | macro_rules! iterator { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vec.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | fn count(&self,f: &Fn(&T) -> bool) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vec.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | fn count(&self,f: &Fn(&T) -> bool) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/bitv.rs:179:30 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn difference(&self, other: &BitvSet, f: &fn(&usize) -> bool) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/bitv.rs:179:47 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn difference(&self, other: &BitvSet, f: &fn(&usize) -> bool) -> bool { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `iterate_bits` [INFO] [stdout] --> src/bitv.rs:7:4 [INFO] [stdout] | [INFO] [stdout] 7 | fn iterate_bits(base: usize, bits: usize, f: &Fn(usize) -> bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Op` [INFO] [stdout] --> src/bitv.rs:121:6 [INFO] [stdout] | [INFO] [stdout] 121 | enum Op { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `front` [INFO] [stdout] --> src/map.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | front: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `back` [INFO] [stdout] --> src/map.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | back: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `iter` [INFO] [stdout] --> src/map.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | iter: Iterator> + 'a, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitv.rs:7:47 [INFO] [stdout] | [INFO] [stdout] 7 | fn iterate_bits(base: usize, bits: usize, f: &Fn(usize) -> bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> bool` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitv.rs:44:63 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn process(&mut self, b: &BigBitv, nbits: usize, op: &Fn(usize, usize) -> usize) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/bitv.rs:216:53 [INFO] [stdout] | [INFO] [stdout] 216 | pub fn other_op(&mut self, other: &BitvSet, f: &Fn(usize, usize) -> usize) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Enumerate`, `FilterMap` [INFO] [stdout] --> src/map.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | use std::iter::{Enumerate, FilterMap}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/map.rs:36:11 [INFO] [stdout] | [INFO] [stdout] 36 | iter: Iterator> + 'a, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator> + 'a` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `iterator` [INFO] [stdout] --> src/map.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | macro_rules! iterator { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vec.rs:5:24 [INFO] [stdout] | [INFO] [stdout] 5 | fn count(&self,f: &Fn(&T) -> bool) -> usize; [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/vec.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | fn count(&self,f: &Fn(&T) -> bool) -> usize { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> bool` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `other` [INFO] [stdout] --> src/bitv.rs:179:30 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn difference(&self, other: &BitvSet, f: &fn(&usize) -> bool) -> bool { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `f` [INFO] [stdout] --> src/bitv.rs:179:47 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn difference(&self, other: &BitvSet, f: &fn(&usize) -> bool) -> bool { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `iterate_bits` [INFO] [stdout] --> src/bitv.rs:7:4 [INFO] [stdout] | [INFO] [stdout] 7 | fn iterate_bits(base: usize, bits: usize, f: &Fn(usize) -> bool) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Op` [INFO] [stdout] --> src/bitv.rs:121:6 [INFO] [stdout] | [INFO] [stdout] 121 | enum Op { [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `front` [INFO] [stdout] --> src/map.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | front: usize, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `back` [INFO] [stdout] --> src/map.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | back: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `iter` [INFO] [stdout] --> src/map.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | iter: Iterator> + 'a, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `Command { std: "docker" "inspect" "16a7a4102a2fa690e706f4c2edddd74d1714e855bc1e00ee2771b8c51057021e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16a7a4102a2fa690e706f4c2edddd74d1714e855bc1e00ee2771b8c51057021e", kill_on_drop: false }` [INFO] [stdout] 16a7a4102a2fa690e706f4c2edddd74d1714e855bc1e00ee2771b8c51057021e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=forbid" "-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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 902f813f19a1bb0ada0c8fc6e0417f9893314072240c1d1745b4e05670e496c5 [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" "902f813f19a1bb0ada0c8fc6e0417f9893314072240c1d1745b4e05670e496c5", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/bitv.rs:7:47 [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] 7 | fn iterate_bits(base: usize, bits: usize, f: &Fn(usize) -> bool) -> bool { [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize) -> bool` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bitv.rs:44:63 [INFO] [stderr] | [INFO] [stderr] 44 | pub fn process(&mut self, b: &BigBitv, nbits: usize, op: &Fn(usize, usize) -> usize) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/bitv.rs:216:53 [INFO] [stderr] | [INFO] [stderr] 216 | pub fn other_op(&mut self, other: &BitvSet, f: &Fn(usize, usize) -> usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(usize, usize) -> usize` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Enumerate`, `FilterMap` [INFO] [stderr] --> src/map.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | use std::iter::{Enumerate, FilterMap}; [INFO] [stderr] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/map.rs:36:11 [INFO] [stderr] | [INFO] [stderr] 36 | iter: Iterator> + 'a, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator> + 'a` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: unused macro definition: `iterator` [INFO] [stderr] --> src/map.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | macro_rules! iterator { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_macros)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vec.rs:5:24 [INFO] [stderr] | [INFO] [stderr] 5 | fn count(&self,f: &Fn(&T) -> bool) -> usize; [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/vec.rs:17:24 [INFO] [stderr] | [INFO] [stderr] 17 | fn count(&self,f: &Fn(&T) -> bool) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&T) -> bool` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: unused variable: `other` [INFO] [stderr] --> src/bitv.rs:179:30 [INFO] [stderr] | [INFO] [stderr] 179 | pub fn difference(&self, other: &BitvSet, f: &fn(&usize) -> bool) -> bool { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_other` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/bitv.rs:179:47 [INFO] [stderr] | [INFO] [stderr] 179 | pub fn difference(&self, other: &BitvSet, f: &fn(&usize) -> bool) -> bool { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `iterate_bits` [INFO] [stderr] --> src/bitv.rs:7:4 [INFO] [stderr] | [INFO] [stderr] 7 | fn iterate_bits(base: usize, bits: usize, f: &Fn(usize) -> bool) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: enum is never used: `Op` [INFO] [stderr] --> src/bitv.rs:121:6 [INFO] [stderr] | [INFO] [stderr] 121 | enum Op { [INFO] [stderr] | ^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `front` [INFO] [stderr] --> src/map.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | front: usize, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `back` [INFO] [stderr] --> src/map.rs:35:5 [INFO] [stderr] | [INFO] [stderr] 35 | back: usize, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `iter` [INFO] [stderr] --> src/map.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | iter: Iterator> + 'a, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `libextra` (lib) generated 15 warnings [INFO] [stderr] warning: `libextra` (lib test) generated 15 warnings (15 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libextra-302b245f46c97965) [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/libextra-9e59745dda8c4af4) [INFO] [stdout] [INFO] [stderr] Doc-tests libextra [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] [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" "902f813f19a1bb0ada0c8fc6e0417f9893314072240c1d1745b4e05670e496c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "902f813f19a1bb0ada0c8fc6e0417f9893314072240c1d1745b4e05670e496c5", kill_on_drop: false }` [INFO] [stdout] 902f813f19a1bb0ada0c8fc6e0417f9893314072240c1d1745b4e05670e496c5