[INFO] crate nitrocli 0.3.3 is already in cache [INFO] testing nitrocli-0.3.3 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate nitrocli 0.3.3 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate nitrocli 0.3.3 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate nitrocli 0.3.3 [INFO] finished tweaking crates.io crate nitrocli 0.3.3 [INFO] tweaked toml for crates.io crate nitrocli 0.3.3 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate nitrocli 0.3.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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-2020-06-03" "build" "--frozen"` [INFO] [stdout] 9698c7016dfc69449cb1f1c748b0f4b8f67b1edc88a4b807819e75a607bd773d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "9698c7016dfc69449cb1f1c748b0f4b8f67b1edc88a4b807819e75a607bd773d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling base32 v0.4.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.2 [INFO] [stderr] Compiling proc-macro-error v1.0.2 [INFO] [stderr] Compiling nitrokey-sys v3.5.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling structopt-derive v0.4.6 [INFO] [stderr] Compiling structopt v0.3.13 [INFO] [stderr] Compiling nitrokey v0.6.0 [INFO] [stderr] Compiling nitrocli v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> var/../src/args.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | /// The available Nitrokey models. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> var/../src/args.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | /// A top-level command for nitrocli. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> var/../src/args.rs:329:1 [INFO] [stderr] | [INFO] [stderr] 329 | /// PIN type requested from pinentry. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> var/../src/args.rs:330:1 [INFO] [stderr] | [INFO] [stderr] 330 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> var/../src/args.rs:331:1 [INFO] [stderr] | [INFO] [stderr] 331 | /// The available PIN types correspond to the PIN types used by the Nitrokey devices: user and [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> var/../src/args.rs:332:1 [INFO] [stderr] | [INFO] [stderr] 332 | /// admin. [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/args.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | /// The available Nitrokey models. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/main.rs:53:3 [INFO] [stderr] | [INFO] [stderr] 53 | unused, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` implied by `#[warn(unused)]` [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/args.rs:59:1 [INFO] [stderr] | [INFO] [stderr] 59 | /// A top-level command for nitrocli. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/args.rs:329:1 [INFO] [stderr] | [INFO] [stderr] 329 | /// PIN type requested from pinentry. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/args.rs:330:1 [INFO] [stderr] | [INFO] [stderr] 330 | /// [INFO] [stderr] | ^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/args.rs:331:1 [INFO] [stderr] | [INFO] [stderr] 331 | /// The available PIN types correspond to the PIN types used by the Nitrokey devices: user and [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/args.rs:332:1 [INFO] [stderr] | [INFO] [stderr] 332 | /// admin. [INFO] [stderr] | ^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.shell_complete.bvlgg5f3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37" "/opt/rustwide/target/debug/deps/shell_complete-347639ae0937ca37.hwcydkcvlng560g.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/nitrokey-sys-e69bd5c3a359794d/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnitrokey-af1b2db10dc08328.rlib" "/opt/rustwide/target/debug/deps/librand_core-4278e39d8bfbf1fb.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-7adbd1431158b5c1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/liblibc-4188ef2a529901ad.rlib" "/opt/rustwide/target/debug/deps/libnitrokey_sys-b1a89b45e2ca996f.rlib" "/opt/rustwide/target/debug/deps/libstructopt-6a3df402b37057a7.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/libclap-ec879160e06e6b7d.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-7ce917c1e40e3b24.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f2de9f6717fae86f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-lstdc++" "-lhidapi-libusb" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `nitrocli`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.nitrocli.42k6qzho-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0" "/opt/rustwide/target/debug/deps/nitrocli-7b501f78836518a0.3b2o47pgpbssm2rb.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/nitrokey-sys-e69bd5c3a359794d/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbase32-b66ee8b219b0df30.rlib" "/opt/rustwide/target/debug/deps/libstructopt-6a3df402b37057a7.rlib" "/opt/rustwide/target/debug/deps/libclap-ec879160e06e6b7d.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-7ce917c1e40e3b24.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f2de9f6717fae86f.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.rlib" "/opt/rustwide/target/debug/deps/libnitrokey-af1b2db10dc08328.rlib" "/opt/rustwide/target/debug/deps/librand_core-4278e39d8bfbf1fb.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-7adbd1431158b5c1.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/libnitrokey_sys-b1a89b45e2ca996f.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-36bd8bbfaaa85bd1.rlib" "/opt/rustwide/target/debug/deps/liblibc-4188ef2a529901ad.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lhidapi-libusb" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9698c7016dfc69449cb1f1c748b0f4b8f67b1edc88a4b807819e75a607bd773d"` [INFO] running `"docker" "rm" "-f" "9698c7016dfc69449cb1f1c748b0f4b8f67b1edc88a4b807819e75a607bd773d"` [INFO] [stdout] 9698c7016dfc69449cb1f1c748b0f4b8f67b1edc88a4b807819e75a607bd773d