[INFO] updating cached repository https://github.com/apoelstra/icebox [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] af85afbfb3705c85feb7f0b61bfaca34c1d4886b [INFO] testing apoelstra/icebox against beta-2020-07-24 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapoelstra%2Ficebox" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/apoelstra/icebox on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-10/source/Cargo.toml [INFO] crate git repo https://github.com/apoelstra/icebox already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1ff4be31594be0a0a1c793efbb8b9ebd9baa603e639a821a17edef3a082e3ae2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1ff4be31594be0a0a1c793efbb8b9ebd9baa603e639a821a17edef3a082e3ae2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ff4be31594be0a0a1c793efbb8b9ebd9baa603e639a821a17edef3a082e3ae2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ff4be31594be0a0a1c793efbb8b9ebd9baa603e639a821a17edef3a082e3ae2", kill_on_drop: false }` [INFO] [stdout] 1ff4be31594be0a0a1c793efbb8b9ebd9baa603e639a821a17edef3a082e3ae2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6e52d5af0d8f2b246dcb2fed56d75a306cae437fc550c8ba70d6a5b5728838b4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6e52d5af0d8f2b246dcb2fed56d75a306cae437fc550c8ba70d6a5b5728838b4", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.54 [INFO] [stderr] Compiling bech32 v0.5.0 [INFO] [stderr] Compiling hex v0.2.0 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling hidapi-sys v0.1.4 [INFO] [stderr] Compiling secp256k1 v0.11.2 [INFO] [stderr] Compiling simplelog v0.4.4 [INFO] [stderr] Compiling bitcoin-bech32 v0.8.1 [INFO] [stderr] Compiling hid v0.4.1 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling bitcoin v0.14.2 [INFO] [stderr] Compiling icebox v2.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/error.rs:106:32 [INFO] [stdout] | [INFO] [stdout] 106 | fn cause(&self) -> Option<&error::Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:119:37 [INFO] [stdout] | [INFO] [stdout] 119 | Error::Base58(ref e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:120:34 [INFO] [stdout] | [INFO] [stdout] 120 | Error::Hid(ref e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:121:33 [INFO] [stdout] | [INFO] [stdout] 121 | Error::Io(ref e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:122:35 [INFO] [stdout] | [INFO] [stdout] 122 | Error::Secp(ref e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:123:35 [INFO] [stdout] | [INFO] [stdout] 123 | Error::Utf8(ref e) => error::Error::description(e), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stdout] --> src/error.rs:163:30 [INFO] [stdout] | [INFO] [stdout] 163 | _ => f.write_str(error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.icboc.58zh723t-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e" "/opt/rustwide/target/debug/deps/icboc-046d98361872776e.51ig53kx8rbardbb.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-2b96d97e4eff3bdf/out" "-L" "/opt/rustwide/target/debug/build/secp256k1-0a063ef7e782b299/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsimplelog-5b696e120254af93.rlib" "/opt/rustwide/target/debug/deps/libterm-1f8992a3ae7c8ae4.rlib" "/opt/rustwide/target/debug/deps/libicebox-ef19187bf08a9585.rlib" "/opt/rustwide/target/debug/deps/libhid-365954d8762fc177.rlib" "/opt/rustwide/target/debug/deps/libhidapi_sys-f67654188abc4281.rlib" "/opt/rustwide/target/debug/deps/liblog-7b3dc1be424bc630.rlib" "/opt/rustwide/target/debug/deps/liblog-df1de941aa737516.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-642a78bbea3a8aa7.rlib" "/opt/rustwide/target/debug/deps/libbase64-17d0211577534e10.rlib" "/opt/rustwide/target/debug/deps/libsafemem-afb3ceead3a644b5.rlib" "/opt/rustwide/target/debug/deps/libhex-00c95b5d9600cfa5.rlib" "/opt/rustwide/target/debug/deps/libbitcoin-69969fa3983745a6.rlib" "/opt/rustwide/target/debug/deps/libsecp256k1-9ab7c5f56131e746.rlib" "/opt/rustwide/target/debug/deps/libhex-546669467d7e4a25.rlib" "/opt/rustwide/target/debug/deps/libcrypto-f684e1a587345a77.rlib" "/opt/rustwide/target/debug/deps/libtime-3cc3309ee082482a.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/librand-11ea1f4bc20e022e.rlib" "/opt/rustwide/target/debug/deps/librand-d6f8172f2355255a.rlib" "/opt/rustwide/target/debug/deps/liblibc-992e4eaaf6dee430.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-b50c166d1e4b54bc.rlib" "/opt/rustwide/target/debug/deps/libbitcoin_bech32-368b2291303fefce.rlib" "/opt/rustwide/target/debug/deps/libbech32-e6cbb5d214a2fb67.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-ludev" "-lhidapi-libusb" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lhidapi-libusb [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `icebox`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "6e52d5af0d8f2b246dcb2fed56d75a306cae437fc550c8ba70d6a5b5728838b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e52d5af0d8f2b246dcb2fed56d75a306cae437fc550c8ba70d6a5b5728838b4", kill_on_drop: false }` [INFO] [stdout] 6e52d5af0d8f2b246dcb2fed56d75a306cae437fc550c8ba70d6a5b5728838b4