[INFO] updating cached repository https://github.com/apoelstra/icebox [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b74cdb16ed61a9130f476fd65d8a6c08691a1776 [INFO] testing apoelstra/icebox against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fapoelstra%2Ficebox" "work/builds/worker-8/source"` [INFO] [stderr] Cloning into 'work/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/apoelstra/icebox on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [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 work/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/apoelstra/icebox already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 212d5d82a1ff3d3adc7abc0dcd3fc03eb8670537459f1843e7f8017972793760 [INFO] running `"docker" "start" "-a" "212d5d82a1ff3d3adc7abc0dcd3fc03eb8670537459f1843e7f8017972793760"` [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 nodrop v0.1.9 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling hidapi-sys v0.1.2 [INFO] [stderr] Compiling num-bigint v0.1.40 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling arrayvec v0.3.23 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling solicit v0.4.4 [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 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/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/ledger.rs:70:15 [INFO] [stderr] | [INFO] [stderr] 70 | let hid = try!(hid::init()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/ledger.rs:82:35 [INFO] [stderr] | [INFO] [stderr] 82 | found_dev = Some(try!(hid_dev.open())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/ledger.rs:134:9 [INFO] [stderr] | [INFO] [stderr] 134 | try!(w.write(&data_frame[..])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/ledger.rs:156:22 [INFO] [stderr] | [INFO] [stderr] 156 | let read_n = try!(r.read(&mut data_frame[..], timeout)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/message.rs:243:18 [INFO] [stderr] | [INFO] [stderr] 243 | let pk = try!(PublicKey::from_slice(&secp, &data[1..1+pk_len])); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/message.rs:249:20 [INFO] [stderr] | [INFO] [stderr] 249 | let addr = try!(String::from_utf8(data[2 + pk_len..2 + pk_len + addr_len].to_owned())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:44:25 [INFO] [stderr] | [INFO] [stderr] 44 | let (sw, rev) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:55:25 [INFO] [stderr] | [INFO] [stderr] 55 | let (sw, rev) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:66:25 [INFO] [stderr] | [INFO] [stderr] 66 | let (sw, rev) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:76:25 [INFO] [stderr] | [INFO] [stderr] 76 | let (sw, rev) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:87:25 [INFO] [stderr] | [INFO] [stderr] 87 | let (sw, rev) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:98:25 [INFO] [stderr] | [INFO] [stderr] 98 | let (sw, rev) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:112:23 [INFO] [stderr] | [INFO] [stderr] 112 | let (sw, _) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:123:23 [INFO] [stderr] | [INFO] [stderr] 123 | let (sw, _) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:134:25 [INFO] [stderr] | [INFO] [stderr] 134 | let (sw, rev) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/dongle/mod.rs:145:23 [INFO] [stderr] | [INFO] [stderr] 145 | let (sw, _) = try!(self.exchange(command)); [INFO] [stderr] | ^^^ [INFO] [stderr] [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/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.icboc.9h1dynxr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3" "/opt/rustwide/target/debug/deps/icboc-1772a0f79abb6db3.1d8a8frltfpsd31n.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-e0a1fee968686d7f/out" "-L" "/opt/rustwide/target/debug/build/secp256k1-74f8befd00cca28d/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsimplelog-42cb80d58e811e6a.rlib" "/opt/rustwide/target/debug/deps/libterm-b7c5bd67a67a79d8.rlib" "/opt/rustwide/target/debug/deps/libicebox-74be9d7faf22675d.rlib" "/opt/rustwide/target/debug/deps/libhid-b6f575ea5aaca393.rlib" "/opt/rustwide/target/debug/deps/libhidapi_sys-78000c423b22c369.rlib" "/opt/rustwide/target/debug/deps/libbase64-bd6ecb4800630de5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-6119eb014aac1393.rlib" "/opt/rustwide/target/debug/deps/libhex-6f987af592f57b56.rlib" "/opt/rustwide/target/debug/deps/libbitcoin-d638522646a9141c.rlib" "/opt/rustwide/target/debug/deps/libsecp256k1-30ef7811eba02987.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5092b7f7688a6f84.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-08d190efd2efbb0a.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1bf928ddf248934b.rlib" "/opt/rustwide/target/debug/deps/libodds-8399cd8ed854ada3.rlib" "/opt/rustwide/target/debug/deps/libjsonrpc-ca5cb2c2e7bcdf27.rlib" "/opt/rustwide/target/debug/deps/libstrason-9001fdc66e4f5af3.rlib" "/opt/rustwide/target/debug/deps/libencoding-f502efba40cc9ca6.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_tradchinese-9d2c39fc0023ce73.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_simpchinese-0ab2b52e2ceb8792.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_japanese-9c1af5f48c63e566.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_korean-d8d62443e6e9f356.rlib" "/opt/rustwide/target/debug/deps/libencoding_index_singlebyte-4bfdd1f8621eee7d.rlib" "/opt/rustwide/target/debug/deps/libhyper-c6d6caabd7985d0e.rlib" "/opt/rustwide/target/debug/deps/libmime-c5013af0bfdfec3e.rlib" "/opt/rustwide/target/debug/deps/libserde-3088f7f3719c7f3a.rlib" "/opt/rustwide/target/debug/deps/libnum-840516268e0c6e82.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-5212369ca262c22d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-ec3c2670255b927b.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-71d2a259df91f502.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-aa9fc7c471fa322a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-248776b7b937257d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-34695342bdf6f4cb.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2b6ea0ef23f91360.rlib" "/opt/rustwide/target/debug/deps/libsolicit-562c1eede2d40b6a.rlib" "/opt/rustwide/target/debug/deps/libhpack-ce0629b4d00895d9.rlib" "/opt/rustwide/target/debug/deps/liblog-481af2284b34a247.rlib" "/opt/rustwide/target/debug/deps/libtypeable-094902d221ec1107.rlib" "/opt/rustwide/target/debug/deps/libtraitobject-b5c0c421e2409ae5.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-a17291759e30f7b3.rlib" "/opt/rustwide/target/debug/deps/libhttparse-fda5d19aa2db7d40.rlib" "/opt/rustwide/target/debug/deps/libunicase-a178e0e131d4e254.rlib" "/opt/rustwide/target/debug/deps/libcookie-0e6baeed048962d1.rlib" "/opt/rustwide/target/debug/deps/liburl-bd01d7fc99e53a38.rlib" "/opt/rustwide/target/debug/deps/libmatches-5ac3f7e4265eaef5.rlib" "/opt/rustwide/target/debug/deps/libuuid-8b59afd241c3b327.rlib" "/opt/rustwide/target/debug/deps/libcrypto-31c03565cd3f8c77.rlib" "/opt/rustwide/target/debug/deps/libtime-5a17c632da0af2de.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-739c46110ebaee65.rlib" "/opt/rustwide/target/debug/deps/librand-6c226459c65483fd.rlib" "/opt/rustwide/target/debug/deps/liblibc-3b04bfd648f7e8f1.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-fe11822053609e1b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.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" "212d5d82a1ff3d3adc7abc0dcd3fc03eb8670537459f1843e7f8017972793760"` [INFO] running `"docker" "rm" "-f" "212d5d82a1ff3d3adc7abc0dcd3fc03eb8670537459f1843e7f8017972793760"` [INFO] [stdout] 212d5d82a1ff3d3adc7abc0dcd3fc03eb8670537459f1843e7f8017972793760