[INFO] crate gbdt 0.1.1 is already in cache [INFO] testing gbdt-0.1.1 against 1.44.0 for beta-1.45-1 [INFO] extracting crate gbdt 0.1.1 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate gbdt 0.1.1 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "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] 5a4091933858dc7c7946c3d4af48f7c2ddd6599d3bcc660f697fe1f8a4aff9e0 [INFO] running `"docker" "start" "-a" "5a4091933858dc7c7946c3d4af48f7c2ddd6599d3bcc660f697fe1f8a4aff9e0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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 6.19s [INFO] running `"docker" "inspect" "5a4091933858dc7c7946c3d4af48f7c2ddd6599d3bcc660f697fe1f8a4aff9e0"` [INFO] running `"docker" "rm" "-f" "5a4091933858dc7c7946c3d4af48f7c2ddd6599d3bcc660f697fe1f8a4aff9e0"` [INFO] [stdout] 5a4091933858dc7c7946c3d4af48f7c2ddd6599d3bcc660f697fe1f8a4aff9e0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "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] c00b24e11da2a2efeb7938a6ae923016f388e2fd723fe53139321bcf04b3eafe [INFO] running `"docker" "start" "-a" "c00b24e11da2a2efeb7938a6ae923016f388e2fd723fe53139321bcf04b3eafe"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] 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: 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: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 10 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.21s [INFO] running `"docker" "inspect" "c00b24e11da2a2efeb7938a6ae923016f388e2fd723fe53139321bcf04b3eafe"` [INFO] running `"docker" "rm" "-f" "c00b24e11da2a2efeb7938a6ae923016f388e2fd723fe53139321bcf04b3eafe"` [INFO] [stdout] c00b24e11da2a2efeb7938a6ae923016f388e2fd723fe53139321bcf04b3eafe [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "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] bd68d26a6c1305909350f3931a519d2a2b7e5c0e9a4746614cbc83b440191193 [INFO] running `"docker" "start" "-a" "bd68d26a6c1305909350f3931a519d2a2b7e5c0e9a4746614cbc83b440191193"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [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: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/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/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/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/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: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: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: 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] Finished test [unoptimized + debuginfo] target(s) in 0.45s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gbdt-c74f0d20c53b75eb [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test tests::config_express ... ok [INFO] [stdout] test tests::build_decision_tree ... ok [INFO] [stdout] test tests::loss_type ... ok [INFO] [stdout] test tests::fitness ... ok [INFO] [stdout] test tests::walk_tree ... 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_root_index (line 97) ... ok [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::add_root (line 81) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTreeNode::new (line 33) ... 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::BinaryTree::add_left_node (line 189) ... 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::get_left_child (line 110) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::get_right_child (line 134) ... FAILED [INFO] [stdout] test src/config.rs - config (line 37) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::new (line 219) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_debug (line 359) ... FAILED [INFO] [stdout] test src/binary_tree.rs - binary_tree::BinaryTree::get_node_mut (line 172) ... 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_iterations (line 297) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::enabled_initial_guess (line 371) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_max_depth (line 285) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::Data::new_test_data (line 200) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_feature_size (line 242) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_loss (line 345) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_shrinkage (line 254) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::set_feature_sample_ratio (line 309) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree (line 29) ... FAILED [INFO] [stdout] test src/config.rs - config::Config::to_string (line 383) ... 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::set_min_leaf_size (line 333) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::fit_n (line 1037) ... FAILED [INFO] [stdout] test src/config.rs - config::string2loss (line 126) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::fit (line 1104) ... 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::DecisionTree::new (line 956) ... 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::get_from_xgboost (line 1739) ... 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_loss (line 1011) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::predict (line 1331) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::set_max_depth (line 987) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::predict_n (line 1246) ... 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_preds (line 374) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::set_feature_sample_ratio (line 1024) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::label_average (line 267) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::from_xgoost_dump (line 741) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::average (line 207) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::almost_equal_thrs (line 11) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::new (line 129) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::almost_equal (line 23) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::predict (line 391) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost (line 15) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::weighted_residual_median (line 396) ... 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::print_trees (line 552) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::TrainingCache::get_cache (line 300) ... FAILED [INFO] [stdout] test src/decision_tree.rs - decision_tree::DecisionTree::len (line 1847) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::csv_format (line 94) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::set_delimeter (line 180) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::set_feature_size (line 158) ... FAILED [INFO] [stdout] test src/fitness.rs - fitness::weighted_label_median (line 326) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::to_string (line 129) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::set_label_index (line 169) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::predict_multiclass (line 489) ... FAILED [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::load_model (line 722) ... FAILED [INFO] [stdout] test src/input.rs - input::load_csv (line 277) ... FAILED [INFO] [stdout] test src/input.rs - input::InputFormat::txt_format (line 112) ... FAILED [INFO] [stdout] test src/input.rs - input (line 7) ... ok [INFO] [stdout] test src/input.rs - input::load (line 395) ... ok [INFO] [stdout] test src/input.rs - input::load (line 406) ... ok [INFO] [stdout] test src/gradient_boost.rs - gradient_boost::GBDT::save_model (line 656) ... ok [INFO] [stdout] test src/input.rs - input::load_txt (line 327) ... FAILED [INFO] [stdout] test src/input.rs - input (line 18) ... ok [INFO] [stdout] test src/input.rs - input::infer (line 204) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [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::BinaryTreeNode::new (line 33) 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::BinaryTree::add_left_node (line 189) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/binary_tree.rs - binary_tree::BinaryTree::get_node (line 156) 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::get_right_child (line 134) 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::new (line 219) 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/binary_tree.rs - binary_tree::BinaryTree::get_node_mut (line 172) 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_iterations (line 297) 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_max_depth (line 285) 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] 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_loss (line 345) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_shrinkage (line 254) 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/decision_tree.rs - decision_tree (line 29) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::to_string (line 383) 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] Couldn't compile the test. [INFO] [stdout] ---- src/config.rs - config::Config::set_min_leaf_size (line 333) 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/config.rs - config::string2loss (line 126) 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::Data::new_training_data (line 168) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/decision_tree.rs - decision_tree::DecisionTree::new (line 956) 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::get_from_xgboost (line 1739) 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_loss (line 1011) 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::DecisionTree::set_max_depth (line 987) 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/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_preds (line 374) 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] 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::GBDT::from_xgoost_dump (line 741) 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/fitness.rs - fitness::almost_equal_thrs (line 11) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost::GBDT::new (line 129) 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/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 (line 15) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fitness.rs - fitness::weighted_residual_median (line 396) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/gradient_boost.rs - gradient_boost::GBDT::fit (line 199) 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/decision_tree.rs - decision_tree::TrainingCache::get_cache (line 300) 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/input.rs - input::InputFormat::csv_format (line 94) 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/input.rs - input::InputFormat::set_feature_size (line 158) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fitness.rs - fitness::weighted_label_median (line 326) 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::InputFormat::set_label_index (line 169) 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/gradient_boost.rs - gradient_boost::GBDT::load_model (line 722) 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::txt_format (line 112) stdout ---- [INFO] [stdout] Couldn't compile the test. [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: 0x557a4101f514 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x557a4101f514 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557a4101f514 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x557a4101f514 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x557a4103e2ac - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x557a4101dd03 - std::io::Write::write_fmt::h0cea70c809005252 [INFO] [stdout] at src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x557a41021ab5 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 7: 0x557a41021ab5 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 8: 0x557a41021ab5 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 9: 0x557a410217f2 - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:218 [INFO] [stdout] 10: 0x557a410220c2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 11: 0x557a41021cab - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 12: 0x557a4103d691 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 13: 0x557a4103d4b3 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 14: 0x557a4100420b - core::result::Result::unwrap::h6ace4af082b3d21f [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 15: 0x557a410014e6 - rust_out::main::hce5147e828914a17 [INFO] [stdout] 16: 0x557a41001293 - std::rt::lang_start::{{closure}}::hb15f61f8249547b1 [INFO] [stdout] 17: 0x557a41022508 - std::rt::lang_start_internal::{{closure}}::h7a212202ff76034b [INFO] [stdout] at src/libstd/rt.rs:52 [INFO] [stdout] 18: 0x557a41022508 - std::panicking::try::do_call::h6d214a73427d759b [INFO] [stdout] at src/libstd/panicking.rs:331 [INFO] [stdout] 19: 0x557a41022508 - std::panicking::try::hc078f0e11721d1cb [INFO] [stdout] at src/libstd/panicking.rs:274 [INFO] [stdout] 20: 0x557a41022508 - std::panic::catch_unwind::hb31c05be30625612 [INFO] [stdout] at src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x557a41022508 - std::rt::lang_start_internal::hcf7fb98a775d5af0 [INFO] [stdout] at src/libstd/rt.rs:51 [INFO] [stdout] 22: 0x557a41001278 - std::rt::lang_start::h80cabc1387d7a5d8 [INFO] [stdout] 23: 0x557a410015bb - main [INFO] [stdout] 24: 0x7f0a9279c0b3 - __libc_start_main [INFO] [stdout] 25: 0x557a4100117e - _start [INFO] [stdout] 26: 0x0 - [INFO] [stdout] [INFO] [stdout] [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: 0x557b25165174 - backtrace::backtrace::libunwind::trace::hc1c4a1d8ad423b97 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/libunwind.rs:86 [INFO] [stdout] 1: 0x557b25165174 - backtrace::backtrace::trace_unsynchronized::h82274781060cb056 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.46/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x557b25165174 - std::sys_common::backtrace::_print_fmt::h2a45d89b653a4da8 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:78 [INFO] [stdout] 3: 0x557b25165174 - ::fmt::h41a0a93ab85e6aa1 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:59 [INFO] [stdout] 4: 0x557b251842ac - core::fmt::write::hdaea18585065a96d [INFO] [stdout] at src/libcore/fmt/mod.rs:1069 [INFO] [stdout] 5: 0x557b25163683 - std::io::Write::write_fmt::h0cea70c809005252 [INFO] [stdout] at src/libstd/io/mod.rs:1504 [INFO] [stdout] 6: 0x557b25167745 - std::sys_common::backtrace::_print::hd95f9978cc145ca4 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:62 [INFO] [stdout] 7: 0x557b25167745 - std::sys_common::backtrace::print::hfb25ca2291be47d0 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:49 [INFO] [stdout] 8: 0x557b25167745 - std::panicking::default_hook::{{closure}}::h44f76cee5dc8591c [INFO] [stdout] at src/libstd/panicking.rs:198 [INFO] [stdout] 9: 0x557b25167482 - std::panicking::default_hook::h198e1a712910f1e6 [INFO] [stdout] at src/libstd/panicking.rs:218 [INFO] [stdout] 10: 0x557b25167da2 - std::panicking::rust_panic_with_hook::hc0b4730bb8013f9d [INFO] [stdout] at src/libstd/panicking.rs:511 [INFO] [stdout] 11: 0x557b2516798b - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:419 [INFO] [stdout] 12: 0x557b25183691 - core::panicking::panic_fmt::h1ac71ad045d55416 [INFO] [stdout] at src/libcore/panicking.rs:111 [INFO] [stdout] 13: 0x557b251834b3 - core::option::expect_none_failed::hb40004d71d61b685 [INFO] [stdout] at src/libcore/option.rs:1268 [INFO] [stdout] 14: 0x557b24f3741b - core::result::Result::unwrap::h6ace4af082b3d21f [INFO] [stdout] at /rustc/49cae55760da0a43428eba73abcb659bb70cf2e4/src/libcore/result.rs:1005 [INFO] [stdout] 15: 0x557b24f35151 - gbdt::input::infer::h250cc4577e4a9f24 [INFO] [stdout] at src/input.rs:211 [INFO] [stdout] 16: 0x557b24f33461 - rust_out::main::hce5147e828914a17 [INFO] [stdout] 17: 0x557b24f33293 - std::rt::lang_start::{{closure}}::hb15f61f8249547b1 [INFO] [stdout] 18: 0x557b251681e8 - std::rt::lang_start_internal::{{closure}}::h7a212202ff76034b [INFO] [stdout] at src/libstd/rt.rs:52 [INFO] [stdout] 19: 0x557b251681e8 - std::panicking::try::do_call::h6d214a73427d759b [INFO] [stdout] at src/libstd/panicking.rs:331 [INFO] [stdout] 20: 0x557b251681e8 - std::panicking::try::hc078f0e11721d1cb [INFO] [stdout] at src/libstd/panicking.rs:274 [INFO] [stdout] 21: 0x557b251681e8 - std::panic::catch_unwind::hb31c05be30625612 [INFO] [stdout] at src/libstd/panic.rs:394 [INFO] [stdout] 22: 0x557b251681e8 - std::rt::lang_start_internal::hcf7fb98a775d5af0 [INFO] [stdout] at src/libstd/rt.rs:51 [INFO] [stdout] 23: 0x557b24f33278 - std::rt::lang_start::h80cabc1387d7a5d8 [INFO] [stdout] 24: 0x557b24f3355b - main [INFO] [stdout] 25: 0x7ff7b53220b3 - __libc_start_main [INFO] [stdout] 26: 0x557b24f3317e - _start [INFO] [stdout] 27: 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::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_min_leaf_size (line 333) [INFO] [stdout] src/config.rs - config::Config::set_shrinkage (line 254) [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_label_median (line 326) [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::load_model (line 722) [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/input.rs - input::InputFormat::csv_format (line 94) [INFO] [stdout] src/input.rs - input::InputFormat::set_delimeter (line 180) [INFO] [stdout] src/input.rs - input::InputFormat::set_feature_size (line 158) [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::InputFormat::txt_format (line 112) [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. 6 passed; 67 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "bd68d26a6c1305909350f3931a519d2a2b7e5c0e9a4746614cbc83b440191193"` [INFO] running `"docker" "rm" "-f" "bd68d26a6c1305909350f3931a519d2a2b7e5c0e9a4746614cbc83b440191193"` [INFO] [stdout] bd68d26a6c1305909350f3931a519d2a2b7e5c0e9a4746614cbc83b440191193