[INFO] cloning repository https://github.com/KoffeinFlummi/crowbar.rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/KoffeinFlummi/crowbar.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoffeinFlummi%2Fcrowbar.rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoffeinFlummi%2Fcrowbar.rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 40012eab6e09e43f5bb8683d3e7b3f9d0fd89ad4 [INFO] testing KoffeinFlummi/crowbar.rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKoffeinFlummi%2Fcrowbar.rs" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/KoffeinFlummi/crowbar.rs 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/KoffeinFlummi/crowbar.rs [INFO] finished tweaking git repo https://github.com/KoffeinFlummi/crowbar.rs [INFO] tweaked toml for git repo https://github.com/KoffeinFlummi/crowbar.rs written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/KoffeinFlummi/crowbar.rs 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] Downloading crates ... [INFO] [stderr] Downloaded serde_derive v1.0.96 [INFO] [stderr] Downloaded serde v1.0.96 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 1ca39c1450f2ab8634e52f0e9529477ab5a5267eb22944c310a44de651ff48c0 [INFO] running `"docker" "start" "-a" "1ca39c1450f2ab8634e52f0e9529477ab5a5267eb22944c310a44de651ff48c0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling serde v1.0.96 [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling rgb v0.8.13 [INFO] [stderr] Compiling openssl v0.10.23 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling strsim v0.9.2 [INFO] [stderr] Compiling regex-syntax v0.6.8 [INFO] [stderr] Compiling peg v0.5.7 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling openssl-sys v0.9.47 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling minilzo-sys v0.1.0 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling minilzo v0.2.0 [INFO] [stderr] Compiling armake2 v0.3.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling serde_derive v1.0.96 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling crowbar-rs v0.1.0 (/opt/rustwide/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/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/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.crowbar.a64s8a1o-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56" "/opt/rustwide/target/debug/deps/crowbar-e03da27e04eeae56.1zqg6djldse2unjm.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/libminilzo-b35d855ab2157778.rlib" "/opt/rustwide/target/debug/deps/libminilzo_sys-14c93c19707ef21e.rlib" "/opt/rustwide/target/debug/deps/libarmake2-a6df720bc891cea3.rlib" "/opt/rustwide/target/debug/deps/libopenssl-d00de3f06f7510d9.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-a016736435fcf2b3.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-c2facec67db8b77a.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-7ea43f3a18a72e4d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1bfa4eb209c6e5e2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a5dbca2b31cd7d4c.rlib" "/opt/rustwide/target/debug/deps/libtime-f28c1de906dd0563.rlib" "/opt/rustwide/target/debug/deps/liblibc-64020fc9ebf99f99.rlib" "/opt/rustwide/target/debug/deps/libcolored-184afa60e70e1669.rlib" "/opt/rustwide/target/debug/deps/libdocopt-a9fc46f5989b6d12.rlib" "/opt/rustwide/target/debug/deps/libstrsim-35414199dfa08332.rlib" "/opt/rustwide/target/debug/deps/libregex-01f379a1bcbb1adc.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-b51fe93d14d4ef65.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-6b597e9924ab4ec3.rlib" "/opt/rustwide/target/debug/deps/libucd_util-3d188c5cd983b4a0.rlib" "/opt/rustwide/target/debug/deps/libthread_local-e0240bd899ac6593.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-b9bca50f49841416.rlib" "/opt/rustwide/target/debug/deps/libmemchr-8ebbf693845177be.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-6d2e4566366293b5.rlib" "/opt/rustwide/target/debug/deps/libserde-c29e4d6cf62c9b69.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-7f0e530bd389a825.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-f8593b3755ad6d95.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" "-lssl" "-lcrypto" "-lutil" "-lutil" "-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; 2 warnings emitted [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" "1ca39c1450f2ab8634e52f0e9529477ab5a5267eb22944c310a44de651ff48c0"` [INFO] running `"docker" "rm" "-f" "1ca39c1450f2ab8634e52f0e9529477ab5a5267eb22944c310a44de651ff48c0"` [INFO] [stdout] 1ca39c1450f2ab8634e52f0e9529477ab5a5267eb22944c310a44de651ff48c0