Oct 10 20:34:09.408 INFO testing jupp0r/preschool-planner against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:34:09.408 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:34:09.408 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:34:09.797 INFO blam! 854c38120f9795d1c9e4d09a0996c2934e59e40b0fb8e09a65b3cedf4a714be7 Oct 10 20:34:09.798 INFO running `"docker" "start" "-a" "854c38120f9795d1c9e4d09a0996c2934e59e40b0fb8e09a65b3cedf4a714be7"` Oct 10 20:34:12.052 INFO kablam! usermod: no changes Oct 10 20:34:12.214 INFO kablam! Compiling memchr v2.0.1 Oct 10 20:34:12.216 INFO kablam! Compiling syn v0.14.8 Oct 10 20:34:13.457 INFO kablam! Compiling csv-core v0.1.4 Oct 10 20:34:15.630 INFO kablam! Compiling csv v1.0.0 Oct 10 20:34:28.708 INFO kablam! Compiling synstructure v0.9.0 Oct 10 20:34:28.708 INFO kablam! Compiling serde_derive v1.0.71 Oct 10 20:34:35.449 INFO kablam! Compiling failure_derive v0.1.2 Oct 10 20:34:40.986 INFO kablam! Compiling failure v0.1.2 Oct 10 20:34:47.516 INFO kablam! Compiling preschool-planner v0.1.0 (/source) Oct 10 20:34:49.056 INFO kablam! warning: unused `#[macro_use]` import Oct 10 20:34:49.057 INFO kablam! --> src/main.rs:3:1 Oct 10 20:34:49.057 INFO kablam! | Oct 10 20:34:49.057 INFO kablam! 3 | #[macro_use] extern crate failure; Oct 10 20:34:49.058 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:34:49.058 INFO kablam! | Oct 10 20:34:49.058 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:34:49.058 INFO kablam! Oct 10 20:34:49.660 INFO kablam! warning: unused variable: `input` Oct 10 20:34:49.660 INFO kablam! --> src/fitness.rs:8:24 Oct 10 20:34:49.660 INFO kablam! | Oct 10 20:34:49.660 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 10 20:34:49.660 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 10 20:34:49.660 INFO kablam! | Oct 10 20:34:49.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:34:49.660 INFO kablam! Oct 10 20:34:49.921 INFO kablam! warning: constant item is never used: `ANTIPREFERENCE_COST` Oct 10 20:34:49.921 INFO kablam! --> src/fitness.rs:4:1 Oct 10 20:34:49.921 INFO kablam! | Oct 10 20:34:49.921 INFO kablam! 4 | const ANTIPREFERENCE_COST: f64 = 1000f64; Oct 10 20:34:49.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:49.921 INFO kablam! | Oct 10 20:34:49.921 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:34:49.921 INFO kablam! Oct 10 20:34:49.921 INFO kablam! warning: constant item is never used: `NOT_FIRST_PREFERENCE_COST` Oct 10 20:34:49.921 INFO kablam! --> src/fitness.rs:5:1 Oct 10 20:34:49.921 INFO kablam! | Oct 10 20:34:49.921 INFO kablam! 5 | const NOT_FIRST_PREFERENCE_COST: f64 = 10f64; Oct 10 20:34:49.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:49.921 INFO kablam! Oct 10 20:34:49.921 INFO kablam! warning: constant item is never used: `NOT_SECOND_PREFERENCE_COST` Oct 10 20:34:49.921 INFO kablam! --> src/fitness.rs:6:1 Oct 10 20:34:49.921 INFO kablam! | Oct 10 20:34:49.921 INFO kablam! 6 | const NOT_SECOND_PREFERENCE_COST: f64 = 5f64; Oct 10 20:34:49.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:49.921 INFO kablam! Oct 10 20:34:49.921 INFO kablam! warning: function is never used: `compute_fitness` Oct 10 20:34:49.921 INFO kablam! --> src/fitness.rs:8:1 Oct 10 20:34:49.921 INFO kablam! | Oct 10 20:34:49.921 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 10 20:34:49.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:49.921 INFO kablam! Oct 10 20:34:49.921 INFO kablam! warning: function is never used: `load_from_file` Oct 10 20:34:49.921 INFO kablam! --> src/input.rs:77:1 Oct 10 20:34:49.921 INFO kablam! | Oct 10 20:34:49.921 INFO kablam! 77 | pub fn load_from_file(path: &str) -> Result, Error> { Oct 10 20:34:49.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:49.921 INFO kablam! Oct 10 20:34:49.921 INFO kablam! warning: struct is never constructed: `Schedule` Oct 10 20:34:49.921 INFO kablam! --> src/model.rs:118:1 Oct 10 20:34:49.921 INFO kablam! | Oct 10 20:34:49.921 INFO kablam! 118 | pub struct Schedule { Oct 10 20:34:49.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:49.922 INFO kablam! Oct 10 20:34:49.922 INFO kablam! warning: struct is never constructed: `DaySchedule` Oct 10 20:34:49.922 INFO kablam! --> src/model.rs:126:1 Oct 10 20:34:49.922 INFO kablam! | Oct 10 20:34:49.922 INFO kablam! 126 | pub struct DaySchedule { Oct 10 20:34:49.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:49.922 INFO kablam! Oct 10 20:34:50.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 38.19s Oct 10 20:34:50.288 INFO kablam! su: No module specific data is present Oct 10 20:34:50.737 INFO running `"docker" "rm" "-f" "854c38120f9795d1c9e4d09a0996c2934e59e40b0fb8e09a65b3cedf4a714be7"` Oct 10 20:34:50.828 INFO blam! 854c38120f9795d1c9e4d09a0996c2934e59e40b0fb8e09a65b3cedf4a714be7 Oct 10 20:34:50.830 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:34:50.830 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:34:51.020 INFO blam! 14fa14e2f2a36865332276a8a7e1e17bdf26a13c1bedc64f118df9192b06268f Oct 10 20:34:51.028 INFO running `"docker" "start" "-a" "14fa14e2f2a36865332276a8a7e1e17bdf26a13c1bedc64f118df9192b06268f"` Oct 10 20:34:52.009 INFO kablam! usermod: no changes Oct 10 20:34:52.105 INFO kablam! Compiling preschool-planner v0.1.0 (/source) Oct 10 20:34:53.717 INFO kablam! warning: unused `#[macro_use]` import Oct 10 20:34:53.717 INFO kablam! --> src/main.rs:3:1 Oct 10 20:34:53.718 INFO kablam! | Oct 10 20:34:53.718 INFO kablam! 3 | #[macro_use] extern crate failure; Oct 10 20:34:53.718 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:34:53.719 INFO kablam! | Oct 10 20:34:53.719 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 20:34:53.719 INFO kablam! Oct 10 20:34:54.304 INFO kablam! warning: unused variable: `input` Oct 10 20:34:54.304 INFO kablam! --> src/fitness.rs:8:24 Oct 10 20:34:54.304 INFO kablam! | Oct 10 20:34:54.304 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 10 20:34:54.304 INFO kablam! | ^^^^^ help: consider using `_input` instead Oct 10 20:34:54.304 INFO kablam! | Oct 10 20:34:54.304 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:34:54.304 INFO kablam! Oct 10 20:34:54.589 INFO kablam! warning: constant item is never used: `ANTIPREFERENCE_COST` Oct 10 20:34:54.589 INFO kablam! --> src/fitness.rs:4:1 Oct 10 20:34:54.589 INFO kablam! | Oct 10 20:34:54.589 INFO kablam! 4 | const ANTIPREFERENCE_COST: f64 = 1000f64; Oct 10 20:34:54.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:54.589 INFO kablam! | Oct 10 20:34:54.589 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:34:54.589 INFO kablam! Oct 10 20:34:54.589 INFO kablam! warning: constant item is never used: `NOT_FIRST_PREFERENCE_COST` Oct 10 20:34:54.589 INFO kablam! --> src/fitness.rs:5:1 Oct 10 20:34:54.589 INFO kablam! | Oct 10 20:34:54.589 INFO kablam! 5 | const NOT_FIRST_PREFERENCE_COST: f64 = 10f64; Oct 10 20:34:54.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:54.589 INFO kablam! Oct 10 20:34:54.589 INFO kablam! warning: constant item is never used: `NOT_SECOND_PREFERENCE_COST` Oct 10 20:34:54.589 INFO kablam! --> src/fitness.rs:6:1 Oct 10 20:34:54.589 INFO kablam! | Oct 10 20:34:54.589 INFO kablam! 6 | const NOT_SECOND_PREFERENCE_COST: f64 = 5f64; Oct 10 20:34:54.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:54.589 INFO kablam! Oct 10 20:34:54.589 INFO kablam! warning: function is never used: `compute_fitness` Oct 10 20:34:54.589 INFO kablam! --> src/fitness.rs:8:1 Oct 10 20:34:54.589 INFO kablam! | Oct 10 20:34:54.589 INFO kablam! 8 | pub fn compute_fitness(input: &Input, schedule: &Schedule) -> f64 { Oct 10 20:34:54.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:54.589 INFO kablam! Oct 10 20:34:54.589 INFO kablam! warning: struct is never constructed: `Schedule` Oct 10 20:34:54.589 INFO kablam! --> src/model.rs:118:1 Oct 10 20:34:54.589 INFO kablam! | Oct 10 20:34:54.589 INFO kablam! 118 | pub struct Schedule { Oct 10 20:34:54.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:54.589 INFO kablam! Oct 10 20:34:54.589 INFO kablam! warning: struct is never constructed: `DaySchedule` Oct 10 20:34:54.589 INFO kablam! --> src/model.rs:126:1 Oct 10 20:34:54.589 INFO kablam! | Oct 10 20:34:54.589 INFO kablam! 126 | pub struct DaySchedule { Oct 10 20:34:54.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:34:54.589 INFO kablam! Oct 10 20:34:55.892 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.84s Oct 10 20:34:55.892 INFO kablam! su: No module specific data is present Oct 10 20:34:56.439 INFO running `"docker" "rm" "-f" "14fa14e2f2a36865332276a8a7e1e17bdf26a13c1bedc64f118df9192b06268f"` Oct 10 20:34:56.657 INFO blam! 14fa14e2f2a36865332276a8a7e1e17bdf26a13c1bedc64f118df9192b06268f Oct 10 20:34:56.661 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:34:56.662 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:34:57.069 INFO blam! 873e99e4f58e1ea6875c3c2d62c17ec011f3f094aefd8e5d707aaadececae098 Oct 10 20:34:57.080 INFO running `"docker" "start" "-a" "873e99e4f58e1ea6875c3c2d62c17ec011f3f094aefd8e5d707aaadececae098"` Oct 10 20:34:58.040 INFO kablam! usermod: no changes Oct 10 20:34:58.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 20:34:58.132 INFO kablam! Running /target/debug/deps/preschool_planner-41e8b932f85a8f57 Oct 10 20:34:58.133 INFO blam! Oct 10 20:34:58.133 INFO blam! running 1 test Oct 10 20:34:58.196 INFO blam! test input::tests::it_works ... FAILED Oct 10 20:34:58.196 INFO blam! Oct 10 20:34:58.196 INFO blam! failures: Oct 10 20:34:58.196 INFO blam! Oct 10 20:34:58.196 INFO blam! ---- input::tests::it_works stdout ---- Oct 10 20:34:58.196 INFO blam! thread 'input::tests::it_works' panicked at 'error: Err(Error(Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })) Oct 10 20:34:58.196 INFO blam! Oct 10 20:34:58.196 INFO blam! stack backtrace: Oct 10 20:34:58.196 INFO blam! 0: 0x560a48436fd5 - backtrace::backtrace::libunwind::trace::h2d3378f08e13c8d7 Oct 10 20:34:58.196 INFO blam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.9/src/backtrace/libunwind.rs:53 Oct 10 20:34:58.196 INFO blam! - backtrace::backtrace::trace::h6b29c7d91e83a873 Oct 10 20:34:58.196 INFO blam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.9/src/backtrace/mod.rs:42 Oct 10 20:34:58.196 INFO blam! 1: 0x560a4843168e - backtrace::capture::Backtrace::new_unresolved::hc400a08c18247ee0 Oct 10 20:34:58.196 INFO blam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.9/src/capture.rs:88 Oct 10 20:34:58.197 INFO blam! 2: 0x560a4843008e - failure::backtrace::internal::InternalBacktrace::new::hff758540325681db Oct 10 20:34:58.197 INFO blam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.2/src/backtrace/internal.rs:44 Oct 10 20:34:58.197 INFO blam! 3: 0x560a4842f61c - failure::backtrace::Backtrace::new::hd23d4532fd5a6478 Oct 10 20:34:58.197 INFO blam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.2/src/backtrace/mod.rs:111 Oct 10 20:34:58.197 INFO blam! 4: 0x560a483e1cef - >::from::hd191b82e4d2f8f79 Oct 10 20:34:58.197 INFO blam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.2/src/error/error_impl.rs:20 Oct 10 20:34:58.197 INFO blam! 5: 0x560a483e0a32 - >::from::h33e3bc760567d5b1 Oct 10 20:34:58.197 INFO blam! at /cargo-home/registry/src/github.com-1ecc6299db9ec823/failure-0.1.2/src/error/mod.rs:36 Oct 10 20:34:58.197 INFO blam! 6: 0x560a483c99b1 - preschool_planner::input::load_from_file::hecc1780a3f113fe0 Oct 10 20:34:58.197 INFO blam! at src/input.rs:79 Oct 10 20:34:58.197 INFO blam! 7: 0x560a483eddd1 - preschool_planner::input::tests::it_works::h8196c9383807fabd Oct 10 20:34:58.197 INFO blam! at src/input.rs:125 Oct 10 20:34:58.197 INFO blam! 8: 0x560a483edd99 - preschool_planner::input::tests::it_works::{{closure}}::ha299cd6c952fe216 Oct 10 20:34:58.197 INFO blam! at src/input.rs:124 Oct 10 20:34:58.197 INFO blam! 9: 0x560a483df5ed - core::ops::function::FnOnce::call_once::ha5d29a5585007304 Oct 10 20:34:58.197 INFO blam! at libcore/ops/function.rs:238 Oct 10 20:34:58.197 INFO blam! 10: 0x560a483f0ede - test::run_test::{{closure}}::hcabdd276abf8f296 Oct 10 20:34:58.197 INFO blam! at libtest/lib.rs:1468 Oct 10 20:34:58.197 INFO blam! - core::ops::function::FnOnce::call_once::h1d50e8b6d369df98 Oct 10 20:34:58.197 INFO blam! at libcore/ops/function.rs:238 Oct 10 20:34:58.197 INFO blam! - >::call_box::h95b7cb918af67b5d Oct 10 20:34:58.197 INFO blam! at liballoc/boxed.rs:672 Oct 10 20:34:58.197 INFO blam! 11: 0x560a48490719 - __rust_maybe_catch_panic Oct 10 20:34:58.197 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 20:34:58.197 INFO blam! 12: 0x560a48411a2d - std::panicking::try::h3c8b843f0a3ada26 Oct 10 20:34:58.197 INFO blam! at libstd/panicking.rs:289 Oct 10 20:34:58.197 INFO blam! - std::panic::catch_unwind::h6d942cad8753c78a Oct 10 20:34:58.197 INFO blam! at libstd/panic.rs:392 Oct 10 20:34:58.197 INFO blam! - test::run_test::run_test_inner::{{closure}}::h201decf168940588 Oct 10 20:34:58.197 INFO blam! at libtest/lib.rs:1423 Oct 10 20:34:58.197 INFO blam! - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 20:34:58.197 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 20:34:58.197 INFO blam! 13: 0x560a48412634 - std::thread::Builder::spawn::{{closure}}::{{closure}}::hf072f13a53cf01bf Oct 10 20:34:58.197 INFO blam! at libstd/thread/mod.rs:409 Oct 10 20:34:58.197 INFO blam! - as core::ops::function::FnOnce<()>>::call_once::h22c81bd70bf1a725 Oct 10 20:34:58.197 INFO blam! at libstd/panic.rs:313 Oct 10 20:34:58.197 INFO blam! - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 20:34:58.197 INFO blam! at libstd/panicking.rs:310 Oct 10 20:34:58.197 INFO blam! 14: 0x560a48490719 - __rust_maybe_catch_panic Oct 10 20:34:58.197 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 20:34:58.197 INFO blam! 15: 0x560a483ffbf6 - std::panicking::try::hc008d3655cac22f0 Oct 10 20:34:58.197 INFO blam! at libstd/panicking.rs:289 Oct 10 20:34:58.197 INFO blam! - std::panic::catch_unwind::h89b6dcd382d60f3a Oct 10 20:34:58.197 INFO blam! at libstd/panic.rs:392 Oct 10 20:34:58.197 INFO blam! - std::thread::Builder::spawn::{{closure}}::h1283fd1a85826753 Oct 10 20:34:58.197 INFO blam! at libstd/thread/mod.rs:408 Oct 10 20:34:58.197 INFO blam! - >::call_box::h96125cb29a9ba44b Oct 10 20:34:58.197 INFO blam! at liballoc/boxed.rs:672 Oct 10 20:34:58.197 INFO blam! 16: 0x560a4847e6ca - + 'a)> as core::ops::function::FnOnce>::call_once::h2a88b48001a8d047 Oct 10 20:34:58.197 INFO blam! at liballoc/boxed.rs:682 Oct 10 20:34:58.197 INFO blam! - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 20:34:58.197 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 20:34:58.197 INFO blam! 17: 0x560a48473d35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 20:34:58.197 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 20:34:58.197 INFO blam! 18: 0x7f468f02c6b9 - start_thread Oct 10 20:34:58.197 INFO blam! 19: 0x7f468eb4c41c - clone Oct 10 20:34:58.197 INFO blam! 20: 0x0 - )', src/input.rs:126:9 Oct 10 20:34:58.197 INFO blam! stack backtrace: Oct 10 20:34:58.197 INFO blam! 0: 0x560a4847c62e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 20:34:58.197 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 20:34:58.197 INFO blam! 1: 0x560a48485546 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 20:34:58.197 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 20:34:58.197 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 20:34:58.197 INFO blam! 2: 0x560a4848029d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 20:34:58.197 INFO blam! at libstd/panicking.rs:211 Oct 10 20:34:58.197 INFO blam! 3: 0x560a4847ffab - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 20:34:58.197 INFO blam! at libstd/panicking.rs:221 Oct 10 20:34:58.197 INFO blam! 4: 0x560a4848094c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 20:34:58.197 INFO blam! at libstd/panicking.rs:476 Oct 10 20:34:58.197 INFO blam! 5: 0x560a48480509 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 20:34:58.197 INFO blam! at libstd/panicking.rs:390 Oct 10 20:34:58.197 INFO blam! 6: 0x560a4848046d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 10 20:34:58.197 INFO blam! at libstd/panicking.rs:345 Oct 10 20:34:58.197 INFO blam! 7: 0x560a483edeb3 - preschool_planner::input::tests::it_works::h8196c9383807fabd Oct 10 20:34:58.197 INFO blam! at src/input.rs:126 Oct 10 20:34:58.197 INFO blam! 8: 0x560a483edd99 - preschool_planner::input::tests::it_works::{{closure}}::ha299cd6c952fe216 Oct 10 20:34:58.197 INFO blam! at src/input.rs:124 Oct 10 20:34:58.197 INFO blam! 9: 0x560a483df5ed - core::ops::function::FnOnce::call_once::ha5d29a5585007304 Oct 10 20:34:58.197 INFO blam! at libcore/ops/function.rs:238 Oct 10 20:34:58.197 INFO blam! 10: 0x560a483f0ede - >::call_box::h95b7cb918af67b5d Oct 10 20:34:58.197 INFO blam! at libtest/lib.rs:1468 Oct 10 20:34:58.197 INFO blam! at libcore/ops/function.rs:238 Oct 10 20:34:58.197 INFO blam! at liballoc/boxed.rs:672 Oct 10 20:34:58.197 INFO blam! 11: 0x560a48490719 - __rust_maybe_catch_panic Oct 10 20:34:58.197 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 20:34:58.197 INFO blam! 12: 0x560a48411a2d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 20:34:58.197 INFO blam! at libstd/panicking.rs:289 Oct 10 20:34:58.197 INFO blam! at libstd/panic.rs:392 Oct 10 20:34:58.197 INFO blam! at libtest/lib.rs:1423 Oct 10 20:34:58.197 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 20:34:58.198 INFO blam! 13: 0x560a48412634 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 20:34:58.198 INFO blam! at libstd/thread/mod.rs:409 Oct 10 20:34:58.198 INFO blam! at libstd/panic.rs:313 Oct 10 20:34:58.198 INFO blam! at libstd/panicking.rs:310 Oct 10 20:34:58.198 INFO blam! 14: 0x560a48490719 - __rust_maybe_catch_panic Oct 10 20:34:58.198 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 20:34:58.198 INFO blam! 15: 0x560a483ffbf6 - >::call_box::h96125cb29a9ba44b Oct 10 20:34:58.198 INFO blam! at libstd/panicking.rs:289 Oct 10 20:34:58.198 INFO blam! at libstd/panic.rs:392 Oct 10 20:34:58.198 INFO blam! at libstd/thread/mod.rs:408 Oct 10 20:34:58.198 INFO blam! at liballoc/boxed.rs:672 Oct 10 20:34:58.198 INFO blam! 16: 0x560a4847e6ca - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 20:34:58.198 INFO blam! at liballoc/boxed.rs:682 Oct 10 20:34:58.198 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 20:34:58.198 INFO blam! 17: 0x560a48473d35 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 20:34:58.198 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 20:34:58.198 INFO blam! 18: 0x7f468f02c6b9 - start_thread Oct 10 20:34:58.198 INFO blam! 19: 0x7f468eb4c41c - clone Oct 10 20:34:58.198 INFO blam! 20: 0x0 - Oct 10 20:34:58.198 INFO blam! Oct 10 20:34:58.198 INFO blam! Oct 10 20:34:58.198 INFO blam! failures: Oct 10 20:34:58.198 INFO blam! input::tests::it_works Oct 10 20:34:58.198 INFO blam! Oct 10 20:34:58.198 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:34:58.198 INFO blam! Oct 10 20:34:58.205 INFO kablam! error: test failed, to rerun pass '--bin preschool-planner' Oct 10 20:34:58.206 INFO kablam! su: No module specific data is present Oct 10 20:34:58.817 INFO running `"docker" "rm" "-f" "873e99e4f58e1ea6875c3c2d62c17ec011f3f094aefd8e5d707aaadececae098"` Oct 10 20:34:59.076 INFO blam! 873e99e4f58e1ea6875c3c2d62c17ec011f3f094aefd8e5d707aaadececae098