[INFO] fetching crate brassfibre 0.2.0... [INFO] testing brassfibre-0.2.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate brassfibre 0.2.0 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate brassfibre 0.2.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate brassfibre 0.2.0 [INFO] finished tweaking crates.io crate brassfibre 0.2.0 [INFO] tweaked toml for crates.io crate brassfibre 0.2.0 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 345541471fe6329f9e01f51a5649c4671e823ae01f72c793c9e4fa074c579c01 [INFO] running `Command { std: "docker" "start" "-a" "345541471fe6329f9e01f51a5649c4671e823ae01f72c793c9e4fa074c579c01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "345541471fe6329f9e01f51a5649c4671e823ae01f72c793c9e4fa074c579c01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "345541471fe6329f9e01f51a5649c4671e823ae01f72c793c9e4fa074c579c01", kill_on_drop: false }` [INFO] [stdout] 345541471fe6329f9e01f51a5649c4671e823ae01f72c793c9e4fa074c579c01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a35518bcb1118bdd1508683a1f0312f20a50d3ed2c979e4084d922ca8733e013 [INFO] running `Command { std: "docker" "start" "-a" "a35518bcb1118bdd1508683a1f0312f20a50d3ed2c979e4084d922ca8733e013", kill_on_drop: false }` [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling csv v0.14.7 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling nullvec v0.1.5 [INFO] [stderr] Compiling brassfibre v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Num` [INFO] [stdout] --> src/algos/computation.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | use num::{Num, Zero, Float, ToPrimitive}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Borrow` [INFO] [stdout] --> src/algos/counter.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::{Borrow, Cow}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `nullvec::prelude::dev::algos::Sorter` [INFO] [stdout] --> src/block/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use nullvec::prelude::dev::algos::Sorter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Num` [INFO] [stdout] --> src/block/aggregation.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use num::{Num, Zero, ToPrimitive}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Num` [INFO] [stdout] --> src/block/groupby.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | use num::{Num, Zero, ToPrimitive}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/io/mod.rs:25:35 [INFO] [stdout] | [INFO] [stdout] 25 | let header: Vec = try!(reader.headers()); [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/io/mod.rs:35:39 [INFO] [stdout] | [INFO] [stdout] 35 | let values: Vec = try!(record); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/io/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | try!(writer.encode(columns)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/io/mod.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | try!(writer.encode(row)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/block/mod.rs:295:38 [INFO] [stdout] | [INFO] [stdout] 295 | fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 295 - fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 295 + fn apply<'f>(&'i self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/series/mod.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 156 - fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 156 + fn apply<'f>(&'i self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:109:38 [INFO] [stdout] | [INFO] [stdout] 109 | fn apply<'f>(&'s self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - fn apply<'f>(&'s self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out; [INFO] [stdout] 109 + fn apply<'f>(&'s self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/block/groupby.rs:30:38 [INFO] [stdout] | [INFO] [stdout] 30 | fn apply<'f>(&'c self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 30 - fn apply<'f>(&'c self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 30 + fn apply<'f>(&'c self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/series/groupby.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 29 - fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 29 + fn apply<'f>(&'i self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IndexerIndex` [INFO] [stdout] --> src/block/reshape.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | use traits::{Slicer, IndexerIndex, RowIndex, Append, Concatenation, Join}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IndexerIndex` [INFO] [stdout] --> src/frame/reshape.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | use traits::{Slicer, IndexerIndex, RowIndex, Append, Concatenation, Join}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `label` [INFO] [stdout] --> src/block/mod.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | fn loc<'l>(&'c self, label: &'l Self::Key) -> Self::Row { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_label` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `locaiton` [INFO] [stdout] --> src/block/mod.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | fn iloc<'l>(&'c self, locaiton: &'l usize) -> Self::Row { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_locaiton` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `labels` [INFO] [stdout] --> src/block/mod.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn blocs<'l>(&'c self, labels: &'l [bool]) -> Self { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_labels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `label` [INFO] [stdout] --> src/frame/mod.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | fn loc(&'c self, label: &Self::Key) -> Self::Row { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_label` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `locaiton` [INFO] [stdout] --> src/frame/mod.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | fn iloc(&'c self, locaiton: &usize) -> Self::Row { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_locaiton` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `labels` [INFO] [stdout] --> src/frame/mod.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | fn blocs(&self, labels: &[bool]) -> Self { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_labels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `label` [INFO] [stdout] --> src/frame/mod.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | fn get(&'i self, label: &Self::Key) -> Self::Column { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_label` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `loc` [INFO] [stdout] --> src/frame/mod.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | fn iget(&'i self, loc: &usize) -> Self::Column { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_loc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `locations` [INFO] [stdout] --> src/indexer/mod.rs:80:28 [INFO] [stdout] | [INFO] [stdout] 80 | fn ilocs_forced(&self, locations: &[usize]) -> Self { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_locations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Duplicates` [INFO] [stdout] --> src/algos/duplicates.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Duplicates { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `duplicated` [INFO] [stdout] --> src/algos/duplicates.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn duplicated(a: &[T], how: Duplicates) -> Vec [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `duplicated_keepfirst` [INFO] [stdout] --> src/algos/duplicates.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | fn duplicated_keepfirst(a: &[T]) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `duplicated_keeplast` [INFO] [stdout] --> src/algos/duplicates.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | fn duplicated_keeplast(a: &[T]) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `duplicated_keepnone` [INFO] [stdout] --> src/algos/duplicates.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | fn duplicated_keepnone(a: &[T]) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `assert_binop` [INFO] [stdout] --> src/frame/mod.rs:174:8 [INFO] [stdout] | [INFO] [stdout] 174 | fn assert_binop(&self, other: &Self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.99s [INFO] running `Command { std: "docker" "inspect" "a35518bcb1118bdd1508683a1f0312f20a50d3ed2c979e4084d922ca8733e013", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a35518bcb1118bdd1508683a1f0312f20a50d3ed2c979e4084d922ca8733e013", kill_on_drop: false }` [INFO] [stdout] a35518bcb1118bdd1508683a1f0312f20a50d3ed2c979e4084d922ca8733e013 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e31b4a3cb77effd1b75f4615ff879082b437e6a7e45612390634d7ef929a05b [INFO] running `Command { std: "docker" "start" "-a" "8e31b4a3cb77effd1b75f4615ff879082b437e6a7e45612390634d7ef929a05b", kill_on_drop: false }` [INFO] [stderr] Compiling brassfibre v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Num` [INFO] [stdout] --> src/algos/computation.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | use num::{Num, Zero, Float, ToPrimitive}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Borrow` [INFO] [stdout] --> src/algos/counter.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::{Borrow, Cow}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `nullvec::prelude::dev::algos::Sorter` [INFO] [stdout] --> src/block/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use nullvec::prelude::dev::algos::Sorter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Num` [INFO] [stdout] --> src/block/aggregation.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use num::{Num, Zero, ToPrimitive}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Num` [INFO] [stdout] --> src/block/groupby.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | use num::{Num, Zero, ToPrimitive}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/io/mod.rs:25:35 [INFO] [stdout] | [INFO] [stdout] 25 | let header: Vec = try!(reader.headers()); [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/io/mod.rs:35:39 [INFO] [stdout] | [INFO] [stdout] 35 | let values: Vec = try!(record); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/io/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | try!(writer.encode(columns)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/io/mod.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | try!(writer.encode(row)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/block/mod.rs:295:38 [INFO] [stdout] | [INFO] [stdout] 295 | fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 295 - fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 295 + fn apply<'f>(&'i self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/series/mod.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 156 - fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 156 + fn apply<'f>(&'i self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:109:38 [INFO] [stdout] | [INFO] [stdout] 109 | fn apply<'f>(&'s self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - fn apply<'f>(&'s self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out; [INFO] [stdout] 109 + fn apply<'f>(&'s self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/block/groupby.rs:30:38 [INFO] [stdout] | [INFO] [stdout] 30 | fn apply<'f>(&'c self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 30 - fn apply<'f>(&'c self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 30 + fn apply<'f>(&'c self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/series/groupby.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 29 - fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 29 + fn apply<'f>(&'i self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IndexerIndex` [INFO] [stdout] --> src/block/reshape.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | use traits::{Slicer, IndexerIndex, RowIndex, Append, Concatenation, Join}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `IndexerIndex` [INFO] [stdout] --> src/frame/reshape.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | use traits::{Slicer, IndexerIndex, RowIndex, Append, Concatenation, Join}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `label` [INFO] [stdout] --> src/block/mod.rs:50:26 [INFO] [stdout] | [INFO] [stdout] 50 | fn loc<'l>(&'c self, label: &'l Self::Key) -> Self::Row { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_label` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `locaiton` [INFO] [stdout] --> src/block/mod.rs:54:27 [INFO] [stdout] | [INFO] [stdout] 54 | fn iloc<'l>(&'c self, locaiton: &'l usize) -> Self::Row { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_locaiton` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `labels` [INFO] [stdout] --> src/block/mod.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | fn blocs<'l>(&'c self, labels: &'l [bool]) -> Self { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_labels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `label` [INFO] [stdout] --> src/frame/mod.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | fn loc(&'c self, label: &Self::Key) -> Self::Row { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_label` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `locaiton` [INFO] [stdout] --> src/frame/mod.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | fn iloc(&'c self, locaiton: &usize) -> Self::Row { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_locaiton` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `labels` [INFO] [stdout] --> src/frame/mod.rs:71:21 [INFO] [stdout] | [INFO] [stdout] 71 | fn blocs(&self, labels: &[bool]) -> Self { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_labels` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `label` [INFO] [stdout] --> src/frame/mod.rs:84:22 [INFO] [stdout] | [INFO] [stdout] 84 | fn get(&'i self, label: &Self::Key) -> Self::Column { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_label` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `loc` [INFO] [stdout] --> src/frame/mod.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | fn iget(&'i self, loc: &usize) -> Self::Column { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_loc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `locations` [INFO] [stdout] --> src/indexer/mod.rs:80:28 [INFO] [stdout] | [INFO] [stdout] 80 | fn ilocs_forced(&self, locations: &[usize]) -> Self { [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_locations` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum is never used: `Duplicates` [INFO] [stdout] --> src/algos/duplicates.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | pub enum Duplicates { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `duplicated` [INFO] [stdout] --> src/algos/duplicates.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn duplicated(a: &[T], how: Duplicates) -> Vec [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `duplicated_keepfirst` [INFO] [stdout] --> src/algos/duplicates.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | fn duplicated_keepfirst(a: &[T]) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `duplicated_keeplast` [INFO] [stdout] --> src/algos/duplicates.rs:44:8 [INFO] [stdout] | [INFO] [stdout] 44 | fn duplicated_keeplast(a: &[T]) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `duplicated_keepnone` [INFO] [stdout] --> src/algos/duplicates.rs:68:8 [INFO] [stdout] | [INFO] [stdout] 68 | fn duplicated_keepnone(a: &[T]) -> Vec [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `assert_binop` [INFO] [stdout] --> src/frame/mod.rs:174:8 [INFO] [stdout] | [INFO] [stdout] 174 | fn assert_binop(&self, other: &Self) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/scalar.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Num` [INFO] [stdout] --> src/algos/computation.rs:5:11 [INFO] [stdout] | [INFO] [stdout] 5 | use num::{Num, Zero, Float, ToPrimitive}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Borrow` [INFO] [stdout] --> src/algos/counter.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use std::borrow::{Borrow, Cow}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `nullvec::prelude::dev::algos::Sorter` [INFO] [stdout] --> src/block/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use nullvec::prelude::dev::algos::Sorter; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Num` [INFO] [stdout] --> src/block/aggregation.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use num::{Num, Zero, ToPrimitive}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Num` [INFO] [stdout] --> src/block/groupby.rs:2:11 [INFO] [stdout] | [INFO] [stdout] 2 | use num::{Num, Zero, ToPrimitive}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/io/mod.rs:25:35 [INFO] [stdout] | [INFO] [stdout] 25 | let header: Vec = try!(reader.headers()); [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/io/mod.rs:35:39 [INFO] [stdout] | [INFO] [stdout] 35 | let values: Vec = try!(record); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/io/mod.rs:91:9 [INFO] [stdout] | [INFO] [stdout] 91 | try!(writer.encode(columns)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/io/mod.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | try!(writer.encode(row)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/block/mod.rs:295:38 [INFO] [stdout] | [INFO] [stdout] 295 | fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 295 - fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 295 + fn apply<'f>(&'i self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/series/mod.rs:156:38 [INFO] [stdout] | [INFO] [stdout] 156 | fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 156 - fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 156 + fn apply<'f>(&'i self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits.rs:109:38 [INFO] [stdout] | [INFO] [stdout] 109 | fn apply<'f>(&'s self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - fn apply<'f>(&'s self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out; [INFO] [stdout] 109 + fn apply<'f>(&'s self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/block/groupby.rs:30:38 [INFO] [stdout] | [INFO] [stdout] 30 | fn apply<'f>(&'c self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 30 - fn apply<'f>(&'c self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 30 + fn apply<'f>(&'c self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/series/groupby.rs:29:38 [INFO] [stdout] | [INFO] [stdout] 29 | fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 29 - fn apply<'f>(&'i self, func: &'f Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] 29 + fn apply<'f>(&'i self, func: &'f dyn Fn(&Self::In) -> Self::FOut) -> Self::Out { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exp` [INFO] [stdout] --> tests/frame_aggregation.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | let exp: Series = Series::new(vec![Scalar::i64(15), Scalar::f64(40.)], [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_exp` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exp` [INFO] [stdout] --> tests/frame_aggregation.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 36 | let exp: Series = Series::new(vec![1., 6.], vec!["X", "Y"]); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_exp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exp` [INFO] [stdout] --> tests/frame_aggregation.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | let exp: Series = Series::new(vec![5., 10.], vec!["X", "Y"]); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_exp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exp` [INFO] [stdout] --> tests/frame_aggregation.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | let exp: Series = Series::new(vec![Scalar::i64(14), [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_exp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exp` [INFO] [stdout] --> tests/frame_aggregation.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | let exp: Series = Series::new(vec![Scalar::i64(-2), Scalar::f64(3.1)], [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_exp` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `exp` [INFO] [stdout] --> tests/frame_aggregation.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | let exp: Series = Series::new(vec![Scalar::i64(7), Scalar::f64(10.)], [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_exp` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `brassfibre` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name block tests/block.rs --error-format=json --json=diagnostic-rendered-ansi,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=3214b8e412219399 -C extra-filename=-3214b8e412219399 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern brassfibre=/opt/rustwide/target/debug/deps/libbrassfibre-3d382434cd0fa6e5.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-52c8df1fff432cfe.rlib --extern nullvec=/opt/rustwide/target/debug/deps/libnullvec-35a1ff60c9b2aa60.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-605f6b228bc24fe8.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.series.6c02288c-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88.3s596f7wxjoa5il1.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3d382434cd0fa6e5.rlib" "/opt/rustwide/target/debug/deps/libnullvec-35a1ff60c9b2aa60.rlib" "/opt/rustwide/target/debug/deps/libnum-605f6b228bc24fe8.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-5946c359e13a6260.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9229f124a0a0fd5e.rlib" "/opt/rustwide/target/debug/deps/librand-9c5dae6a91989ca1.rlib" "/opt/rustwide/target/debug/deps/liblibc-0df115c6f3232b87.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-90dcf0a8a5aa5255.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-667700f713c3de22.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1a971ad76d60d78d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6392f8d501d3fcb7.rlib" "/opt/rustwide/target/debug/deps/libcsv-52c8df1fff432cfe.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-0dc33504845dc5ac.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-786d978b89569557.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/series-7596bebd329b6a88" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.block_aggregation.f9471eda-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33.1uc6g8lw28b6dm25.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3d382434cd0fa6e5.rlib" "/opt/rustwide/target/debug/deps/libnullvec-35a1ff60c9b2aa60.rlib" "/opt/rustwide/target/debug/deps/libnum-605f6b228bc24fe8.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-5946c359e13a6260.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9229f124a0a0fd5e.rlib" "/opt/rustwide/target/debug/deps/librand-9c5dae6a91989ca1.rlib" "/opt/rustwide/target/debug/deps/liblibc-0df115c6f3232b87.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-90dcf0a8a5aa5255.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-667700f713c3de22.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1a971ad76d60d78d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6392f8d501d3fcb7.rlib" "/opt/rustwide/target/debug/deps/libcsv-52c8df1fff432cfe.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-0dc33504845dc5ac.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-786d978b89569557.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/block_aggregation-7eb61481a7433f33" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.array_aggregation.a2734118-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce.503uxo8i17ylhklm.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3d382434cd0fa6e5.rlib" "/opt/rustwide/target/debug/deps/libnullvec-35a1ff60c9b2aa60.rlib" "/opt/rustwide/target/debug/deps/libnum-605f6b228bc24fe8.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-5946c359e13a6260.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9229f124a0a0fd5e.rlib" "/opt/rustwide/target/debug/deps/librand-9c5dae6a91989ca1.rlib" "/opt/rustwide/target/debug/deps/liblibc-0df115c6f3232b87.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-90dcf0a8a5aa5255.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-667700f713c3de22.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1a971ad76d60d78d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6392f8d501d3fcb7.rlib" "/opt/rustwide/target/debug/deps/libcsv-52c8df1fff432cfe.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-0dc33504845dc5ac.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-786d978b89569557.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/array_aggregation-bf90b1b2e67c49ce" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.scalar.a379e2d4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f.4vyxx9oqpq7bq0ec.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3d382434cd0fa6e5.rlib" "/opt/rustwide/target/debug/deps/libnullvec-35a1ff60c9b2aa60.rlib" "/opt/rustwide/target/debug/deps/libnum-605f6b228bc24fe8.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-5946c359e13a6260.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9229f124a0a0fd5e.rlib" "/opt/rustwide/target/debug/deps/librand-9c5dae6a91989ca1.rlib" "/opt/rustwide/target/debug/deps/liblibc-0df115c6f3232b87.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-90dcf0a8a5aa5255.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-667700f713c3de22.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1a971ad76d60d78d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6392f8d501d3fcb7.rlib" "/opt/rustwide/target/debug/deps/libcsv-52c8df1fff432cfe.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-0dc33504845dc5ac.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-786d978b89569557.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/scalar-ebbf247bba44892f" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.frame_reshape.6c955c66-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d.4cy4im86jzzmj7to.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3d382434cd0fa6e5.rlib" "/opt/rustwide/target/debug/deps/libnullvec-35a1ff60c9b2aa60.rlib" "/opt/rustwide/target/debug/deps/libnum-605f6b228bc24fe8.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-5946c359e13a6260.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9229f124a0a0fd5e.rlib" "/opt/rustwide/target/debug/deps/librand-9c5dae6a91989ca1.rlib" "/opt/rustwide/target/debug/deps/liblibc-0df115c6f3232b87.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-90dcf0a8a5aa5255.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-667700f713c3de22.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1a971ad76d60d78d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6392f8d501d3fcb7.rlib" "/opt/rustwide/target/debug/deps/libcsv-52c8df1fff432cfe.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-0dc33504845dc5ac.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-786d978b89569557.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/frame_reshape-d72b07f0fbe2275d" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.format.c09fdbb4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd.3nxq0gme5ja2zsvl.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3d382434cd0fa6e5.rlib" "/opt/rustwide/target/debug/deps/libnullvec-35a1ff60c9b2aa60.rlib" "/opt/rustwide/target/debug/deps/libnum-605f6b228bc24fe8.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-5946c359e13a6260.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9229f124a0a0fd5e.rlib" "/opt/rustwide/target/debug/deps/librand-9c5dae6a91989ca1.rlib" "/opt/rustwide/target/debug/deps/liblibc-0df115c6f3232b87.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-90dcf0a8a5aa5255.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-667700f713c3de22.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1a971ad76d60d78d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6392f8d501d3fcb7.rlib" "/opt/rustwide/target/debug/deps/libcsv-52c8df1fff432cfe.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-0dc33504845dc5ac.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-786d978b89569557.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/format-07acca0ae70ea6cd" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.block_groupby.c457e8d4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a.4nkmvopvkfsadp3k.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-758a09c353a92957.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-743b1b40789d9970.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-03c847826ae3c573.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-b1a47273c37bf80e.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3d382434cd0fa6e5.rlib" "/opt/rustwide/target/debug/deps/libnullvec-35a1ff60c9b2aa60.rlib" "/opt/rustwide/target/debug/deps/libnum-605f6b228bc24fe8.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-5946c359e13a6260.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9229f124a0a0fd5e.rlib" "/opt/rustwide/target/debug/deps/librand-9c5dae6a91989ca1.rlib" "/opt/rustwide/target/debug/deps/liblibc-0df115c6f3232b87.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-90dcf0a8a5aa5255.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-667700f713c3de22.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1a971ad76d60d78d.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6392f8d501d3fcb7.rlib" "/opt/rustwide/target/debug/deps/libcsv-52c8df1fff432cfe.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-0dc33504845dc5ac.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-786d978b89569557.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/block_groupby-66557ff549b0c82a" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8e31b4a3cb77effd1b75f4615ff879082b437e6a7e45612390634d7ef929a05b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e31b4a3cb77effd1b75f4615ff879082b437e6a7e45612390634d7ef929a05b", kill_on_drop: false }` [INFO] [stdout] 8e31b4a3cb77effd1b75f4615ff879082b437e6a7e45612390634d7ef929a05b