[INFO] crate accel 0.3.0-alpha.1 is already in cache [INFO] checking accel-0.3.0-alpha.1 against try#13f916f63bc6575d5ff1f989237dfabe88981368 for pr-69880 [INFO] extracting crate accel 0.3.0-alpha.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate accel 0.3.0-alpha.1 on toolchain 13f916f63bc6575d5ff1f989237dfabe88981368 [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate accel 0.3.0-alpha.1 [INFO] finished tweaking crates.io crate accel 0.3.0-alpha.1 [INFO] tweaked toml for crates.io crate accel 0.3.0-alpha.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate accel 0.3.0-alpha.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+13f916f63bc6575d5ff1f989237dfabe88981368" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+13f916f63bc6575d5ff1f989237dfabe88981368" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b7f733b1f9ea0999d65e63066d694ae5e588d3a56709b392b9b51c3cceca8728 [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" "b7f733b1f9ea0999d65e63066d694ae5e588d3a56709b392b9b51c3cceca8728"` [INFO] [stderr] Compiling cuda-config v0.1.0 [INFO] [stderr] Compiling cuda-runtime-sys v0.3.0-alpha.1 [INFO] [stderr] Compiling cuda-driver-sys v0.3.0-alpha.1 [INFO] [stderr] Checking accel v0.3.0-alpha.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `accel_derive` [INFO] [stderr] --> examples/add_managed.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate accel_derive; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [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[E0432]: unresolved import `accel_derive` [INFO] [stderr] --> examples/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] --> examples/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: cannot find attribute `dependencies` in this scope [INFO] [stderr] --> examples/add.rs:5:3 [INFO] [stderr] | [INFO] [stderr] 5 | #[dependencies("accel-core" = "0.3.0-alpha.1")] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `accel_core` [INFO] [stderr] --> examples/add.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | let i = accel_core::index(); [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `accel_core` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 4 arguments but 6 arguments were supplied [INFO] [stderr] --> examples/add.rs:28:5 [INFO] [stderr] | [INFO] [stderr] 6 | pub unsafe fn add(a: *const f64, b: *const f64, c: *mut f64, n: usize) { [INFO] [stderr] | ---------------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 28 | add(grid, block, a.as_ptr(), b.as_ptr(), c.as_mut_ptr(), n); [INFO] [stderr] | ^^^ ---- ----- ---------- ---------- -------------- - supplied 6 arguments [INFO] [stderr] | | [INFO] [stderr] | expected 4 arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, 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: build failed [INFO] running `"docker" "inspect" "b7f733b1f9ea0999d65e63066d694ae5e588d3a56709b392b9b51c3cceca8728"` [INFO] running `"docker" "rm" "-f" "b7f733b1f9ea0999d65e63066d694ae5e588d3a56709b392b9b51c3cceca8728"` [INFO] [stdout] b7f733b1f9ea0999d65e63066d694ae5e588d3a56709b392b9b51c3cceca8728