[INFO] fetching crate cognitive-qualia 0.1.0... [INFO] testing cognitive-qualia-0.1.0 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate cognitive-qualia 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate cognitive-qualia 0.1.0 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cognitive-qualia 0.1.0 [INFO] finished tweaking crates.io crate cognitive-qualia 0.1.0 [INFO] tweaked toml for crates.io crate cognitive-qualia 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b8106953ea78039355cbf04b26cf43ca43f4d68123e987260749cc4e5be5febf [INFO] running `Command { std: "docker" "start" "-a" "b8106953ea78039355cbf04b26cf43ca43f4d68123e987260749cc4e5be5febf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8106953ea78039355cbf04b26cf43ca43f4d68123e987260749cc4e5be5febf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8106953ea78039355cbf04b26cf43ca43f4d68123e987260749cc4e5be5febf", kill_on_drop: false }` [INFO] [stdout] b8106953ea78039355cbf04b26cf43ca43f4d68123e987260749cc4e5be5febf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb190fbf07ea6b75345e68d6f34937da6085504c71e15a40b2857a4a49ec5a2c [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" "bb190fbf07ea6b75345e68d6f34937da6085504c71e15a40b2857a4a49ec5a2c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cognitive-qualia v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / bitflags!( [INFO] [stdout] 46 | | pub flags ShowReason: u32 { [INFO] [stdout] 47 | | const NONE = 0b0000, [INFO] [stdout] 48 | | const DRAWABLE = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / bitflags!( [INFO] [stdout] 46 | | pub flags ShowReason: u32 { [INFO] [stdout] 47 | | const NONE = 0b0000, [INFO] [stdout] 48 | | const DRAWABLE = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | / bitflags!( [INFO] [stdout] 60 | | pub flags SurfaceState: u32 { [INFO] [stdout] 61 | | const REGULAR = 0x0000, [INFO] [stdout] 62 | | const MAXIMIZED = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | / bitflags!( [INFO] [stdout] 60 | | pub flags SurfaceState: u32 { [INFO] [stdout] 61 | | const REGULAR = 0x0000, [INFO] [stdout] 62 | | const MAXIMIZED = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:58:40 [INFO] [stdout] | [INFO] [stdout] 58 | fn remove_event_handler(&mut self, EventHandlerId); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: EventHandlerId` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/env.rs:237:42 [INFO] [stdout] | [INFO] [stdout] 237 | let mut default_path = std::env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/env.rs:246:42 [INFO] [stdout] | [INFO] [stdout] 246 | let mut default_path = std::env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/env.rs:262:46 [INFO] [stdout] | [INFO] [stdout] 262 | let mut default_path = std::env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input.rs:162:32 [INFO] [stdout] | [INFO] [stdout] 162 | fn duplicate(&self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 162 - fn duplicate(&self) -> Box; [INFO] [stdout] 162 + fn duplicate(&self) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/surface.rs:135:39 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn as_image(&self) -> Option<&Image> { [INFO] [stdout] | ^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 135 - pub fn as_image(&self) -> Option<&Image> { [INFO] [stdout] 135 + pub fn as_image(&self) -> Option<&dyn Image> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | event_handler: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - event_handler: Box, [INFO] [stdout] 53 + event_handler: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:132:62 [INFO] [stdout] | [INFO] [stdout] 132 | fn set_graphics_manager(&mut self, graphics_manager: Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 - fn set_graphics_manager(&mut self, graphics_manager: Box); [INFO] [stdout] 132 + fn set_graphics_manager(&mut self, graphics_manager: Box); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | Illusion::IO(error.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 66 | Illusion::Graphics(error.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/env.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | Err(err) => Err(Illusion::IO(err.description().to_string())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/env.rs:156:51 [INFO] [stdout] | [INFO] [stdout] 156 | Err(err) => Err(Illusion::General(err.description().to_owned())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.70s [INFO] running `Command { std: "docker" "inspect" "bb190fbf07ea6b75345e68d6f34937da6085504c71e15a40b2857a4a49ec5a2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb190fbf07ea6b75345e68d6f34937da6085504c71e15a40b2857a4a49ec5a2c", kill_on_drop: false }` [INFO] [stdout] bb190fbf07ea6b75345e68d6f34937da6085504c71e15a40b2857a4a49ec5a2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f6c21242d46518ba7761e0098913007870c95726c9884773c4226f1bbf4eb7e8 [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" "f6c21242d46518ba7761e0098913007870c95726c9884773c4226f1bbf4eb7e8", kill_on_drop: false }` [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / bitflags!( [INFO] [stdout] 46 | | pub flags ShowReason: u32 { [INFO] [stdout] 47 | | const NONE = 0b0000, [INFO] [stdout] 48 | | const DRAWABLE = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / bitflags!( [INFO] [stdout] 46 | | pub flags ShowReason: u32 { [INFO] [stdout] 47 | | const NONE = 0b0000, [INFO] [stdout] 48 | | const DRAWABLE = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | / bitflags!( [INFO] [stdout] 60 | | pub flags SurfaceState: u32 { [INFO] [stdout] 61 | | const REGULAR = 0x0000, [INFO] [stdout] 62 | | const MAXIMIZED = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | / bitflags!( [INFO] [stdout] 60 | | pub flags SurfaceState: u32 { [INFO] [stdout] 61 | | const REGULAR = 0x0000, [INFO] [stdout] 62 | | const MAXIMIZED = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cognitive-qualia v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:58:40 [INFO] [stdout] | [INFO] [stdout] 58 | fn remove_event_handler(&mut self, EventHandlerId); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: EventHandlerId` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/env.rs:237:42 [INFO] [stdout] | [INFO] [stdout] 237 | let mut default_path = std::env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/env.rs:246:42 [INFO] [stdout] | [INFO] [stdout] 246 | let mut default_path = std::env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/env.rs:262:46 [INFO] [stdout] | [INFO] [stdout] 262 | let mut default_path = std::env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input.rs:162:32 [INFO] [stdout] | [INFO] [stdout] 162 | fn duplicate(&self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 162 - fn duplicate(&self) -> Box; [INFO] [stdout] 162 + fn duplicate(&self) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/surface.rs:135:39 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn as_image(&self) -> Option<&Image> { [INFO] [stdout] | ^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 135 - pub fn as_image(&self) -> Option<&Image> { [INFO] [stdout] 135 + pub fn as_image(&self) -> Option<&dyn Image> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | event_handler: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - event_handler: Box, [INFO] [stdout] 53 + event_handler: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:132:62 [INFO] [stdout] | [INFO] [stdout] 132 | fn set_graphics_manager(&mut self, graphics_manager: Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 - fn set_graphics_manager(&mut self, graphics_manager: Box); [INFO] [stdout] 132 + fn set_graphics_manager(&mut self, graphics_manager: Box); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | Illusion::IO(error.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 66 | Illusion::Graphics(error.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/env.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | Err(err) => Err(Illusion::IO(err.description().to_string())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/env.rs:156:51 [INFO] [stdout] | [INFO] [stdout] 156 | Err(err) => Err(Illusion::General(err.description().to_owned())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / bitflags!( [INFO] [stdout] 46 | | pub flags ShowReason: u32 { [INFO] [stdout] 47 | | const NONE = 0b0000, [INFO] [stdout] 48 | | const DRAWABLE = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / bitflags!( [INFO] [stdout] 46 | | pub flags ShowReason: u32 { [INFO] [stdout] 47 | | const NONE = 0b0000, [INFO] [stdout] 48 | | const DRAWABLE = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 51 | | } [INFO] [stdout] 52 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | / bitflags!( [INFO] [stdout] 60 | | pub flags SurfaceState: u32 { [INFO] [stdout] 61 | | const REGULAR = 0x0000, [INFO] [stdout] 62 | | const MAXIMIZED = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/surface.rs:59:5 [INFO] [stdout] | [INFO] [stdout] 59 | / bitflags!( [INFO] [stdout] 60 | | pub flags SurfaceState: u32 { [INFO] [stdout] 61 | | const REGULAR = 0x0000, [INFO] [stdout] 62 | | const MAXIMIZED = 0b0001, [INFO] [stdout] ... | [INFO] [stdout] 65 | | } [INFO] [stdout] 66 | | ); [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/traits.rs:58:40 [INFO] [stdout] | [INFO] [stdout] 58 | fn remove_event_handler(&mut self, EventHandlerId); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: EventHandlerId` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/env.rs:237:42 [INFO] [stdout] | [INFO] [stdout] 237 | let mut default_path = std::env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/env.rs:246:42 [INFO] [stdout] | [INFO] [stdout] 246 | let mut default_path = std::env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::env::home_dir`: This function's behavior is unexpected and probably not what you want. Consider using a crate from crates.io instead. [INFO] [stdout] --> src/env.rs:262:46 [INFO] [stdout] | [INFO] [stdout] 262 | let mut default_path = std::env::home_dir().unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/input.rs:162:32 [INFO] [stdout] | [INFO] [stdout] 162 | fn duplicate(&self) -> Box; [INFO] [stdout] | ^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 162 - fn duplicate(&self) -> Box; [INFO] [stdout] 162 + fn duplicate(&self) -> Box; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/surface.rs:135:39 [INFO] [stdout] | [INFO] [stdout] 135 | pub fn as_image(&self) -> Option<&Image> { [INFO] [stdout] | ^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 135 - pub fn as_image(&self) -> Option<&Image> { [INFO] [stdout] 135 + pub fn as_image(&self) -> Option<&dyn Image> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | event_handler: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 53 - event_handler: Box, [INFO] [stdout] 53 + event_handler: Box, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:132:62 [INFO] [stdout] | [INFO] [stdout] 132 | fn set_graphics_manager(&mut self, graphics_manager: Box); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 132 - fn set_graphics_manager(&mut self, graphics_manager: Box); [INFO] [stdout] 132 + fn set_graphics_manager(&mut self, graphics_manager: Box); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:50:28 [INFO] [stdout] | [INFO] [stdout] 50 | Illusion::IO(error.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/errors.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 66 | Illusion::Graphics(error.description().to_owned()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/env.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | Err(err) => Err(Illusion::IO(err.description().to_string())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/env.rs:156:51 [INFO] [stdout] | [INFO] [stdout] 156 | Err(err) => Err(Illusion::General(err.description().to_owned())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.test_defs.dd74eadb-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7.2j5bftm2234ftylu.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libcognitive_qualia-9420f96c81117097.rlib" "/opt/rustwide/target/debug/deps/libserde-5256d0e59a793bf6.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-56b04e0c4ae507a0.rlib" "/opt/rustwide/target/debug/deps/libgl-fc060823cda84eaf.rlib" "/opt/rustwide/target/debug/deps/libegl-bbae4e2625041436.rlib" "/opt/rustwide/target/debug/deps/libkhronos-05273b01882f7d6a.rlib" "/opt/rustwide/target/debug/deps/liblibc-efab166e83968231.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-e3a6637390dd4e98.rlib" "/opt/rustwide/target/debug/deps/libdharma-7a48ead1be253423.rlib" "/opt/rustwide/target/debug/deps/libtimerfd-bde952ecbf827eae.rlib" "/opt/rustwide/target/debug/deps/libtimber-55cce4c29b2b391b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b403cbe4b2e01c6a.rlib" "/opt/rustwide/target/debug/deps/libtime-cfedab4feb1161c9.rlib" "/opt/rustwide/target/debug/deps/libnix-b376256e1f80a824.rlib" "/opt/rustwide/target/debug/deps/libvoid-fc8910124e59282b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9d0cc7cd35f17e7b.rlib" "/opt/rustwide/target/debug/deps/liblibudev-ad190170710b49a6.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-d4e2369d235eee65.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-a601a9fee3e18b77.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9c4f46919b808084.rlib" "/opt/rustwide/target/debug/deps/libadler-92f8db84032ff960.rlib" "/opt/rustwide/target/debug/deps/libobject-822da7b2dc5ea4df.rlib" "/opt/rustwide/target/debug/deps/libmemchr-0993f867c07b56b2.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a5dab6311f3c1a3.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-5c3a9c47cc3450e0.rlib" "/opt/rustwide/target/debug/deps/libgimli-8acf6516e7235d17.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ebf1bae139d6c8cf.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.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/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_defs-9ea917411e1ba2f7" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-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 [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cognitive-qualia` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/cognitive_qualia-f3fb60813f0795ce.cognitive_qualia.002f1bcd-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-f3fb60813f0795ce.cognitive_qualia.002f1bcd-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-f3fb60813f0795ce.cognitive_qualia.002f1bcd-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-f3fb60813f0795ce.cognitive_qualia.002f1bcd-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-f3fb60813f0795ce.cognitive_qualia.002f1bcd-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-f3fb60813f0795ce.cognitive_qualia.002f1bcd-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-f3fb60813f0795ce.5cdxw23kygudfcbi.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libserde-5256d0e59a793bf6.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-56b04e0c4ae507a0.rlib" "/opt/rustwide/target/debug/deps/libgl-fc060823cda84eaf.rlib" "/opt/rustwide/target/debug/deps/libegl-bbae4e2625041436.rlib" "/opt/rustwide/target/debug/deps/libkhronos-05273b01882f7d6a.rlib" "/opt/rustwide/target/debug/deps/liblibc-efab166e83968231.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-e3a6637390dd4e98.rlib" "/opt/rustwide/target/debug/deps/libdharma-7a48ead1be253423.rlib" "/opt/rustwide/target/debug/deps/libtimerfd-bde952ecbf827eae.rlib" "/opt/rustwide/target/debug/deps/libtimber-55cce4c29b2b391b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b403cbe4b2e01c6a.rlib" "/opt/rustwide/target/debug/deps/libtime-cfedab4feb1161c9.rlib" "/opt/rustwide/target/debug/deps/libnix-b376256e1f80a824.rlib" "/opt/rustwide/target/debug/deps/libvoid-fc8910124e59282b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9d0cc7cd35f17e7b.rlib" "/opt/rustwide/target/debug/deps/liblibudev-ad190170710b49a6.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-d4e2369d235eee65.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-a601a9fee3e18b77.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9c4f46919b808084.rlib" "/opt/rustwide/target/debug/deps/libadler-92f8db84032ff960.rlib" "/opt/rustwide/target/debug/deps/libobject-822da7b2dc5ea4df.rlib" "/opt/rustwide/target/debug/deps/libmemchr-0993f867c07b56b2.rlib" "/opt/rustwide/target/debug/deps/liblibc-7a5dab6311f3c1a3.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-5c3a9c47cc3450e0.rlib" "/opt/rustwide/target/debug/deps/libgimli-8acf6516e7235d17.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ebf1bae139d6c8cf.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.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/beta-2022-02-22-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cognitive_qualia-f3fb60813f0795ce" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-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; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f6c21242d46518ba7761e0098913007870c95726c9884773c4226f1bbf4eb7e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f6c21242d46518ba7761e0098913007870c95726c9884773c4226f1bbf4eb7e8", kill_on_drop: false }` [INFO] [stdout] f6c21242d46518ba7761e0098913007870c95726c9884773c4226f1bbf4eb7e8