[INFO] cloning repository KoffeinFlummi/crowbar.rs [INFO] running `"git" "clone" "--bare" "git://github.com/KoffeinFlummi/crowbar.rs.git" "work/cache/sources/gh/KoffeinFlummi/crowbar.rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/KoffeinFlummi/crowbar.rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/KoffeinFlummi/crowbar.rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/KoffeinFlummi/crowbar.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/KoffeinFlummi/crowbar.rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/KoffeinFlummi/crowbar.rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/KoffeinFlummi/crowbar.rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/KoffeinFlummi/crowbar.rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 40012eab6e09e43f5bb8683d3e7b3f9d0fd89ad4 [INFO] sha for GitHub repo KoffeinFlummi/crowbar.rs: 40012eab6e09e43f5bb8683d3e7b3f9d0fd89ad4 [INFO] validating manifest of KoffeinFlummi/crowbar.rs on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of KoffeinFlummi/crowbar.rs on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing KoffeinFlummi/crowbar.rs [INFO] finished frobbing KoffeinFlummi/crowbar.rs [INFO] frobbed toml for KoffeinFlummi/crowbar.rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/KoffeinFlummi/crowbar.rs/Cargo.toml [INFO] started frobbing KoffeinFlummi/crowbar.rs [INFO] finished frobbing KoffeinFlummi/crowbar.rs [INFO] frobbed toml for KoffeinFlummi/crowbar.rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/KoffeinFlummi/crowbar.rs/Cargo.toml [INFO] crate KoffeinFlummi/crowbar.rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing KoffeinFlummi/crowbar.rs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/KoffeinFlummi/crowbar.rs:/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-07-23" "build" "--frozen"` [INFO] [stdout] 50f10c35bcb5fede663f4c69d18bf2735a892512539e0696d9cc82f0e3b225ab [INFO] running `"docker" "start" "-a" "50f10c35bcb5fede663f4c69d18bf2735a892512539e0696d9cc82f0e3b225ab"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling serde v1.0.96 [INFO] [stderr] Compiling peg v0.5.7 [INFO] [stderr] Compiling minilzo-sys v0.1.0 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling minilzo v0.2.0 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling armake2 v0.3.0 [INFO] [stderr] Compiling serde_derive v1.0.96 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling crowbar-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:335:17 [INFO] [stderr] | [INFO] [stderr] 335 | reader.seek(SeekFrom::Current((num_anims * 4) as i64)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:342:21 [INFO] [stderr] | [INFO] [stderr] 342 | reader.seek(SeekFrom::Current(2 * 12)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.crowbar.91qiwogo-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7" "/opt/crater/target/debug/deps/crowbar-01f6bc180e9855c7.ka2muxxk542qpzm.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libminilzo-827cfce43913c571.rlib" "/opt/crater/target/debug/deps/libminilzo_sys-b2ec55a2546fb7b6.rlib" "/opt/crater/target/debug/deps/libarmake2-42e6eeec9828d21d.rlib" "/opt/crater/target/debug/deps/libopenssl-f5eb95ebb0a0f613.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-1d9f8027873705c1.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcolored-d0c77505fdda2f65.rlib" "/opt/crater/target/debug/deps/libdocopt-ba1340fc7ea065cd.rlib" "/opt/crater/target/debug/deps/libstrsim-65c7856045933c7d.rlib" "/opt/crater/target/debug/deps/libregex-e01dea9086d51745.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-adc67a6173a01a6a.rlib" "/opt/crater/target/debug/deps/libucd_util-764be33a5792116c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libserde-9d666f246bc0e116.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-llzo2" "-llzo2" "-lssl" "-lcrypto" "-lutil" "-lutil" "-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 `crowbar-rs`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "50f10c35bcb5fede663f4c69d18bf2735a892512539e0696d9cc82f0e3b225ab"` [INFO] running `"docker" "rm" "-f" "50f10c35bcb5fede663f4c69d18bf2735a892512539e0696d9cc82f0e3b225ab"` [INFO] [stdout] 50f10c35bcb5fede663f4c69d18bf2735a892512539e0696d9cc82f0e3b225ab