[INFO] fetching crate cognitive-qualia 0.1.0... [INFO] testing cognitive-qualia-0.1.0 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate cognitive-qualia 0.1.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate cognitive-qualia 0.1.0 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", 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-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "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] b186d62cf18ac18ad8bf986b14091ff762bec4a303f430c746b2a7d4b4d18319 [INFO] running `Command { std: "docker" "start" "-a" "b186d62cf18ac18ad8bf986b14091ff762bec4a303f430c746b2a7d4b4d18319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b186d62cf18ac18ad8bf986b14091ff762bec4a303f430c746b2a7d4b4d18319", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b186d62cf18ac18ad8bf986b14091ff762bec4a303f430c746b2a7d4b4d18319", kill_on_drop: false }` [INFO] [stdout] b186d62cf18ac18ad8bf986b14091ff762bec4a303f430c746b2a7d4b4d18319 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 664e46250dd6758fe927c9dd64ab575d301a2e3dbf538df566949452c88f0933 [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" "664e46250dd6758fe927c9dd64ab575d301a2e3dbf538df566949452c88f0933", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling bitflags v0.7.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling gbm-rs v0.2.0 [INFO] [stderr] Compiling timerfd v0.2.0 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling timber v0.1.0 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling khronos v0.1.2 [INFO] [stderr] Compiling egl v0.2.7 [INFO] [stderr] Compiling libudev v0.2.0 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Compiling dharma v0.1.0 [INFO] [stderr] Compiling cognitive-graphics v0.1.0 [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] [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 a macro (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 a macro (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 a macro (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 a macro (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] [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] [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] [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:32 [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:32 [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:36 [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: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.50s [INFO] running `Command { std: "docker" "inspect" "664e46250dd6758fe927c9dd64ab575d301a2e3dbf538df566949452c88f0933", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "664e46250dd6758fe927c9dd64ab575d301a2e3dbf538df566949452c88f0933", kill_on_drop: false }` [INFO] [stdout] 664e46250dd6758fe927c9dd64ab575d301a2e3dbf538df566949452c88f0933 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb8ea75743ed78b1629f4aaaf3ecdf91f75041b71e80d12c44f75f9c95afbe06 [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" "bb8ea75743ed78b1629f4aaaf3ecdf91f75041b71e80d12c44f75f9c95afbe06", 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] [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 a macro (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 a macro (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 a macro (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: 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 a macro (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] [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] [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] [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:32 [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:32 [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:36 [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: 15 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] [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 a macro (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 a macro (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 a macro (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 a macro (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] [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] [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] [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:32 [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:32 [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:36 [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.test_defs.8r2k8nnu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5" "/opt/rustwide/target/debug/deps/test_defs-08e499b96db26ba5.4bipviaekx979j9v.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-c99ebba9851136ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-190ecd0479955c2e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-10cf7eacb763a707.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5f0069e1a0595222.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-176a753cf8833059.rlib" "/opt/rustwide/target/debug/deps/libcognitive_qualia-2ca16382274db9ab.rlib" "/opt/rustwide/target/debug/deps/libserde-667816d14deaae4b.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-eb59fd282f9ff8db.rlib" "/opt/rustwide/target/debug/deps/libgl-f5eb6237447425af.rlib" "/opt/rustwide/target/debug/deps/libegl-8ee0a2f11947b804.rlib" "/opt/rustwide/target/debug/deps/libkhronos-8d9d94c1bc9a38bd.rlib" "/opt/rustwide/target/debug/deps/liblibc-dae4fa966ced2dd5.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-1e1e25d97dffc35f.rlib" "/opt/rustwide/target/debug/deps/libdharma-05b584cf18810d19.rlib" "/opt/rustwide/target/debug/deps/libtimerfd-de4de2db88fe7e9e.rlib" "/opt/rustwide/target/debug/deps/libtimber-082aedc198c8d4a2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-5b5d687ab829fdeb.rlib" "/opt/rustwide/target/debug/deps/libtime-e4462338ad1a6f8f.rlib" "/opt/rustwide/target/debug/deps/libnix-ed8544bdf0927218.rlib" "/opt/rustwide/target/debug/deps/libvoid-2252400e8925513f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-5491842f1301905a.rlib" "/opt/rustwide/target/debug/deps/liblibudev-7012bfab86ef419c.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-51e7f81cc0401b4b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f1017ae6089577dd.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fc37096584dd689f.rlib" "/opt/rustwide/target/debug/deps/libadler-013da12b1c81b559.rlib" "/opt/rustwide/target/debug/deps/libobject-dbb94767ac9953ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-a3af16ab6b77e470.rlib" "/opt/rustwide/target/debug/deps/libgimli-8d0c103f388d3262.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d82520db93b55397.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a05fd217af1a3b9e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lEGL" "-lc" "-lm" "-lgbm" "-ludev" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lgbm [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cognitive-qualia` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/cognitive_qualia-5441472d6f5b0a0a.cognitive_qualia.mth7jj3z-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5441472d6f5b0a0a.cognitive_qualia.mth7jj3z-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5441472d6f5b0a0a.cognitive_qualia.mth7jj3z-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5441472d6f5b0a0a.cognitive_qualia.mth7jj3z-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5441472d6f5b0a0a.cognitive_qualia.mth7jj3z-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5441472d6f5b0a0a.cognitive_qualia.mth7jj3z-cgu.5.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/cognitive_qualia-5441472d6f5b0a0a" "/opt/rustwide/target/debug/deps/cognitive_qualia-5441472d6f5b0a0a.l10pjzc8328ast0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-c99ebba9851136ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-190ecd0479955c2e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-10cf7eacb763a707.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-5f0069e1a0595222.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-176a753cf8833059.rlib" "/opt/rustwide/target/debug/deps/libserde-667816d14deaae4b.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-eb59fd282f9ff8db.rlib" "/opt/rustwide/target/debug/deps/libgl-f5eb6237447425af.rlib" "/opt/rustwide/target/debug/deps/libegl-8ee0a2f11947b804.rlib" "/opt/rustwide/target/debug/deps/libkhronos-8d9d94c1bc9a38bd.rlib" "/opt/rustwide/target/debug/deps/liblibc-dae4fa966ced2dd5.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-1e1e25d97dffc35f.rlib" "/opt/rustwide/target/debug/deps/libdharma-05b584cf18810d19.rlib" "/opt/rustwide/target/debug/deps/libtimerfd-de4de2db88fe7e9e.rlib" "/opt/rustwide/target/debug/deps/libtimber-082aedc198c8d4a2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-5b5d687ab829fdeb.rlib" "/opt/rustwide/target/debug/deps/libtime-e4462338ad1a6f8f.rlib" "/opt/rustwide/target/debug/deps/libnix-ed8544bdf0927218.rlib" "/opt/rustwide/target/debug/deps/libvoid-2252400e8925513f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-5491842f1301905a.rlib" "/opt/rustwide/target/debug/deps/liblibudev-7012bfab86ef419c.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-51e7f81cc0401b4b.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f1017ae6089577dd.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fc37096584dd689f.rlib" "/opt/rustwide/target/debug/deps/libadler-013da12b1c81b559.rlib" "/opt/rustwide/target/debug/deps/libobject-dbb94767ac9953ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-77d6541a42757d2c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-a3af16ab6b77e470.rlib" "/opt/rustwide/target/debug/deps/libgimli-8d0c103f388d3262.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d82520db93b55397.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a05fd217af1a3b9e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lEGL" "-lc" "-lm" "-lgbm" "-ludev" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lgbm [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "bb8ea75743ed78b1629f4aaaf3ecdf91f75041b71e80d12c44f75f9c95afbe06", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb8ea75743ed78b1629f4aaaf3ecdf91f75041b71e80d12c44f75f9c95afbe06", kill_on_drop: false }` [INFO] [stdout] bb8ea75743ed78b1629f4aaaf3ecdf91f75041b71e80d12c44f75f9c95afbe06