[INFO] crate nitrokey 0.4.0-alpha.3 is already in cache [INFO] testing nitrokey-0.4.0-alpha.3 against 1.38.0 for beta-1.39-1 [INFO] extracting crate nitrokey 0.4.0-alpha.3 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate nitrokey 0.4.0-alpha.3 on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate nitrokey 0.4.0-alpha.3 [INFO] finished tweaking crates.io crate nitrokey 0.4.0-alpha.3 [INFO] tweaked toml for crates.io crate nitrokey 0.4.0-alpha.3 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 9e2680b838163d402f5a3536c2ec9cefd8810f6f599a30822bdb71f1e1d5b120 [INFO] running `"docker" "start" "-a" "9e2680b838163d402f5a3536c2ec9cefd8810f6f599a30822bdb71f1e1d5b120"` [INFO] [stderr] Compiling nitrokey-sys v3.5.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling nitrokey v0.4.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.70s [INFO] running `"docker" "inspect" "9e2680b838163d402f5a3536c2ec9cefd8810f6f599a30822bdb71f1e1d5b120"` [INFO] running `"docker" "rm" "-f" "9e2680b838163d402f5a3536c2ec9cefd8810f6f599a30822bdb71f1e1d5b120"` [INFO] [stdout] 9e2680b838163d402f5a3536c2ec9cefd8810f6f599a30822bdb71f1e1d5b120 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 988289e27ca363cca6eabbc4e9b292009df83eba511646e24d2f41e80932bbe2 [INFO] running `"docker" "start" "-a" "988289e27ca363cca6eabbc4e9b292009df83eba511646e24d2f41e80932bbe2"` [INFO] [stderr] Compiling nitrokey-test-state v0.1.0 [INFO] [stderr] Compiling nitrokey-test v0.3.1 [INFO] [stderr] Compiling nitrokey v0.4.0-alpha.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/otp.rs:47:31 [INFO] [stderr] | [INFO] [stderr] 47 | fn configure_hotp(admin: &mut ConfigureOtp, counter: u8) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn ConfigureOtp` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/otp.rs:52:34 [INFO] [stderr] | [INFO] [stderr] 52 | fn check_hotp_codes(device: &mut GenerateOtp, offset: u8) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn GenerateOtp` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/otp.rs:149:31 [INFO] [stderr] | [INFO] [stderr] 149 | fn configure_totp(admin: &mut ConfigureOtp, factor: u64) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn ConfigureOtp` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> tests/otp.rs:155:34 [INFO] [stderr] | [INFO] [stderr] 155 | fn check_totp_codes(device: &mut GenerateOtp, factor: u64, timestamp_size: TotpTimestampSize) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn GenerateOtp` [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.lib.6xc6x5ce-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91" "/opt/rustwide/target/debug/deps/lib-847b1236984f4b91.1frwo3hb26bng49c.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-08a59d1c549e9018/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnitrokey-ef368fd151f8c4bb.rlib" "/opt/rustwide/target/debug/deps/librand_os-ac04dce49103ba55.rlib" "/opt/rustwide/target/debug/deps/librand_core-cdbcf826c34a49ae.rlib" "/opt/rustwide/target/debug/deps/librand_core-e2ee592186d88f12.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libnitrokey_sys-fb2d9449bab89791.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lstdc++" "-lhidapi-libusb" "-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 `nitrokey`. [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.nitrokey.80gk3jca-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403" "/opt/rustwide/target/debug/deps/nitrokey-c48b38555810e403.4fhh1jvszikt6ou4.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-08a59d1c549e9018/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/librand_os-ac04dce49103ba55.rlib" "/opt/rustwide/target/debug/deps/librand_core-cdbcf826c34a49ae.rlib" "/opt/rustwide/target/debug/deps/librand_core-e2ee592186d88f12.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libnitrokey_sys-fb2d9449bab89791.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lstdc++" "-lhidapi-libusb" "-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 `nitrokey`. [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.pws.5u17y4q0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0" "/opt/rustwide/target/debug/deps/pws-94b0cfba9bea05b0.4qkrwg210oohy4au.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-08a59d1c549e9018/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnitrokey_test_state-f955e1dea2e109f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libnitrokey-ef368fd151f8c4bb.rlib" "/opt/rustwide/target/debug/deps/librand_os-ac04dce49103ba55.rlib" "/opt/rustwide/target/debug/deps/librand_core-cdbcf826c34a49ae.rlib" "/opt/rustwide/target/debug/deps/librand_core-e2ee592186d88f12.rlib" "/opt/rustwide/target/debug/deps/libnitrokey_sys-fb2d9449bab89791.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lstdc++" "-lhidapi-libusb" "-lutil" "-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 `nitrokey`. [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.otp.6ip1fmwp-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c" "/opt/rustwide/target/debug/deps/otp-892ede405494c07c.33vahd8twqyml236.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-08a59d1c549e9018/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnitrokey_test_state-f955e1dea2e109f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libnitrokey-ef368fd151f8c4bb.rlib" "/opt/rustwide/target/debug/deps/librand_os-ac04dce49103ba55.rlib" "/opt/rustwide/target/debug/deps/librand_core-cdbcf826c34a49ae.rlib" "/opt/rustwide/target/debug/deps/librand_core-e2ee592186d88f12.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libnitrokey_sys-fb2d9449bab89791.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lstdc++" "-lhidapi-libusb" "-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 `nitrokey`. [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.device.83yx9bd3-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8" "/opt/rustwide/target/debug/deps/device-3f93ba518dfc1ab8.1pp4gp8z7ef23s8s.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-08a59d1c549e9018/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnitrokey_test_state-f955e1dea2e109f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-8b6fbd25e1766083.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-bd8f21e3bdd6cbdc.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-bfcad117c6a632af.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-79a1f91e8ce4eb83.rlib" "/opt/rustwide/target/debug/deps/libnitrokey-ef368fd151f8c4bb.rlib" "/opt/rustwide/target/debug/deps/librand_os-ac04dce49103ba55.rlib" "/opt/rustwide/target/debug/deps/librand_core-cdbcf826c34a49ae.rlib" "/opt/rustwide/target/debug/deps/librand_core-e2ee592186d88f12.rlib" "/opt/rustwide/target/debug/deps/liblibc-a3b13f6b27abcc70.rlib" "/opt/rustwide/target/debug/deps/libnitrokey_sys-fb2d9449bab89791.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-83cafc2ae303332c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-lstdc++" "-lhidapi-libusb" "-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 `nitrokey`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "988289e27ca363cca6eabbc4e9b292009df83eba511646e24d2f41e80932bbe2"` [INFO] running `"docker" "rm" "-f" "988289e27ca363cca6eabbc4e9b292009df83eba511646e24d2f41e80932bbe2"` [INFO] [stdout] 988289e27ca363cca6eabbc4e9b292009df83eba511646e24d2f41e80932bbe2