[INFO] updating cached repository https://github.com/serprex/noway [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] 928026c6aab0fdbc7d6629bbf5a0f5f2b4ac47be [INFO] testing serprex/noway against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fserprex%2Fnoway" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/serprex/noway 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/serprex/noway [INFO] finished tweaking git repo https://github.com/serprex/noway [INFO] tweaked toml for git repo https://github.com/serprex/noway written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/serprex/noway 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/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] 656927a84c0c1cf2a69dbe091d1d321ae56d106f9349b585d3ce7cc4b36d586e [INFO] running `"docker" "start" "-a" "656927a84c0c1cf2a69dbe091d1d321ae56d106f9349b585d3ce7cc4b36d586e"` [INFO] [stderr] Compiling rustwlc v0.6.2 [INFO] [stderr] Compiling noway v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'rustwlc::xkb::keysyms' [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use rustwlc::xkb::keysyms; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_d' [INFO] [stderr] --> src/main.rs:127:4 [INFO] [stderr] | [INFO] [stderr] 127 | keysyms::KEY_d => { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_Left' [INFO] [stderr] --> src/main.rs:132:4 [INFO] [stderr] | [INFO] [stderr] 132 | keysyms::KEY_Left => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_Right' [INFO] [stderr] --> src/main.rs:144:4 [INFO] [stderr] | [INFO] [stderr] 144 | keysyms::KEY_Right => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_Down' [INFO] [stderr] --> src/main.rs:157:4 [INFO] [stderr] | [INFO] [stderr] 157 | keysyms::KEY_Down => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_Up' [INFO] [stderr] --> src/main.rs:167:4 [INFO] [stderr] | [INFO] [stderr] 167 | keysyms::KEY_Up => { [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_o' [INFO] [stderr] --> src/main.rs:179:4 [INFO] [stderr] | [INFO] [stderr] 179 | keysyms::KEY_o => { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'rustwlc::xkb::keysyms::KEY_q' [INFO] [stderr] --> src/main.rs:182:4 [INFO] [stderr] | [INFO] [stderr] 182 | keysyms::KEY_q => { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref COMPOSITOR: RwLock = [INFO] [stderr] 18 | | RwLock::new(Compositor { view: None, edges: ResizeEdge::empty() }); [INFO] [stderr] 19 | | static ref HIDDEN: RwLock> = [INFO] [stderr] 20 | | RwLock::new(Vec::new()); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref COMPOSITOR: RwLock = [INFO] [stderr] 18 | | RwLock::new(Compositor { view: None, edges: ResizeEdge::empty() }); [INFO] [stderr] 19 | | static ref HIDDEN: RwLock> = [INFO] [stderr] 20 | | RwLock::new(Vec::new()); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref COMPOSITOR: RwLock = [INFO] [stderr] 18 | | RwLock::new(Compositor { view: None, edges: ResizeEdge::empty() }); [INFO] [stderr] 19 | | static ref HIDDEN: RwLock> = [INFO] [stderr] 20 | | RwLock::new(Vec::new()); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / lazy_static! { [INFO] [stderr] 17 | | static ref COMPOSITOR: RwLock = [INFO] [stderr] 18 | | RwLock::new(Compositor { view: None, edges: ResizeEdge::empty() }); [INFO] [stderr] 19 | | static ref HIDDEN: RwLock> = [INFO] [stderr] 20 | | RwLock::new(Vec::new()); [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [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/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.noway.8ns5xr1f-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad" "/opt/rustwide/target/debug/deps/noway-75e310e4b17519ad.2mnuagvlvtfhxqzt.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-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/librustwlc-31cb51e8b1c4a69e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-cfca1255836e7478.rlib" "/opt/rustwide/target/debug/deps/liblibc-c6fe708e66610df7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-e7342ac075278d29.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" "-lwlc" "-lwlc" "-lwlc" "-lxkbcommon" "-lwlc" "-lwlc" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lwlc [INFO] [stderr] /usr/bin/ld: cannot find -lwlc [INFO] [stderr] /usr/bin/ld: cannot find -lwlc [INFO] [stderr] /usr/bin/ld: cannot find -lwlc [INFO] [stderr] /usr/bin/ld: cannot find -lwlc [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 `noway`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "656927a84c0c1cf2a69dbe091d1d321ae56d106f9349b585d3ce7cc4b36d586e"` [INFO] running `"docker" "rm" "-f" "656927a84c0c1cf2a69dbe091d1d321ae56d106f9349b585d3ce7cc4b36d586e"` [INFO] [stdout] 656927a84c0c1cf2a69dbe091d1d321ae56d106f9349b585d3ce7cc4b36d586e