[INFO] fetching crate brassfibre 0.2.0... [INFO] testing brassfibre-0.2.0 against beta-2022-04-10 for beta-1.61-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 beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 33d74c9ebb6f6559a987a772c2ad73dd2b1b11f59b1710120bf618913e730994 [INFO] running `Command { std: "docker" "start" "-a" "33d74c9ebb6f6559a987a772c2ad73dd2b1b11f59b1710120bf618913e730994", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "33d74c9ebb6f6559a987a772c2ad73dd2b1b11f59b1710120bf618913e730994", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33d74c9ebb6f6559a987a772c2ad73dd2b1b11f59b1710120bf618913e730994", kill_on_drop: false }` [INFO] [stdout] 33d74c9ebb6f6559a987a772c2ad73dd2b1b11f59b1710120bf618913e730994 [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 034eea2c300cc8fea0263e11ac2711aba06b9bdee98ead87d25c07d397c2d392 [INFO] running `Command { std: "docker" "start" "-a" "034eea2c300cc8fea0263e11ac2711aba06b9bdee98ead87d25c07d397c2d392", kill_on_drop: false }` [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-iter v0.1.42 [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: 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] = note: `#[warn(dead_code)]` on by default [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] [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: 31 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.21s [INFO] running `Command { std: "docker" "inspect" "034eea2c300cc8fea0263e11ac2711aba06b9bdee98ead87d25c07d397c2d392", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "034eea2c300cc8fea0263e11ac2711aba06b9bdee98ead87d25c07d397c2d392", kill_on_drop: false }` [INFO] [stdout] 034eea2c300cc8fea0263e11ac2711aba06b9bdee98ead87d25c07d397c2d392 [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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 650b46c6cdfa9630b76bd933346f2bc8a45a2f929af64209e8dfb255f7a2e829 [INFO] running `Command { std: "docker" "start" "-a" "650b46c6cdfa9630b76bd933346f2bc8a45a2f929af64209e8dfb255f7a2e829", kill_on_drop: false }` [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] [stderr] Compiling brassfibre v0.2.0 (/opt/rustwide/workdir) [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: 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] = note: `#[warn(dead_code)]` on by default [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] [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: 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 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] [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] [stderr] error: could not compile `brassfibre` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name series examples/series.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1fd925cca3cda789 -C extra-filename=-1fd925cca3cda789 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern brassfibre=/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib --extern nullvec=/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=acfa11c4c23e787f -C extra-filename=-acfa11c4c23e787f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern brassfibre=/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib --extern nullvec=/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `brassfibre` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name series_aggregation tests/series_aggregation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=e2473ed03ea82e1f -C extra-filename=-e2473ed03ea82e1f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern brassfibre=/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib --extern nullvec=/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `brassfibre`; 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name frame_aggregation tests/frame_aggregation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=52c8c0ba0ce80623 -C extra-filename=-52c8c0ba0ce80623 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern brassfibre=/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib --extern nullvec=/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `brassfibre` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name block examples/block.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=9dfb9e656ba63345 -C extra-filename=-9dfb9e656ba63345 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern brassfibre=/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib --extern csv=/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib --extern nullvec=/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `brassfibre`; 14 warnings emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name brassfibre src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test -C metadata=c2ca60727590b471 -C extra-filename=-c2ca60727590b471 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern csv=/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib --extern nullvec=/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.indexer.f3130776-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3.208wvtg5vchg8y1b.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib" "/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib" "/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-656078d2a79a397f.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-70132453c4198453.rlib" "/opt/rustwide/target/debug/deps/librand-852037803bfa02a9.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4a44f0cb1f636118.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-13a0a61122c89ff9.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-64bfb6aabf0b0609.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8218129049a6c67.rlib" "/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2fad981905ad5be3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/indexer-35239d35b7665fe3" "-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/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.array_aggregation.f20348a3-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc.6guu6k67wzbolf8.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib" "/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib" "/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-656078d2a79a397f.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-70132453c4198453.rlib" "/opt/rustwide/target/debug/deps/librand-852037803bfa02a9.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4a44f0cb1f636118.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-13a0a61122c89ff9.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-64bfb6aabf0b0609.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8218129049a6c67.rlib" "/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2fad981905ad5be3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/array_aggregation-a331c39f0af3fdbc" "-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] [stderr] error: could not compile `brassfibre` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `brassfibre` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.indexer.287ebeb4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175.5dgwovdy3rnc6dvq.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib" "/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib" "/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-656078d2a79a397f.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-70132453c4198453.rlib" "/opt/rustwide/target/debug/deps/librand-852037803bfa02a9.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4a44f0cb1f636118.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-13a0a61122c89ff9.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-64bfb6aabf0b0609.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8218129049a6c67.rlib" "/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2fad981905ad5be3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/indexer-240ad5917e179175" "-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: could not compile `brassfibre` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.scalar.cf04672d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6.5bbbvycchuman3l0.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib" "/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib" "/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-656078d2a79a397f.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-70132453c4198453.rlib" "/opt/rustwide/target/debug/deps/librand-852037803bfa02a9.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4a44f0cb1f636118.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-13a0a61122c89ff9.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-64bfb6aabf0b0609.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8218129049a6c67.rlib" "/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2fad981905ad5be3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/scalar-a313994a88cc32a6" "-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] [stderr] error: could not compile `brassfibre` due to 2 previous errors; 1 warning emitted [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.frame.8aac0156-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9.552jtq7nq6onlxvt.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-3a0122a4dec83645.rlib" "/opt/rustwide/target/debug/deps/libnullvec-0fe504319d2d8cee.rlib" "/opt/rustwide/target/debug/deps/libnum-daba9600991bf25e.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-656078d2a79a397f.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-70132453c4198453.rlib" "/opt/rustwide/target/debug/deps/librand-852037803bfa02a9.rlib" "/opt/rustwide/target/debug/deps/liblibc-44afddf82674132d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4a44f0cb1f636118.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-13a0a61122c89ff9.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-64bfb6aabf0b0609.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8218129049a6c67.rlib" "/opt/rustwide/target/debug/deps/libcsv-a24b31ccf42e04be.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2fad981905ad5be3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/frame-1e3d936c4b084de9" "-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: could not compile `brassfibre` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "650b46c6cdfa9630b76bd933346f2bc8a45a2f929af64209e8dfb255f7a2e829", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "650b46c6cdfa9630b76bd933346f2bc8a45a2f929af64209e8dfb255f7a2e829", kill_on_drop: false }` [INFO] [stdout] 650b46c6cdfa9630b76bd933346f2bc8a45a2f929af64209e8dfb255f7a2e829