[INFO] updating cached repository apoelstra/icebox [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/apoelstra/icebox [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/apoelstra/icebox" "work/ex/beta-1.37-6/sources/1.36.0/gh/apoelstra/icebox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/apoelstra/icebox'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/apoelstra/icebox" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/apoelstra/icebox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/apoelstra/icebox'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b74cdb16ed61a9130f476fd65d8a6c08691a1776 [INFO] sha for GitHub repo apoelstra/icebox: b74cdb16ed61a9130f476fd65d8a6c08691a1776 [INFO] validating manifest of apoelstra/icebox 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 apoelstra/icebox 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 apoelstra/icebox [INFO] finished frobbing apoelstra/icebox [INFO] frobbed toml for apoelstra/icebox written to work/ex/beta-1.37-6/sources/1.36.0/gh/apoelstra/icebox/Cargo.toml [INFO] started frobbing apoelstra/icebox [INFO] finished frobbing apoelstra/icebox [INFO] frobbed toml for apoelstra/icebox written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/apoelstra/icebox/Cargo.toml [INFO] crate apoelstra/icebox 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 apoelstra/icebox against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/apoelstra/icebox:/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 19a496dd5afe57bcf10dd20ed3bdaa2dd25d84b358c80b6fef544d83f5c783b4 [INFO] running `"docker" "start" "-a" "19a496dd5afe57bcf10dd20ed3bdaa2dd25d84b358c80b6fef544d83f5c783b4"` [INFO] [stderr] Compiling libc v0.2.26 [INFO] [stderr] Compiling gcc v0.3.51 [INFO] [stderr] Compiling language-tags v0.0.7 [INFO] [stderr] Compiling num-complex v0.1.39 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling arrayvec v0.3.23 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling hidapi-sys v0.1.2 [INFO] [stderr] Compiling secp256k1 v0.6.3 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling hid v0.3.1 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling cookie v0.1.21 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling num v0.1.40 [INFO] [stderr] Compiling serde v0.6.15 [INFO] [stderr] Compiling mime v0.1.3 [INFO] [stderr] Compiling serde_json v0.6.1 [INFO] [stderr] Compiling strason v0.3.4 [INFO] [stderr] Compiling hyper v0.6.16 [INFO] [stderr] Compiling jsonrpc v0.7.6 [INFO] [stderr] Compiling bitcoin v0.9.1 [INFO] [stderr] Compiling icebox v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `ToHex` is imported redundantly [INFO] [stderr] --> src/dongle/ledger.rs:137:17 [INFO] [stderr] | [INFO] [stderr] 21 | use hex::ToHex; [INFO] [stderr] | ---------- the item `ToHex` is already imported here [INFO] [stderr] ... [INFO] [stderr] 137 | use hex::ToHex; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] 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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.icboc.dfns4vhf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2" "/opt/crater/target/debug/deps/icboc-c9a92cbd3afcaff2.ud7pcwsdvfpn8xa.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-8931fdb910b1dc52/out" "-L" "/opt/crater/target/debug/build/secp256k1-2957f25d4e01d07d/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsimplelog-b3b314d83101f056.rlib" "/opt/crater/target/debug/deps/libterm-aa255f668bb8d576.rlib" "/opt/crater/target/debug/deps/libicebox-c2cffb7386029755.rlib" "/opt/crater/target/debug/deps/libhid-12c4aaf9a3c2eaea.rlib" "/opt/crater/target/debug/deps/libhidapi_sys-5bdf68857eae3839.rlib" "/opt/crater/target/debug/deps/libbase64-bacbf5d42c8c0150.rlib" "/opt/crater/target/debug/deps/libbyteorder-ed02566a041fbdf8.rlib" "/opt/crater/target/debug/deps/libhex-8943d2951cfe05c0.rlib" "/opt/crater/target/debug/deps/libbitcoin-3b3e02b2e6b3c30c.rlib" "/opt/crater/target/debug/deps/libsecp256k1-208025852fbd49de.rlib" "/opt/crater/target/debug/deps/libserde_json-c286ef53293fd547.rlib" "/opt/crater/target/debug/deps/libarrayvec-5eaffc1c3ce44e9f.rlib" "/opt/crater/target/debug/deps/libnodrop-14baf65fede46c9f.rlib" "/opt/crater/target/debug/deps/libodds-11afd1b039fbbf92.rlib" "/opt/crater/target/debug/deps/libjsonrpc-3964660e01be5e8f.rlib" "/opt/crater/target/debug/deps/libstrason-2922dd7e9c949e09.rlib" "/opt/crater/target/debug/deps/libencoding-6d002865260c7e42.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-12ac35bb3d9ca72c.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5b0e13dd15efbe08.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-9ecddd9b7a278c0d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-33e26ee7956d5b9b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-a9715c8dd8bfca60.rlib" "/opt/crater/target/debug/deps/libhyper-c0b54e666038342e.rlib" "/opt/crater/target/debug/deps/libmime-18a35abb89032a97.rlib" "/opt/crater/target/debug/deps/libserde-1db46568757631b4.rlib" "/opt/crater/target/debug/deps/libnum-32c4d76c39db2823.rlib" "/opt/crater/target/debug/deps/libnum_rational-ca4b79823baf6eb3.rlib" "/opt/crater/target/debug/deps/libnum_bigint-6dab793673a7e66c.rlib" "/opt/crater/target/debug/deps/libnum_complex-d1dad05be942dd0f.rlib" "/opt/crater/target/debug/deps/libnum_iter-03f00b125bc5d767.rlib" "/opt/crater/target/debug/deps/libnum_integer-85ad82a7d101b1af.rlib" "/opt/crater/target/debug/deps/libnum_traits-8e9dd151ccd4e296.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-f82aa547e2a74fb2.rlib" "/opt/crater/target/debug/deps/libsolicit-ee8f519d698df36b.rlib" "/opt/crater/target/debug/deps/libhpack-1bf661f17ba85843.rlib" "/opt/crater/target/debug/deps/liblog-6e83ecefb0e0b4fa.rlib" "/opt/crater/target/debug/deps/libtypeable-215d98ef64fbe0e2.rlib" "/opt/crater/target/debug/deps/libtraitobject-33e4f3223d24ebc9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-c284bf7c0fd10528.rlib" "/opt/crater/target/debug/deps/libhttparse-4642ab7847864cb2.rlib" "/opt/crater/target/debug/deps/libunicase-1cff82de2de4e099.rlib" "/opt/crater/target/debug/deps/libcookie-663decbf380f03c4.rlib" "/opt/crater/target/debug/deps/liburl-b4b169964dd9e626.rlib" "/opt/crater/target/debug/deps/libmatches-3816aed49fc39533.rlib" "/opt/crater/target/debug/deps/libuuid-f87495af437f6b87.rlib" "/opt/crater/target/debug/deps/libcrypto-7914afc6c3157bc8.rlib" "/opt/crater/target/debug/deps/libtime-6471bb77631e12a6.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/librand-6d62742f8a486ff7.rlib" "/opt/crater/target/debug/deps/liblibc-552f86cc1abc1492.rlib" "/opt/crater/target/debug/deps/libbyteorder-6cd5b8d699381826.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ludev" "-lhidapi-libusb" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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" "19a496dd5afe57bcf10dd20ed3bdaa2dd25d84b358c80b6fef544d83f5c783b4"` [INFO] running `"docker" "rm" "-f" "19a496dd5afe57bcf10dd20ed3bdaa2dd25d84b358c80b6fef544d83f5c783b4"` [INFO] [stdout] 19a496dd5afe57bcf10dd20ed3bdaa2dd25d84b358c80b6fef544d83f5c783b4