[INFO] fetching crate popcorn-blas 0.1.0... [INFO] checking popcorn-blas-0.1.0 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate popcorn-blas 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate popcorn-blas 0.1.0 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate popcorn-blas 0.1.0 [INFO] removed path dependency popcorn from crates.io crate popcorn-blas 0.1.0 [INFO] finished tweaking crates.io crate popcorn-blas 0.1.0 [INFO] tweaked toml for crates.io crate popcorn-blas 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.keyworkds [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8749cac98286a74351554a6501e01edac0398b06b509dad4ba2df2669da2ba7 [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" "b8749cac98286a74351554a6501e01edac0398b06b509dad4ba2df2669da2ba7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8749cac98286a74351554a6501e01edac0398b06b509dad4ba2df2669da2ba7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8749cac98286a74351554a6501e01edac0398b06b509dad4ba2df2669da2ba7", kill_on_drop: false }` [INFO] [stdout] b8749cac98286a74351554a6501e01edac0398b06b509dad4ba2df2669da2ba7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=forbid" "-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" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 048c53ea244d6fe0c04fd74049a648cd65af4922f286416d89e154ec5da4f636 [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" "048c53ea244d6fe0c04fd74049a648cd65af4922f286416d89e154ec5da4f636", kill_on_drop: false }` [INFO] [stderr] warning: unused manifest key: package.keyworkds [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Checking futures v0.1.30 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking blas-sys v0.6.9 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking popcorn v0.1.0 [INFO] [stderr] Checking popcorn-blas v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/operation.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | mut shape_c: Buffer, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/operation.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | mut c: Buffer) -> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/operation.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | Box, Buffer, // A [INFO] [stdout] | _________^ [INFO] [stdout] 13 | | Buffer, Buffer, // B [INFO] [stdout] 14 | | Buffer, Buffer), Error=Error>>; // Result [INFO] [stdout] | |____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 12 | Box, Buffer, // A [INFO] [stdout] 13 | Buffer, Buffer, // B [INFO] [stdout] 14 | Buffer, Buffer), Error=Error>>; // Result [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IntoFuture` [INFO] [stdout] --> src/frameworks/native/mod.rs:6:23 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::{Future, IntoFuture}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/frameworks/native/mod.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use popcorn::buffer::{self, Buffer, BufferDevice, Error}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frameworks/native/mod.rs:22:66 [INFO] [stdout] | [INFO] [stdout] 22 | impl DotOperation for Backend { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frameworks/native/mod.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | Box, Buffer, [INFO] [stdout] | _________^ [INFO] [stdout] 31 | | Buffer, Buffer, [INFO] [stdout] 32 | | Buffer, Buffer), Error=Error>> { [INFO] [stdout] | |____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 30 | Box, Buffer, [INFO] [stdout] 31 | Buffer, Buffer, [INFO] [stdout] 32 | Buffer, Buffer), Error=Error>> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:45:39 [INFO] [stdout] | [INFO] [stdout] 45 | let n_shape_a: &[usize] = try!(try!(shape_a.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:45:44 [INFO] [stdout] | [INFO] [stdout] 45 | let n_shape_a: &[usize] = try!(try!(shape_a.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | let n_a: &[T] = try!(try!(a.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:46:34 [INFO] [stdout] | [INFO] [stdout] 46 | let n_a: &[T] = try!(try!(a.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:47:39 [INFO] [stdout] | [INFO] [stdout] 47 | let n_shape_b: &[usize] = try!(try!(shape_b.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let n_shape_b: &[usize] = try!(try!(shape_b.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:48:29 [INFO] [stdout] | [INFO] [stdout] 48 | let n_b: &[T] = try!(try!(b.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:48:34 [INFO] [stdout] | [INFO] [stdout] 48 | let n_b: &[T] = try!(try!(b.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:49:43 [INFO] [stdout] | [INFO] [stdout] 49 | let n_shape_c: &mut [usize] = try!(try!(shape_c.native_memory_mut(&dev)).try_as_mut_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:49:48 [INFO] [stdout] | [INFO] [stdout] 49 | let n_shape_c: &mut [usize] = try!(try!(shape_c.native_memory_mut(&dev)).try_as_mut_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:50:33 [INFO] [stdout] | [INFO] [stdout] 50 | let n_c: &mut [T] = try!(try!(c.native_memory_mut(&dev)).try_as_mut_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | let n_c: &mut [T] = try!(try!(c.native_memory_mut(&dev)).try_as_mut_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:54:48 [INFO] [stdout] | [INFO] [stdout] 54 | let (mut bshape, iter_a, iter_b) = try!(broadcast::try_new_broadcast(n_shape_a_vec, n_a, n_shape_b_vec, n_b)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/operation.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | mut shape_c: Buffer, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(patterns_in_fns_without_body)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: patterns aren't allowed in functions without bodies [INFO] [stdout] --> src/operation.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | mut c: Buffer) -> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #35203 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/operation.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | Box, Buffer, // A [INFO] [stdout] | _________^ [INFO] [stdout] 13 | | Buffer, Buffer, // B [INFO] [stdout] 14 | | Buffer, Buffer), Error=Error>>; // Result [INFO] [stdout] | |____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 12 | Box, Buffer, // A [INFO] [stdout] 13 | Buffer, Buffer, // B [INFO] [stdout] 14 | Buffer, Buffer), Error=Error>>; // Result [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IntoFuture` [INFO] [stdout] --> src/frameworks/native/mod.rs:6:23 [INFO] [stdout] | [INFO] [stdout] 6 | use futures::{Future, IntoFuture}; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `self` [INFO] [stdout] --> src/frameworks/native/mod.rs:7:23 [INFO] [stdout] | [INFO] [stdout] 7 | use popcorn::buffer::{self, Buffer, BufferDevice, Error}; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frameworks/native/mod.rs:22:66 [INFO] [stdout] | [INFO] [stdout] 22 | impl DotOperation for Backend { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Backend` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/frameworks/native/mod.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | Box, Buffer, [INFO] [stdout] | _________^ [INFO] [stdout] 31 | | Buffer, Buffer, [INFO] [stdout] 32 | | Buffer, Buffer), Error=Error>> { [INFO] [stdout] | |____________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 30 | Box, Buffer, [INFO] [stdout] 31 | Buffer, Buffer, [INFO] [stdout] 32 | Buffer, Buffer), Error=Error>> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:45:39 [INFO] [stdout] | [INFO] [stdout] 45 | let n_shape_a: &[usize] = try!(try!(shape_a.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:45:44 [INFO] [stdout] | [INFO] [stdout] 45 | let n_shape_a: &[usize] = try!(try!(shape_a.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | let n_a: &[T] = try!(try!(a.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:46:34 [INFO] [stdout] | [INFO] [stdout] 46 | let n_a: &[T] = try!(try!(a.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:47:39 [INFO] [stdout] | [INFO] [stdout] 47 | let n_shape_b: &[usize] = try!(try!(shape_b.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:47:44 [INFO] [stdout] | [INFO] [stdout] 47 | let n_shape_b: &[usize] = try!(try!(shape_b.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:48:29 [INFO] [stdout] | [INFO] [stdout] 48 | let n_b: &[T] = try!(try!(b.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:48:34 [INFO] [stdout] | [INFO] [stdout] 48 | let n_b: &[T] = try!(try!(b.native_memory(&dev)).try_as_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:49:43 [INFO] [stdout] | [INFO] [stdout] 49 | let n_shape_c: &mut [usize] = try!(try!(shape_c.native_memory_mut(&dev)).try_as_mut_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:49:48 [INFO] [stdout] | [INFO] [stdout] 49 | let n_shape_c: &mut [usize] = try!(try!(shape_c.native_memory_mut(&dev)).try_as_mut_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:50:33 [INFO] [stdout] | [INFO] [stdout] 50 | let n_c: &mut [T] = try!(try!(c.native_memory_mut(&dev)).try_as_mut_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:50:38 [INFO] [stdout] | [INFO] [stdout] 50 | let n_c: &mut [T] = try!(try!(c.native_memory_mut(&dev)).try_as_mut_slice()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/frameworks/native/mod.rs:54:48 [INFO] [stdout] | [INFO] [stdout] 54 | let (mut bshape, iter_a, iter_b) = try!(broadcast::try_new_broadcast(n_shape_a_vec, n_a, n_shape_b_vec, n_b)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `popcorn-blas` [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] [stdout] error: aborting due to 2 previous errors; 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "048c53ea244d6fe0c04fd74049a648cd65af4922f286416d89e154ec5da4f636", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "048c53ea244d6fe0c04fd74049a648cd65af4922f286416d89e154ec5da4f636", kill_on_drop: false }` [INFO] [stdout] 048c53ea244d6fe0c04fd74049a648cd65af4922f286416d89e154ec5da4f636