[INFO] cloning repository https://github.com/7e11/cse375-rust-linalg [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/7e11/cse375-rust-linalg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F7e11%2Fcse375-rust-linalg", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F7e11%2Fcse375-rust-linalg'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1cc9318992235e3e5f58a40c0b2878ef4e341202 [INFO] testing 7e11/cse375-rust-linalg against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F7e11%2Fcse375-rust-linalg" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/7e11/cse375-rust-linalg on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/7e11/cse375-rust-linalg [INFO] finished tweaking git repo https://github.com/7e11/cse375-rust-linalg [INFO] tweaked toml for git repo https://github.com/7e11/cse375-rust-linalg written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/7e11/cse375-rust-linalg already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 943c83287719b1c0e47d65ed2d0cde9bfff2d1210df8a534b54670393a0e9d79 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "943c83287719b1c0e47d65ed2d0cde9bfff2d1210df8a534b54670393a0e9d79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "943c83287719b1c0e47d65ed2d0cde9bfff2d1210df8a534b54670393a0e9d79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "943c83287719b1c0e47d65ed2d0cde9bfff2d1210df8a534b54670393a0e9d79", kill_on_drop: false }` [INFO] [stdout] 943c83287719b1c0e47d65ed2d0cde9bfff2d1210df8a534b54670393a0e9d79 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a2462c06897e13a2641e97bb9952f4c0d4698de3554e99674dad52917f8689b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6a2462c06897e13a2641e97bb9952f4c0d4698de3554e99674dad52917f8689b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.52 [INFO] [stderr] Compiling cuda-sys v0.2.0 [INFO] [stderr] Compiling paste v1.0.3 [INFO] [stderr] Compiling rustacuda_core v0.1.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling ndarray v0.14.0 [INFO] [stderr] Compiling simba v0.3.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rustacuda_derive v0.1.2 [INFO] [stderr] Compiling rand_distr v0.3.0 [INFO] [stderr] Compiling rustacuda v0.1.2 [INFO] [stderr] Compiling nalgebra v0.23.1 [INFO] [stderr] Compiling linalg v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `ArrayBase`, `OwnedRepr` [INFO] [stdout] --> src/lib.rs:4:15 [INFO] [stdout] | [INFO] [stdout] 4 | use ndarray::{OwnedRepr, ArrayBase, Array2, ArrayView2, Array, ShapeBuilder}; [INFO] [stdout] | ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/lib.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 50 | unsafe fn cuda_dot_impl(a: *const f32, b: *const f32, c: *mut f32, square_len: usize) { [INFO] [stdout] | ------------------------------------------------------------------------------------- because it's nested under this `unsafe` fn [INFO] [stdout] ... [INFO] [stdout] 77 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/lib.rs:95:5 [INFO] [stdout] | [INFO] [stdout] 95 | out.copy_to(&mut out_host); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> src/main.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | rust_cuda(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.linalg.8cmm36dc-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9" "/opt/rustwide/target/debug/deps/linalg-aa1939a94808e5d9.2pzhl9fwaido67cn.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/liblinalg-07d863f0f03e39a4.rlib" "/opt/rustwide/target/debug/deps/libndarray-e097d64ebca58706.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-5ffbcf2e69445d5c.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-473256b74f30122b.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-fda4b755febe2c33.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-992c92ae9dc9e617.rlib" "/opt/rustwide/target/debug/deps/librawpointer-1f0ddd829a75cd7b.rlib" "/opt/rustwide/target/debug/deps/librustacuda-6e5c5bde1e2b5e89.rlib" "/opt/rustwide/target/debug/deps/librustacuda_core-496718030ce5044d.rlib" "/opt/rustwide/target/debug/deps/libcuda_sys-bbb9410958d2e20d.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lcuda" "-lcudart" "-lcublas" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lcuda [INFO] [stdout] /usr/bin/ld: cannot find -lcudart [INFO] [stdout] /usr/bin/ld: cannot find -lcublas [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `linalg` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "6a2462c06897e13a2641e97bb9952f4c0d4698de3554e99674dad52917f8689b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a2462c06897e13a2641e97bb9952f4c0d4698de3554e99674dad52917f8689b", kill_on_drop: false }` [INFO] [stdout] 6a2462c06897e13a2641e97bb9952f4c0d4698de3554e99674dad52917f8689b