[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 beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] 848a83c7f459ebabecace91e0e5fa730df3cdc0d7b86838a82c2e048f9334297 [INFO] running `"docker" "start" "-a" "848a83c7f459ebabecace91e0e5fa730df3cdc0d7b86838a82c2e048f9334297"` [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 num-complex v0.1.39 [INFO] [stderr] Compiling hpack v0.2.0 [INFO] [stderr] Compiling secp256k1 v0.6.3 [INFO] [stderr] Compiling hidapi-sys v0.1.2 [INFO] [stderr] Compiling solicit v0.4.4 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling hid v0.3.1 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling rust-crypto v0.2.36 [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 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.icboc.2lsadc6v-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5" "/opt/crater/target/debug/deps/icboc-51f29383d86026e5.36vhbihkroaj4am3.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-89f3b5ee4fcf29ef/out" "-L" "/opt/crater/target/debug/build/secp256k1-aaf4713ab25ff8bd/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsimplelog-f3e9e858b6fa3691.rlib" "/opt/crater/target/debug/deps/libterm-4887c3af6eb430fc.rlib" "/opt/crater/target/debug/deps/libicebox-6050d34d486b760d.rlib" "/opt/crater/target/debug/deps/libhid-d352498648eed107.rlib" "/opt/crater/target/debug/deps/libhidapi_sys-1f4a6631ea284753.rlib" "/opt/crater/target/debug/deps/libbase64-929a670d1235f71c.rlib" "/opt/crater/target/debug/deps/libbyteorder-9dd817c4c431e4ab.rlib" "/opt/crater/target/debug/deps/libhex-96818529e62cf185.rlib" "/opt/crater/target/debug/deps/libbitcoin-11ecfa38e7823b53.rlib" "/opt/crater/target/debug/deps/libsecp256k1-07a80e3c2b20f252.rlib" "/opt/crater/target/debug/deps/libserde_json-e61b64a23b428074.rlib" "/opt/crater/target/debug/deps/libarrayvec-83180e22430f404a.rlib" "/opt/crater/target/debug/deps/libnodrop-f141ac0a0efb5b3b.rlib" "/opt/crater/target/debug/deps/libodds-80127a2bf34214e5.rlib" "/opt/crater/target/debug/deps/libjsonrpc-bd02276dfbffb3d3.rlib" "/opt/crater/target/debug/deps/libstrason-bef6802b45b0c681.rlib" "/opt/crater/target/debug/deps/libencoding-54227715430251f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b71b470ec9df29eb.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-35e725787041c6d1.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-2c5c8763fe313cfe.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-8cb57dd76654293b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-80fb7d4b4c048edf.rlib" "/opt/crater/target/debug/deps/libhyper-2b9bd9ac6ea81d8c.rlib" "/opt/crater/target/debug/deps/libmime-32f07a4b15dbffc8.rlib" "/opt/crater/target/debug/deps/libserde-4b72cb46fd036252.rlib" "/opt/crater/target/debug/deps/libnum-faec2d185b85cb32.rlib" "/opt/crater/target/debug/deps/libnum_rational-daf0bbfe51cd3730.rlib" "/opt/crater/target/debug/deps/libnum_bigint-10b458a68d24f749.rlib" "/opt/crater/target/debug/deps/libnum_complex-64eaebf43ec50f5e.rlib" "/opt/crater/target/debug/deps/libnum_iter-63ec787f2ecb4d27.rlib" "/opt/crater/target/debug/deps/libnum_integer-4cb28fb72a24b983.rlib" "/opt/crater/target/debug/deps/libnum_traits-5221bafb01d86714.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-bdf66b0fb21f3247.rlib" "/opt/crater/target/debug/deps/libsolicit-d5b33f3a79af8d30.rlib" "/opt/crater/target/debug/deps/libhpack-f754610474fa9f69.rlib" "/opt/crater/target/debug/deps/liblog-a742011664cf4f8c.rlib" "/opt/crater/target/debug/deps/libtypeable-9a5238d74bedca20.rlib" "/opt/crater/target/debug/deps/libtraitobject-d6a25601500c9dd2.rlib" "/opt/crater/target/debug/deps/libnum_cpus-13340bf5cf577df3.rlib" "/opt/crater/target/debug/deps/libhttparse-07bacd5f5d6fd222.rlib" "/opt/crater/target/debug/deps/libunicase-55f8f45f3e3389ec.rlib" "/opt/crater/target/debug/deps/libcookie-c7e5b1edaaecdea7.rlib" "/opt/crater/target/debug/deps/liburl-0feb4129f9284f7c.rlib" "/opt/crater/target/debug/deps/libmatches-d30b907681672587.rlib" "/opt/crater/target/debug/deps/libuuid-096b0562f5a76a64.rlib" "/opt/crater/target/debug/deps/libcrypto-25a8ff1a65675f56.rlib" "/opt/crater/target/debug/deps/libtime-25359015f9d60fa0.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/librand-8bdb331b13ffd25d.rlib" "/opt/crater/target/debug/deps/liblibc-c99bbb47aab69d43.rlib" "/opt/crater/target/debug/deps/libbyteorder-f89e91090354e0dd.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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" "848a83c7f459ebabecace91e0e5fa730df3cdc0d7b86838a82c2e048f9334297"` [INFO] running `"docker" "rm" "-f" "848a83c7f459ebabecace91e0e5fa730df3cdc0d7b86838a82c2e048f9334297"` [INFO] [stdout] 848a83c7f459ebabecace91e0e5fa730df3cdc0d7b86838a82c2e048f9334297