[INFO] crate nfc-oath 0.2.0 is already in cache [INFO] testing nfc-oath-0.2.0 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate nfc-oath 0.2.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate nfc-oath 0.2.0 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate nfc-oath 0.2.0 [INFO] finished tweaking crates.io crate nfc-oath 0.2.0 [INFO] tweaked toml for crates.io crate nfc-oath 0.2.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a10be9162286219ab4bcd81690b672dad0b843dde8e24eaaf9bb1d64784c1d42 [INFO] running `"docker" "start" "-a" "a10be9162286219ab4bcd81690b672dad0b843dde8e24eaaf9bb1d64784c1d42"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling nfc-oath v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling nfc-sys v0.1.5 [INFO] [stderr] Compiling nfc v0.1.11 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:346:13 [INFO] [stderr] | [INFO] [stderr] 346 | try!(fmt.write_str(&str)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:415:47 [INFO] [stderr] | [INFO] [stderr] 415 | let mut target: ffi::nfc_target = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.90s [INFO] running `"docker" "inspect" "a10be9162286219ab4bcd81690b672dad0b843dde8e24eaaf9bb1d64784c1d42"` [INFO] running `"docker" "rm" "-f" "a10be9162286219ab4bcd81690b672dad0b843dde8e24eaaf9bb1d64784c1d42"` [INFO] [stdout] a10be9162286219ab4bcd81690b672dad0b843dde8e24eaaf9bb1d64784c1d42 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stdout] 86d6947d8ad5bc1dae1d9b3d177a1f9dee7dab37d667fd0ffd3fdfa03e132585 [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" "86d6947d8ad5bc1dae1d9b3d177a1f9dee7dab37d667fd0ffd3fdfa03e132585"` [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:346:13 [INFO] [stderr] | [INFO] [stderr] 346 | try!(fmt.write_str(&str)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:415:47 [INFO] [stderr] | [INFO] [stderr] 415 | let mut target: ffi::nfc_target = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling nfc-oath v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:346:13 [INFO] [stderr] | [INFO] [stderr] 346 | try!(fmt.write_str(&str)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/lib.rs:415:47 [INFO] [stderr] | [INFO] [stderr] 415 | let mut target: ffi::nfc_target = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.calculate.cf5kx5w9-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.calculate.cf5kx5w9-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.calculate.cf5kx5w9-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.calculate.cf5kx5w9-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.calculate.cf5kx5w9-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.calculate.cf5kx5w9-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.calculate.cf5kx5w9-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.calculate.cf5kx5w9-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.calculate.cf5kx5w9-cgu.8.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10" "/opt/rustwide/target/debug/examples/calculate-e63e5045e70abe10.4pleryytsp96qdls.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnfc_oath-fd24c0fa70a6f50b.rlib" "/opt/rustwide/target/debug/deps/libnfc-a5e6a0428eff492b.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-7b8e532639ee0fad.rlib" "/opt/rustwide/target/debug/deps/liblog-bd3d795ce9bbd9ff.rlib" "/opt/rustwide/target/debug/deps/liblog-e05329b9ca199b2b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lnfc" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnfc [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 `nfc-oath`. [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.list.v4lseox8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01" "/opt/rustwide/target/debug/examples/list-446649e711fb2d01.2dauppgpm7l5opn7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnfc_oath-fd24c0fa70a6f50b.rlib" "/opt/rustwide/target/debug/deps/libnfc-a5e6a0428eff492b.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-7b8e532639ee0fad.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-3ac2260cfb2df1ed.rlib" "/opt/rustwide/target/debug/deps/libregex-83ebe9261621294f.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-73b9a414549369b7.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-4a3485cc8b2de090.rlib" "/opt/rustwide/target/debug/deps/libucd_util-2cad64ef0548d015.rlib" "/opt/rustwide/target/debug/deps/libthread_local-54c5a590687748e9.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-224182489e205cbe.rlib" "/opt/rustwide/target/debug/deps/libmemchr-9a22b10b899620a4.rlib" "/opt/rustwide/target/debug/deps/liblog-bd3d795ce9bbd9ff.rlib" "/opt/rustwide/target/debug/deps/liblog-e05329b9ca199b2b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lnfc" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnfc [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 `nfc-oath`. [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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.nfc_oath.erftpdwu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119" "/opt/rustwide/target/debug/deps/nfc_oath-175bb8cb2b4c8119.4z985tis1hilgpl7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-a6274e2eaafd361e.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2c85f64fb49c1603.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ed84df1a106a13ed.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e159833bdb71170b.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-5f1c8c824853fda4.rlib" "/opt/rustwide/target/debug/deps/libnfc-a5e6a0428eff492b.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-7b8e532639ee0fad.rlib" "/opt/rustwide/target/debug/deps/liblog-bd3d795ce9bbd9ff.rlib" "/opt/rustwide/target/debug/deps/liblog-e05329b9ca199b2b.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lnfc" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnfc [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `nfc-oath`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "86d6947d8ad5bc1dae1d9b3d177a1f9dee7dab37d667fd0ffd3fdfa03e132585"` [INFO] running `"docker" "rm" "-f" "86d6947d8ad5bc1dae1d9b3d177a1f9dee7dab37d667fd0ffd3fdfa03e132585"` [INFO] [stdout] 86d6947d8ad5bc1dae1d9b3d177a1f9dee7dab37d667fd0ffd3fdfa03e132585