[INFO] cloning repository https://github.com/tristan-zander/modman-compositor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tristan-zander/modman-compositor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftristan-zander%2Fmodman-compositor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftristan-zander%2Fmodman-compositor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d4da16824359219564a71228a15a3ee0f2ff8344 [INFO] testing tristan-zander/modman-compositor against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftristan-zander%2Fmodman-compositor" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tristan-zander/modman-compositor 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 git repo https://github.com/tristan-zander/modman-compositor [INFO] finished tweaking git repo https://github.com/tristan-zander/modman-compositor [INFO] tweaked toml for git repo https://github.com/tristan-zander/modman-compositor written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/tristan-zander/modman-compositor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded slog-stdlog v4.1.0 [INFO] [stderr] Downloaded dbus v0.9.3 [INFO] [stderr] Downloaded input v0.5.0 [INFO] [stderr] Downloaded input-sys v1.15.0 [INFO] [stderr] Downloaded udev v0.6.2 [INFO] [stderr] Downloaded xkbcommon v0.4.0 [INFO] [stderr] Downloaded wayland-server v0.28.5 [INFO] [stderr] Downloaded syn v1.0.68 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] d2c6a4b50bcd0bc09dc751c1b063a06c1aac6a4042d4d6827980f0d45f9887e8 [INFO] running `Command { std: "docker" "start" "-a" "d2c6a4b50bcd0bc09dc751c1b063a06c1aac6a4042d4d6827980f0d45f9887e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d2c6a4b50bcd0bc09dc751c1b063a06c1aac6a4042d4d6827980f0d45f9887e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d2c6a4b50bcd0bc09dc751c1b063a06c1aac6a4042d4d6827980f0d45f9887e8", kill_on_drop: false }` [INFO] [stdout] d2c6a4b50bcd0bc09dc751c1b063a06c1aac6a4042d4d6827980f0d45f9887e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] [stdout] 51dc2b2c0f5d5816935ccda37776d9f04b2b284396ea6291fade602e119cf304 [INFO] running `Command { std: "docker" "start" "-a" "51dc2b2c0f5d5816935ccda37776d9f04b2b284396ea6291fade602e119cf304", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling drm-sys v0.4.0 (https://github.com/drakulix/drm-rs?branch=develop#4f5a08d7) [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling object v0.23.0 [INFO] [stderr] Compiling gbm-sys v0.1.0 (https://github.com/drakulix/gbm.rs?branch=thread-safe#eccf69ed) [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling input-sys v1.15.0 [INFO] [stderr] Compiling arc-swap v1.3.0 [INFO] [stderr] Compiling takeable-option v0.5.0 [INFO] [stderr] Compiling wayland-sys v0.28.5 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling memoffset v0.6.3 [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling wayland-server v0.28.5 [INFO] [stderr] Compiling wayland-protocols v0.28.5 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling slog-stdlog v4.1.0 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling glium v0.29.0 [INFO] [stderr] Compiling smithay v0.2.0 (https://github.com/Smithay/smithay.git?branch=master#7bbd284f) [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling slog-async v2.6.0 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling xkbcommon v0.4.0 [INFO] [stderr] Compiling dbus v0.9.3 [INFO] [stderr] Compiling udev v0.6.2 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling input v0.5.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling backtrace v0.3.56 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling slog-term v2.8.0 [INFO] [stderr] Compiling wayland-commons v0.28.5 [INFO] [stderr] Compiling drm-ffi v0.4.0 (https://github.com/drakulix/drm-rs?branch=develop#4f5a08d7) [INFO] [stderr] Compiling wayland-client v0.28.5 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling drm v0.4.0 (https://github.com/drakulix/drm-rs?branch=develop#4f5a08d7) [INFO] [stderr] Compiling gbm v0.6.0 (https://github.com/drakulix/gbm.rs?branch=thread-safe#eccf69ed) [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling wayland-cursor v0.28.5 [INFO] [stderr] Compiling wayland-egl v0.28.5 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.3 [INFO] [stderr] Compiling winit v0.24.0 [INFO] [stderr] Compiling glutin v0.26.0 [INFO] [stderr] Compiling widow v0.1.0 (/opt/rustwide/workdir/widow) [INFO] [stdout] warning: unused imports: `KeyboardHandle`, `PointerHandle` [INFO] [stdout] --> widow/src/state.rs:2:30 [INFO] [stdout] | [INFO] [stdout] 2 | use smithay::wayland::seat::{KeyboardHandle, PointerHandle}; [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `slog::info` [INFO] [stdout] --> widow/src/udev.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use slog::info; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning[E0170]: pattern binding `CloseWindow` is named the same as one of the variants of the type `WMAction` [INFO] [stdout] --> widow/src/winit.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | CloseWindow => { [INFO] [stdout] | ^^^^^^^^^^^ help: to match on the variant, qualify the path: `WMAction::CloseWindow` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bindings_with_variant_name)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> widow/src/winit.rs:58:21 [INFO] [stdout] | [INFO] [stdout] 55 | CloseWindow => { [INFO] [stdout] | ----------- matches any value [INFO] [stdout] ... [INFO] [stdout] 58 | _ => {} [INFO] [stdout] | ^ unreachable pattern [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `env` [INFO] [stdout] --> widow/src/udev.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | let env = display [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_env` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `log` [INFO] [stdout] --> widow/src/udev.rs:7:40 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn run_udev(display: &mut Display, log: Logger) -> Result<(), Box> { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `CloseWindow` [INFO] [stdout] --> widow/src/winit.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | CloseWindow => { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_CloseWindow` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `data` [INFO] [stdout] --> widow/src/winit.rs:47:87 [INFO] [stdout] | [INFO] [stdout] 47 | if let Err(e) = event_loop.run(Some(Duration::from_millis(50)), &mut state, move |data| { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_data` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `egl_buffer_reader` [INFO] [stdout] --> widow/src/winit.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | let egl_buffer_reader = graphics_backend [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_egl_buffer_reader` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Drawer` [INFO] [stdout] --> widow/src/drawer.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Drawer { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> widow/src/drawer.rs:6:8 [INFO] [stdout] | [INFO] [stdout] 6 | fn new() -> Drawer { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `log` [INFO] [stdout] --> widow/src/state.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | log: Logger, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `UdevBackend` [INFO] [stdout] --> widow/src/udev.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct UdevBackend {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `CloseWindow` should have a snake case name [INFO] [stdout] --> widow/src/winit.rs:55:21 [INFO] [stdout] | [INFO] [stdout] 55 | CloseWindow => { [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to snake case: `close_window` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [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/widow-807d3b21194c30bd.widow.656b0952-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.widow.656b0952-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/widow-807d3b21194c30bd.13ybidcxls8mc5it.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/lib/x86_64-linux-gnu" "-L" "/usr/lib/x86_64-linux-gnu" "-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/target/debug/deps/libslog_term-bfdbfb8f720a1d6d.rlib" "/opt/rustwide/target/debug/deps/libatty-f55ca5312a6f2cbb.rlib" "/opt/rustwide/target/debug/deps/libterm-870ae741b5c85bb8.rlib" "/opt/rustwide/target/debug/deps/libdirs_next-bc9bb22a3020465f.rlib" "/opt/rustwide/target/debug/deps/libdirs_sys_next-66b42297cfa1f3d2.rlib" "/opt/rustwide/target/debug/deps/libchrono-46da5329268a1d83.rlib" "/opt/rustwide/target/debug/deps/libtime-9d75ea7b82a0cf39.rlib" "/opt/rustwide/target/debug/deps/libslog_async-d65a1f3f76db436b.rlib" "/opt/rustwide/target/debug/deps/libthread_local-0d13df45328e73a9.rlib" "/opt/rustwide/target/debug/deps/libtake_mut-b12e59ee1ad0048a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-133b100937091cc6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-6169c3eaf803fb95.rlib" "/opt/rustwide/target/debug/deps/libsmithay-8a63dce317c4b2fe.rlib" "/opt/rustwide/target/debug/deps/libslog_stdlog-dc239a8a81dcd029.rlib" "/opt/rustwide/target/debug/deps/libslog_scope-618ef764aae81be5.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-d86052e18d83c145.rlib" "/opt/rustwide/target/debug/deps/libxkbcommon-27dd0152c31bdf08.rlib" "/opt/rustwide/target/debug/deps/libthiserror-5f0b7cc7abb896a9.rlib" "/opt/rustwide/target/debug/deps/libtempfile-fa15ab1083fce72a.rlib" "/opt/rustwide/target/debug/deps/librand-032eb883127978c2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-05b2b8171ae0dcb3.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-069634687179693a.rlib" "/opt/rustwide/target/debug/deps/librand_core-94a0e2b11966ac81.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-251fc4c0bbaade36.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-b2c8a73c8198091a.rlib" "/opt/rustwide/target/debug/deps/libdbus-bc29a1a9e259cb4d.rlib" "/opt/rustwide/target/debug/deps/liblibdbus_sys-568071a33a6a2776.rlib" "/opt/rustwide/target/debug/deps/libudev-a1857649ee35b98d.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-2987f695a7c942f9.rlib" "/opt/rustwide/target/debug/deps/libinput-85d74bdd00ed572a.rlib" "/opt/rustwide/target/debug/deps/libinput_sys-dfc7de00ae5115a7.rlib" "/opt/rustwide/target/debug/deps/libgbm-8e55e0f2ebd7e15d.rlib" "/opt/rustwide/target/debug/deps/libgbm_sys-2d050aba8884459c.rlib" "/opt/rustwide/target/debug/deps/libimage-1cff99b6fcdb81c4.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-045e02a475a03d9f.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-1d163a33760c1b49.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-e61013377cb4a0fc.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-460abbf90f4f25ed.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-69353476e9203964.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-07bce94835c38406.rlib" "/opt/rustwide/target/debug/deps/libfailure-272631232f306f4a.rlib" "/opt/rustwide/target/debug/deps/libdrm-5ae2293e1c93b7b6.rlib" "/opt/rustwide/target/debug/deps/libdrm_ffi-3582b520a712cd30.rlib" "/opt/rustwide/target/debug/deps/libdrm_sys-7618d4313995320b.rlib" "/opt/rustwide/target/debug/deps/libglium-266c3e3fb6ef65f1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f344de70a3262dfa.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-c96737ccceaf4411.rlib" "/opt/rustwide/target/debug/deps/libadler-005892d84f32fadf.rlib" "/opt/rustwide/target/debug/deps/libobject-e8ea05f7d19f2c4e.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-cf893eb4714a5533.rlib" "/opt/rustwide/target/debug/deps/libgimli-96bbd316763549a0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0cc08d6079258aff.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-4406a8dd06440c5c.rlib" "/opt/rustwide/target/debug/deps/libtakeable_option-6b4815efb70b3fed.rlib" "/opt/rustwide/target/debug/deps/libglutin-81258e789f949871.rlib" "/opt/rustwide/target/debug/deps/libwayland_egl-c2a2ef279ccb6396.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-c78e2f9fcb9e62e0.rlib" "/opt/rustwide/target/debug/deps/libshared_library-80e13af55be4ae32.rlib" "/opt/rustwide/target/debug/deps/libwinit-e8d07efcbf69d054.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-e3d1612c4fc1b868.rlib" "/opt/rustwide/target/debug/deps/libmio-39edeae29ae3031a.rlib" "/opt/rustwide/target/debug/deps/libslab-31c88580e3b60f0d.rlib" "/opt/rustwide/target/debug/deps/libiovec-ad6110c6c421db2a.rlib" "/opt/rustwide/target/debug/deps/libnet2-d77cda5abbc693f0.rlib" "/opt/rustwide/target/debug/deps/liblazycell-16d834afa391e717.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-e457123dded25aba.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-65e648b8493ac522.rlib" "/opt/rustwide/target/debug/deps/libandrew-e215292368153804.rlib" "/opt/rustwide/target/debug/deps/libxml-1bc3897a14780b51.rlib" "/opt/rustwide/target/debug/deps/libxdg-f6369ec0280d942c.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-5e165100e176414b.rlib" "/opt/rustwide/target/debug/deps/libsame_file-36dfff0ef8311abf.rlib" "/opt/rustwide/target/debug/deps/librusttype-e6d2c89f51d4f25c.rlib" "/opt/rustwide/target/debug/deps/libab_glyph_rasterizer-5fff65e4f3698bdb.rlib" "/opt/rustwide/target/debug/deps/libowned_ttf_parser-07227973ca23ee6e.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-e6fa5a0b9a9ec86b.rlib" "/opt/rustwide/target/debug/deps/libwayland_cursor-4ff5bfcdb74eccc6.rlib" "/opt/rustwide/target/debug/deps/libxcursor-0691913fdaaa1e2b.rlib" "/opt/rustwide/target/debug/deps/libnom-4b828bef254fe1eb.rlib" "/opt/rustwide/target/debug/deps/libmemchr-28bb9a45468d3a11.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-a5c244d2e18d3b3d.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-a55a69f9d531c9f0.rlib" "/opt/rustwide/target/debug/deps/libwayland_server-3e3ee0bf997c8204.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-8b2a19df5b5b8b05.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-56b422ce3e5cbda6.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-5423fcddde083f82.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-c75b5e85f253ab30.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-44552629c24be029.rlib" "/opt/rustwide/target/debug/deps/libdlib-469f52edfb0a1c8e.rlib" "/opt/rustwide/target/debug/deps/liblibloading-c98e31a28bc7d3ae.rlib" "/opt/rustwide/target/debug/deps/libcalloop-ebd37f1a32d8d341.rlib" "/opt/rustwide/target/debug/deps/libnix-ad61aaf4dcd327ce.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-4dc40f94662accb2.rlib" "/opt/rustwide/target/debug/deps/libdlib-b8d1fbb7125a38e8.rlib" "/opt/rustwide/target/debug/deps/liblibloading-3173d3dfe4fa6324.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-24aca79d1037df9f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-e5ea63bab0603588.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-d3c527d9ccb8be9b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-46660b7d4a5aba2b.rlib" "/opt/rustwide/target/debug/deps/liblock_api-4e7f4b7157ef7328.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-a57a6a52cef5676e.rlib" "/opt/rustwide/target/debug/deps/libinstant-2c3f892b4847f40f.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-f7eb67c0b57630b1.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-921e25649d85f9bf.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-2b57d9522de422df.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-324b9cf0ec680fa1.rlib" "/opt/rustwide/target/debug/deps/liblog-7914ddd45155fdc8.rlib" "/opt/rustwide/target/debug/deps/libfnv-d1dc8bedb5ffcb44.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-df981c5871754530.rlib" "/opt/rustwide/target/debug/deps/libnix-88c84cf84bdb5412.rlib" "/opt/rustwide/target/debug/deps/libbitflags-117d41ac256572da.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dece450273084492.rlib" "/opt/rustwide/target/debug/deps/liblibc-37bc124c5a82cc37.rlib" "/opt/rustwide/target/debug/deps/libslog-ca5818353f928016.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" "-lsystemd" "-lxkbcommon" "-ldbus-1" "-ludev" "-linput" "-lgbm" "-ldl" "-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/widow-807d3b21194c30bd" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -linput [INFO] [stdout] /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; 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0170`. [INFO] [stdout] [INFO] [stderr] error: could not compile `widow` due to 2 previous errors; 14 warnings emitted [INFO] running `Command { std: "docker" "inspect" "51dc2b2c0f5d5816935ccda37776d9f04b2b284396ea6291fade602e119cf304", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51dc2b2c0f5d5816935ccda37776d9f04b2b284396ea6291fade602e119cf304", kill_on_drop: false }` [INFO] [stdout] 51dc2b2c0f5d5816935ccda37776d9f04b2b284396ea6291fade602e119cf304