[INFO] crate xgboost 0.1.4 is already in cache [INFO] extracting crate xgboost 0.1.4 into work/ex/beta-1.37-6/sources/1.36.0/reg/xgboost/0.1.4 [INFO] extracting crate xgboost 0.1.4 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/xgboost/0.1.4 [INFO] validating manifest of xgboost-0.1.4 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of xgboost-0.1.4 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing xgboost-0.1.4 [INFO] finished frobbing xgboost-0.1.4 [INFO] frobbed toml for xgboost-0.1.4 written to work/ex/beta-1.37-6/sources/1.36.0/reg/xgboost/0.1.4/Cargo.toml [INFO] started frobbing xgboost-0.1.4 [INFO] finished frobbing xgboost-0.1.4 [INFO] frobbed toml for xgboost-0.1.4 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/xgboost/0.1.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing xgboost-0.1.4 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/xgboost/0.1.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] ab2b4c51b47721786cdaed110a4cbae398b44e1c1d81efe12988c94d0bf83bcc [INFO] running `"docker" "start" "-a" "ab2b4c51b47721786cdaed110a4cbae398b44e1c1d81efe12988c94d0bf83bcc"` [INFO] [stderr] Compiling bindgen v0.36.1 [INFO] [stderr] Compiling derive_builder v0.5.1 [INFO] [stderr] Compiling clang-sys v0.22.0 [INFO] [stderr] Compiling getrandom v0.1.7 [INFO] [stderr] Compiling derive_builder_core v0.2.0 [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling xgboost-sys v0.1.2 [INFO] [stderr] Compiling xgboost v0.1.4 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/booster.rs:181:29 [INFO] [stderr] | [INFO] [stderr] 181 | let mut eval_results = dmat_eval_results.entry(eval_name.to_string()) [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/booster.rs:191:29 [INFO] [stderr] | [INFO] [stderr] 191 | let mut dmat_results = eval_dmat_results.entry(eval_name).or_insert_with(BTreeMap::new); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/booster.rs:551:25 [INFO] [stderr] | [INFO] [stderr] 551 | let mut metric_map = result.entry(evname.to_string()).or_insert_with(IndexMap::new); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 40s [INFO] running `"docker" "inspect" "ab2b4c51b47721786cdaed110a4cbae398b44e1c1d81efe12988c94d0bf83bcc"` [INFO] running `"docker" "rm" "-f" "ab2b4c51b47721786cdaed110a4cbae398b44e1c1d81efe12988c94d0bf83bcc"` [INFO] [stdout] ab2b4c51b47721786cdaed110a4cbae398b44e1c1d81efe12988c94d0bf83bcc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/xgboost/0.1.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 6186513885a61bf59ccd0aa321f4a6251d956a6ab63d38220442a8b4f9dffba5 [INFO] running `"docker" "start" "-a" "6186513885a61bf59ccd0aa321f4a6251d956a6ab63d38220442a8b4f9dffba5"` [INFO] [stderr] Compiling xgboost v0.1.4 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/booster.rs:181:29 [INFO] [stderr] | [INFO] [stderr] 181 | let mut eval_results = dmat_eval_results.entry(eval_name.to_string()) [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/booster.rs:191:29 [INFO] [stderr] | [INFO] [stderr] 191 | let mut dmat_results = eval_dmat_results.entry(eval_name).or_insert_with(BTreeMap::new); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/booster.rs:551:25 [INFO] [stderr] | [INFO] [stderr] 551 | let mut metric_map = result.entry(evname.to_string()).or_insert_with(IndexMap::new); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/booster.rs:715:13 [INFO] [stderr] | [INFO] [stderr] 715 | let mut dir = tempfile::tempdir().expect("create temp dir"); [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.40s [INFO] running `"docker" "inspect" "6186513885a61bf59ccd0aa321f4a6251d956a6ab63d38220442a8b4f9dffba5"` [INFO] running `"docker" "rm" "-f" "6186513885a61bf59ccd0aa321f4a6251d956a6ab63d38220442a8b4f9dffba5"` [INFO] [stdout] 6186513885a61bf59ccd0aa321f4a6251d956a6ab63d38220442a8b4f9dffba5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/xgboost/0.1.4:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] 56f9d762c6d27c54497557ec42330c0c2ced54f447072c640864f69d78b754bd [INFO] running `"docker" "start" "-a" "56f9d762c6d27c54497557ec42330c0c2ced54f447072c640864f69d78b754bd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459 [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test booster::tests::parse_eval_string ... ok [INFO] [stdout] test booster::tests::predict_leaf ... FAILED [INFO] [stdout] test booster::tests::load_rabit_version ... FAILED [INFO] [stdout] test booster::tests::get_attribute_names ... FAILED [INFO] [stdout] test booster::tests::predict ... FAILED [INFO] [stdout] test booster::tests::predict_interactions ... FAILED [INFO] [stdout] test booster::tests::predict_contributions ... FAILED [INFO] [stdout] test booster::tests::get_set_attr ... FAILED [INFO] [stdout] test booster::tests::dump_model ... FAILED [INFO] [stdout] test dmatrix::tests::get_set_labels ... FAILED [INFO] [stdout] test dmatrix::tests::get_set_root_index ... FAILED [INFO] [stdout] test dmatrix::tests::get_set_weights ... FAILED [INFO] [stdout] test dmatrix::tests::from_dense ... ok [INFO] [stdout] test dmatrix::tests::from_csr ... ok [INFO] [stdout] test dmatrix::tests::set_group ... FAILED [INFO] [stdout] test dmatrix::tests::get_set_base_margin ... FAILED [INFO] [stdout] test booster::tests::set_booster_param ... FAILED [INFO] [stdout] test dmatrix::tests::read_num_rows ... FAILED [INFO] [stdout] test dmatrix::tests::read_matrix ... FAILED [INFO] [stdout] test dmatrix::tests::slice ... ok [INFO] [stdout] test dmatrix::tests::read_num_cols ... FAILED [INFO] [stdout] test booster::tests::save_and_load_from_buffer ... FAILED [INFO] [stdout] test dmatrix::tests::slice_from_indices ... ok [INFO] [stdout] test dmatrix::tests::writing_and_reading ... FAILED [INFO] [stdout] test error::tests::return_value_handling ... ok [INFO] [stdout] test parameters::tree::tests::tree_params ... ok [INFO] [stdout] test dmatrix::tests::from_csc ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- booster::tests::predict_leaf stdout ---- [INFO] [stdout] thread 'booster::tests::predict_leaf' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacde6e9 - xgboost::booster::tests::predict_leaf::h26b3cafe9e6fb47a [INFO] [stdout] at src/booster.rs:821 [INFO] [stdout] 13: 0x5562eacde67a - xgboost::booster::tests::predict_leaf::{{closure}}::h57262e7deacdcd24 [INFO] [stdout] at src/booster.rs:820 [INFO] [stdout] 14: 0x5562eacd4c2e - core::ops::function::FnOnce::call_once::ha660858713ad35e9 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- booster::tests::load_rabit_version stdout ---- [INFO] [stdout] thread 'booster::tests::load_rabit_version' panicked at 'Reading train matrix failed: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead077aa - core::result::Result::expect::h3cfcf3361e683914 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5562eacd93b0 - xgboost::booster::tests::load_test_booster::h8421ea5042cdd3c9 [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x5562eacdb3cc - xgboost::booster::tests::load_rabit_version::h08fd8d17a02b1a7f [INFO] [stdout] at src/booster.rs:690 [INFO] [stdout] 14: 0x5562eacdb3aa - xgboost::booster::tests::load_rabit_version::{{closure}}::he6afdba8eea4f626 [INFO] [stdout] at src/booster.rs:689 [INFO] [stdout] 15: 0x5562eacd4d9e - core::ops::function::FnOnce::call_once::hc75bd56fb49cd298 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 35: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- booster::tests::get_attribute_names stdout ---- [INFO] [stdout] thread 'booster::tests::get_attribute_names' panicked at 'Reading train matrix failed: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead077aa - core::result::Result::expect::h3cfcf3361e683914 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5562eacd93b0 - xgboost::booster::tests::load_test_booster::h8421ea5042cdd3c9 [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x5562eacdc57c - xgboost::booster::tests::get_attribute_names::h5810bac5b9c29b47 [INFO] [stdout] at src/booster.rs:727 [INFO] [stdout] 14: 0x5562eacdc55a - xgboost::booster::tests::get_attribute_names::{{closure}}::h198301e4d1aa428a [INFO] [stdout] at src/booster.rs:726 [INFO] [stdout] 15: 0x5562eacd4b6e - core::ops::function::FnOnce::call_once::h8be2667c2e2c2073 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 35: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- booster::tests::predict stdout ---- [INFO] [stdout] thread 'booster::tests::predict' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacdccef - xgboost::booster::tests::predict::hc42dc126dfce2cf7 [INFO] [stdout] at src/booster.rs:745 [INFO] [stdout] 13: 0x5562eacdcc7a - xgboost::booster::tests::predict::{{closure}}::hed60278a1faa2f2d [INFO] [stdout] at src/booster.rs:744 [INFO] [stdout] 14: 0x5562eacd4d5e - core::ops::function::FnOnce::call_once::hc0dbdf6f789dc3f4 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- booster::tests::predict_interactions stdout ---- [INFO] [stdout] thread 'booster::tests::predict_interactions' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacdfae9 - xgboost::booster::tests::predict_interactions::h19e5349697a9066e [INFO] [stdout] at src/booster.rs:888 [INFO] [stdout] 13: 0x5562eacdfa7a - xgboost::booster::tests::predict_interactions::{{closure}}::h9d945b0c1e968d32 [INFO] [stdout] at src/booster.rs:887 [INFO] [stdout] 14: 0x5562eacd4e1e - core::ops::function::FnOnce::call_once::hdb247adfa6828346 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- booster::tests::predict_contributions stdout ---- [INFO] [stdout] thread 'booster::tests::predict_contributions' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacdf0b9 - xgboost::booster::tests::predict_contributions::he9fd68b4441684e0 [INFO] [stdout] at src/booster.rs:854 [INFO] [stdout] 13: 0x5562eacdf04a - xgboost::booster::tests::predict_contributions::{{closure}}::h686579ab46df74ec [INFO] [stdout] at src/booster.rs:853 [INFO] [stdout] 14: 0x5562eacd49be - core::ops::function::FnOnce::call_once::h68b75747da64cc73 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- booster::tests::get_set_attr stdout ---- [INFO] [stdout] thread 'booster::tests::get_set_attr' panicked at 'Reading train matrix failed: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead077aa - core::result::Result::expect::h3cfcf3361e683914 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5562eacd93b0 - xgboost::booster::tests::load_test_booster::h8421ea5042cdd3c9 [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x5562eacdb5bc - xgboost::booster::tests::get_set_attr::h03390b8ce8237602 [INFO] [stdout] at src/booster.rs:696 [INFO] [stdout] 14: 0x5562eacdb59a - xgboost::booster::tests::get_set_attr::{{closure}}::h41ec5f738ef0a03a [INFO] [stdout] at src/booster.rs:695 [INFO] [stdout] 15: 0x5562eacd4c9e - core::ops::function::FnOnce::call_once::hab228bc9bfeebf54 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 35: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- booster::tests::dump_model stdout ---- [INFO] [stdout] thread 'booster::tests::dump_model' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eace0af1 - xgboost::booster::tests::dump_model::he628130150bc8744 [INFO] [stdout] at src/booster.rs:940 [INFO] [stdout] 13: 0x5562eace0a7a - xgboost::booster::tests::dump_model::{{closure}}::heb70a6adf45dd4b7 [INFO] [stdout] at src/booster.rs:939 [INFO] [stdout] 14: 0x5562eacd467e - core::ops::function::FnOnce::call_once::h0ac1fe5ee3b38235 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dmatrix::tests::get_set_labels stdout ---- [INFO] [stdout] thread 'dmatrix::tests::get_set_labels' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacc97fa - xgboost::dmatrix::tests::get_set_labels::hc3a5a95583c79460 [INFO] [stdout] at src/dmatrix.rs:382 [INFO] [stdout] 13: 0x5562eacc97aa - xgboost::dmatrix::tests::get_set_labels::{{closure}}::h5d559dc2daa14ccf [INFO] [stdout] at src/dmatrix.rs:381 [INFO] [stdout] 14: 0x5562eacd47be - core::ops::function::FnOnce::call_once::h22537524dcfb1ab9 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dmatrix::tests::get_set_root_index stdout ---- [INFO] [stdout] thread 'dmatrix::tests::get_set_root_index' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacc92ca - xgboost::dmatrix::tests::get_set_root_index::h556f5133743e3a37 [INFO] [stdout] at src/dmatrix.rs:372 [INFO] [stdout] 13: 0x5562eacc927a - xgboost::dmatrix::tests::get_set_root_index::{{closure}}::h8963ed31ed72faf3 [INFO] [stdout] at src/dmatrix.rs:371 [INFO] [stdout] 14: 0x5562eacd4efe - core::ops::function::FnOnce::call_once::hed6c1e4321a75b51 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dmatrix::tests::get_set_weights stdout ---- [INFO] [stdout] thread 'dmatrix::tests::get_set_weights' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacc9d4a - xgboost::dmatrix::tests::get_set_weights::h0a58952fdd9f6310 [INFO] [stdout] at src/dmatrix.rs:392 [INFO] [stdout] 13: 0x5562eacc9cfa - xgboost::dmatrix::tests::get_set_weights::{{closure}}::h8abd6de5da824ee0 [INFO] [stdout] at src/dmatrix.rs:391 [INFO] [stdout] 14: 0x5562eacd4bee - core::ops::function::FnOnce::call_once::h9414cc1279174dd5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dmatrix::tests::set_group stdout ---- [INFO] [stdout] thread 'dmatrix::tests::set_group' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:06] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacca7ab - xgboost::dmatrix::tests::set_group::hcc12541d048f4c30 [INFO] [stdout] at src/dmatrix.rs:412 [INFO] [stdout] 13: 0x5562eacca76a - xgboost::dmatrix::tests::set_group::{{closure}}::h51d9fcfd8fa525b4 [INFO] [stdout] at src/dmatrix.rs:411 [INFO] [stdout] 14: 0x5562eacd46fe - core::ops::function::FnOnce::call_once::h1812e4246b6b5578 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dmatrix::tests::get_set_base_margin stdout ---- [INFO] [stdout] thread 'dmatrix::tests::get_set_base_margin' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:07] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacca28a - xgboost::dmatrix::tests::get_set_base_margin::hec5670a56c3c2bdb [INFO] [stdout] at src/dmatrix.rs:402 [INFO] [stdout] 13: 0x5562eacca23a - xgboost::dmatrix::tests::get_set_base_margin::{{closure}}::h058114727257288b [INFO] [stdout] at src/dmatrix.rs:401 [INFO] [stdout] 14: 0x5562eacd4dde - core::ops::function::FnOnce::call_once::hd4e0b509181bee2e [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- booster::tests::set_booster_param stdout ---- [INFO] [stdout] thread 'booster::tests::set_booster_param' panicked at 'Reading train matrix failed: XGBError { desc: "[10:35:07] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead077aa - core::result::Result::expect::h3cfcf3361e683914 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5562eacd93b0 - xgboost::booster::tests::load_test_booster::h8421ea5042cdd3c9 [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x5562eacdb2d9 - xgboost::booster::tests::set_booster_param::h324f12db93085cd8 [INFO] [stdout] at src/booster.rs:683 [INFO] [stdout] 14: 0x5562eacdb2ba - xgboost::booster::tests::set_booster_param::{{closure}}::hfdaf842d528d2896 [INFO] [stdout] at src/booster.rs:682 [INFO] [stdout] 15: 0x5562eacd477e - core::ops::function::FnOnce::call_once::h1f7f91449e646683 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] 19: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 35: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dmatrix::tests::read_num_rows stdout ---- [INFO] [stdout] thread 'dmatrix::tests::read_num_rows' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:07] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacc8881 - xgboost::dmatrix::tests::read_num_rows::h8ca15d50860250b9 [INFO] [stdout] at src/dmatrix.rs:347 [INFO] [stdout] 13: 0x5562eacc883a - xgboost::dmatrix::tests::read_num_rows::{{closure}}::hc0677b3b708cabde [INFO] [stdout] at src/dmatrix.rs:346 [INFO] [stdout] 14: 0x5562eacd497e - core::ops::function::FnOnce::call_once::h6473180bdfe65ebb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dmatrix::tests::read_matrix stdout ---- [INFO] [stdout] thread 'dmatrix::tests::read_matrix' panicked at 'assertion failed: read_train_matrix().is_ok()', src/dmatrix.rs:342:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562ead900a8 - std::panicking::begin_panic::hb38a6e4602755b8d [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x5562eacc8819 - xgboost::dmatrix::tests::read_matrix::hdb84b4e5869a9e75 [INFO] [stdout] at src/dmatrix.rs:342 [INFO] [stdout] 9: 0x5562eacc878a - xgboost::dmatrix::tests::read_matrix::{{closure}}::hb31a0546aa574efd [INFO] [stdout] at src/dmatrix.rs:341 [INFO] [stdout] 10: 0x5562eacd473e - core::ops::function::FnOnce::call_once::h19474ebbfadcb1bb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 11: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 12: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 13: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 16: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 21: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 25: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 26: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 27: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 30: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 31: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dmatrix::tests::read_num_cols stdout ---- [INFO] [stdout] thread 'dmatrix::tests::read_num_cols' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:07] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacc8ab1 - xgboost::dmatrix::tests::read_num_cols::hb59641b6b7a3c54b [INFO] [stdout] at src/dmatrix.rs:352 [INFO] [stdout] 13: 0x5562eacc8a6a - xgboost::dmatrix::tests::read_num_cols::{{closure}}::hb452cff019aa96ec [INFO] [stdout] at src/dmatrix.rs:351 [INFO] [stdout] 14: 0x5562eacd46be - core::ops::function::FnOnce::call_once::h12414ab15bb2c320 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- booster::tests::save_and_load_from_buffer stdout ---- [INFO] [stdout] thread 'booster::tests::save_and_load_from_buffer' panicked at 'Reading train matrix failed: XGBError { desc: "[10:35:07] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead077aa - core::result::Result::expect::h3cfcf3361e683914 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:827 [INFO] [stdout] 12: 0x5562eacd93b0 - xgboost::booster::tests::load_test_booster::h8421ea5042cdd3c9 [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x5562eacdbb0c - xgboost::booster::tests::save_and_load_from_buffer::h976b203678d9f876 [INFO] [stdout] at src/booster.rs:707 [INFO] [stdout] 14: 0x5562eacdbada - xgboost::booster::tests::save_and_load_from_buffer::{{closure}}::hb3063d66c00788ed [INFO] [stdout] at src/booster.rs:706 [INFO] [stdout] 15: 0x5562eacd4cde - core::ops::function::FnOnce::call_once::hb31709bea19fbd7b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 16: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 17: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 18: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 21: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 26: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 30: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 32: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 35: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- dmatrix::tests::writing_and_reading stdout ---- [INFO] [stdout] thread 'dmatrix::tests::writing_and_reading' panicked at 'called `Result::unwrap()` on an `Err` value: XGBError { desc: "[10:35:07] src/io/local_filesys.cc:91: LocalFileSystem.ListDirectory xgboost-sys/xgboost/demo/data error: No such file or directory\n\nStack trace returned 10 entries:\n[bt] (0) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1aede5) [0x5562eadf3de5]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1ca5ba) [0x5562eae0f5ba]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x27f0ef) [0x5562eaec40ef]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280772) [0x5562eaec5772]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x280e91) [0x5562eaec5e91]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc229) [0x5562eae01229]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x1bc6ee) [0x5562eae016ee]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x2accfa) [0x5562eaef1cfa]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x29e30c) [0x5562eaee330c]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-843ae7acd86e7459(+0x250354) [0x5562eae95354]\n\n" }', src/libcore/result.rs:999:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5562eb00fb6b - backtrace::backtrace::libunwind::trace::h5dfa5d4c5feed6dc [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5562eb00fb6b - backtrace::backtrace::trace_unsynchronized::hb731fe64f3fa469f [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.29/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5562eb00fb6b - std::sys_common::backtrace::_print::hf4fd45fe7ae4a250 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5562eb00fb6b - std::sys_common::backtrace::print::h31646c3786c57441 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5562eb00fb6b - std::panicking::default_hook::{{closure}}::hda785e768c746ae7 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5562eb00f7da - std::panicking::default_hook::h0c4b76f338614ef1 [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5562eb0102e0 - std::panicking::rust_panic_with_hook::h096dff2cb12b67ce [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5562eb00fe62 - std::panicking::continue_panic_fmt::h0046167652be99a6 [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5562eb00fd46 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5562eb02ab9d - core::panicking::panic_fmt::h8980489a6c4a44cb [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5562ead033e3 - core::result::unwrap_failed::h5b56bd9b21d6d776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/macros.rs:18 [INFO] [stdout] 11: 0x5562ead0931c - core::result::Result::unwrap::hfcb93c6680f5bef5 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/result.rs:800 [INFO] [stdout] 12: 0x5562eacc8cea - xgboost::dmatrix::tests::writing_and_reading::he25a7dd84cfea37a [INFO] [stdout] at src/dmatrix.rs:357 [INFO] [stdout] 13: 0x5562eacc8c9a - xgboost::dmatrix::tests::writing_and_reading::{{closure}}::h1ceb771d5526a981 [INFO] [stdout] at src/dmatrix.rs:356 [INFO] [stdout] 14: 0x5562eacd49fe - core::ops::function::FnOnce::call_once::h6e45aa71a495169c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 15: 0x5562ead4ca3f - as core::ops::function::FnOnce>::call_once::h9568fda2c3b99042 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 16: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 17: 0x5562ead67038 - std::panicking::try::h4b4c6c15836266eb [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x5562ead67038 - std::panic::catch_unwind::h133691b514d0224c [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x5562ead67038 - test::run_test::run_test_inner::{{closure}}::h41355d9f207d71fe [INFO] [stdout] at src/libtest/lib.rs:1466 [INFO] [stdout] 20: 0x5562ead41eb5 - std::sys_common::backtrace::__rust_begin_short_backtrace::h7c86e4012abd2d40 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x5562ead46035 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h2ba9d55fec0ea776 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x5562ead46035 - as core::ops::function::FnOnce<()>>::call_once::hdf89f4d89df3dda3 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x5562ead46035 - std::panicking::try::do_call::h59b39c89384b7a2f [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x5562eb01334a - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:82 [INFO] [stdout] 25: 0x5562ead46672 - std::panicking::try::h9fff34be50f16431 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x5562ead46672 - std::panic::catch_unwind::h7551856ff7c5e12a [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x5562ead46672 - std::thread::Builder::spawn_unchecked::{{closure}}::hafea48c774d796e7 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x5562ead46672 - core::ops::function::FnOnce::call_once{{vtable.shim}}::he5fe7b84ce5a3830 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/libcore/ops/function.rs:231 [INFO] [stdout] 29: 0x5562eb00449f - as core::ops::function::FnOnce>::call_once::h55ef432b72ff7a0b [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 30: 0x5562eb012780 - as core::ops::function::FnOnce>::call_once::h9294a5138530eae1 [INFO] [stdout] at /rustc/61d1607e0f6a18bb4897d6f9b10abeac9e11eb8e/src/liballoc/boxed.rs:746 [INFO] [stdout] 31: 0x5562eb012780 - std::sys_common::thread::start_thread::h0d2733dd32c3723c [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x5562eb012780 - std::sys::unix::thread::Thread::new::thread_start::hf1005dad6ba8f2b1 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f1d3bf3b4a4 - start_thread [INFO] [stdout] 34: 0x7f1d3ba66d0f - __clone [INFO] [stdout] 35: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] booster::tests::dump_model [INFO] [stdout] booster::tests::get_attribute_names [INFO] [stdout] booster::tests::get_set_attr [INFO] [stdout] booster::tests::load_rabit_version [INFO] [stdout] booster::tests::predict [INFO] [stdout] booster::tests::predict_contributions [INFO] [stdout] booster::tests::predict_interactions [INFO] [stdout] booster::tests::predict_leaf [INFO] [stdout] booster::tests::save_and_load_from_buffer [INFO] [stdout] booster::tests::set_booster_param [INFO] [stdout] dmatrix::tests::get_set_base_margin [INFO] [stdout] dmatrix::tests::get_set_labels [INFO] [stdout] dmatrix::tests::get_set_root_index [INFO] [stdout] dmatrix::tests::get_set_weights [INFO] [stdout] dmatrix::tests::read_matrix [INFO] [stdout] dmatrix::tests::read_num_cols [INFO] [stdout] dmatrix::tests::read_num_rows [INFO] [stdout] dmatrix::tests::set_group [INFO] [stdout] dmatrix::tests::writing_and_reading [INFO] [stdout] [INFO] [stdout] test result: FAILED. 8 passed; 19 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "56f9d762c6d27c54497557ec42330c0c2ced54f447072c640864f69d78b754bd"` [INFO] running `"docker" "rm" "-f" "56f9d762c6d27c54497557ec42330c0c2ced54f447072c640864f69d78b754bd"` [INFO] [stdout] 56f9d762c6d27c54497557ec42330c0c2ced54f447072c640864f69d78b754bd