[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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsector-f%2Fwallst" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sector-f/wallst on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-11/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" "+1.44.0" "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-11/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" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+1.44.0" "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] faba77d130fdf77cbd6f5ae85f102de2a20dcdb70e1c93b95cce9e48bba275d2 [INFO] running `"docker" "start" "-a" "faba77d130fdf77cbd6f5ae85f102de2a20dcdb70e1c93b95cce9e48bba275d2"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ansi_term v0.7.5 [INFO] [stderr] Compiling strsim v0.4.1 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling xcb v0.7.8 [INFO] [stderr] Compiling term_size v0.1.1 [INFO] [stderr] Compiling png v0.5.2 [INFO] [stderr] Compiling palette v0.2.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.19 [INFO] [stderr] Compiling clap v2.9.3 [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.wallst.265vprji-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/wallst-7689157464750822" "/opt/rustwide/target/debug/deps/wallst-7689157464750822.4vrybw3orqpxl1b7.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-5afec7795c85cff9/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libxcb_util-1b0e4a8b9547d6a5.rlib" "/opt/rustwide/target/debug/deps/libxcb-21a2d41fdbab1ff7.rlib" "/opt/rustwide/target/debug/deps/liblog-83b89ced7bde429d.rlib" "/opt/rustwide/target/debug/deps/liblog-7d3993e8061c37ae.rlib" "/opt/rustwide/target/debug/deps/libpalette-ff7408cd5bfd784b.rlib" "/opt/rustwide/target/debug/deps/libphf-c561ebcad8fc56a0.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-32c471618cf63375.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-905ba6a9828d03df.rlib" "/opt/rustwide/target/debug/deps/libnum-9a49abb5dc704d82.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-26062967b4ad0b72.rlib" "/opt/rustwide/target/debug/deps/libapprox-4d4bb8be2e2304f1.rlib" "/opt/rustwide/target/debug/deps/libimage-341f66e58f110f44.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-cd4eb633569b1741.rlib" "/opt/rustwide/target/debug/deps/libgif-6d2fd3e14d36fbab.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-fc6ee7c20d132f45.rlib" "/opt/rustwide/target/debug/deps/liblzw-c5b09777a31838f7.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-c0f2eefe0cfb07be.rlib" "/opt/rustwide/target/debug/deps/librayon-74809fa138abe973.rlib" "/opt/rustwide/target/debug/deps/librayon_core-65f571a9725ca085.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-e56f6a37558f5148.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-788956864107f14f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-48eef9cc011f78b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2c499fe78bf37f3e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5ad4270d09bfce92.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-aebce936eb4eb10d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8ed8d280867c6832.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/libeither-61fbb0a110e3d219.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-5cddd3c0738b32cd.rlib" "/opt/rustwide/target/debug/deps/libpng-d6097932fb99f3cc.rlib" "/opt/rustwide/target/debug/deps/libflate2-88bdfe803aa4841e.rlib" "/opt/rustwide/target/debug/deps/libminiz_sys-b9e53809b5240cd0.rlib" "/opt/rustwide/target/debug/deps/libinflate-7370d06ba58b9b62.rlib" "/opt/rustwide/target/debug/deps/libbitflags-717e7ed2379fc03d.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-dc518994cb600ca4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-13bc7e2598c2767e.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-d5f3174cc8dea53d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-c5436fe0f5c21211.rlib" "/opt/rustwide/target/debug/deps/librand-bb807c742746e684.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-93a3205e411ff51e.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b9e9804583109253.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-83e1cc8b78a53297.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-77a63976e1bc11ad.rlib" "/opt/rustwide/target/debug/deps/libclap-ebf2d2b44e5d6417.rlib" "/opt/rustwide/target/debug/deps/libterm_size-3c8b2a9c580a2156.rlib" "/opt/rustwide/target/debug/deps/libvec_map-a8dcc11c18e03a6c.rlib" "/opt/rustwide/target/debug/deps/libbitflags-1a3d0f0c4bc5f688.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-58fb194c691b26f1.rlib" "/opt/rustwide/target/debug/deps/liblibc-e4dfce483ea4fe1d.rlib" "/opt/rustwide/target/debug/deps/libansi_term-ff6a5746e08a55a8.rlib" "/opt/rustwide/target/debug/deps/libstrsim-fb3295f28ddc7543.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.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" "faba77d130fdf77cbd6f5ae85f102de2a20dcdb70e1c93b95cce9e48bba275d2"` [INFO] running `"docker" "rm" "-f" "faba77d130fdf77cbd6f5ae85f102de2a20dcdb70e1c93b95cce9e48bba275d2"` [INFO] [stdout] faba77d130fdf77cbd6f5ae85f102de2a20dcdb70e1c93b95cce9e48bba275d2