[INFO] updating cached repository https://github.com/umurgdk/linuxgraphics [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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 beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fumurgdk%2Flinuxgraphics" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/umurgdk/linuxgraphics on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/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 `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 52f75b71a544d2f3eb9f29c426c4b9c65769692e6904bda9fd27564fc2abf390 [INFO] running `"docker" "start" "-a" "52f75b71a544d2f3eb9f29c426c4b9c65769692e6904bda9fd27564fc2abf390"` [INFO] [stderr] Compiling proc-macro2 v0.4.20 [INFO] [stderr] Compiling drm-sys v0.0.9 [INFO] [stderr] Compiling gbm-sys v0.1.0 [INFO] [stderr] Compiling input-sys v1.9.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling gbm-rs v0.2.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Compiling libdbus-sys v0.1.3 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling khronos v0.1.2 [INFO] [stderr] Compiling nix v0.8.1 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling derive_more v0.7.1 [INFO] [stderr] Compiling egl v0.2.7 [INFO] [stderr] Compiling udev v0.2.0 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling input v0.4.0 [INFO] [stderr] Compiling dbus v0.6.2 [INFO] [stderr] Compiling wayland-server v0.12.5 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling wayland-sys v0.12.5 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling drm v0.3.3 [INFO] [stderr] Compiling gbm v0.4.0 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling cognitive-graphics v0.1.0 [INFO] [stderr] Compiling failure v0.1.2 [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: 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: consider prefixing 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/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.phoenix.73fxtbdj-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4" "/opt/rustwide/target/debug/deps/phoenix-4b9b818bf95febb4.2ymjk2bkah9s9ffj.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-382eb7157ed1b7a1/out" "-L" "/opt/rustwide/target/debug/build/libloading-f1455bebc7b04134/out" "-L" "/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libdbus-f75c8bd993afe74f.rlib" "/opt/rustwide/target/debug/deps/liblibdbus_sys-e20043614e57f6e3.rlib" "/opt/rustwide/target/debug/deps/libinput-eb8963ab3d8dc521.rlib" "/opt/rustwide/target/debug/deps/libinput_sys-fd6db4ca7b77abc4.rlib" "/opt/rustwide/target/debug/deps/libudev-8d9258960f88a3ac.rlib" "/opt/rustwide/target/debug/deps/liblibudev_sys-8f9f5320d204bf50.rlib" "/opt/rustwide/target/debug/deps/libfailure-fc06737fad755ab6.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4b02626091c82ad6.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-46730a6a855e3eb6.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-21b91257395cbded.rlib" "/opt/rustwide/target/debug/deps/libcognitive_graphics-ab325e5c06030742.rlib" "/opt/rustwide/target/debug/deps/libgl-e5e92d0127fe4931.rlib" "/opt/rustwide/target/debug/deps/libgbm_rs-d58946058e44cfc0.rlib" "/opt/rustwide/target/debug/deps/libgl-684dbfd836bc895a.rlib" "/opt/rustwide/target/debug/deps/libegl-0111067ff10db326.rlib" "/opt/rustwide/target/debug/deps/libkhronos-7b63a33acd2eb783.rlib" "/opt/rustwide/target/debug/deps/liblibc-d891ae26767b19ff.rlib" "/opt/rustwide/target/debug/deps/libgbm-38cdfb448c8b1e18.rlib" "/opt/rustwide/target/debug/deps/libwayland_server-e23f7042b1ba4d93.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-a70fe0ec3c670d68.rlib" "/opt/rustwide/target/debug/deps/libdlib-27de58c8bb2a8615.rlib" "/opt/rustwide/target/debug/deps/liblibloading-c4c91a61b3ea1339.rlib" "/opt/rustwide/target/debug/deps/libtoken_store-d7c251941efb890d.rlib" "/opt/rustwide/target/debug/deps/libnix-761cf2c0830e0505.rlib" "/opt/rustwide/target/debug/deps/libbitflags-920bcd2eac591960.rlib" "/opt/rustwide/target/debug/deps/libbitflags-3a40c6903761d7ac.rlib" "/opt/rustwide/target/debug/deps/libgbm_sys-0e203a092b5d0c54.rlib" "/opt/rustwide/target/debug/deps/librand-2556b0cddd868d77.rlib" "/opt/rustwide/target/debug/deps/librand_core-fe9b97805e6bcdc8.rlib" "/opt/rustwide/target/debug/deps/libdrm-31a66a8c261acf51.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-0a6050612a2e4147.rlib" "/opt/rustwide/target/debug/deps/libnix-68c68cc84faf834a.rlib" "/opt/rustwide/target/debug/deps/libvoid-29d1dec23642cf92.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-f0ce84fba46be115.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cfca1255836e7478.rlib" "/opt/rustwide/target/debug/deps/libdrm_sys-636a51ec1f2f9997.rlib" "/opt/rustwide/target/debug/deps/liblibc-366c9282dc0a059b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.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" "-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 [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" "52f75b71a544d2f3eb9f29c426c4b9c65769692e6904bda9fd27564fc2abf390"` [INFO] running `"docker" "rm" "-f" "52f75b71a544d2f3eb9f29c426c4b9c65769692e6904bda9fd27564fc2abf390"` [INFO] [stdout] 52f75b71a544d2f3eb9f29c426c4b9c65769692e6904bda9fd27564fc2abf390