[INFO] fetching crate ndarray 0.15.3... [INFO] testing ndarray-0.15.3 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate ndarray 0.15.3 into /workspace/builds/worker-55/source [INFO] validating manifest of crates.io crate ndarray 0.15.3 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ndarray 0.15.3 [INFO] finished tweaking crates.io crate ndarray 0.15.3 [INFO] tweaked toml for crates.io crate ndarray 0.15.3 written to /workspace/builds/worker-55/source/Cargo.toml [INFO] crate crates.io crate ndarray 0.15.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded thread-tree v0.3.2 [INFO] [stderr] Downloaded defmac v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc9f52cba12845146ab152780164f1d66155e4a29a9119d13e03eafefc04b002 [INFO] running `Command { std: "docker" "start" "-a" "cc9f52cba12845146ab152780164f1d66155e4a29a9119d13e03eafefc04b002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc9f52cba12845146ab152780164f1d66155e4a29a9119d13e03eafefc04b002", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc9f52cba12845146ab152780164f1d66155e4a29a9119d13e03eafefc04b002", kill_on_drop: false }` [INFO] [stdout] cc9f52cba12845146ab152780164f1d66155e4a29a9119d13e03eafefc04b002 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d86d03146f812749321ce9bcd548f280cbc242f4827c632aada0cc1ed2c80dcd [INFO] running `Command { std: "docker" "start" "-a" "d86d03146f812749321ce9bcd548f280cbc242f4827c632aada0cc1ed2c80dcd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling matrixmultiply v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling ndarray v0.15.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:425:5 [INFO] [stdout] | [INFO] [stdout] 425 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:426:5 [INFO] [stdout] | [INFO] [stdout] 426 | impl_insert_axis_array!(0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:533:5 [INFO] [stdout] | [INFO] [stdout] 533 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 534 | impl_insert_axis_array!(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:697:5 [INFO] [stdout] | [INFO] [stdout] 697 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:698:5 [INFO] [stdout] | [INFO] [stdout] 698 | impl_insert_axis_array!(2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:817:5 [INFO] [stdout] | [INFO] [stdout] 817 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 818 | impl_insert_axis_array!(3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:848:13 [INFO] [stdout] | [INFO] [stdout] 848 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 859 | / large_dim!(4, Ix4, (Ix, Ix, Ix, Ix), Ix5, { [INFO] [stdout] 860 | | impl_insert_axis_array!(4); [INFO] [stdout] 861 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:860:5 [INFO] [stdout] | [INFO] [stdout] 860 | impl_insert_axis_array!(4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `large_dim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:848:13 [INFO] [stdout] | [INFO] [stdout] 848 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 862 | / large_dim!(5, Ix5, (Ix, Ix, Ix, Ix, Ix), Ix6, { [INFO] [stdout] 863 | | impl_insert_axis_array!(5); [INFO] [stdout] 864 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:863:5 [INFO] [stdout] | [INFO] [stdout] 863 | impl_insert_axis_array!(5); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `large_dim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.00s [INFO] running `Command { std: "docker" "inspect" "d86d03146f812749321ce9bcd548f280cbc242f4827c632aada0cc1ed2c80dcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d86d03146f812749321ce9bcd548f280cbc242f4827c632aada0cc1ed2c80dcd", kill_on_drop: false }` [INFO] [stdout] d86d03146f812749321ce9bcd548f280cbc242f4827c632aada0cc1ed2c80dcd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03099f4f3cfdf5a4d1f0ceeb8cfc98fd78ff90c8d22e1bda68fa1c245a424057 [INFO] running `Command { std: "docker" "start" "-a" "03099f4f3cfdf5a4d1f0ceeb8cfc98fd78ff90c8d22e1bda68fa1c245a424057", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling defmac v0.2.1 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:425:5 [INFO] [stdout] | [INFO] [stdout] 425 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:426:5 [INFO] [stdout] | [INFO] [stdout] 426 | impl_insert_axis_array!(0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:533:5 [INFO] [stdout] | [INFO] [stdout] 533 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 534 | impl_insert_axis_array!(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:697:5 [INFO] [stdout] | [INFO] [stdout] 697 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:698:5 [INFO] [stdout] | [INFO] [stdout] 698 | impl_insert_axis_array!(2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:817:5 [INFO] [stdout] | [INFO] [stdout] 817 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 818 | impl_insert_axis_array!(3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:848:13 [INFO] [stdout] | [INFO] [stdout] 848 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 859 | / large_dim!(4, Ix4, (Ix, Ix, Ix, Ix), Ix5, { [INFO] [stdout] 860 | | impl_insert_axis_array!(4); [INFO] [stdout] 861 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:860:5 [INFO] [stdout] | [INFO] [stdout] 860 | impl_insert_axis_array!(4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `large_dim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:848:13 [INFO] [stdout] | [INFO] [stdout] 848 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 862 | / large_dim!(5, Ix5, (Ix, Ix, Ix, Ix, Ix), Ix6, { [INFO] [stdout] 863 | | impl_insert_axis_array!(5); [INFO] [stdout] 864 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:863:5 [INFO] [stdout] | [INFO] [stdout] 863 | impl_insert_axis_array!(5); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `large_dim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.10.0 [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 quickcheck v0.9.2 [INFO] [stderr] Compiling ndarray v0.15.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:425:5 [INFO] [stdout] | [INFO] [stdout] 425 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:426:5 [INFO] [stdout] | [INFO] [stdout] 426 | impl_insert_axis_array!(0); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:533:5 [INFO] [stdout] | [INFO] [stdout] 533 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:534:5 [INFO] [stdout] | [INFO] [stdout] 534 | impl_insert_axis_array!(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:697:5 [INFO] [stdout] | [INFO] [stdout] 697 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:698:5 [INFO] [stdout] | [INFO] [stdout] 698 | impl_insert_axis_array!(2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:817:5 [INFO] [stdout] | [INFO] [stdout] 817 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 818 | impl_insert_axis_array!(3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:848:13 [INFO] [stdout] | [INFO] [stdout] 848 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 859 | / large_dim!(4, Ix4, (Ix, Ix, Ix, Ix), Ix5, { [INFO] [stdout] 860 | | impl_insert_axis_array!(4); [INFO] [stdout] 861 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:860:5 [INFO] [stdout] | [INFO] [stdout] 860 | impl_insert_axis_array!(4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `large_dim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/dimension/dimension_trait.rs:848:13 [INFO] [stdout] | [INFO] [stdout] 848 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 862 | / large_dim!(5, Ix5, (Ix, Ix, Ix, Ix, Ix), Ix6, { [INFO] [stdout] 863 | | impl_insert_axis_array!(5); [INFO] [stdout] 864 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `impl_insert_axis_array` [INFO] [stdout] --> src/dimension/dimension_trait.rs:863:5 [INFO] [stdout] | [INFO] [stdout] 863 | impl_insert_axis_array!(5); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this warning originates in the macro `large_dim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ndarray`; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ndarray --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=fc21229fd0f0bb5c -C extra-filename=-fc21229fd0f0bb5c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern approx=/opt/rustwide/target/debug/deps/libapprox-1eebd20c16a7da65.rlib --extern defmac=/opt/rustwide/target/debug/deps/libdefmac-a1583d4aeb00315c.rlib --extern itertools=/opt/rustwide/target/debug/deps/libitertools-6d52907e4c6641d1.rlib --extern matrixmultiply=/opt/rustwide/target/debug/deps/libmatrixmultiply-54a02b38aaddda32.rlib --extern num_complex=/opt/rustwide/target/debug/deps/libnum_complex-48b987ebabd5f21e.rlib --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-ffa7126ad9d8d12b.rlib --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-3ba2032dae1915d2.rlib --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-5667daa2e0f1fa12.rlib --extern rawpointer=/opt/rustwide/target/debug/deps/librawpointer-9b15b747fdb4e961.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "03099f4f3cfdf5a4d1f0ceeb8cfc98fd78ff90c8d22e1bda68fa1c245a424057", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03099f4f3cfdf5a4d1f0ceeb8cfc98fd78ff90c8d22e1bda68fa1c245a424057", kill_on_drop: false }` [INFO] [stdout] 03099f4f3cfdf5a4d1f0ceeb8cfc98fd78ff90c8d22e1bda68fa1c245a424057