[INFO] crate accel 0.3.0-alpha.2 is already in cache [INFO] testing accel-0.3.0-alpha.2 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate accel 0.3.0-alpha.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate accel 0.3.0-alpha.2 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate accel 0.3.0-alpha.2 [INFO] finished tweaking crates.io crate accel 0.3.0-alpha.2 [INFO] tweaked toml for crates.io crate accel 0.3.0-alpha.2 written to /workspace/builds/worker-2/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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 9911aa3b1b28f3ec14d9e6fa931d0dcd9d256d7623569ad8a66c59d7d20aa6eb [INFO] running `"docker" "start" "-a" "9911aa3b1b28f3ec14d9e6fa931d0dcd9d256d7623569ad8a66c59d7d20aa6eb"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling cuda-config v0.1.0 [INFO] [stderr] Compiling cuda-driver-sys v0.3.0-alpha.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling thiserror-impl v1.0.15 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling thiserror v1.0.15 [INFO] [stderr] Compiling accel v0.3.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.52s [INFO] running `"docker" "inspect" "9911aa3b1b28f3ec14d9e6fa931d0dcd9d256d7623569ad8a66c59d7d20aa6eb"` [INFO] running `"docker" "rm" "-f" "9911aa3b1b28f3ec14d9e6fa931d0dcd9d256d7623569ad8a66c59d7d20aa6eb"` [INFO] [stdout] 9911aa3b1b28f3ec14d9e6fa931d0dcd9d256d7623569ad8a66c59d7d20aa6eb [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 51a3c9b8d9fec52aeb8118c1cf80f4382dad51732312c6849db6c79c816c174d [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" "51a3c9b8d9fec52aeb8118c1cf80f4382dad51732312c6849db6c79c816c174d"` [INFO] [stderr] Compiling accel v0.3.0-alpha.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `accel_derive` [INFO] [stderr] --> tests/printf.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use accel_derive::kernel; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `accel_derive` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `accel_core` [INFO] [stderr] --> tests/printf.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | accel_core::println!("Hello from {}", i); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `accel_core` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `kernel` [INFO] [stderr] --> tests/printf.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | #[kernel] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `accel_core` [INFO] [stderr] --> tests/printf.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | let i = accel_core::index(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `accel_core` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 arguments but 4 arguments were supplied [INFO] [stderr] --> tests/printf.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn print() { [INFO] [stderr] | -------------- defined here [INFO] [stderr] ... [INFO] [stderr] 14 | print(&ctx, 1, 4, &())?; [INFO] [stderr] | ^^^^^ ---- - - --- supplied 4 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 0 arguments [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `accel_derive` [INFO] [stderr] --> tests/add.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use accel_derive::kernel; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `accel_derive` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `kernel` [INFO] [stderr] --> tests/add.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | #[kernel] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `accel_core` [INFO] [stderr] --> tests/add.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | let i = accel_core::index(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `accel_core` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `add` [INFO] [stderr] --> tests/add.rs:38:20 [INFO] [stderr] | [INFO] [stderr] 38 | println!("{}", add::PTX_STR); [INFO] [stderr] | ^^^ use of undeclared type or module `add` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `accel_derive` [INFO] [stderr] --> tests/assert.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use accel_derive::kernel; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `accel_derive` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `accel_core` [INFO] [stderr] --> tests/assert.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | accel_core::assert_eq!(1 + 2, 4); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `accel_core` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `kernel` [INFO] [stderr] --> tests/assert.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | #[kernel] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `assert` [INFO] [stderr] --> tests/assert.rs:25:18 [INFO] [stderr] | [INFO] [stderr] 25 | let module = assert::Module::new(&ctx)?; [INFO] [stderr] | ^^^^^^ use of undeclared type or module `assert` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `accel_derive` [INFO] [stderr] --> tests/read_host_memory.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use accel_derive::kernel; [INFO] [stderr] | ^^^^^^^^^^^^ use of undeclared type or module `accel_derive` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `accel_core` [INFO] [stderr] --> tests/read_host_memory.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | accel_core::println!("a[{}] = {}", i, unsafe { *(a.offset(i)) }); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `accel_core` [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the attribute macro `kernel` [INFO] [stderr] --> tests/read_host_memory.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | #[kernel] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `accel_core` [INFO] [stderr] --> tests/read_host_memory.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | let i = accel_core::index() as isize; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `accel_core` [INFO] [stderr] [INFO] [stderr] error[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` [INFO] [stderr] --> tests/printf.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | print(&ctx, 1, 4, &())?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `()` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stderr] = note: required by `std::ops::Try::into_result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error[E0061]: this function takes 0 arguments but 4 arguments were supplied [INFO] [stderr] --> tests/assert.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 5 | pub fn assert() { [INFO] [stderr] | --------------- defined here [INFO] [stderr] ... [INFO] [stderr] 13 | let result = assert(&ctx, 1, 4, &()); [INFO] [stderr] | ^^^^^^ ---- - - --- supplied 4 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 0 arguments [INFO] [stderr] [INFO] [stderr] error: could not compile `accel`. [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[E0061]: this function takes 1 argument but 4 arguments were supplied [INFO] [stderr] --> tests/read_host_memory.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 5 | pub unsafe fn read_host_memory(a: *const i32) { [INFO] [stderr] | --------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 20 | read_host_memory(&ctx, 1, 4, &(&a.as_ptr(),))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ ---- - - --------------- supplied 4 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 1 argument [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_err` found for unit type `()` in the current scope [INFO] [stderr] --> tests/assert.rs:14:20 [INFO] [stderr] | [INFO] [stderr] 14 | assert!(result.is_err()); // assertion failed [INFO] [stderr] | ^^^^^^ method not found in `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `accel`. [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[E0277]: the `?` operator can only be applied to values that implement `std::ops::Try` [INFO] [stderr] --> tests/read_host_memory.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | read_host_memory(&ctx, 1, 4, &(&a.as_ptr(),))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `()` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Try` is not implemented for `()` [INFO] [stderr] = note: required by `std::ops::Try::into_result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0277, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `accel`. [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[E0308]: mismatched types [INFO] [stderr] --> tests/add.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | add(&ctx, 1, n, &(&a.as_ptr(), &b.as_ptr(), &c.as_mut_ptr(), &n)).expect("Kernel call failed"); [INFO] [stderr] | ^^^^ expected `f64`, found struct `accel::device::Context` [INFO] [stderr] | [INFO] [stderr] = note: expected raw pointer `*const f64` [INFO] [stderr] found reference `&accel::device::Context` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/add.rs:29:15 [INFO] [stderr] | [INFO] [stderr] 29 | add(&ctx, 1, n, &(&a.as_ptr(), &b.as_ptr(), &c.as_mut_ptr(), &n)).expect("Kernel call failed"); [INFO] [stderr] | ^ expected *-ptr, found `usize` [INFO] [stderr] | [INFO] [stderr] = note: expected raw pointer `*const f64` [INFO] [stderr] found type `usize` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/add.rs:29:18 [INFO] [stderr] | [INFO] [stderr] 29 | add(&ctx, 1, n, &(&a.as_ptr(), &b.as_ptr(), &c.as_mut_ptr(), &n)).expect("Kernel call failed"); [INFO] [stderr] | ^ expected *-ptr, found `usize` [INFO] [stderr] | [INFO] [stderr] = note: expected raw pointer `*mut f64` [INFO] [stderr] found type `usize` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/add.rs:29:21 [INFO] [stderr] | [INFO] [stderr] 29 | add(&ctx, 1, n, &(&a.as_ptr(), &b.as_ptr(), &c.as_mut_ptr(), &n)).expect("Kernel call failed"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `usize`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `usize` [INFO] [stderr] found reference `&(&*const f64, &*const f64, &*mut f64, &usize)` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `expect` found for unit type `()` in the current scope [INFO] [stderr] --> tests/add.rs:29:71 [INFO] [stderr] | [INFO] [stderr] 29 | add(&ctx, 1, n, &(&a.as_ptr(), &b.as_ptr(), &c.as_mut_ptr(), &n)).expect("Kernel call failed"); [INFO] [stderr] | ^^^^^^ method not found in `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `accel`. [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/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.accel.93an3hjr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25" "/opt/rustwide/target/debug/deps/accel-382e7a3e6c81dd25.d4ylytwraxv1ub7.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/libthiserror-a415920e85a6c230.rlib" "/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/libbitflags-c5180c3dc5cc8193.rlib" "/opt/rustwide/target/debug/deps/liblog-dd0cc9f7ce37032a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9f97a4fd61bd1e10.rlib" "/opt/rustwide/target/debug/deps/libcuda_driver_sys-b1269e0bc0cfd5ec.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" "-lcuda" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lcuda [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 `accel`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "51a3c9b8d9fec52aeb8118c1cf80f4382dad51732312c6849db6c79c816c174d"` [INFO] running `"docker" "rm" "-f" "51a3c9b8d9fec52aeb8118c1cf80f4382dad51732312c6849db6c79c816c174d"` [INFO] [stdout] 51a3c9b8d9fec52aeb8118c1cf80f4382dad51732312c6849db6c79c816c174d