[INFO] crate nvml-wrapper 0.5.0 is already in cache [INFO] testing nvml-wrapper-0.5.0 against 1.44.0 for beta-1.45-1 [INFO] extracting crate nvml-wrapper 0.5.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate nvml-wrapper 0.5.0 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate nvml-wrapper 0.5.0 [INFO] finished tweaking crates.io crate nvml-wrapper 0.5.0 [INFO] tweaked toml for crates.io crate nvml-wrapper 0.5.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate nvml-wrapper 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.44.0" "build" "--frozen"` [INFO] [stdout] 892a62e0eccde42195db5000f9e43229b223cbbe28257b1dc0dd78357866b328 [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" "892a62e0eccde42195db5000f9e43229b223cbbe28257b1dc0dd78357866b328"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cc v1.0.34 [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling nvml-wrapper-sys v0.4.0 [INFO] [stderr] Compiling rustc-demangle v0.1.13 [INFO] [stderr] Compiling wrapcenum-derive v0.3.0 [INFO] [stderr] Compiling backtrace v0.3.15 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling nvml-wrapper v0.5.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Utf8Error(::std::str::Utf8Error); [INFO] [stderr] 13 | | NulError(::std::ffi::NulError); [INFO] [stderr] ... | [INFO] [stderr] 215 | | } [INFO] [stderr] 216 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Utf8Error(::std::str::Utf8Error); [INFO] [stderr] 13 | | NulError(::std::ffi::NulError); [INFO] [stderr] ... | [INFO] [stderr] 215 | | } [INFO] [stderr] 216 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/struct_wrappers/device.rs:200:14 [INFO] [stderr] | [INFO] [stderr] 200 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/struct_wrappers/unit.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.09s [INFO] running `"docker" "inspect" "892a62e0eccde42195db5000f9e43229b223cbbe28257b1dc0dd78357866b328"` [INFO] running `"docker" "rm" "-f" "892a62e0eccde42195db5000f9e43229b223cbbe28257b1dc0dd78357866b328"` [INFO] [stdout] 892a62e0eccde42195db5000f9e43229b223cbbe28257b1dc0dd78357866b328 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fbbd1c31f75f273b2471d91bff665429ba11c076a8d7bcbab7047215f8abbd69 [INFO] running `"docker" "start" "-a" "fbbd1c31f75f273b2471d91bff665429ba11c076a8d7bcbab7047215f8abbd69"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling assert_matches v1.3.0 [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Utf8Error(::std::str::Utf8Error); [INFO] [stderr] 13 | | NulError(::std::ffi::NulError); [INFO] [stderr] ... | [INFO] [stderr] 215 | | } [INFO] [stderr] 216 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Utf8Error(::std::str::Utf8Error); [INFO] [stderr] 13 | | NulError(::std::ffi::NulError); [INFO] [stderr] ... | [INFO] [stderr] 215 | | } [INFO] [stderr] 216 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/struct_wrappers/device.rs:200:14 [INFO] [stderr] | [INFO] [stderr] 200 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/struct_wrappers/unit.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling pretty-bytes v0.2.2 [INFO] [stderr] Compiling nvml-wrapper v0.5.0 (/opt/rustwide/workdir) [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.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.event_loop.do9w6mdk-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b" "/opt/rustwide/target/debug/examples/event_loop-012dff6f99a3722b.48fx8v5wb20l85tz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-27093cf766535a26/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnvml_wrapper-0b4043ec1d58b5a2.rlib" "/opt/rustwide/target/debug/deps/libnvml_wrapper_sys-1b3065881266a817.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bae0fd3e41703743.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-0d467f55fe00813e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3bee3de726ba539e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-07858542b620eff4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0c8909aa592eb26c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-362ea8c46bdc1e85.rlib" "/opt/rustwide/target/debug/deps/liblibc-6d7bd9ab32e21e55.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lnvidia-ml" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnvidia-ml [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 `nvml-wrapper`. [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/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.basic_usage.afsufoo6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5" "/opt/rustwide/target/debug/examples/basic_usage-aeb226b775b4f5c5.4y26rxl869gkm1or.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-27093cf766535a26/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libpretty_bytes-f641396db6f76988.rlib" "/opt/rustwide/target/debug/deps/libatty-de6b045eec2dc803.rlib" "/opt/rustwide/target/debug/deps/libgetopts-ca86cae2046ec157.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-c2f347f060a1ea6c.rlib" "/opt/rustwide/target/debug/deps/libnvml_wrapper-0b4043ec1d58b5a2.rlib" "/opt/rustwide/target/debug/deps/libnvml_wrapper_sys-1b3065881266a817.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bae0fd3e41703743.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-0d467f55fe00813e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3bee3de726ba539e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-07858542b620eff4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0c8909aa592eb26c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-362ea8c46bdc1e85.rlib" "/opt/rustwide/target/debug/deps/liblibc-6d7bd9ab32e21e55.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lnvidia-ml" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnvidia-ml [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 `nvml-wrapper`. [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] warning: unnecessary parentheses around type [INFO] [stderr] --> src/test_utils.rs:135:16 [INFO] [stderr] | [INFO] [stderr] 135 | T: Fn() -> (Result), [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/test_utils.rs:145:23 [INFO] [stderr] | [INFO] [stderr] 145 | T: Fn(&Device) -> (Result), [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/test_utils.rs:158:21 [INFO] [stderr] | [INFO] [stderr] 158 | T: Fn(&Unit) -> (Result), [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/test_utils.rs:171:23 [INFO] [stderr] | [INFO] [stderr] 171 | T: Fn(&NvLink) -> (Result), [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/test_utils.rs:186:16 [INFO] [stderr] | [INFO] [stderr] 186 | T: Fn() -> (Result), [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/test_utils.rs:199:16 [INFO] [stderr] | [INFO] [stderr] 199 | T: Fn() -> (Result), [INFO] [stderr] | ^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Utf8Error(::std::str::Utf8Error); [INFO] [stderr] 13 | | NulError(::std::ffi::NulError); [INFO] [stderr] ... | [INFO] [stderr] 215 | | } [INFO] [stderr] 216 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/error.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | / error_chain! { [INFO] [stderr] 11 | | foreign_links { [INFO] [stderr] 12 | | Utf8Error(::std::str::Utf8Error); [INFO] [stderr] 13 | | NulError(::std::ffi::NulError); [INFO] [stderr] ... | [INFO] [stderr] 215 | | } [INFO] [stderr] 216 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/struct_wrappers/device.rs:200:14 [INFO] [stderr] | [INFO] [stderr] 200 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(array_into_iter)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [INFO] [stderr] [INFO] [stderr] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stderr] --> src/struct_wrappers/unit.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | .into_iter() [INFO] [stderr] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #66145 [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.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.nvml_wrapper.3jld3eww-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2" "/opt/rustwide/target/debug/deps/nvml_wrapper-4c1e2d3a8b0dbef2.3s21je8p32dlrwiy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-27093cf766535a26/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-219fc620be977b79.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-f5064c1d87ea3eaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-6bc0764cb7f4dd96.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-72042f7f9ab0950a.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7a49e61f83b63f93.rlib" "/opt/rustwide/target/debug/deps/libassert_matches-0409080a51fb93f2.rlib" "/opt/rustwide/target/debug/deps/libnvml_wrapper_sys-1b3065881266a817.rlib" "/opt/rustwide/target/debug/deps/libbitflags-bae0fd3e41703743.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-0d467f55fe00813e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-3bee3de726ba539e.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-07858542b620eff4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0c8909aa592eb26c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-362ea8c46bdc1e85.rlib" "/opt/rustwide/target/debug/deps/liblibc-6d7bd9ab32e21e55.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-lnvidia-ml" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lnvidia-ml [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 10 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `nvml-wrapper`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "fbbd1c31f75f273b2471d91bff665429ba11c076a8d7bcbab7047215f8abbd69"` [INFO] running `"docker" "rm" "-f" "fbbd1c31f75f273b2471d91bff665429ba11c076a8d7bcbab7047215f8abbd69"` [INFO] [stdout] fbbd1c31f75f273b2471d91bff665429ba11c076a8d7bcbab7047215f8abbd69