[INFO] crate nvml-wrapper 0.5.0 is already in cache [INFO] testing nvml-wrapper-0.5.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate nvml-wrapper 0.5.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate nvml-wrapper 0.5.0 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 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-4/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" "+beta-2020-06-03" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 4b32b2588ea782de33ad15c9dc06432f61c09da605b1585968ead5d8e722c884 [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" "4b32b2588ea782de33ad15c9dc06432f61c09da605b1585968ead5d8e722c884"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.51 [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 cfg-if v0.1.7 [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.72s [INFO] running `"docker" "inspect" "4b32b2588ea782de33ad15c9dc06432f61c09da605b1585968ead5d8e722c884"` [INFO] running `"docker" "rm" "-f" "4b32b2588ea782de33ad15c9dc06432f61c09da605b1585968ead5d8e722c884"` [INFO] [stdout] 4b32b2588ea782de33ad15c9dc06432f61c09da605b1585968ead5d8e722c884 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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] 90724afd9bdab679021eda5e8eb825f4c3b17c0f7838f978dfe52d00a1f54c91 [INFO] running `"docker" "start" "-a" "90724afd9bdab679021eda5e8eb825f4c3b17c0f7838f978dfe52d00a1f54c91"` [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.basic_usage.f11uc92e-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9" "/opt/rustwide/target/debug/examples/basic_usage-6408f7fa048e5bc9.5188w69pgfw3ppvh.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-857e5560d8421e2e/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/libpretty_bytes-e047d9637227b7e0.rlib" "/opt/rustwide/target/debug/deps/libatty-68e00fdc08588ee5.rlib" "/opt/rustwide/target/debug/deps/libgetopts-cfee271d55082695.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-218d914568033177.rlib" "/opt/rustwide/target/debug/deps/libnvml_wrapper-9f288cf16b624fde.rlib" "/opt/rustwide/target/debug/deps/libnvml_wrapper_sys-b3cc80b741ea6d8a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a5dbca2b31cd7d4c.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-797c6e3554ece7c1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4c1c19d0f376f22f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-a710cbe5b2692c20.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0787b9aeb6d0dd37.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-9a1998ac0d2e73e8.rlib" "/opt/rustwide/target/debug/deps/liblibc-556b8657aa4e58e9.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" "-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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.event_loop.8iu5juu6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff" "/opt/rustwide/target/debug/examples/event_loop-9a18b4b3b409a8ff.496638qy3f9x7lb1.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-857e5560d8421e2e/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/libnvml_wrapper-9f288cf16b624fde.rlib" "/opt/rustwide/target/debug/deps/libnvml_wrapper_sys-b3cc80b741ea6d8a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a5dbca2b31cd7d4c.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-797c6e3554ece7c1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4c1c19d0f376f22f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-a710cbe5b2692c20.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0787b9aeb6d0dd37.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-9a1998ac0d2e73e8.rlib" "/opt/rustwide/target/debug/deps/liblibc-556b8657aa4e58e9.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" "-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] 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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.nvml_wrapper.4hsfpy1c-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785" "/opt/rustwide/target/debug/deps/nvml_wrapper-5f2a9d0145f99785.3aw8syw3tslm8p51.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-857e5560d8421e2e/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/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.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_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libassert_matches-81556344e3a4bc26.rlib" "/opt/rustwide/target/debug/deps/libnvml_wrapper_sys-b3cc80b741ea6d8a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a5dbca2b31cd7d4c.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-797c6e3554ece7c1.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4c1c19d0f376f22f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-a710cbe5b2692c20.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-0787b9aeb6d0dd37.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-9a1998ac0d2e73e8.rlib" "/opt/rustwide/target/debug/deps/liblibc-556b8657aa4e58e9.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" "-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: build failed [INFO] running `"docker" "inspect" "90724afd9bdab679021eda5e8eb825f4c3b17c0f7838f978dfe52d00a1f54c91"` [INFO] running `"docker" "rm" "-f" "90724afd9bdab679021eda5e8eb825f4c3b17c0f7838f978dfe52d00a1f54c91"` [INFO] [stdout] 90724afd9bdab679021eda5e8eb825f4c3b17c0f7838f978dfe52d00a1f54c91