[INFO] updating cached repository https://github.com/sector-f/wallst [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] 1354c628651c0df9b4cac707231917df71e847f6 [INFO] testing sector-f/wallst against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsector-f%2Fwallst" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sector-f/wallst on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/sector-f/wallst [INFO] finished tweaking git repo https://github.com/sector-f/wallst [INFO] tweaked toml for git repo https://github.com/sector-f/wallst written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/sector-f/wallst already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stdout] 65dcbd2dadeeed271ac9109659b449113e3ae62955a71222c2f969021875cd1a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "65dcbd2dadeeed271ac9109659b449113e3ae62955a71222c2f969021875cd1a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling vec_map v0.6.0 [INFO] [stderr] Compiling strsim v0.4.1 [INFO] [stderr] Compiling ansi_term v0.7.5 [INFO] [stderr] Compiling term_size v0.1.1 [INFO] [stderr] Compiling xcb v0.7.8 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling palette v0.2.1 [INFO] [stderr] Compiling png v0.5.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling clap v2.9.3 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling image v0.10.4 [INFO] [stderr] Compiling xcb-util v0.1.8 [INFO] [stderr] Compiling wallst v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:71:17 [INFO] [stderr] | [INFO] [stderr] 71 | try!(load_from_memory(&buffer)) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:78:17 [INFO] [stderr] | [INFO] [stderr] 78 | try!(load_from_memory(&buffer)) [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/xorg.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | shm.put(x, y, ((r << 16) | (g << 8) | (b << 0))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:132:21 [INFO] [stderr] | [INFO] [stderr] 132 | (img_w * ((bg.w + img_w - 1) / img_w)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/main.rs:133:21 [INFO] [stderr] | [INFO] [stderr] 133 | (img_h * ((bg.h + img_h - 1) / img_h)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [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-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.wallst.8l2ozlu8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159" "/opt/rustwide/target/debug/deps/wallst-57822ec452cde159.2vg9m2p09bwr1qni.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/miniz-sys-be9997105ef9946a/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libxcb_util-2650e89568e84e5e.rlib" "/opt/rustwide/target/debug/deps/libxcb-3c5c40620ad5c687.rlib" "/opt/rustwide/target/debug/deps/liblog-38f6b2d55fcb84f2.rlib" "/opt/rustwide/target/debug/deps/liblog-3d65ebee37a7b6c8.rlib" "/opt/rustwide/target/debug/deps/libpalette-24c19cd2eae8c011.rlib" "/opt/rustwide/target/debug/deps/libphf-49868a6ef625e4ab.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-b81885939469b324.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-a8dae4f504067954.rlib" "/opt/rustwide/target/debug/deps/libnum-cc8fdc7d079d5b49.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-3d096f8dec0121ba.rlib" "/opt/rustwide/target/debug/deps/libapprox-784a355a158982c4.rlib" "/opt/rustwide/target/debug/deps/libimage-905d22f32f0f2a23.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-4b8ceb511173985b.rlib" "/opt/rustwide/target/debug/deps/libgif-cca082a22eeea0db.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-b1efc12c392b9f46.rlib" "/opt/rustwide/target/debug/deps/liblzw-88a56833efa91571.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-967b3f464cf5f03e.rlib" "/opt/rustwide/target/debug/deps/librayon-df545278218dc866.rlib" "/opt/rustwide/target/debug/deps/librayon_core-b30c35e218e5c37c.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-210e4113cdbae879.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-42c99cebd20ee05b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a9e0d04c077c91e1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-eb28c5bd8246c8d0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6e82e76ec854833d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-5c24e8767944acb0.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-76f5c6d637dd14b0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-c59d4d0642fbf7ab.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libeither-667bb5f36f496548.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-78580fbf595daae7.rlib" "/opt/rustwide/target/debug/deps/libpng-b32b9f4dae6c3467.rlib" "/opt/rustwide/target/debug/deps/libflate2-f378e404338ac450.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-621b60b71fc65a08.rlib" "/opt/rustwide/target/debug/deps/libinflate-da9c7bb117372d2b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2106c394414ab29b.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-bda960cb024a3dbe.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-4bcc2b9762e7da3a.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-d005d383cc168013.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-e46f7b679e5245b1.rlib" "/opt/rustwide/target/debug/deps/librand-9cc9e44aa3d9199f.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b1690be1b5a4a673.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-e2d76c693688508b.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-447df9d8850f95e5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-df12a759a99edaf3.rlib" "/opt/rustwide/target/debug/deps/libclap-ef2e2240267a6394.rlib" "/opt/rustwide/target/debug/deps/libterm_size-bf83dc711178e62b.rlib" "/opt/rustwide/target/debug/deps/libvec_map-8d72e4abaf1f5bdb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-9502ae066c1437e2.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f2de9f6717fae86f.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e17c5c99334ee98.rlib" "/opt/rustwide/target/debug/deps/libansi_term-4d3abe52c4c0b486.rlib" "/opt/rustwide/target/debug/deps/libstrsim-3875f99e6cc5d647.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lxcb-image" "-lxcb-image" "-lxcb" "-lxcb" "-lxcb" "-lxcb" "-lxcb-shm" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lxcb-image [INFO] [stderr] /usr/bin/ld: cannot find -lxcb-image [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 5 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `wallst`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "65dcbd2dadeeed271ac9109659b449113e3ae62955a71222c2f969021875cd1a"` [INFO] running `"docker" "rm" "-f" "65dcbd2dadeeed271ac9109659b449113e3ae62955a71222c2f969021875cd1a"` [INFO] [stdout] 65dcbd2dadeeed271ac9109659b449113e3ae62955a71222c2f969021875cd1a