[INFO] crate brassfibre 0.2.0 is already in cache [INFO] testing brassfibre-0.2.0 against 1.45.2 for beta-1.46-1 [INFO] extracting crate brassfibre 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate brassfibre 0.2.0 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", 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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61c88ee0ee61933e0f5b978c657424c70e20c3035173b80c752e36172cc7b23c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "61c88ee0ee61933e0f5b978c657424c70e20c3035173b80c752e36172cc7b23c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61c88ee0ee61933e0f5b978c657424c70e20c3035173b80c752e36172cc7b23c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61c88ee0ee61933e0f5b978c657424c70e20c3035173b80c752e36172cc7b23c", kill_on_drop: false }` [INFO] [stdout] 61c88ee0ee61933e0f5b978c657424c70e20c3035173b80c752e36172cc7b23c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec4af0bdaa06625a0c0e8ee3c8c0bdd62944f467804c0e82a13e2c53cbc8d282 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ec4af0bdaa06625a0c0e8ee3c8c0bdd62944f467804c0e82a13e2c53cbc8d282", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling csv v0.14.7 [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: use of deprecated item '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 item '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 item '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 item '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: 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: 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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 48.34s [INFO] running `Command { std: "docker" "inspect" "ec4af0bdaa06625a0c0e8ee3c8c0bdd62944f467804c0e82a13e2c53cbc8d282", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec4af0bdaa06625a0c0e8ee3c8c0bdd62944f467804c0e82a13e2c53cbc8d282", kill_on_drop: false }` [INFO] [stdout] ec4af0bdaa06625a0c0e8ee3c8c0bdd62944f467804c0e82a13e2c53cbc8d282 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5b354193385ab8a72e391cc75f95031d998e5632b8f35c431417e896b954c161 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5b354193385ab8a72e391cc75f95031d998e5632b8f35c431417e896b954c161", kill_on_drop: false }` [INFO] [stderr] Compiling brassfibre v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item '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 item '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 item '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 item '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: 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: 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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: use of deprecated item '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 item '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 item '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 item '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: 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: 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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Self::In) -> Self::FOut` [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 brassfibre src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --emit=dep-info,link -Cembed-bitcode=no -C debuginfo=2 --test -C metadata=db48902212b3ab34 -C extra-filename=-db48902212b3ab34 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern csv=/opt/rustwide/target/debug/deps/libcsv-9ce182171c82aeae.rlib --extern nullvec=/opt/rustwide/target/debug/deps/libnullvec-5a9661f2cf5b8ceb.rlib --extern num=/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.array_aggregation.cyme8iu5-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5" "/opt/rustwide/target/debug/deps/array_aggregation-d19e8ab90b81ddd5.2p0938oreakokkey.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-0a873d77c695e3a1.rlib" "/opt/rustwide/target/debug/deps/libnullvec-5a9661f2cf5b8ceb.rlib" "/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ac38289afe19c459.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-218c2fe94f8517e7.rlib" "/opt/rustwide/target/debug/deps/librand-51f5f7bf0186ec60.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-38b34b9c5bb580a3.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f733c6b77dc722ee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libcsv-9ce182171c82aeae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f61ed616208b2c25.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-25b43da44e7bda7c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.block_reshape.6tu1u99m-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e" "/opt/rustwide/target/debug/deps/block_reshape-93c4d0ce8e694e2e.bjxdw6oxepc8ara.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-0a873d77c695e3a1.rlib" "/opt/rustwide/target/debug/deps/libnullvec-5a9661f2cf5b8ceb.rlib" "/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ac38289afe19c459.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-218c2fe94f8517e7.rlib" "/opt/rustwide/target/debug/deps/librand-51f5f7bf0186ec60.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-38b34b9c5bb580a3.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f733c6b77dc722ee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libcsv-9ce182171c82aeae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f61ed616208b2c25.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-25b43da44e7bda7c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.indexer.adb6144t-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e" "/opt/rustwide/target/debug/deps/indexer-6b1ca95ec759a05e.vfjsdvedw5gch6o.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-0a873d77c695e3a1.rlib" "/opt/rustwide/target/debug/deps/libnullvec-5a9661f2cf5b8ceb.rlib" "/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ac38289afe19c459.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-218c2fe94f8517e7.rlib" "/opt/rustwide/target/debug/deps/librand-51f5f7bf0186ec60.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-38b34b9c5bb580a3.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f733c6b77dc722ee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libcsv-9ce182171c82aeae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f61ed616208b2c25.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-25b43da44e7bda7c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.block_aggregation.ahki1d67-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd" "/opt/rustwide/target/debug/deps/block_aggregation-8ccb05c2f8bd8cbd.acktk0vdlfmnx0r.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-3ad1ab5f7ba3783f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-be4838eb8e86accd.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-d7f97d30aca9ddf1.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-2e806a0559ee0b3f.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-9137a404219e7a82.rlib" "/opt/rustwide/target/debug/deps/libbrassfibre-0a873d77c695e3a1.rlib" "/opt/rustwide/target/debug/deps/libnullvec-5a9661f2cf5b8ceb.rlib" "/opt/rustwide/target/debug/deps/libnum-7ccb7a84d86df4c1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-ac38289afe19c459.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-218c2fe94f8517e7.rlib" "/opt/rustwide/target/debug/deps/librand-51f5f7bf0186ec60.rlib" "/opt/rustwide/target/debug/deps/liblibc-809b3ff95751964d.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-38b34b9c5bb580a3.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-f733c6b77dc722ee.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f84db87ac40dfc9a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dab92e4a7c3b6ca2.rlib" "/opt/rustwide/target/debug/deps/libcsv-9ce182171c82aeae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f61ed616208b2c25.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-25b43da44e7bda7c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8bb11f807a7b6b4c.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-ca8087507780d964.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-259c92b387c1c166.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-16e0a2fbbb8e14b3.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-8a1651b8e23d2aaf.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-23bdd98b0574083e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-855a92055ec33e2e.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-24c70dd44fbacdfb.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-b326273841bae587.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ac3c1f0e16507051.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5729542b65954aa.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-09bd1119ab1cad7d.rlib" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9a787681bfbeaf61.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.45.2-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5a0398ee67f74664.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [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] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "5b354193385ab8a72e391cc75f95031d998e5632b8f35c431417e896b954c161", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b354193385ab8a72e391cc75f95031d998e5632b8f35c431417e896b954c161", kill_on_drop: false }` [INFO] [stdout] 5b354193385ab8a72e391cc75f95031d998e5632b8f35c431417e896b954c161