[INFO] crate openalgebra 0.0.1 is already in cache [INFO] checking openalgebra-0.0.1 against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] extracting crate openalgebra 0.0.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate openalgebra 0.0.1 on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate openalgebra 0.0.1 [INFO] finished tweaking crates.io crate openalgebra 0.0.1 [INFO] tweaked toml for crates.io crate openalgebra 0.0.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "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-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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+5e633973aa9255a88b65a39484627bb54e6044b3" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 42488e66d0fc8590bc2ff99f21149aab03e82dfc248b7929b518faf6f4284c29 [INFO] running `"docker" "start" "-a" "42488e66d0fc8590bc2ff99f21149aab03e82dfc248b7929b518faf6f4284c29"` [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Checking num-bigint v0.2.3 [INFO] [stderr] Checking num-iter v0.1.39 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling arrayfire v3.6.2 [INFO] [stderr] Checking openalgebra v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/vector/mod.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | backend: af::Array, [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/matrix/mod.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | backend: af::Array, [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/vector/impl_ops.rs:156:11 [INFO] [stderr] | [INFO] [stderr] 156 | impl From for Vector { [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/vector/impl_ops.rs:157:20 [INFO] [stderr] | [INFO] [stderr] 157 | fn from(array: af::Array) -> Vector { [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/matrix/impl_ops.rs:390:11 [INFO] [stderr] | [INFO] [stderr] 390 | impl From for Matrix { [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/matrix/impl_ops.rs:391:20 [INFO] [stderr] | [INFO] [stderr] 391 | fn from(array: af::Array) -> Matrix { [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `openalgebra`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/vector/mod.rs:10:14 [INFO] [stderr] | [INFO] [stderr] 10 | backend: af::Array, [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/matrix/mod.rs:17:14 [INFO] [stderr] | [INFO] [stderr] 17 | backend: af::Array, [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/vector/impl_ops.rs:156:11 [INFO] [stderr] | [INFO] [stderr] 156 | impl From for Vector { [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/vector/impl_ops.rs:157:20 [INFO] [stderr] | [INFO] [stderr] 157 | fn from(array: af::Array) -> Vector { [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/matrix/impl_ops.rs:390:11 [INFO] [stderr] | [INFO] [stderr] 390 | impl From for Matrix { [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> src/matrix/impl_ops.rs:391:20 [INFO] [stderr] | [INFO] [stderr] 391 | fn from(array: af::Array) -> Matrix { [INFO] [stderr] | ^^^^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `openalgebra`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "42488e66d0fc8590bc2ff99f21149aab03e82dfc248b7929b518faf6f4284c29"` [INFO] running `"docker" "rm" "-f" "42488e66d0fc8590bc2ff99f21149aab03e82dfc248b7929b518faf6f4284c29"` [INFO] [stdout] 42488e66d0fc8590bc2ff99f21149aab03e82dfc248b7929b518faf6f4284c29