[INFO] fetching crate cognitive-frames 0.1.0... [INFO] testing cognitive-frames-0.1.0 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate cognitive-frames 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate cognitive-frames 0.1.0 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea42119f561e1a6284bd871242dc54e88be0eccf332adddd2f2df4d0df42fc41 [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" "ea42119f561e1a6284bd871242dc54e88be0eccf332adddd2f2df4d0df42fc41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea42119f561e1a6284bd871242dc54e88be0eccf332adddd2f2df4d0df42fc41", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea42119f561e1a6284bd871242dc54e88be0eccf332adddd2f2df4d0df42fc41", kill_on_drop: false }` [INFO] [stdout] ea42119f561e1a6284bd871242dc54e88be0eccf332adddd2f2df4d0df42fc41 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 97f50aebe74a1d6e8c803351767ea56b6fe477d17b2f908bc86a45e0160e06d0 [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" "97f50aebe74a1d6e8c803351767ea56b6fe477d17b2f908bc86a45e0160e06d0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 1.69s [INFO] running `Command { std: "docker" "inspect" "97f50aebe74a1d6e8c803351767ea56b6fe477d17b2f908bc86a45e0160e06d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97f50aebe74a1d6e8c803351767ea56b6fe477d17b2f908bc86a45e0160e06d0", kill_on_drop: false }` [INFO] [stdout] 97f50aebe74a1d6e8c803351767ea56b6fe477d17b2f908bc86a45e0160e06d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 45492c39621815c4aa42bfec62d8007c58fff513fd1b15801bc63f49f202b438 [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" "45492c39621815c4aa42bfec62d8007c58fff513fd1b15801bc63f49f202b438", kill_on_drop: false }` [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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] Compiling cognitive-frames v0.1.0 (/opt/rustwide/workdir) [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] 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[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] 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] [stderr] error: could not compile `cognitive-frames` [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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[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: 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 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 previous error [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" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-Wl,--as-needed" "-L" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cognitive_frames-1cf10e1cd5f227b9.cognitive_frames.atd6uakn-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-1cf10e1cd5f227b9.cognitive_frames.atd6uakn-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-1cf10e1cd5f227b9.cognitive_frames.atd6uakn-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-1cf10e1cd5f227b9.cognitive_frames.atd6uakn-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-1cf10e1cd5f227b9.cognitive_frames.atd6uakn-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_frames-1cf10e1cd5f227b9.cognitive_frames.atd6uakn-cgu.5.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cognitive_frames-1cf10e1cd5f227b9" "/opt/rustwide/target/debug/deps/cognitive_frames-1cf10e1cd5f227b9.4h7ru9torpvgk10u.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-bf52c83b5218000c.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-1b1cab3f10607987.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-2e1c807fd8d214f1.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-a6c04fd1ac45a934.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c9f124f6e94019e0.rlib" "/opt/rustwide/target/debug/deps/libcognitive_qualia-b592733501d357bc.rlib" "/opt/rustwide/target/debug/deps/libserde-f68cdd0ff5a933f5.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-58fd56f93e80a21f.rlib" "/opt/rustwide/target/debug/deps/libgl-4a96fe6971d43303.rlib" "/opt/rustwide/target/debug/deps/libegl-d250fa4914e28def.rlib" "/opt/rustwide/target/debug/deps/libkhronos-a408fcffa7ea957e.rlib" "/opt/rustwide/target/debug/deps/liblibc-d54959e760dfe167.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-d0fc5967b4806db4.rlib" "/opt/rustwide/target/debug/deps/libdharma-8888af35f01ff407.rlib" "/opt/rustwide/target/debug/deps/libtimerfd-5bcb4d802f5c54b4.rlib" "/opt/rustwide/target/debug/deps/libtimber-acc2b186dbab8d6f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-36ffba04d62592b0.rlib" "/opt/rustwide/target/debug/deps/libtime-02380505a7add8f5.rlib" "/opt/rustwide/target/debug/deps/libnix-ee8f5c9f01ac8b03.rlib" "/opt/rustwide/target/debug/deps/libvoid-119da90aa4f28a40.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c4f6196cf7d68209.rlib" "/opt/rustwide/target/debug/deps/libbitflags-451632c3bdd53d67.rlib" "/opt/rustwide/target/debug/deps/liblibudev-6335ff9760ab8f46.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-bcc89636710c4dbd.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-33583231ec8ef37b.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6732bce4a8751e4c.rlib" "/opt/rustwide/target/debug/deps/libadler-ddbe8a2ac4f03e8e.rlib" "/opt/rustwide/target/debug/deps/libobject-53c82a594a5eff41.rlib" "/opt/rustwide/target/debug/deps/libmemchr-4dc0f1ab1ade7408.rlib" "/opt/rustwide/target/debug/deps/liblibc-2eeb146fbbc48d30.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-5544a45ac36c69c4.rlib" "/opt/rustwide/target/debug/deps/libgimli-2b3bcdd7ffa9a98c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-755744d3ca57570c.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-6f20936b2266b0d0.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-21256c14e4504640.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-986e7fea4474d4d2.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-91d85f45babdb06e.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-756509c31813f9a6.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5c2ef587e740c0cc.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-ad8f9371d31db1b3.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-402820fb3b4d3dd8.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-5e8e903f07dc8747.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7ab9ae5080c07187.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-c8e8d47c6bf14de2.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5a02dbb58abd015a.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cedc8fec61444895.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a1c96351c52bc56a.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e41c6d24baeb2249.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-62493b241881590c.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-a1fd7734706d5518.rlib" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-c8ded1707ad10767.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1eec8756baa5bc24.rlib" "-Wl,-Bdynamic" "-lEGL" "-lc" "-lm" "-lgbm" "-ludev" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [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" "45492c39621815c4aa42bfec62d8007c58fff513fd1b15801bc63f49f202b438", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45492c39621815c4aa42bfec62d8007c58fff513fd1b15801bc63f49f202b438", kill_on_drop: false }` [INFO] [stdout] 45492c39621815c4aa42bfec62d8007c58fff513fd1b15801bc63f49f202b438