[INFO] cloning repository https://github.com/tbsaunde/riceccd [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tbsaunde/riceccd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbsaunde%2Friceccd"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbsaunde%2Friceccd'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8452010ee0206f9443c5c15e25ce0f8d5ab5cd03 [INFO] testing tbsaunde/riceccd against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftbsaunde%2Friceccd" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tbsaunde/riceccd 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/tbsaunde/riceccd [INFO] finished tweaking git repo https://github.com/tbsaunde/riceccd [INFO] tweaked toml for git repo https://github.com/tbsaunde/riceccd written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/tbsaunde/riceccd 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] Updating git repository `https://github.com/tbsaunde/local-socket` [INFO] [stderr] Updating git repository `https://github.com/tbsaunde/minilzo-rs` [INFO] [stderr] Updating git repository `https://github.com/murarth/resolve` [INFO] [stderr] Updating git repository `https://github.com/tbsaunde/windows-named-pipe` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f5f0662948f72546daa231c989e46e0463c4fe4fb6427f23b11ae861f6a6aac6 [INFO] running `"docker" "start" "-a" "f5f0662948f72546daa231c989e46e0463c4fe4fb6427f23b11ae861f6a6aac6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.21 [INFO] [stderr] Compiling matches v0.1.4 [INFO] [stderr] Compiling unicode-normalization v0.1.4 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Compiling vec_map v0.7.0 [INFO] [stderr] Compiling c_linked_list v1.1.0 [INFO] [stderr] Compiling log v0.3.7 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling unicode-segmentation v1.1.0 [INFO] [stderr] Compiling libc v0.1.12 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling crossbeam v0.2.10 [INFO] [stderr] Compiling unicode-bidi v0.2.5 [INFO] [stderr] Compiling windows-named-pipe v0.1.0 (https://github.com/tbsaunde/windows-named-pipe#f4fd2919) [INFO] [stderr] Compiling local-socket v0.1.0 (https://github.com/tbsaunde/local-socket#6ed80b71) [INFO] [stderr] Compiling get_if_addrs v0.4.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling term_size v0.2.3 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling minilzo-sys v0.1.0 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling clap v2.23.1 [INFO] [stderr] Compiling minilzo v0.1.1 (https://github.com/tbsaunde/minilzo-rs#4fc9b713) [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling idna v0.1.1 [INFO] [stderr] Compiling resolve v0.1.2 (https://github.com/murarth/resolve#49b9f39e) [INFO] [stderr] Compiling iceccd v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/lib.rs:107:47 [INFO] [stderr] | [INFO] [stderr] 107 | sock.write(&len).expect("writing length");; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `main` [INFO] [stderr] --> src/lib.rs:298:4 [INFO] [stderr] | [INFO] [stderr] 298 | fn main() [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused variable: `shared_chan` [INFO] [stderr] --> src/bin/riceccd.rs:20:18 [INFO] [stderr] | [INFO] [stderr] 20 | fn socket_thread(shared_chan: & Mutex, local_sock: &str) [INFO] [stderr] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_shared_chan` [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-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.riceccd.7r2o6pe0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828" "/opt/rustwide/target/debug/deps/riceccd-12bbf579da49f828.1hzbhy9gv7p63drl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-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/libcrossbeam-4803ddcee578bb78.rlib" "/opt/rustwide/target/debug/deps/liblocal_socket-a058acd622eebc71.rlib" "/opt/rustwide/target/debug/deps/libwindows_named_pipe-dacd122a4f28b065.rlib" "/opt/rustwide/target/debug/deps/libclap-223cdc03231935d0.rlib" "/opt/rustwide/target/debug/deps/libatty-ea68d28f72c43755.rlib" "/opt/rustwide/target/debug/deps/libunicode_segmentation-427a5320862e7f12.rlib" "/opt/rustwide/target/debug/deps/libterm_size-021c55c9d2ed10f3.rlib" "/opt/rustwide/target/debug/deps/libvec_map-ae89d2c4bea19ccf.rlib" "/opt/rustwide/target/debug/deps/libbitflags-dc43ea4a24d7c59b.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-afd37e6694b95edc.rlib" "/opt/rustwide/target/debug/deps/libansi_term-473eb9e5fba218f6.rlib" "/opt/rustwide/target/debug/deps/libstrsim-972407c17564a8bb.rlib" "/opt/rustwide/target/debug/deps/libiceccd-97fa56be016eb9fd.rlib" "/opt/rustwide/target/debug/deps/libminilzo-0ba66be4d2c7bdc7.rlib" "/opt/rustwide/target/debug/deps/libminilzo_sys-05b94a35808c02ab.rlib" "/opt/rustwide/target/debug/deps/libbytes-a88f07747c5cb52b.rlib" "/opt/rustwide/target/debug/deps/libiovec-e9a41b786d6cfe04.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-4204ab5ffdf6c711.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-df12a759a99edaf3.rlib" "/opt/rustwide/target/debug/deps/libresolve-a25d581766506181.rlib" "/opt/rustwide/target/debug/deps/librand-db7629980bcfda5c.rlib" "/opt/rustwide/target/debug/deps/liblog-55ac63227a15286c.rlib" "/opt/rustwide/target/debug/deps/liblibc-69a41634a1b7721e.rlib" "/opt/rustwide/target/debug/deps/libidna-e5fb85bcff81623f.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-d26b01e9cb84a5be.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7d55265e411aac0c.rlib" "/opt/rustwide/target/debug/deps/libmatches-259632e05161f354.rlib" "/opt/rustwide/target/debug/deps/libget_if_addrs-d4d22b41467b9c6e.rlib" "/opt/rustwide/target/debug/deps/liblibc-3542faeaa44954da.rlib" "/opt/rustwide/target/debug/deps/libc_linked_list-d049d8bd84f44a03.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" "-llzo2" "-llzo2" "-lutil" "-lc" "-lm" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -llzo2 [INFO] [stderr] /usr/bin/ld: cannot find -llzo2 [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `iceccd`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f5f0662948f72546daa231c989e46e0463c4fe4fb6427f23b11ae861f6a6aac6"` [INFO] running `"docker" "rm" "-f" "f5f0662948f72546daa231c989e46e0463c4fe4fb6427f23b11ae861f6a6aac6"` [INFO] [stdout] f5f0662948f72546daa231c989e46e0463c4fe4fb6427f23b11ae861f6a6aac6