[INFO] updating cached repository https://github.com/umurgdk/linuxgraphics [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d6deed1753820f2e9c3dcbf71fb557a0b5b5d1b0 [INFO] testing umurgdk/linuxgraphics against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumurgdk%2Flinuxgraphics" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/umurgdk/linuxgraphics on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/umurgdk/linuxgraphics [INFO] finished tweaking git repo https://github.com/umurgdk/linuxgraphics [INFO] tweaked toml for git repo https://github.com/umurgdk/linuxgraphics written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/umurgdk/linuxgraphics already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fedd888496e0c59ae57c46532daced6421811504eec953ac9e3f2ff31f3e5692 [INFO] running `"docker" "start" "-a" "fedd888496e0c59ae57c46532daced6421811504eec953ac9e3f2ff31f3e5692"` [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling drm-sys v0.0.9 [INFO] [stderr] Compiling input-sys v1.9.0 [INFO] [stderr] Compiling gbm-sys v0.1.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling gbm-rs v0.2.0 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling khronos v0.1.2 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling egl v0.2.7 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling libdbus-sys v0.1.3 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling dbus v0.6.2 [INFO] [stderr] Compiling udev v0.2.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling input v0.4.0 [INFO] [stderr] Compiling wayland-server v0.12.5 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling derive_more v0.7.1 [INFO] [stderr] Compiling drm v0.3.3 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling gbm v0.4.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling cognitive-graphics v0.1.0 [INFO] [stderr] Compiling phoenix v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `input::Event` [INFO] [stderr] --> src/main.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use input::Event; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `input::event::KeyboardEvent` [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use input::event::KeyboardEvent; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/main.rs:75:1 [INFO] [stderr] | [INFO] [stderr] 75 | 'mainloop: [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:103:5 [INFO] [stderr] | [INFO] [stderr] 75 | / 'mainloop: [INFO] [stderr] 76 | | loop { [INFO] [stderr] 77 | | // for input_e in input_ctx.clone() { [INFO] [stderr] 78 | | // println!("[libinput] got event: {:?}", input_e); [INFO] [stderr] ... | [INFO] [stderr] 96 | | i += 1; [INFO] [stderr] 97 | | } [INFO] [stderr] | |_____- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 103 | / if let Some(crtc_info) = previous_crtc { [INFO] [stderr] 104 | | gpu.modeset_by_crtc(display.connector, crtc_info); [INFO] [stderr] 105 | | } [INFO] [stderr] | |_____^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `previous_crtc` [INFO] [stderr] --> src/main.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | let previous_crtc = display.current_crtc(&gpu); [INFO] [stderr] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_previous_crtc` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.phoenix.1duj2r3s-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6" "/opt/rustwide/target/debug/deps/phoenix-812693a9f9ba98c6.113icbiidocrsyt4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-26bc32b5daa221e5/out" "-L" "/opt/rustwide/target/debug/build/libloading-b3cb40a779428f67/out" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libdbus-9ddcca4bc0dd422a.rlib" "/opt/rustwide/target/debug/deps/liblibdbus_sys-d65f9f1e4eca2e61.rlib" "/opt/rustwide/target/debug/deps/libinput-096bfc6adce4dead.rlib" "/opt/rustwide/target/debug/deps/libinput_sys-561f293efa0d6400.rlib" "/opt/rustwide/target/debug/deps/libudev-594ccda52b256dc0.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-e8e8bfcfb954ca2b.rlib" "/opt/rustwide/target/debug/deps/libfailure-7f2276b94ad1f792.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-972d1abff8d7d7b2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-040f9637494eb2d0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-6f429820f645cdff.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-e12c0455fb47e29a.rlib" "/opt/rustwide/target/debug/deps/libgl-fef4c5ea616a704a.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-a724f3f30101e7a6.rlib" "/opt/rustwide/target/debug/deps/libgl-71d53ed0b59e6b2d.rlib" "/opt/rustwide/target/debug/deps/libegl-6be1fc01ed2c714b.rlib" "/opt/rustwide/target/debug/deps/libkhronos-be167475cfe58c58.rlib" "/opt/rustwide/target/debug/deps/liblibc-c529c38856022132.rlib" "/opt/rustwide/target/debug/deps/libgbm-f7bda6c9f4c25e9d.rlib" "/opt/rustwide/target/debug/deps/libwayland_server-96b2ae11f37711c6.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-e859b07d76753a1e.rlib" "/opt/rustwide/target/debug/deps/libdlib-3ffc30920d421c5a.rlib" "/opt/rustwide/target/debug/deps/liblibloading-bb8fc53a1e439e52.rlib" "/opt/rustwide/target/debug/deps/libtoken_store-9a2566e7f66455d7.rlib" "/opt/rustwide/target/debug/deps/libnix-f41372f5409c0454.rlib" "/opt/rustwide/target/debug/deps/libbitflags-1b60fd1bab4fdb80.rlib" "/opt/rustwide/target/debug/deps/libbitflags-f26c1cc2a800726e.rlib" "/opt/rustwide/target/debug/deps/libgbm_sys-268b7c4c82489b62.rlib" "/opt/rustwide/target/debug/deps/librand-067ebaed94d6d289.rlib" "/opt/rustwide/target/debug/deps/librand_core-118b070bde77c405.rlib" "/opt/rustwide/target/debug/deps/libdrm-d044b790adc385f1.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-dbdf4e09a0e123be.rlib" "/opt/rustwide/target/debug/deps/libnix-838905aafde7125a.rlib" "/opt/rustwide/target/debug/deps/libvoid-97cb09eed3196251.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-6e9bee8bffdb41fd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-57cacbe4af8e84a6.rlib" "/opt/rustwide/target/debug/deps/libdrm_sys-35b2758cc2928658.rlib" "/opt/rustwide/target/debug/deps/liblibc-83942b52c1c2a508.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-ldbus-1" "-linput" "-ludev" "-lgbm" "-lEGL" "-lc" "-lm" "-lwayland-server" "-ldl" "-lgbm" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -linput [INFO] [stderr] /usr/bin/ld: cannot find -lgbm [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `phoenix`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fedd888496e0c59ae57c46532daced6421811504eec953ac9e3f2ff31f3e5692"` [INFO] running `"docker" "rm" "-f" "fedd888496e0c59ae57c46532daced6421811504eec953ac9e3f2ff31f3e5692"` [INFO] [stdout] fedd888496e0c59ae57c46532daced6421811504eec953ac9e3f2ff31f3e5692