[INFO] fetching crate cognitive-qualia 0.1.0... [INFO] testing cognitive-qualia-0.1.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate cognitive-qualia 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate cognitive-qualia 0.1.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cognitive-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-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 020b044ab5bc21889ab0ac2c8db9fae2e86d685b09e00b5a6f9bc0086ea50d20 [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" "020b044ab5bc21889ab0ac2c8db9fae2e86d685b09e00b5a6f9bc0086ea50d20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "020b044ab5bc21889ab0ac2c8db9fae2e86d685b09e00b5a6f9bc0086ea50d20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "020b044ab5bc21889ab0ac2c8db9fae2e86d685b09e00b5a6f9bc0086ea50d20", kill_on_drop: false }` [INFO] [stdout] 020b044ab5bc21889ab0ac2c8db9fae2e86d685b09e00b5a6f9bc0086ea50d20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 68e9eca86fbe8c2e96c3dd5d451894664534cbaca77a3f220818a45771ffeaf2 [INFO] running `Command { std: "docker" "start" "-a" "68e9eca86fbe8c2e96c3dd5d451894664534cbaca77a3f220818a45771ffeaf2", kill_on_drop: false }` [INFO] [stderr] Compiling cognitive-qualia v0.1.0 (/opt/rustwide/workdir) [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn InputHandling` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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: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: 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] | ^^^^^ help: use `dyn`: `dyn Image` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | event_handler: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EventHandler + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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: 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GraphicsManagement + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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: 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: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.30s [INFO] running `Command { std: "docker" "inspect" "68e9eca86fbe8c2e96c3dd5d451894664534cbaca77a3f220818a45771ffeaf2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68e9eca86fbe8c2e96c3dd5d451894664534cbaca77a3f220818a45771ffeaf2", kill_on_drop: false }` [INFO] [stdout] 68e9eca86fbe8c2e96c3dd5d451894664534cbaca77a3f220818a45771ffeaf2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b556ec15e276c18e31911fd1f78233418334d94abd6c93325facfcbbcd5e60c8 [INFO] running `Command { std: "docker" "start" "-a" "b556ec15e276c18e31911fd1f78233418334d94abd6c93325facfcbbcd5e60c8", kill_on_drop: false }` [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn InputHandling` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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: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: 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] | ^^^^^ help: use `dyn`: `dyn Image` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | event_handler: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EventHandler + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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: 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GraphicsManagement + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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: 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: 17 warnings emitted [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn InputHandling` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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: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: 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] | ^^^^^ help: use `dyn`: `dyn Image` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:53:45 [INFO] [stdout] | [INFO] [stdout] 53 | event_handler: Box, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn EventHandler + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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: 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn GraphicsManagement + Send` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 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: 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-c8b5e83c40be7d44.test_defs.b296dab0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.test_defs.b296dab0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44.42kcyfpofnhaof1c.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libcognitive_qualia-45dda8bc9b869b7d.rlib" "/opt/rustwide/target/debug/deps/libserde-49f21ef003938ac9.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-efb5c89f98e2cc9c.rlib" "/opt/rustwide/target/debug/deps/libgl-2561e16ec0d68347.rlib" "/opt/rustwide/target/debug/deps/libegl-b800a65e6316e549.rlib" "/opt/rustwide/target/debug/deps/libkhronos-5591fa2e9a61f3d1.rlib" "/opt/rustwide/target/debug/deps/liblibc-8d368ba110d76753.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-a78b50f856dee009.rlib" "/opt/rustwide/target/debug/deps/libdharma-45159d719647a5f7.rlib" "/opt/rustwide/target/debug/deps/libtimerfd-fd7f73d7dc83d168.rlib" "/opt/rustwide/target/debug/deps/libtimber-e0045ce9268fb3cd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ae38d0e3c2d2c2f3.rlib" "/opt/rustwide/target/debug/deps/libtime-e6b722fe51caddf0.rlib" "/opt/rustwide/target/debug/deps/libnix-3fb65a319b238b82.rlib" "/opt/rustwide/target/debug/deps/libvoid-db8f1174cd903021.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b22133e6ab819f70.rlib" "/opt/rustwide/target/debug/deps/liblibudev-ea0c2c3019572d67.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-2186c5462af897b0.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-afbe4e9eba233fbf.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c96737ccceaf4411.rlib" "/opt/rustwide/target/debug/deps/libadler-005892d84f32fadf.rlib" "/opt/rustwide/target/debug/deps/libobject-6d0fc4ba4bbb30c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f64ec8ee870379ce.rlib" "/opt/rustwide/target/debug/deps/liblibc-7085dace614ae946.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bad05ad5d51207.rlib" "/opt/rustwide/target/debug/deps/libgimli-d28cbc7b43fefc71.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-fbc1b582ed4db84f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lEGL" "-lc" "-lm" "-lgbm" "-ludev" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_defs-c8b5e83c40be7d44" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lgbm [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [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/cognitive_qualia-5325de9ac38b4080.cognitive_qualia.55b743e5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5325de9ac38b4080.cognitive_qualia.55b743e5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5325de9ac38b4080.cognitive_qualia.55b743e5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5325de9ac38b4080.cognitive_qualia.55b743e5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5325de9ac38b4080.cognitive_qualia.55b743e5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5325de9ac38b4080.cognitive_qualia.55b743e5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5325de9ac38b4080.cognitive_qualia.55b743e5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5325de9ac38b4080.cognitive_qualia.55b743e5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5325de9ac38b4080.xez776atlpsvaj4.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-ae0b9de85e81d76f.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-dd17e7b765638f54.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e55ce254123a1c62.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c91921c83bf98d74.rlib" "/opt/rustwide/target/debug/deps/libserde-49f21ef003938ac9.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-efb5c89f98e2cc9c.rlib" "/opt/rustwide/target/debug/deps/libgl-2561e16ec0d68347.rlib" "/opt/rustwide/target/debug/deps/libegl-b800a65e6316e549.rlib" "/opt/rustwide/target/debug/deps/libkhronos-5591fa2e9a61f3d1.rlib" "/opt/rustwide/target/debug/deps/liblibc-8d368ba110d76753.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-a78b50f856dee009.rlib" "/opt/rustwide/target/debug/deps/libdharma-45159d719647a5f7.rlib" "/opt/rustwide/target/debug/deps/libtimerfd-fd7f73d7dc83d168.rlib" "/opt/rustwide/target/debug/deps/libtimber-e0045ce9268fb3cd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ae38d0e3c2d2c2f3.rlib" "/opt/rustwide/target/debug/deps/libtime-e6b722fe51caddf0.rlib" "/opt/rustwide/target/debug/deps/libnix-3fb65a319b238b82.rlib" "/opt/rustwide/target/debug/deps/libvoid-db8f1174cd903021.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-b22133e6ab819f70.rlib" "/opt/rustwide/target/debug/deps/liblibudev-ea0c2c3019572d67.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-2186c5462af897b0.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-afbe4e9eba233fbf.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c96737ccceaf4411.rlib" "/opt/rustwide/target/debug/deps/libadler-005892d84f32fadf.rlib" "/opt/rustwide/target/debug/deps/libobject-6d0fc4ba4bbb30c5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-f64ec8ee870379ce.rlib" "/opt/rustwide/target/debug/deps/liblibc-7085dace614ae946.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-40bad05ad5d51207.rlib" "/opt/rustwide/target/debug/deps/libgimli-d28cbc7b43fefc71.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-fbc1b582ed4db84f.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-008055cc7d873802.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-06f01ac2578bda94.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f9a3c3274a1835e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d4cbb754ee9f4daa.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-95c14e1c1e3ebcc4.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d489f0ca872880cc.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-75f07df0b18fea39.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-0c35b278736219a2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-e530649c9a06e3c6.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-6b148909d375a785.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cd15fa647f4775d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74be3a703f788ba2.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8f2c5b445c28b2e3.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8480e85e0be96197.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-ac23a75f6f42004e.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-557ba8776e04d182.rlib" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-4beb03d03503c439.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-dd7db1bec6909f24.rlib" "-Wl,-Bdynamic" "-lEGL" "-lc" "-lm" "-lgbm" "-ludev" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.55.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5325de9ac38b4080" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lgbm [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 17 warnings emitted [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b556ec15e276c18e31911fd1f78233418334d94abd6c93325facfcbbcd5e60c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b556ec15e276c18e31911fd1f78233418334d94abd6c93325facfcbbcd5e60c8", kill_on_drop: false }` [INFO] [stdout] b556ec15e276c18e31911fd1f78233418334d94abd6c93325facfcbbcd5e60c8