[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.38-1/sources/1.37.0/gh/apoelstra/icebox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/apoelstra/icebox'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/apoelstra/icebox" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/apoelstra/icebox"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of apoelstra/icebox on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing apoelstra/icebox against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "build" "--frozen"` [INFO] [stdout] fa0df3c677e40f0a26106fe8c4570556f7e942d17fdcaccd12e28b358cc17ccc [INFO] running `"docker" "start" "-a" "fa0df3c677e40f0a26106fe8c4570556f7e942d17fdcaccd12e28b358cc17ccc"` [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling num-complex v0.1.39 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling secp256k1 v0.6.3 [INFO] [stderr] Compiling hidapi-sys v0.1.2 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling hid v0.3.1 [INFO] [stderr] Compiling num-rational v0.1.39 [INFO] [stderr] Compiling cookie v0.1.21 [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] 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] 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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.icboc.3f0zoudd-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a" "/opt/crater/target/debug/deps/icboc-fa8b9b724ef4928a.1sst0jq40b23nepw.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-9312b7d89bf7bedd/out" "-L" "/opt/crater/target/debug/build/secp256k1-3149780fafc94f3f/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsimplelog-4ff04251d4fd959c.rlib" "/opt/crater/target/debug/deps/libterm-9e75b73ad1d70dd4.rlib" "/opt/crater/target/debug/deps/libicebox-fa1beb0361a51ea1.rlib" "/opt/crater/target/debug/deps/libhid-8e5a04c0f120b7d2.rlib" "/opt/crater/target/debug/deps/libhidapi_sys-46b109607673a057.rlib" "/opt/crater/target/debug/deps/libbase64-5840a5a0136fdef2.rlib" "/opt/crater/target/debug/deps/libbyteorder-318108ede77daca1.rlib" "/opt/crater/target/debug/deps/libhex-cf418d8274bd5579.rlib" "/opt/crater/target/debug/deps/libbitcoin-633e237f969a36f8.rlib" "/opt/crater/target/debug/deps/libsecp256k1-6db4cd17d2cd7329.rlib" "/opt/crater/target/debug/deps/libserde_json-e02b7b108c8061dc.rlib" "/opt/crater/target/debug/deps/libarrayvec-a72a25adc25b65b9.rlib" "/opt/crater/target/debug/deps/libnodrop-dfdf6dc7e1d00db1.rlib" "/opt/crater/target/debug/deps/libodds-5ebc0276dab9f0ae.rlib" "/opt/crater/target/debug/deps/libjsonrpc-2be2d305db50f702.rlib" "/opt/crater/target/debug/deps/libstrason-5ca043bcce370bbd.rlib" "/opt/crater/target/debug/deps/libencoding-a504f0c84579b1c2.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-a5c8de531ff486b0.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5c0e60522710732c.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-1be8d91d0a52e864.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-3525f39ef2e9a9c9.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-06eaa0be26a98b31.rlib" "/opt/crater/target/debug/deps/libhyper-f4c14fe6d1a6a089.rlib" "/opt/crater/target/debug/deps/libmime-25bc3b1f36957ff8.rlib" "/opt/crater/target/debug/deps/libserde-9a57bf4a629ee977.rlib" "/opt/crater/target/debug/deps/libnum-b15d580a9128b7e6.rlib" "/opt/crater/target/debug/deps/libnum_rational-4dce062bdd1f2119.rlib" "/opt/crater/target/debug/deps/libnum_bigint-36b7bbb9c926236a.rlib" "/opt/crater/target/debug/deps/libnum_complex-62da6b0ae2c2ae38.rlib" "/opt/crater/target/debug/deps/libnum_iter-4385a720bce89133.rlib" "/opt/crater/target/debug/deps/libnum_integer-03e590edf1d4cc85.rlib" "/opt/crater/target/debug/deps/libnum_traits-50f4c0719bcfab71.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-97a925b5961eab9a.rlib" "/opt/crater/target/debug/deps/libsolicit-cc6b8d705f91e70b.rlib" "/opt/crater/target/debug/deps/libhpack-23d1e7ae206b03dd.rlib" "/opt/crater/target/debug/deps/liblog-cb32e2f952aff2a6.rlib" "/opt/crater/target/debug/deps/libtypeable-f6f402f054f36331.rlib" "/opt/crater/target/debug/deps/libtraitobject-3a7ff072fb9c31e5.rlib" "/opt/crater/target/debug/deps/libnum_cpus-995a3cbc69e251b0.rlib" "/opt/crater/target/debug/deps/libhttparse-3c23f16abbac927e.rlib" "/opt/crater/target/debug/deps/libunicase-69eee6c2b8bb72d4.rlib" "/opt/crater/target/debug/deps/libcookie-77962a73f95b7d38.rlib" "/opt/crater/target/debug/deps/liburl-3d6185113da243b8.rlib" "/opt/crater/target/debug/deps/libmatches-30795f3b92df29f5.rlib" "/opt/crater/target/debug/deps/libuuid-7fb800d19836ff1e.rlib" "/opt/crater/target/debug/deps/libcrypto-009a1d3e0b94a56e.rlib" "/opt/crater/target/debug/deps/libtime-a02654afe49631cc.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/librand-ed3bb5c88009b5f3.rlib" "/opt/crater/target/debug/deps/liblibc-909525acc8e68ae0.rlib" "/opt/crater/target/debug/deps/libbyteorder-7bbefa5f9c2b6675.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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" "fa0df3c677e40f0a26106fe8c4570556f7e942d17fdcaccd12e28b358cc17ccc"` [INFO] running `"docker" "rm" "-f" "fa0df3c677e40f0a26106fe8c4570556f7e942d17fdcaccd12e28b358cc17ccc"` [INFO] [stdout] fa0df3c677e40f0a26106fe8c4570556f7e942d17fdcaccd12e28b358cc17ccc