[INFO] fetching crate cognitive-frames 0.1.0... [INFO] testing cognitive-frames-0.1.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate cognitive-frames 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate cognitive-frames 0.1.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cognitive-frames 0.1.0 [INFO] finished tweaking crates.io crate cognitive-frames 0.1.0 [INFO] tweaked toml for crates.io crate cognitive-frames 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf5a761ea0c66cf19dda57f2d1f27ae5ac75adda026048a83be2492f2888a385 [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" "bf5a761ea0c66cf19dda57f2d1f27ae5ac75adda026048a83be2492f2888a385", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf5a761ea0c66cf19dda57f2d1f27ae5ac75adda026048a83be2492f2888a385", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf5a761ea0c66cf19dda57f2d1f27ae5ac75adda026048a83be2492f2888a385", kill_on_drop: false }` [INFO] [stdout] bf5a761ea0c66cf19dda57f2d1f27ae5ac75adda026048a83be2492f2888a385 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", 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] 5f1a515bc74da735529ffe6ace7231a7ab99404048d6d6fd3ce02071687a26e1 [INFO] running `Command { std: "docker" "start" "-a" "5f1a515bc74da735529ffe6ace7231a7ab99404048d6d6fd3ce02071687a26e1", kill_on_drop: false }` [INFO] [stderr] Compiling cognitive-qualia v0.1.0 [INFO] [stderr] Compiling cognitive-frames v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/converting.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | listing: &SurfaceListing) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceListing` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/converting.rs:36:27 [INFO] [stdout] | [INFO] [stdout] 36 | listing: &SurfaceListing) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceListing` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:18:34 [INFO] [stdout] | [INFO] [stdout] 18 | fn relax(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:22:39 [INFO] [stdout] | [INFO] [stdout] 22 | fn homogenize(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:25:56 [INFO] [stdout] | [INFO] [stdout] 25 | fn change_size(&mut self, vactor: Vector, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:28:49 [INFO] [stdout] | [INFO] [stdout] 28 | fn set_size(&mut self, size: Size, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | fn remove_self(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | fn relax(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:41:39 [INFO] [stdout] | [INFO] [stdout] 41 | fn homogenize(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:99:56 [INFO] [stdout] | [INFO] [stdout] 99 | fn change_size(&mut self, vector: Vector, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:104:49 [INFO] [stdout] | [INFO] [stdout] 104 | fn set_size(&mut self, size: Size, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:144:40 [INFO] [stdout] | [INFO] [stdout] 144 | fn remove_self(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/searching.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | fn find(&self, matcher: &Fn(&Frame) -> bool) -> Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Frame) -> bool` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/searching.rs:46:30 [INFO] [stdout] | [INFO] [stdout] 46 | fn find(&self, matcher: &Fn(&Frame) -> bool) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Frame) -> bool` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:21:75 [INFO] [stdout] | [INFO] [stdout] 21 | fn settle(&mut self, target: &mut Frame, area: Option, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:26:85 [INFO] [stdout] | [INFO] [stdout] 26 | fn resettle(&mut self, target: &mut Frame, position: Option, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:34:64 [INFO] [stdout] | [INFO] [stdout] 34 | fn change_geometry(&mut self, geometry: Geometry, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:53:67 [INFO] [stdout] | [INFO] [stdout] 53 | fn jumpin(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:56:65 [INFO] [stdout] | [INFO] [stdout] 56 | fn jump(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:59:65 [INFO] [stdout] | [INFO] [stdout] 59 | fn dock(&mut self, target: &mut Frame, size: Size, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:62:38 [INFO] [stdout] | [INFO] [stdout] 62 | fn anchorize(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:66:52 [INFO] [stdout] | [INFO] [stdout] 66 | fn deanchorize(&mut self, area: Area, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:70:75 [INFO] [stdout] | [INFO] [stdout] 70 | fn resize(&mut self, direction: Direction, magnitude: isize, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:76:41 [INFO] [stdout] | [INFO] [stdout] 76 | fn destroy_self(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:82:75 [INFO] [stdout] | [INFO] [stdout] 82 | fn settle(&mut self, target: &mut Frame, area: Option, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:101:85 [INFO] [stdout] | [INFO] [stdout] 101 | fn resettle(&mut self, target: &mut Frame, position: Option, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:140:64 [INFO] [stdout] | [INFO] [stdout] 140 | fn change_geometry(&mut self, geometry: Geometry, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:204:67 [INFO] [stdout] | [INFO] [stdout] 204 | fn jumpin(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:233:65 [INFO] [stdout] | [INFO] [stdout] 233 | fn jump(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:238:65 [INFO] [stdout] | [INFO] [stdout] 238 | fn dock(&mut self, target: &mut Frame, size: Size, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:247:38 [INFO] [stdout] | [INFO] [stdout] 247 | fn anchorize(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:257:52 [INFO] [stdout] | [INFO] [stdout] 257 | fn deanchorize(&mut self, area: Area, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:271:75 [INFO] [stdout] | [INFO] [stdout] 271 | fn resize(&mut self, direction: Direction, magnitude: isize, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:345:41 [INFO] [stdout] | [INFO] [stdout] 345 | fn destroy_self(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.24s [INFO] running `Command { std: "docker" "inspect" "5f1a515bc74da735529ffe6ace7231a7ab99404048d6d6fd3ce02071687a26e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f1a515bc74da735529ffe6ace7231a7ab99404048d6d6fd3ce02071687a26e1", kill_on_drop: false }` [INFO] [stdout] 5f1a515bc74da735529ffe6ace7231a7ab99404048d6d6fd3ce02071687a26e1 [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1cc95f8426e23d6ae8a665d1d0ced60b9f238e7a90c66def5f06be706f9dc989 [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" "1cc95f8426e23d6ae8a665d1d0ced60b9f238e7a90c66def5f06be706f9dc989", kill_on_drop: false }` [INFO] [stderr] Compiling cognitive-frames v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/converting.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | listing: &SurfaceListing) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceListing` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/converting.rs:36:27 [INFO] [stdout] | [INFO] [stdout] 36 | listing: &SurfaceListing) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceListing` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:18:34 [INFO] [stdout] | [INFO] [stdout] 18 | fn relax(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:22:39 [INFO] [stdout] | [INFO] [stdout] 22 | fn homogenize(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:25:56 [INFO] [stdout] | [INFO] [stdout] 25 | fn change_size(&mut self, vactor: Vector, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:28:49 [INFO] [stdout] | [INFO] [stdout] 28 | fn set_size(&mut self, size: Size, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | fn remove_self(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | fn relax(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:41:39 [INFO] [stdout] | [INFO] [stdout] 41 | fn homogenize(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:99:56 [INFO] [stdout] | [INFO] [stdout] 99 | fn change_size(&mut self, vector: Vector, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:104:49 [INFO] [stdout] | [INFO] [stdout] 104 | fn set_size(&mut self, size: Size, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:144:40 [INFO] [stdout] | [INFO] [stdout] 144 | fn remove_self(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/searching.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | fn find(&self, matcher: &Fn(&Frame) -> bool) -> Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Frame) -> bool` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/searching.rs:46:30 [INFO] [stdout] | [INFO] [stdout] 46 | fn find(&self, matcher: &Fn(&Frame) -> bool) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Frame) -> bool` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:21:75 [INFO] [stdout] | [INFO] [stdout] 21 | fn settle(&mut self, target: &mut Frame, area: Option, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:26:85 [INFO] [stdout] | [INFO] [stdout] 26 | fn resettle(&mut self, target: &mut Frame, position: Option, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:34:64 [INFO] [stdout] | [INFO] [stdout] 34 | fn change_geometry(&mut self, geometry: Geometry, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:53:67 [INFO] [stdout] | [INFO] [stdout] 53 | fn jumpin(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:56:65 [INFO] [stdout] | [INFO] [stdout] 56 | fn jump(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:59:65 [INFO] [stdout] | [INFO] [stdout] 59 | fn dock(&mut self, target: &mut Frame, size: Size, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:62:38 [INFO] [stdout] | [INFO] [stdout] 62 | fn anchorize(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:66:52 [INFO] [stdout] | [INFO] [stdout] 66 | fn deanchorize(&mut self, area: Area, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:70:75 [INFO] [stdout] | [INFO] [stdout] 70 | fn resize(&mut self, direction: Direction, magnitude: isize, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:76:41 [INFO] [stdout] | [INFO] [stdout] 76 | fn destroy_self(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:82:75 [INFO] [stdout] | [INFO] [stdout] 82 | fn settle(&mut self, target: &mut Frame, area: Option, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:101:85 [INFO] [stdout] | [INFO] [stdout] 101 | fn resettle(&mut self, target: &mut Frame, position: Option, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:140:64 [INFO] [stdout] | [INFO] [stdout] 140 | fn change_geometry(&mut self, geometry: Geometry, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:204:67 [INFO] [stdout] | [INFO] [stdout] 204 | fn jumpin(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:233:65 [INFO] [stdout] | [INFO] [stdout] 233 | fn jump(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:238:65 [INFO] [stdout] | [INFO] [stdout] 238 | fn dock(&mut self, target: &mut Frame, size: Size, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:247:38 [INFO] [stdout] | [INFO] [stdout] 247 | fn anchorize(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:257:52 [INFO] [stdout] | [INFO] [stdout] 257 | fn deanchorize(&mut self, area: Area, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:271:75 [INFO] [stdout] | [INFO] [stdout] 271 | fn resize(&mut self, direction: Direction, magnitude: isize, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:345:41 [INFO] [stdout] | [INFO] [stdout] 345 | fn destroy_self(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `frames::representation` [INFO] [stdout] --> tests/common/assertions.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | use frames::representation::FrameRepresentation; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `frames::representation` [INFO] [stdout] --> tests/common/assertions.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | use frames::representation::FrameRepresentation; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/converting.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 22 | listing: &SurfaceListing) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceListing` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` 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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/converting.rs:36:27 [INFO] [stdout] | [INFO] [stdout] 36 | listing: &SurfaceListing) [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceListing` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `frames::representation` [INFO] [stdout] --> tests/common/assertions.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | use frames::representation::FrameRepresentation; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:18:34 [INFO] [stdout] | [INFO] [stdout] 18 | fn relax(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:22:39 [INFO] [stdout] | [INFO] [stdout] 22 | fn homogenize(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:25:56 [INFO] [stdout] | [INFO] [stdout] 25 | fn change_size(&mut self, vactor: Vector, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:28:49 [INFO] [stdout] | [INFO] [stdout] 28 | fn set_size(&mut self, size: Size, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 31 | fn remove_self(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | fn relax(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:41:39 [INFO] [stdout] | [INFO] [stdout] 41 | fn homogenize(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:99:56 [INFO] [stdout] | [INFO] [stdout] 99 | fn change_size(&mut self, vector: Vector, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:104:49 [INFO] [stdout] | [INFO] [stdout] 104 | fn set_size(&mut self, size: Size, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/packing.rs:144:40 [INFO] [stdout] | [INFO] [stdout] 144 | fn remove_self(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/searching.rs:16:30 [INFO] [stdout] | [INFO] [stdout] 16 | fn find(&self, matcher: &Fn(&Frame) -> bool) -> Option; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Frame) -> bool` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/searching.rs:46:30 [INFO] [stdout] | [INFO] [stdout] 46 | fn find(&self, matcher: &Fn(&Frame) -> bool) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Frame) -> bool` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:21:75 [INFO] [stdout] | [INFO] [stdout] 21 | fn settle(&mut self, target: &mut Frame, area: Option, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:26:85 [INFO] [stdout] | [INFO] [stdout] 26 | fn resettle(&mut self, target: &mut Frame, position: Option, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:34:64 [INFO] [stdout] | [INFO] [stdout] 34 | fn change_geometry(&mut self, geometry: Geometry, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:53:67 [INFO] [stdout] | [INFO] [stdout] 53 | fn jumpin(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:56:65 [INFO] [stdout] | [INFO] [stdout] 56 | fn jump(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:59:65 [INFO] [stdout] | [INFO] [stdout] 59 | fn dock(&mut self, target: &mut Frame, size: Size, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:62:38 [INFO] [stdout] | [INFO] [stdout] 62 | fn anchorize(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:66:52 [INFO] [stdout] | [INFO] [stdout] 66 | fn deanchorize(&mut self, area: Area, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:70:75 [INFO] [stdout] | [INFO] [stdout] 70 | fn resize(&mut self, direction: Direction, magnitude: isize, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:76:41 [INFO] [stdout] | [INFO] [stdout] 76 | fn destroy_self(&mut self, sa: &mut SurfaceAccess); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:82:75 [INFO] [stdout] | [INFO] [stdout] 82 | fn settle(&mut self, target: &mut Frame, area: Option, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:101:85 [INFO] [stdout] | [INFO] [stdout] 101 | fn resettle(&mut self, target: &mut Frame, position: Option, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:140:64 [INFO] [stdout] | [INFO] [stdout] 140 | fn change_geometry(&mut self, geometry: Geometry, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:204:67 [INFO] [stdout] | [INFO] [stdout] 204 | fn jumpin(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:233:65 [INFO] [stdout] | [INFO] [stdout] 233 | fn jump(&mut self, side: Side, target: &mut Frame, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:238:65 [INFO] [stdout] | [INFO] [stdout] 238 | fn dock(&mut self, target: &mut Frame, size: Size, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:247:38 [INFO] [stdout] | [INFO] [stdout] 247 | fn anchorize(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:257:52 [INFO] [stdout] | [INFO] [stdout] 257 | fn deanchorize(&mut self, area: Area, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:271:75 [INFO] [stdout] | [INFO] [stdout] 271 | fn resize(&mut self, direction: Direction, magnitude: isize, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/settling.rs:345:41 [INFO] [stdout] | [INFO] [stdout] 345 | fn destroy_self(&mut self, sa: &mut SurfaceAccess) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn SurfaceAccess` [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 issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `frames::representation` [INFO] [stdout] --> tests/common/assertions.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | use frames::representation::FrameRepresentation; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `frames::representation` [INFO] [stdout] --> tests/test_frame_base.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | use frames::representation::FrameRepresentation; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `cognitive-frames` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `frames::representation` [INFO] [stdout] --> tests/common/assertions.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | use frames::representation::FrameRepresentation; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `frames::representation` [INFO] [stdout] --> tests/test_frame_settling.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | use frames::representation::FrameRepresentation; [INFO] [stdout] | ^^^^^^^^^^^^^^ could not find `representation` in `frames` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19.cognitive_frames.a7d8cc76-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19.cognitive_frames.a7d8cc76-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19.cognitive_frames.a7d8cc76-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19.cognitive_frames.a7d8cc76-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19.cognitive_frames.a7d8cc76-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19.cognitive_frames.a7d8cc76-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19.cognitive_frames.a7d8cc76-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19.cognitive_frames.a7d8cc76-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19.dqeovrnt0p89yq7.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libcognitive_qualia-7fd3d647dc210c86.rlib" "/opt/rustwide/target/debug/deps/libserde-49f21ef003938ac9.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-efb5c89f98e2cc9c.rlib" "/opt/rustwide/target/debug/deps/libgl-2561e16ec0d68347.rlib" "/opt/rustwide/target/debug/deps/libegl-b800a65e6316e549.rlib" "/opt/rustwide/target/debug/deps/libkhronos-5591fa2e9a61f3d1.rlib" "/opt/rustwide/target/debug/deps/liblibc-8d368ba110d76753.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-a78b50f856dee009.rlib" "/opt/rustwide/target/debug/deps/libdharma-45159d719647a5f7.rlib" "/opt/rustwide/target/debug/deps/libtimerfd-fd7f73d7dc83d168.rlib" "/opt/rustwide/target/debug/deps/libtimber-e0045ce9268fb3cd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ae38d0e3c2d2c2f3.rlib" "/opt/rustwide/target/debug/deps/libtime-e6b722fe51caddf0.rlib" "/opt/rustwide/target/debug/deps/libnix-3fb65a319b238b82.rlib" "/opt/rustwide/target/debug/deps/libvoid-db8f1174cd903021.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b22133e6ab819f70.rlib" "/opt/rustwide/target/debug/deps/liblibudev-ea0c2c3019572d67.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-2186c5462af897b0.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-afbe4e9eba233fbf.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c96737ccceaf4411.rlib" "/opt/rustwide/target/debug/deps/libadler-005892d84f32fadf.rlib" "/opt/rustwide/target/debug/deps/libobject-6d0fc4ba4bbb30c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f64ec8ee870379ce.rlib" "/opt/rustwide/target/debug/deps/liblibc-7085dace614ae946.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bad05ad5d51207.rlib" "/opt/rustwide/target/debug/deps/libgimli-d28cbc7b43fefc71.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-fbc1b582ed4db84f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lEGL" "-lc" "-lm" "-lgbm" "-ludev" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cognitive_frames-4103fb18adb3aa19" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lgbm [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 34 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1cc95f8426e23d6ae8a665d1d0ced60b9f238e7a90c66def5f06be706f9dc989", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1cc95f8426e23d6ae8a665d1d0ced60b9f238e7a90c66def5f06be706f9dc989", kill_on_drop: false }` [INFO] [stdout] 1cc95f8426e23d6ae8a665d1d0ced60b9f238e7a90c66def5f06be706f9dc989