[INFO] updating cached repository tbsaunde/riceccd [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tbsaunde/riceccd [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tbsaunde/riceccd" "work/ex/beta-1.38-1/sources/1.37.0/gh/tbsaunde/riceccd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/tbsaunde/riceccd'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tbsaunde/riceccd" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tbsaunde/riceccd"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tbsaunde/riceccd'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8452010ee0206f9443c5c15e25ce0f8d5ab5cd03 [INFO] sha for GitHub repo tbsaunde/riceccd: 8452010ee0206f9443c5c15e25ce0f8d5ab5cd03 [INFO] validating manifest of tbsaunde/riceccd on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tbsaunde/riceccd on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tbsaunde/riceccd [INFO] finished frobbing tbsaunde/riceccd [INFO] frobbed toml for tbsaunde/riceccd written to work/ex/beta-1.38-1/sources/1.37.0/gh/tbsaunde/riceccd/Cargo.toml [INFO] started frobbing tbsaunde/riceccd [INFO] finished frobbing tbsaunde/riceccd [INFO] frobbed toml for tbsaunde/riceccd written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tbsaunde/riceccd/Cargo.toml [INFO] crate tbsaunde/riceccd already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tbsaunde/riceccd against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/tbsaunde/riceccd:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 8a365157cecf930294baf64f4a61de76f3452201274d3b678b6336dac6eb1323 [INFO] running `"docker" "start" "-a" "8a365157cecf930294baf64f4a61de76f3452201274d3b678b6336dac6eb1323"` [INFO] [stderr] Compiling c_linked_list v1.1.0 [INFO] [stderr] Compiling minilzo-sys v0.1.0 [INFO] [stderr] Compiling idna v0.1.1 [INFO] [stderr] Compiling clap v2.23.1 [INFO] [stderr] Compiling bytes v0.4.4 [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 minilzo v0.1.1 (https://github.com/tbsaunde/minilzo-rs#4fc9b713) [INFO] [stderr] Compiling get_if_addrs v0.4.0 [INFO] [stderr] Compiling resolve v0.1.2 (https://github.com/murarth/resolve#49b9f39e) [INFO] [stderr] Compiling iceccd v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `main` [INFO] [stderr] --> src/lib.rs:298:1 [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: 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: consider prefixing 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/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.riceccd.2srhhejv-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094" "/opt/crater/target/debug/deps/riceccd-7d7135c9d8cd5094.40ujit2zyxvctqir.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcrossbeam-c53389e74d4c495f.rlib" "/opt/crater/target/debug/deps/liblocal_socket-86f054ad98e046f4.rlib" "/opt/crater/target/debug/deps/libwindows_named_pipe-fb83b3782b362fd3.rlib" "/opt/crater/target/debug/deps/libclap-f3722beeb63de337.rlib" "/opt/crater/target/debug/deps/libatty-43ecff0bc98f8387.rlib" "/opt/crater/target/debug/deps/libunicode_segmentation-996128590d4992de.rlib" "/opt/crater/target/debug/deps/libterm_size-146d37e533b2f920.rlib" "/opt/crater/target/debug/deps/libvec_map-f51c5340e3500a7c.rlib" "/opt/crater/target/debug/deps/libbitflags-a46e55f201abba8f.rlib" "/opt/crater/target/debug/deps/libunicode_width-a2596a57a5d82eb6.rlib" "/opt/crater/target/debug/deps/libansi_term-96a43f38fb74107f.rlib" "/opt/crater/target/debug/deps/libstrsim-1f97e786376c3bf3.rlib" "/opt/crater/target/debug/deps/libiceccd-02e46d9884e2398c.rlib" "/opt/crater/target/debug/deps/libminilzo-a8c6a60faee88aed.rlib" "/opt/crater/target/debug/deps/libminilzo_sys-7efb9bf1427834e4.rlib" "/opt/crater/target/debug/deps/libbytes-e97556d68f9a3b1f.rlib" "/opt/crater/target/debug/deps/libiovec-da4914c32da70937.rlib" "/opt/crater/target/debug/deps/libbyteorder-46cb11aad7c12c3b.rlib" "/opt/crater/target/debug/deps/libbyteorder-28a061140ed2d54c.rlib" "/opt/crater/target/debug/deps/libresolve-0fa7b7dea99025e0.rlib" "/opt/crater/target/debug/deps/librand-a0fe57d880017bb3.rlib" "/opt/crater/target/debug/deps/liblog-71ef58f2436c1f42.rlib" "/opt/crater/target/debug/deps/liblibc-fa6a13efc42a2c55.rlib" "/opt/crater/target/debug/deps/libidna-a26b982d9404500d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-8dec3e739655429e.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-27878cb2e5d7bffb.rlib" "/opt/crater/target/debug/deps/libmatches-2348311bd9b60c72.rlib" "/opt/crater/target/debug/deps/libget_if_addrs-2a4e473d40c4ffa8.rlib" "/opt/crater/target/debug/deps/liblibc-c4bf5ff2ab21da58.rlib" "/opt/crater/target/debug/deps/libc_linked_list-76760bafbbecfc8a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-llzo2" "-llzo2" "-lutil" "-lc" "-lm" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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 [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" "8a365157cecf930294baf64f4a61de76f3452201274d3b678b6336dac6eb1323"` [INFO] running `"docker" "rm" "-f" "8a365157cecf930294baf64f4a61de76f3452201274d3b678b6336dac6eb1323"` [INFO] [stdout] 8a365157cecf930294baf64f4a61de76f3452201274d3b678b6336dac6eb1323