[INFO] updating cached repository https://github.com/apoelstra/icebox [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] af85afbfb3705c85feb7f0b61bfaca34c1d4886b [INFO] testing apoelstra/icebox against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapoelstra%2Ficebox" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/apoelstra/icebox 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/apoelstra/icebox [INFO] finished tweaking git repo https://github.com/apoelstra/icebox [INFO] tweaked toml for git repo https://github.com/apoelstra/icebox written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/apoelstra/icebox 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 22224d9137ee7afa11b4883d7095a33beee02c9d32f630a39cc3e523a0ff24c1 [INFO] running `"docker" "start" "-a" "22224d9137ee7afa11b4883d7095a33beee02c9d32f630a39cc3e523a0ff24c1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling cfg-if v0.1.5 [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Compiling bech32 v0.5.0 [INFO] [stderr] Compiling safemem v0.3.0 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling rand v0.4.3 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling bitcoin-bech32 v0.8.1 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling simplelog v0.4.4 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling hidapi-sys v0.1.4 [INFO] [stderr] Compiling secp256k1 v0.11.2 [INFO] [stderr] Compiling hid v0.4.1 [INFO] [stderr] Compiling bitcoin v0.14.2 [INFO] [stderr] Compiling icebox v2.0.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:106:32 [INFO] [stderr] | [INFO] [stderr] 106 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:119:37 [INFO] [stderr] | [INFO] [stderr] 119 | Error::Base58(ref e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:120:34 [INFO] [stderr] | [INFO] [stderr] 120 | Error::Hid(ref e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:121:33 [INFO] [stderr] | [INFO] [stderr] 121 | Error::Io(ref e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:122:35 [INFO] [stderr] | [INFO] [stderr] 122 | Error::Secp(ref e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:123:35 [INFO] [stderr] | [INFO] [stderr] 123 | Error::Utf8(ref e) => error::Error::description(e), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:163:30 [INFO] [stderr] | [INFO] [stderr] 163 | _ => f.write_str(error::Error::description(self)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [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/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.icboc.tvlebzpu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b" "/opt/rustwide/target/debug/deps/icboc-40e2f2e74f5c355b.1q55ni43zxhpotmt.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/rust-crypto-f3144cf53d3f1e23/out" "-L" "/opt/rustwide/target/debug/build/secp256k1-cd0ced5c7e411302/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/libsimplelog-a9de2c7aa079a4de.rlib" "/opt/rustwide/target/debug/deps/libterm-a53cb09435e3a2ce.rlib" "/opt/rustwide/target/debug/deps/libicebox-dda148064b5eca2f.rlib" "/opt/rustwide/target/debug/deps/libhid-bb005b8e4c14b3bc.rlib" "/opt/rustwide/target/debug/deps/libhidapi_sys-0653b74b96f04d1c.rlib" "/opt/rustwide/target/debug/deps/liblog-ead234949d069006.rlib" "/opt/rustwide/target/debug/deps/liblog-f4f23e969de22c4f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-03be0d15cb351310.rlib" "/opt/rustwide/target/debug/deps/libbase64-f57f2be151360d88.rlib" "/opt/rustwide/target/debug/deps/libsafemem-73e2c5c9fb3f6c37.rlib" "/opt/rustwide/target/debug/deps/libhex-ae7b2fb7648fd15b.rlib" "/opt/rustwide/target/debug/deps/libbitcoin-9f2d8127a70fc9d9.rlib" "/opt/rustwide/target/debug/deps/libsecp256k1-fd89ef89b547383f.rlib" "/opt/rustwide/target/debug/deps/libhex-f9323026746a00b0.rlib" "/opt/rustwide/target/debug/deps/libcrypto-9eb23aece6f05fed.rlib" "/opt/rustwide/target/debug/deps/libtime-92612deb95e13d3c.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-93a3205e411ff51e.rlib" "/opt/rustwide/target/debug/deps/librand-382c56b931d96b8f.rlib" "/opt/rustwide/target/debug/deps/librand-58d0d515fa3028e3.rlib" "/opt/rustwide/target/debug/deps/liblibc-3889bc2b1e3d26c9.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-8f47078aa83acbe9.rlib" "/opt/rustwide/target/debug/deps/libbitcoin_bech32-7a71953d96949bd3.rlib" "/opt/rustwide/target/debug/deps/libbech32-5eb20623d9e7faeb.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" "-ludev" "-lhidapi-libusb" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lhidapi-libusb [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 `icebox`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "22224d9137ee7afa11b4883d7095a33beee02c9d32f630a39cc3e523a0ff24c1"` [INFO] running `"docker" "rm" "-f" "22224d9137ee7afa11b4883d7095a33beee02c9d32f630a39cc3e523a0ff24c1"` [INFO] [stdout] 22224d9137ee7afa11b4883d7095a33beee02c9d32f630a39cc3e523a0ff24c1