[INFO] crate gbdt 0.1.1 is already in cache [INFO] testing gbdt-0.1.1 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate gbdt 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate gbdt 0.1.1 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gbdt 0.1.1 [INFO] finished tweaking crates.io crate gbdt 0.1.1 [INFO] tweaked toml for crates.io crate gbdt 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fdad80794f12cb8d5fec5a8db99b3eddad05239e7747add7e55f2b20a9cbbc07 [INFO] running `"docker" "start" "-a" "fdad80794f12cb8d5fec5a8db99b3eddad05239e7747add7e55f2b20a9cbbc07"` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling gbdt v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1749:75 [INFO] [stderr] | [INFO] [stderr] 1749 | pub fn get_from_xgboost(node: &serde_json::Value) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1762:25 [INFO] [stderr] | [INFO] [stderr] 1762 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1801:34 [INFO] [stderr] | [INFO] [stderr] 1801 | let err: Box = From::from("not support extra missing node".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1838:26 [INFO] [stderr] | [INFO] [stderr] 1838 | let err: Box = From::from("children not found".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:710:64 [INFO] [stderr] | [INFO] [stderr] 710 | pub fn save_model(&self, filename: &str) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:729:59 [INFO] [stderr] | [INFO] [stderr] 729 | pub fn load_model(filename: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:749:84 [INFO] [stderr] | [INFO] [stderr] 749 | pub fn from_xgoost_dump(model_file: &str, objective: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:289:84 [INFO] [stderr] | [INFO] [stderr] 289 | pub fn load_csv(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:340:84 [INFO] [stderr] | [INFO] [stderr] 340 | pub fn load_txt(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:417:80 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn load(file_name: &str, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `"docker" "inspect" "fdad80794f12cb8d5fec5a8db99b3eddad05239e7747add7e55f2b20a9cbbc07"` [INFO] running `"docker" "rm" "-f" "fdad80794f12cb8d5fec5a8db99b3eddad05239e7747add7e55f2b20a9cbbc07"` [INFO] [stdout] fdad80794f12cb8d5fec5a8db99b3eddad05239e7747add7e55f2b20a9cbbc07 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 465cdead5c2fa69f8cf3820473cbad6119dd4e38b18ea341f96db2fbbdd3eb26 [INFO] running `"docker" "start" "-a" "465cdead5c2fa69f8cf3820473cbad6119dd4e38b18ea341f96db2fbbdd3eb26"` [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1749:75 [INFO] [stderr] | [INFO] [stderr] 1749 | pub fn get_from_xgboost(node: &serde_json::Value) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1762:25 [INFO] [stderr] | [INFO] [stderr] 1762 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1801:34 [INFO] [stderr] | [INFO] [stderr] 1801 | let err: Box = From::from("not support extra missing node".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1838:26 [INFO] [stderr] | [INFO] [stderr] 1838 | let err: Box = From::from("children not found".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:710:64 [INFO] [stderr] | [INFO] [stderr] 710 | pub fn save_model(&self, filename: &str) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:729:59 [INFO] [stderr] | [INFO] [stderr] 729 | pub fn load_model(filename: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:749:84 [INFO] [stderr] | [INFO] [stderr] 749 | pub fn from_xgoost_dump(model_file: &str, objective: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:289:84 [INFO] [stderr] | [INFO] [stderr] 289 | pub fn load_csv(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:340:84 [INFO] [stderr] | [INFO] [stderr] 340 | pub fn load_txt(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:417:80 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn load(file_name: &str, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling gbdt v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1749:75 [INFO] [stderr] | [INFO] [stderr] 1749 | pub fn get_from_xgboost(node: &serde_json::Value) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1762:25 [INFO] [stderr] | [INFO] [stderr] 1762 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1801:34 [INFO] [stderr] | [INFO] [stderr] 1801 | let err: Box = From::from("not support extra missing node".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1838:26 [INFO] [stderr] | [INFO] [stderr] 1838 | let err: Box = From::from("children not found".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:710:64 [INFO] [stderr] | [INFO] [stderr] 710 | pub fn save_model(&self, filename: &str) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:729:59 [INFO] [stderr] | [INFO] [stderr] 729 | pub fn load_model(filename: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:749:84 [INFO] [stderr] | [INFO] [stderr] 749 | pub fn from_xgoost_dump(model_file: &str, objective: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:289:84 [INFO] [stderr] | [INFO] [stderr] 289 | pub fn load_csv(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:340:84 [INFO] [stderr] | [INFO] [stderr] 340 | pub fn load_txt(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:417:80 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn load(file_name: &str, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: unused import: `PredVec` [INFO] [stderr] --> examples/test-batch.rs:3:27 [INFO] [stderr] | [INFO] [stderr] 3 | use gbdt::decision_tree::{PredVec, ValueType}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 20.79s [INFO] running `"docker" "inspect" "465cdead5c2fa69f8cf3820473cbad6119dd4e38b18ea341f96db2fbbdd3eb26"` [INFO] running `"docker" "rm" "-f" "465cdead5c2fa69f8cf3820473cbad6119dd4e38b18ea341f96db2fbbdd3eb26"` [INFO] [stdout] 465cdead5c2fa69f8cf3820473cbad6119dd4e38b18ea341f96db2fbbdd3eb26 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=forbid" "-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" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 506b34b39d4a3dee247617bb87d721c7dfa4d1e73be7814ba1c25ac222e77858 [INFO] running `"docker" "start" "-a" "506b34b39d4a3dee247617bb87d721c7dfa4d1e73be7814ba1c25ac222e77858"` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1749:75 [INFO] [stderr] | [INFO] [stderr] 1749 | pub fn get_from_xgboost(node: &serde_json::Value) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1762:25 [INFO] [stderr] | [INFO] [stderr] 1762 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1801:34 [INFO] [stderr] | [INFO] [stderr] 1801 | let err: Box = From::from("not support extra missing node".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1838:26 [INFO] [stderr] | [INFO] [stderr] 1838 | let err: Box = From::from("children not found".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:710:64 [INFO] [stderr] | [INFO] [stderr] 710 | pub fn save_model(&self, filename: &str) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:729:59 [INFO] [stderr] | [INFO] [stderr] 729 | pub fn load_model(filename: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:749:84 [INFO] [stderr] | [INFO] [stderr] 749 | pub fn from_xgoost_dump(model_file: &str, objective: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:289:84 [INFO] [stderr] | [INFO] [stderr] 289 | pub fn load_csv(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:340:84 [INFO] [stderr] | [INFO] [stderr] 340 | pub fn load_txt(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:417:80 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn load(file_name: &str, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `PredVec` [INFO] [stderr] --> examples/test-batch.rs:3:27 [INFO] [stderr] | [INFO] [stderr] 3 | use gbdt::decision_tree::{PredVec, ValueType}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1749:75 [INFO] [stderr] | [INFO] [stderr] 1749 | pub fn get_from_xgboost(node: &serde_json::Value) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1762:25 [INFO] [stderr] | [INFO] [stderr] 1762 | ) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1801:34 [INFO] [stderr] | [INFO] [stderr] 1801 | let err: Box = From::from("not support extra missing node".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/decision_tree.rs:1838:26 [INFO] [stderr] | [INFO] [stderr] 1838 | let err: Box = From::from("children not found".to_string()); [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:710:64 [INFO] [stderr] | [INFO] [stderr] 710 | pub fn save_model(&self, filename: &str) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:729:59 [INFO] [stderr] | [INFO] [stderr] 729 | pub fn load_model(filename: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/gradient_boost.rs:749:84 [INFO] [stderr] | [INFO] [stderr] 749 | pub fn from_xgoost_dump(model_file: &str, objective: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:289:84 [INFO] [stderr] | [INFO] [stderr] 289 | pub fn load_csv(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:340:84 [INFO] [stderr] | [INFO] [stderr] 340 | pub fn load_txt(file: &mut File, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/input.rs:417:80 [INFO] [stderr] | [INFO] [stderr] 417 | pub fn load(file_name: &str, input_format: InputFormat) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gbdt-a554782515d6df11 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::build_decision_tree ... ok [INFO] [stdout] test tests::walk_tree ... ok [INFO] [stdout] test tests::config_express ... ok [INFO] [stdout] test tests::fitness ... ok [INFO] [stdout] test tests::loss_type ... ok [INFO] [stdout] test tests::decision_tree ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests gbdt [INFO] [stdout] [INFO] [stdout] running 73 tests [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::get_node_mut (line 172) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::get_root_index (line 97) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::get_node (line 156) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::add_root (line 81) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::get_right_child (line 134) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::add_left_node (line 189) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::get_left_child (line 110) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::add_right_node (line 208) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::print (line 257) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::len (line 315) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTreeNode::new (line 33) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::new (line 219) ... FAILED [INFO] [stdout] test src/config.rs - config (line 37) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_data_sample_ratio (line 321) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_debug (line 359) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::enabled_initial_guess (line 371) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_feature_sample_ratio (line 309) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_feature_size (line 242) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_max_depth (line 285) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_iterations (line 297) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_loss (line 345) ... FAILED [INFO] [stdout] test src/config.rs - config::loss2string (line 153) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_training_optimization_level (line 272) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::to_string (line 383) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::Data::new_training_data (line 168) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree (line 29) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_min_leaf_size (line 333) ... ok [INFO] [stdout] test src/config.rs - config::Config::set_shrinkage (line 254) ... ok [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::fit_n (line 1037) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::fit (line 1104) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::get_from_xgboost (line 1739) ... FAILED [INFO] [stdout] test src/config.rs - config::string2loss (line 126) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::predict (line 1331) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::Data::new_test_data (line 200) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::print (line 1685) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::set_feature_size (line 975) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::len (line 1847) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::new (line 956) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::set_loss (line 1011) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::predict_n (line 1246) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::average (line 207) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::set_feature_sample_ratio (line 1024) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::TrainingCache::get_preds (line 374) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::almost_equal_thrs (line 11) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::set_max_depth (line 987) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::almost_equal (line 23) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::set_min_leaf_size (line 999) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::TrainingCache::get_cache (line 300) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::label_average (line 267) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost (line 15) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::fit (line 199) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::from_xgoost_dump (line 741) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::weighted_residual_median (line 396) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::load_model (line 722) ... ok [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::predict (line 391) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::weighted_label_median (line 326) ... ok [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::print_trees (line 552) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::new (line 129) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::set_delimeter (line 180) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::predict_multiclass (line 489) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::to_string (line 129) ... FAILED [INFO] [stdout] test src/input.rs - input (line 7) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::save_model (line 656) ... FAILED [INFO] [stdout] test src/input.rs - input (line 18) ... ok [INFO] [stdout] test src/input.rs - input::InputFormat::csv_format (line 94) ... ok [INFO] [stdout] test src/input.rs - input::load_csv (line 277) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::set_label_index (line 169) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::set_feature_size (line 158) ... ok [INFO] [stdout] test src/input.rs - input::InputFormat::txt_format (line 112) ... ok [INFO] [stdout] test src/input.rs - input::load (line 406) ... ok [INFO] [stdout] test src/input.rs - input::load (line 395) ... ok [INFO] [stdout] test src/input.rs - input::infer (line 204) ... FAILED [INFO] [stdout] test src/input.rs - input::load_txt (line 327) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::get_node_mut (line 172) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::get_root_index (line 97) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest8AUc4j/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctest8AUc4j/rust_out" "/tmp/rustdoctest8AUc4j/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: : final link failed: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::get_node (line 156) stdout ---- [INFO] [stdout] error: could not exec the linker `cc` [INFO] [stdout] | [INFO] [stdout] = note: Cannot allocate memory (os error 12) [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestQKpu32/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestQKpu32/rust_out" "/tmp/rustdoctestQKpu32/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::add_root (line 81) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::get_right_child (line 134) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::add_left_node (line 189) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::get_left_child (line 110) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::add_right_node (line 208) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::print (line 257) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::len (line 315) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTreeNode::new (line 33) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::new (line 219) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config (line 37) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_data_sample_ratio (line 321) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_debug (line 359) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::enabled_initial_guess (line 371) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_feature_sample_ratio (line 309) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_feature_size (line 242) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_max_depth (line 285) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_iterations (line 297) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_loss (line 345) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::loss2string (line 153) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_training_optimization_level (line 272) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestIYDUsD/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestIYDUsD/rust_out" "/tmp/rustdoctestIYDUsD/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: : error trying to exec '/usr/bin/ld': execvp: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 254 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::to_string (line 383) stdout ---- [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::Data::new_training_data (line 168) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree (line 29) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestUYg1MG/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestUYg1MG/rust_out" "/tmp/rustdoctestUYg1MG/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib(gbdt-fa89b7fbdbc45097.gbdt.5p36e1mh-cgu.6.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stdout] /opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib: error adding symbols: File in wrong format [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::fit_n (line 1037) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::fit (line 1104) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::get_from_xgboost (line 1739) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::string2loss (line 126) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestNbc4C0/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestNbc4C0/rust_out" "/tmp/rustdoctestNbc4C0/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::predict (line 1331) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::Data::new_test_data (line 200) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestPbVxh4/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestPbVxh4/rust_out" "/tmp/rustdoctestPbVxh4/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::print (line 1685) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::set_feature_size (line 975) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::len (line 1847) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::new (line 956) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestrs1vS3/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestrs1vS3/rust_out" "/tmp/rustdoctestrs1vS3/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::set_loss (line 1011) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::predict_n (line 1246) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fitness.rs - fitness::average (line 207) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::set_feature_sample_ratio (line 1024) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest8f5Ysh/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctest8f5Ysh/rust_out" "/tmp/rustdoctest8f5Ysh/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: : final link failed: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::TrainingCache::get_preds (line 374) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fitness.rs - fitness::almost_equal_thrs (line 11) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::set_max_depth (line 987) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestVYxw5x/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestVYxw5x/rust_out" "/tmp/rustdoctestVYxw5x/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fitness.rs - fitness::almost_equal (line 23) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::set_min_leaf_size (line 999) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::TrainingCache::get_cache (line 300) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestE5WT5G/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestE5WT5G/rust_out" "/tmp/rustdoctestE5WT5G/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fitness.rs - fitness::label_average (line 267) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost (line 15) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost::GBDT::fit (line 199) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest3QqmjL/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctest3QqmjL/rust_out" "/tmp/rustdoctest3QqmjL/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: error: /opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib: read: Bad address [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost::GBDT::from_xgoost_dump (line 741) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fitness.rs - fitness::weighted_residual_median (line 396) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctesta2gKAh/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctesta2gKAh/rust_out" "/tmp/rustdoctesta2gKAh/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: BFD (GNU Binutils for Ubuntu) 2.30 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stdout] [INFO] [stdout] /usr/bin/ld: Please report this bug. [INFO] [stdout] [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost::GBDT::predict (line 391) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost::GBDT::print_trees (line 552) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost::GBDT::new (line 129) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestiQSMhC/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestiQSMhC/rust_out" "/tmp/rustdoctestiQSMhC/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/input.rs - input::InputFormat::set_delimeter (line 180) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost::GBDT::predict_multiclass (line 489) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/input.rs - input::InputFormat::to_string (line 129) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/input.rs - input (line 7) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestaDJ4m7/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestaDJ4m7/rust_out" "/tmp/rustdoctestaDJ4m7/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: : final link failed: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost::GBDT::save_model (line 656) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctest9lBmyw/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctest9lBmyw/rust_out" "/tmp/rustdoctest9lBmyw/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: final link failed: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/input.rs - input::load_csv (line 277) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/input.rs - input::InputFormat::set_label_index (line 169) 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/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/tmp/rustdoctestSSVDTX/rust_out.rust_out.7rcbfp3g-cgu.0.rcgu.o" "-o" "/tmp/rustdoctestSSVDTX/rust_out" "/tmp/rustdoctestSSVDTX/rust_out.33dyzt1ekirinwy8.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libgbdt-fa89b7fbdbc45097.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5091034848ca75a9.rlib" "/opt/rustwide/target/debug/deps/libryu-12d8e5edf3ac1d84.rlib" "/opt/rustwide/target/debug/deps/libitoa-82fd069fb6d22506.rlib" "/opt/rustwide/target/debug/deps/libserde-470fc2eb72433e39.rlib" "/opt/rustwide/target/debug/deps/libregex-5673d2c692486c34.rlib" "/opt/rustwide/target/debug/deps/libthread_local-99a05dc3a68e4d67.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-895f7b6116abae12.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-171112384f1bc6b1.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6743c7b9c8d789f.rlib" "/opt/rustwide/target/debug/deps/librand-f488f31dc6440488.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-c620f8c8363fcd13.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-b9c8d693de9478d7.rlib" "/opt/rustwide/target/debug/deps/librand_hc-8d8f4df3ee45e5b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-35312d40afb18cd1.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4f156b75dface467.rlib" "/opt/rustwide/target/debug/deps/librand_core-d9b40d5d52d51138.rlib" "/opt/rustwide/target/debug/deps/librand_os-cf350ebec693170f.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-90ebca03520ab7cf.rlib" "/opt/rustwide/target/debug/deps/librand_core-1a2b5e959401cd87.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: : final link failed: Cannot allocate memory [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/input.rs - input::infer (line 204) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/input.rs:211:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f9e7234ad4 - backtrace::backtrace::libunwind::trace::h61666fa4b9834a45 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x55f9e7234ad4 - backtrace::backtrace::trace_unsynchronized::h01d3725fb5da8653 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55f9e7234ad4 - std::sys_common::backtrace::_print_fmt::h5c7c4751bc296f90 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x55f9e7234ad4 - ::fmt::h7729313ad2d729c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x55f9e7253c0c - core::fmt::write::hb0049f6c12bdaffc [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x55f9e7233013 - std::io::Write::write_fmt::hfb486fa6ccb90f14 [INFO] [stdout] at src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x55f9e72370a5 - std::sys_common::backtrace::_print::ha087cac92e84a414 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 7: 0x55f9e72370a5 - std::sys_common::backtrace::print::h6b013d3bfe6cbcb8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 8: 0x55f9e72370a5 - std::panicking::default_hook::{{closure}}::h016d7de02def2736 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 9: 0x55f9e7236de2 - std::panicking::default_hook::h9386f7e484840463 [INFO] [stdout] at src/libstd/panicking.rs:218 [INFO] [stdout] 10: 0x55f9e7237702 - std::panicking::rust_panic_with_hook::h3846eb1b2e5a9312 [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 11: 0x55f9e72372eb - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 12: 0x55f9e7252ff1 - core::panicking::panic_fmt::hc5953a7331f9805c [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 13: 0x55f9e7252e13 - core::option::expect_none_failed::hf2c575a7b931ce1f [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 14: 0x55f9e700c28b - core::result::Result::unwrap::hd658069dc6eeac3e [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/result.rs:1005 [INFO] [stdout] 15: 0x55f9e7009ec1 - gbdt::input::infer::h2c0ccd9da873459b [INFO] [stdout] at src/input.rs:211 [INFO] [stdout] 16: 0x55f9e70069a1 - rust_out::main::hce5147e828914a17 [INFO] [stdout] 17: 0x55f9e70067d3 - std::rt::lang_start::{{closure}}::hd4d3223f97a59432 [INFO] [stdout] 18: 0x55f9e7237b48 - std::rt::lang_start_internal::{{closure}}::h76043ceda1ce1596 [INFO] [stdout] at src/libstd/rt.rs:52 [INFO] [stdout] 19: 0x55f9e7237b48 - std::panicking::try::do_call::hb3d81a78fdf1ed63 [INFO] [stdout] at src/libstd/panicking.rs:331 [INFO] [stdout] 20: 0x55f9e7237b48 - std::panicking::try::he8d7c35962fb5d7e [INFO] [stdout] at src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x55f9e7237b48 - std::panic::catch_unwind::h643ad9bfe058a347 [INFO] [stdout] at src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x55f9e7237b48 - std::rt::lang_start_internal::h4b0f023744ce345f [INFO] [stdout] at src/libstd/rt.rs:51 [INFO] [stdout] 23: 0x55f9e70067b8 - std::rt::lang_start::h03f94474139bc599 [INFO] [stdout] 24: 0x55f9e7006a9b - main [INFO] [stdout] 25: 0x7f8730b41b97 - __libc_start_main [INFO] [stdout] 26: 0x55f9e700669a - _start [INFO] [stdout] 27: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] ---- src/input.rs - input::load_txt (line 327) stdout ---- [INFO] [stdout] Test executable failed (exit code 101). [INFO] [stdout] [INFO] [stdout] stderr: [INFO] [stdout] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/input.rs:7:16 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5646f573eb14 - backtrace::backtrace::libunwind::trace::h61666fa4b9834a45 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x5646f573eb14 - backtrace::backtrace::trace_unsynchronized::h01d3725fb5da8653 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5646f573eb14 - std::sys_common::backtrace::_print_fmt::h5c7c4751bc296f90 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x5646f573eb14 - ::fmt::h7729313ad2d729c7 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x5646f575d8ac - core::fmt::write::hb0049f6c12bdaffc [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x5646f573d333 - std::io::Write::write_fmt::hfb486fa6ccb90f14 [INFO] [stdout] at src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x5646f57410b5 - std::sys_common::backtrace::_print::ha087cac92e84a414 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 7: 0x5646f57410b5 - std::sys_common::backtrace::print::h6b013d3bfe6cbcb8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 8: 0x5646f57410b5 - std::panicking::default_hook::{{closure}}::h016d7de02def2736 [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 9: 0x5646f5740df2 - std::panicking::default_hook::h9386f7e484840463 [INFO] [stdout] at src/libstd/panicking.rs:218 [INFO] [stdout] 10: 0x5646f57416c2 - std::panicking::rust_panic_with_hook::h3846eb1b2e5a9312 [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 11: 0x5646f57412ab - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 12: 0x5646f575cc91 - core::panicking::panic_fmt::hc5953a7331f9805c [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 13: 0x5646f575cab3 - core::option::expect_none_failed::hf2c575a7b931ce1f [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 14: 0x5646f57241db - core::result::Result::unwrap::hd658069dc6eeac3e [INFO] [stdout] at /rustc/41997647ba6a77908f6ef64401414feb00bccf16/src/libcore/result.rs:1005 [INFO] [stdout] 15: 0x5646f5720ce6 - rust_out::main::hce5147e828914a17 [INFO] [stdout] 16: 0x5646f5720a93 - std::rt::lang_start::{{closure}}::hd4d3223f97a59432 [INFO] [stdout] 17: 0x5646f5741b08 - std::rt::lang_start_internal::{{closure}}::h76043ceda1ce1596 [INFO] [stdout] at src/libstd/rt.rs:52 [INFO] [stdout] 18: 0x5646f5741b08 - std::panicking::try::do_call::hb3d81a78fdf1ed63 [INFO] [stdout] at src/libstd/panicking.rs:331 [INFO] [stdout] 19: 0x5646f5741b08 - std::panicking::try::he8d7c35962fb5d7e [INFO] [stdout] at src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x5646f5741b08 - std::panic::catch_unwind::h643ad9bfe058a347 [INFO] [stdout] at src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x5646f5741b08 - std::rt::lang_start_internal::h4b0f023744ce345f [INFO] [stdout] at src/libstd/rt.rs:51 [INFO] [stdout] 22: 0x5646f5720a78 - std::rt::lang_start::h03f94474139bc599 [INFO] [stdout] 23: 0x5646f5720dbb - main [INFO] [stdout] 24: 0x7fa793a93b97 - __libc_start_main [INFO] [stdout] 25: 0x5646f572095a - _start [INFO] [stdout] 26: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::add_left_node (line 189) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::add_right_node (line 208) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::add_root (line 81) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::get_left_child (line 110) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::get_node (line 156) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::get_node_mut (line 172) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::get_right_child (line 134) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::get_root_index (line 97) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::len (line 315) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTree::print (line 257) [INFO] [stdout] src/binary_tree.rs - binary_tree::BinaryTreeNode::new (line 33) [INFO] [stdout] src/config.rs - config (line 37) [INFO] [stdout] src/config.rs - config::Config::enabled_initial_guess (line 371) [INFO] [stdout] src/config.rs - config::Config::new (line 219) [INFO] [stdout] src/config.rs - config::Config::set_data_sample_ratio (line 321) [INFO] [stdout] src/config.rs - config::Config::set_debug (line 359) [INFO] [stdout] src/config.rs - config::Config::set_feature_sample_ratio (line 309) [INFO] [stdout] src/config.rs - config::Config::set_feature_size (line 242) [INFO] [stdout] src/config.rs - config::Config::set_iterations (line 297) [INFO] [stdout] src/config.rs - config::Config::set_loss (line 345) [INFO] [stdout] src/config.rs - config::Config::set_max_depth (line 285) [INFO] [stdout] src/config.rs - config::Config::set_training_optimization_level (line 272) [INFO] [stdout] src/config.rs - config::Config::to_string (line 383) [INFO] [stdout] src/config.rs - config::loss2string (line 153) [INFO] [stdout] src/config.rs - config::string2loss (line 126) [INFO] [stdout] src/decision_tree.rs - decision_tree (line 29) [INFO] [stdout] src/decision_tree.rs - decision_tree::Data::new_test_data (line 200) [INFO] [stdout] src/decision_tree.rs - decision_tree::Data::new_training_data (line 168) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::fit (line 1104) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::fit_n (line 1037) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::get_from_xgboost (line 1739) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::len (line 1847) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::new (line 956) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::predict (line 1331) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::predict_n (line 1246) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::print (line 1685) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::set_feature_sample_ratio (line 1024) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::set_feature_size (line 975) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::set_loss (line 1011) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::set_max_depth (line 987) [INFO] [stdout] src/decision_tree.rs - decision_tree::DecisionTree::set_min_leaf_size (line 999) [INFO] [stdout] src/decision_tree.rs - decision_tree::TrainingCache::get_cache (line 300) [INFO] [stdout] src/decision_tree.rs - decision_tree::TrainingCache::get_preds (line 374) [INFO] [stdout] src/fitness.rs - fitness::almost_equal (line 23) [INFO] [stdout] src/fitness.rs - fitness::almost_equal_thrs (line 11) [INFO] [stdout] src/fitness.rs - fitness::average (line 207) [INFO] [stdout] src/fitness.rs - fitness::label_average (line 267) [INFO] [stdout] src/fitness.rs - fitness::weighted_residual_median (line 396) [INFO] [stdout] src/gradient_boost.rs - gradient_boost (line 15) [INFO] [stdout] src/gradient_boost.rs - gradient_boost::GBDT::fit (line 199) [INFO] [stdout] src/gradient_boost.rs - gradient_boost::GBDT::from_xgoost_dump (line 741) [INFO] [stdout] src/gradient_boost.rs - gradient_boost::GBDT::new (line 129) [INFO] [stdout] src/gradient_boost.rs - gradient_boost::GBDT::predict (line 391) [INFO] [stdout] src/gradient_boost.rs - gradient_boost::GBDT::predict_multiclass (line 489) [INFO] [stdout] src/gradient_boost.rs - gradient_boost::GBDT::print_trees (line 552) [INFO] [stdout] src/gradient_boost.rs - gradient_boost::GBDT::save_model (line 656) [INFO] [stdout] src/input.rs - input (line 7) [INFO] [stdout] src/input.rs - input::InputFormat::set_delimeter (line 180) [INFO] [stdout] src/input.rs - input::InputFormat::set_label_index (line 169) [INFO] [stdout] src/input.rs - input::InputFormat::to_string (line 129) [INFO] [stdout] src/input.rs - input::infer (line 204) [INFO] [stdout] src/input.rs - input::load_csv (line 277) [INFO] [stdout] src/input.rs - input::load_txt (line 327) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 10 passed; 63 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "506b34b39d4a3dee247617bb87d721c7dfa4d1e73be7814ba1c25ac222e77858"` [INFO] running `"docker" "rm" "-f" "506b34b39d4a3dee247617bb87d721c7dfa4d1e73be7814ba1c25ac222e77858"` [INFO] [stdout] 506b34b39d4a3dee247617bb87d721c7dfa4d1e73be7814ba1c25ac222e77858