[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 beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 080ad2e995796697ebd2b37575ae7d347269ca3eaa316edf3517ce7359393a3e [INFO] running `"docker" "start" "-a" "080ad2e995796697ebd2b37575ae7d347269ca3eaa316edf3517ce7359393a3e"` [INFO] [stderr] Compiling odds v0.2.25 [INFO] [stderr] Compiling language-tags v0.0.7 [INFO] [stderr] Compiling byteorder v0.3.13 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling num-complex v0.1.39 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling hidapi-sys v0.1.2 [INFO] [stderr] Compiling secp256k1 v0.6.3 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling nodrop v0.1.9 [INFO] [stderr] Compiling hid v0.3.1 [INFO] [stderr] Compiling arrayvec v0.3.23 [INFO] [stderr] Compiling solicit v0.4.4 [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 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 strason v0.3.4 [INFO] [stderr] Compiling serde_json v0.6.1 [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.icboc.2enjcmqx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b" "/opt/crater/target/debug/deps/icboc-cbe33f86f272782b.3ci3z3806tzlehyb.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-b7983c00d4654e5e/out" "-L" "/opt/crater/target/debug/build/secp256k1-043a368935e77e19/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsimplelog-ffd166291faf4a4f.rlib" "/opt/crater/target/debug/deps/libterm-06082a94ff968ee3.rlib" "/opt/crater/target/debug/deps/libicebox-5ab7f8810238a53b.rlib" "/opt/crater/target/debug/deps/libhid-e2e1b5f99a3ab0af.rlib" "/opt/crater/target/debug/deps/libhidapi_sys-d93eea22875e3873.rlib" "/opt/crater/target/debug/deps/libbase64-cbd572498335ed5d.rlib" "/opt/crater/target/debug/deps/libbyteorder-37c01570bf1b56fa.rlib" "/opt/crater/target/debug/deps/libhex-dcf066d71274fe04.rlib" "/opt/crater/target/debug/deps/libbitcoin-97eebb24fed512a9.rlib" "/opt/crater/target/debug/deps/libsecp256k1-b25f1f8421b446e2.rlib" "/opt/crater/target/debug/deps/libserde_json-68e0bbc8f851ad41.rlib" "/opt/crater/target/debug/deps/libarrayvec-dec19bebf6577ae9.rlib" "/opt/crater/target/debug/deps/libnodrop-03b8ade272fea131.rlib" "/opt/crater/target/debug/deps/libodds-fbdb44b879c92ada.rlib" "/opt/crater/target/debug/deps/libjsonrpc-3d03e8417f45d407.rlib" "/opt/crater/target/debug/deps/libstrason-d559c172696ff09b.rlib" "/opt/crater/target/debug/deps/libencoding-6b8dd5ea4cb27bd5.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-1131a16f0f98b3fe.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-3f1e54dd83c60324.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-658f338d0fb6ac8d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-f69bdce4439b48dd.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-3c524629977f3b84.rlib" "/opt/crater/target/debug/deps/libhyper-9c39d9c002819edf.rlib" "/opt/crater/target/debug/deps/libmime-a7e21949649eeb7c.rlib" "/opt/crater/target/debug/deps/libserde-6a573fd09b81c29f.rlib" "/opt/crater/target/debug/deps/libnum-3b09a71b1ff32268.rlib" "/opt/crater/target/debug/deps/libnum_rational-ac47af7725a44b63.rlib" "/opt/crater/target/debug/deps/libnum_bigint-7b6e0f85fef2ea22.rlib" "/opt/crater/target/debug/deps/libnum_complex-4accb5485142ad61.rlib" "/opt/crater/target/debug/deps/libnum_iter-d6d27d4fe58e9f7a.rlib" "/opt/crater/target/debug/deps/libnum_integer-0e2a7ae435a93393.rlib" "/opt/crater/target/debug/deps/libnum_traits-986fce5007c03c4b.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ddc5ff3dbf5a6510.rlib" "/opt/crater/target/debug/deps/libsolicit-e721aaae05e58801.rlib" "/opt/crater/target/debug/deps/libhpack-191bcceec50c6578.rlib" "/opt/crater/target/debug/deps/liblog-f6caf69386e38ce5.rlib" "/opt/crater/target/debug/deps/libtypeable-fa4659829e02080f.rlib" "/opt/crater/target/debug/deps/libtraitobject-850d8bc7f31d985c.rlib" "/opt/crater/target/debug/deps/libnum_cpus-e0c9e24c5857b67d.rlib" "/opt/crater/target/debug/deps/libhttparse-7515e4aab4845325.rlib" "/opt/crater/target/debug/deps/libunicase-51bd820ee7308505.rlib" "/opt/crater/target/debug/deps/libcookie-1060295c6f25824e.rlib" "/opt/crater/target/debug/deps/liburl-6da21c9d2d7291f7.rlib" "/opt/crater/target/debug/deps/libmatches-da7c3df62938be42.rlib" "/opt/crater/target/debug/deps/libuuid-58d419f377d32827.rlib" "/opt/crater/target/debug/deps/libcrypto-ca3d81b3909a45c9.rlib" "/opt/crater/target/debug/deps/libtime-26e61db4e870f894.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/librand-5954c4cd6fb43241.rlib" "/opt/crater/target/debug/deps/liblibc-bdeb0a01cf7077e2.rlib" "/opt/crater/target/debug/deps/libbyteorder-0ec3a5645c6a9991.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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" "080ad2e995796697ebd2b37575ae7d347269ca3eaa316edf3517ce7359393a3e"` [INFO] running `"docker" "rm" "-f" "080ad2e995796697ebd2b37575ae7d347269ca3eaa316edf3517ce7359393a3e"` [INFO] [stdout] 080ad2e995796697ebd2b37575ae7d347269ca3eaa316edf3517ce7359393a3e