[INFO] crate xgboost 0.1.4 is already in cache [INFO] extracting crate xgboost 0.1.4 into work/ex/beta-1.38-1/sources/1.37.0/reg/xgboost/0.1.4 [INFO] extracting crate xgboost 0.1.4 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/xgboost/0.1.4 [INFO] validating manifest of xgboost-0.1.4 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of xgboost-0.1.4 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/xgboost/0.1.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing xgboost-0.1.4 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "build" "--frozen"` [INFO] [stdout] d2f9d49ddc1911f65a6de788e4718fc36c05f15b5788c19d429200dd91021552 [INFO] running `"docker" "start" "-a" "d2f9d49ddc1911f65a6de788e4718fc36c05f15b5788c19d429200dd91021552"` [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 proc-macro2 v0.3.5 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling derive_builder_core v0.2.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling quote v0.5.2 [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 26s [INFO] running `"docker" "inspect" "d2f9d49ddc1911f65a6de788e4718fc36c05f15b5788c19d429200dd91021552"` [INFO] running `"docker" "rm" "-f" "d2f9d49ddc1911f65a6de788e4718fc36c05f15b5788c19d429200dd91021552"` [INFO] [stdout] d2f9d49ddc1911f65a6de788e4718fc36c05f15b5788c19d429200dd91021552 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] c967c2e652c2efacae66841db5bb1eb63a376d2fd12fedf44f177c40b70742c7 [INFO] running `"docker" "start" "-a" "c967c2e652c2efacae66841db5bb1eb63a376d2fd12fedf44f177c40b70742c7"` [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.56s [INFO] running `"docker" "inspect" "c967c2e652c2efacae66841db5bb1eb63a376d2fd12fedf44f177c40b70742c7"` [INFO] running `"docker" "rm" "-f" "c967c2e652c2efacae66841db5bb1eb63a376d2fd12fedf44f177c40b70742c7"` [INFO] [stdout] c967c2e652c2efacae66841db5bb1eb63a376d2fd12fedf44f177c40b70742c7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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-08-13" "test" "--frozen"` [INFO] [stdout] cf5c3390ed4fa3f9d377cc829943aaaf228aba22bb7f4289906b9aac8f313914 [INFO] running `"docker" "start" "-a" "cf5c3390ed4fa3f9d377cc829943aaaf228aba22bb7f4289906b9aac8f313914"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/xgboost-23e8af23db447b08 [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test booster::tests::parse_eval_string ... ok [INFO] [stdout] test booster::tests::dump_model ... 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_interactions ... FAILED [INFO] [stdout] test booster::tests::predict_contributions ... FAILED [INFO] [stdout] test booster::tests::predict ... FAILED [INFO] [stdout] test booster::tests::get_set_attr ... FAILED [INFO] [stdout] test booster::tests::predict_leaf ... FAILED [INFO] [stdout] test dmatrix::tests::from_dense ... ok [INFO] [stdout] test dmatrix::tests::from_csr ... ok [INFO] [stdout] test dmatrix::tests::get_set_labels ... FAILED [INFO] [stdout] test dmatrix::tests::get_set_weights ... FAILED [INFO] [stdout] test dmatrix::tests::get_set_base_margin ... FAILED [INFO] [stdout] test dmatrix::tests::read_num_rows ... FAILED [INFO] [stdout] test booster::tests::save_and_load_from_buffer ... FAILED [INFO] [stdout] test dmatrix::tests::read_num_cols ... FAILED [INFO] [stdout] test dmatrix::tests::read_matrix ... FAILED [INFO] [stdout] test error::tests::return_value_handling ... ok [INFO] [stdout] test parameters::tree::tests::tree_params ... ok [INFO] [stdout] test dmatrix::tests::set_group ... FAILED [INFO] [stdout] test dmatrix::tests::writing_and_reading ... FAILED [INFO] [stdout] test booster::tests::set_booster_param ... FAILED [INFO] [stdout] test dmatrix::tests::get_set_root_index ... FAILED [INFO] [stdout] test dmatrix::tests::slice ... ok [INFO] [stdout] test dmatrix::tests::slice_from_indices ... ok [INFO] [stdout] test dmatrix::tests::from_csc ... ok [INFO] [stdout] [INFO] [stdout] failures: [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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d3a511 - xgboost::booster::tests::dump_model::h76fd882a15113afd [INFO] [stdout] at src/booster.rs:940 [INFO] [stdout] 13: 0x55c459d3a49a - xgboost::booster::tests::dump_model::{{closure}}::hd38b695241182ced [INFO] [stdout] at src/booster.rs:939 [INFO] [stdout] 14: 0x55c459d5537e - core::ops::function::FnOnce::call_once::ha9a48cf82ef2a03b [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6abe5 - core::result::Result::expect::hc73b474990dc7a49 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:879 [INFO] [stdout] 12: 0x55c459d2f0c0 - xgboost::booster::tests::load_test_booster::h8e8cc3a0712762cc [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x55c459d34f3c - xgboost::booster::tests::load_rabit_version::h5d0fa9c7c5c77054 [INFO] [stdout] at src/booster.rs:690 [INFO] [stdout] 14: 0x55c459d34f1a - xgboost::booster::tests::load_rabit_version::{{closure}}::he38100a4c5c1f412 [INFO] [stdout] at src/booster.rs:689 [INFO] [stdout] 15: 0x55c459d555ee - core::ops::function::FnOnce::call_once::hf5263da418e89ee7 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 16: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 17: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 21: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 30: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f2e454794a4 - start_thread [INFO] [stdout] 35: 0x7f2e44fa4d0f - __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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6abe5 - core::result::Result::expect::hc73b474990dc7a49 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:879 [INFO] [stdout] 12: 0x55c459d2f0c0 - xgboost::booster::tests::load_test_booster::h8e8cc3a0712762cc [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x55c459d360dc - xgboost::booster::tests::get_attribute_names::h781cc36af6017c26 [INFO] [stdout] at src/booster.rs:727 [INFO] [stdout] 14: 0x55c459d360ba - xgboost::booster::tests::get_attribute_names::{{closure}}::h9c39491be398d834 [INFO] [stdout] at src/booster.rs:726 [INFO] [stdout] 15: 0x55c459d5528e - core::ops::function::FnOnce::call_once::h8d6c90e546e9fb5f [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 16: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 17: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 21: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 30: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f2e454794a4 - start_thread [INFO] [stdout] 35: 0x7f2e44fa4d0f - __clone [INFO] [stdout] 36: 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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d39569 - xgboost::booster::tests::predict_interactions::hc5fcf97100a4781c [INFO] [stdout] at src/booster.rs:888 [INFO] [stdout] 13: 0x55c459d394fa - xgboost::booster::tests::predict_interactions::{{closure}}::h4180f6a4181ccb7c [INFO] [stdout] at src/booster.rs:887 [INFO] [stdout] 14: 0x55c459d553ae - core::ops::function::FnOnce::call_once::hac6e6c2512586db0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d38b69 - xgboost::booster::tests::predict_contributions::he5adc08dd53ba19e [INFO] [stdout] at src/booster.rs:854 [INFO] [stdout] 13: 0x55c459d38afa - xgboost::booster::tests::predict_contributions::{{closure}}::h113fbd54a1bc87d8 [INFO] [stdout] at src/booster.rs:853 [INFO] [stdout] 14: 0x55c459d5553e - core::ops::function::FnOnce::call_once::hda3016b60e0befae [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __clone [INFO] [stdout] 35: 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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d36839 - xgboost::booster::tests::predict::hf829aab428a7a77f [INFO] [stdout] at src/booster.rs:745 [INFO] [stdout] 13: 0x55c459d367ca - xgboost::booster::tests::predict::{{closure}}::hda85a21316644e4f [INFO] [stdout] at src/booster.rs:744 [INFO] [stdout] 14: 0x55c459d552ee - core::ops::function::FnOnce::call_once::h99cf1f6defc028b4 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6abe5 - core::result::Result::expect::hc73b474990dc7a49 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:879 [INFO] [stdout] 12: 0x55c459d2f0c0 - xgboost::booster::tests::load_test_booster::h8e8cc3a0712762cc [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x55c459d3512c - xgboost::booster::tests::get_set_attr::h8f6045d43dfd1a54 [INFO] [stdout] at src/booster.rs:696 [INFO] [stdout] 14: 0x55c459d3510a - xgboost::booster::tests::get_set_attr::{{closure}}::h46e2b0b62d512fcf [INFO] [stdout] at src/booster.rs:695 [INFO] [stdout] 15: 0x55c459d552be - core::ops::function::FnOnce::call_once::h8ebe5d3a3f30538d [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 16: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 17: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 21: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 30: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f2e454794a4 - start_thread [INFO] [stdout] 35: 0x7f2e44fa4d0f - __clone [INFO] [stdout] 36: 0x0 - [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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d381c9 - xgboost::booster::tests::predict_leaf::h17513700f7c641e1 [INFO] [stdout] at src/booster.rs:821 [INFO] [stdout] 13: 0x55c459d3815a - xgboost::booster::tests::predict_leaf::{{closure}}::h82f11006a7457893 [INFO] [stdout] at src/booster.rs:820 [INFO] [stdout] 14: 0x55c459d5534e - core::ops::function::FnOnce::call_once::ha04ac5d3d807747d [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d301fa - xgboost::dmatrix::tests::get_set_labels::h766c7cb1396603ed [INFO] [stdout] at src/dmatrix.rs:382 [INFO] [stdout] 13: 0x55c459d301aa - xgboost::dmatrix::tests::get_set_labels::{{closure}}::h4f02e87eedf299c6 [INFO] [stdout] at src/dmatrix.rs:381 [INFO] [stdout] 14: 0x55c459d551ae - core::ops::function::FnOnce::call_once::h73c102906bea33c1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d3074a - xgboost::dmatrix::tests::get_set_weights::hc3f8c4b17808053b [INFO] [stdout] at src/dmatrix.rs:392 [INFO] [stdout] 13: 0x55c459d306fa - xgboost::dmatrix::tests::get_set_weights::{{closure}}::h2af6344574adbc09 [INFO] [stdout] at src/dmatrix.rs:391 [INFO] [stdout] 14: 0x55c459d555be - core::ops::function::FnOnce::call_once::hf42c3f02b7ebc8c5 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d30c7a - xgboost::dmatrix::tests::get_set_base_margin::h51104d38525e89cc [INFO] [stdout] at src/dmatrix.rs:402 [INFO] [stdout] 13: 0x55c459d30c2a - xgboost::dmatrix::tests::get_set_base_margin::{{closure}}::h6eeb4b3a939fa52e [INFO] [stdout] at src/dmatrix.rs:401 [INFO] [stdout] 14: 0x55c459d550de - core::ops::function::FnOnce::call_once::h5901feed94da8111 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __clone [INFO] [stdout] 35: 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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d2f291 - xgboost::dmatrix::tests::read_num_rows::h32109a3d88393230 [INFO] [stdout] at src/dmatrix.rs:347 [INFO] [stdout] 13: 0x55c459d2f24a - xgboost::dmatrix::tests::read_num_rows::{{closure}}::h823237db99563adf [INFO] [stdout] at src/dmatrix.rs:346 [INFO] [stdout] 14: 0x55c459d554ae - core::ops::function::FnOnce::call_once::hca8e865669e19b37 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6abe5 - core::result::Result::expect::hc73b474990dc7a49 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:879 [INFO] [stdout] 12: 0x55c459d2f0c0 - xgboost::booster::tests::load_test_booster::h8e8cc3a0712762cc [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x55c459d3567c - xgboost::booster::tests::save_and_load_from_buffer::hf808c38a912a85d0 [INFO] [stdout] at src/booster.rs:707 [INFO] [stdout] 14: 0x55c459d3564a - xgboost::booster::tests::save_and_load_from_buffer::{{closure}}::h688ff2f37205e411 [INFO] [stdout] at src/booster.rs:706 [INFO] [stdout] 15: 0x55c459d5513e - core::ops::function::FnOnce::call_once::h612de016d3249028 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 16: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 17: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 21: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 30: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f2e454794a4 - start_thread [INFO] [stdout] 35: 0x7f2e44fa4d0f - __clone [INFO] [stdout] 36: 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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d2f4c1 - xgboost::dmatrix::tests::read_num_cols::h5eea7f696e235201 [INFO] [stdout] at src/dmatrix.rs:352 [INFO] [stdout] 13: 0x55c459d2f47a - xgboost::dmatrix::tests::read_num_cols::{{closure}}::h3567bfe781317ae3 [INFO] [stdout] at src/dmatrix.rs:351 [INFO] [stdout] 14: 0x55c459d5501e - core::ops::function::FnOnce::call_once::h31af1f65ef58b259 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c459de3765 - std::panicking::begin_panic::h273080c05ede2759 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:411 [INFO] [stdout] 8: 0x55c459d2f229 - xgboost::dmatrix::tests::read_matrix::h0d3f525fa4cba604 [INFO] [stdout] at src/dmatrix.rs:342 [INFO] [stdout] 9: 0x55c459d2f19a - xgboost::dmatrix::tests::read_matrix::{{closure}}::h0ceff5982fc20ff8 [INFO] [stdout] at src/dmatrix.rs:341 [INFO] [stdout] 10: 0x55c459d54f9e - core::ops::function::FnOnce::call_once::h17f3d4bcec81f493 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 11: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 12: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 13: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 14: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 15: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 16: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 17: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 18: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 19: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 20: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 21: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 22: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 23: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 24: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 25: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 26: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 27: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 28: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 29: 0x7f2e454794a4 - start_thread [INFO] [stdout] 30: 0x7f2e44fa4d0f - __clone [INFO] [stdout] 31: 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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d3119b - xgboost::dmatrix::tests::set_group::h10adf928cd08773e [INFO] [stdout] at src/dmatrix.rs:412 [INFO] [stdout] 13: 0x55c459d3115a - xgboost::dmatrix::tests::set_group::{{closure}}::had161758fc85b233 [INFO] [stdout] at src/dmatrix.rs:411 [INFO] [stdout] 14: 0x55c459d551de - core::ops::function::FnOnce::call_once::h7a236aae3719c8e3 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __clone [INFO] [stdout] 35: 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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d2f6fa - xgboost::dmatrix::tests::writing_and_reading::h52c0cc7c2439142c [INFO] [stdout] at src/dmatrix.rs:357 [INFO] [stdout] 13: 0x55c459d2f6aa - xgboost::dmatrix::tests::writing_and_reading::{{closure}}::h021efc1c764529f7 [INFO] [stdout] at src/dmatrix.rs:356 [INFO] [stdout] 14: 0x55c459d54f3e - core::ops::function::FnOnce::call_once::h0002e9b5390b7501 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6abe5 - core::result::Result::expect::hc73b474990dc7a49 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:879 [INFO] [stdout] 12: 0x55c459d2f0c0 - xgboost::booster::tests::load_test_booster::h8e8cc3a0712762cc [INFO] [stdout] at src/booster.rs:677 [INFO] [stdout] 13: 0x55c459d34e49 - xgboost::booster::tests::set_booster_param::he096f9da8bb8d553 [INFO] [stdout] at src/booster.rs:683 [INFO] [stdout] 14: 0x55c459d34e2a - xgboost::booster::tests::set_booster_param::{{closure}}::h6f0ff455b461a6bd [INFO] [stdout] at src/booster.rs:682 [INFO] [stdout] 15: 0x55c459d54f6e - core::ops::function::FnOnce::call_once::h0a4a76498e0281ea [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 16: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 17: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 21: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 30: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f2e454794a4 - start_thread [INFO] [stdout] 35: 0x7f2e44fa4d0f - __clone [INFO] [stdout] 36: 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: "[21:36:22] 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-23e8af23db447b08(+0x1af735) [0x55c459e44735]\n[bt] (1) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1cafaa) [0x55c459e5ffaa]\n[bt] (2) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x27fadf) [0x55c459f14adf]\n[bt] (3) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281162) [0x55c459f16162]\n[bt] (4) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x281881) [0x55c459f16881]\n[bt] (5) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bcc19) [0x55c459e51c19]\n[bt] (6) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x1bd0de) [0x55c459e520de]\n[bt] (7) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x2ad6ea) [0x55c459f426ea]\n[bt] (8) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x29ecfc) [0x55c459f33cfc]\n[bt] (9) /opt/crater/target/debug/deps/xgboost-23e8af23db447b08(+0x250d44) [0x55c459ee5d44]\n\n" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55c45a05fe8b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x55c45a05fe8b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x55c45a05fe8b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x55c45a05fe8b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x55c45a05fe8b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x55c45a05fafc - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x55c45a0605fd - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x55c45a060182 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x55c45a060066 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x55c45a07b10d - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x55c45a07b207 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x55c459d6b24d - core::result::Result::unwrap::h35fcbf54499b31d8 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x55c459d2fcca - xgboost::dmatrix::tests::get_set_root_index::h6ec476b7a1ea4b9b [INFO] [stdout] at src/dmatrix.rs:372 [INFO] [stdout] 13: 0x55c459d2fc7a - xgboost::dmatrix::tests::get_set_root_index::{{closure}}::hb78f2754025237aa [INFO] [stdout] at src/dmatrix.rs:371 [INFO] [stdout] 14: 0x55c459d5531e - core::ops::function::FnOnce::call_once::h9a8ca386050ec607 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 15: 0x55c459d9f7df - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 16: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 17: 0x55c459db9dce - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 18: 0x55c459db9dce - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 19: 0x55c459db9dce - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 20: 0x55c459d95205 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 21: 0x55c459d99415 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 22: 0x55c459d99415 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 23: 0x55c459d99415 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 24: 0x55c45a0639ea - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 25: 0x55c459d99a12 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 26: 0x55c459d99a12 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 27: 0x55c459d99a12 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 28: 0x55c459d99a12 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 29: 0x55c45a0548ef - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 30: 0x55c45a062dc0 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x55c45a062dc0 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 32: 0x55c45a062dc0 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 33: 0x7f2e454794a4 - start_thread [INFO] [stdout] 34: 0x7f2e44fa4d0f - __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] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `"docker" "inspect" "cf5c3390ed4fa3f9d377cc829943aaaf228aba22bb7f4289906b9aac8f313914"` [INFO] running `"docker" "rm" "-f" "cf5c3390ed4fa3f9d377cc829943aaaf228aba22bb7f4289906b9aac8f313914"` [INFO] [stdout] cf5c3390ed4fa3f9d377cc829943aaaf228aba22bb7f4289906b9aac8f313914