Nov 16 20:21:29.966 INFO testing martin-t/sokoban-solver against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 16 20:21:29.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 20:21:30.423 INFO [stdout] 1b9964f7ce4c1fc800ec44abd7dbacd119f1e11869d68bbb6415ed0feb5264b3 Nov 16 20:21:30.425 INFO running `"docker" "start" "-a" "1b9964f7ce4c1fc800ec44abd7dbacd119f1e11869d68bbb6415ed0feb5264b3"` Nov 16 20:21:31.823 INFO [stderr] usermod: no changes Nov 16 20:21:32.088 INFO [stderr] Compiling libc v0.2.43 Nov 16 20:21:32.088 INFO [stderr] Compiling cfg-if v0.1.6 Nov 16 20:21:32.103 INFO [stderr] Compiling ucd-util v0.1.2 Nov 16 20:21:32.103 INFO [stderr] Compiling rustc-serialize v0.3.24 Nov 16 20:21:32.103 INFO [stderr] Compiling byteorder v1.2.7 Nov 16 20:21:32.103 INFO [stderr] Compiling utf8-ranges v1.0.2 Nov 16 20:21:32.103 INFO [stderr] Compiling unicode-width v0.1.5 Nov 16 20:21:32.103 INFO [stderr] Compiling quick-error v1.2.2 Nov 16 20:21:32.755 INFO [stderr] Compiling ansi_term v0.11.0 Nov 16 20:21:33.791 INFO [stderr] Compiling strsim v0.7.0 Nov 16 20:21:34.119 INFO [stderr] Compiling vec_map v0.8.1 Nov 16 20:21:38.551 INFO [stderr] Compiling encode_unicode v0.3.5 Nov 16 20:21:38.579 INFO [stderr] Compiling termcolor v1.0.4 Nov 16 20:21:38.582 INFO [stderr] Compiling fnv v1.0.6 Nov 16 20:21:38.592 INFO [stderr] Compiling separator v0.3.1 Nov 16 20:21:38.624 INFO [stderr] Compiling typed-arena v1.4.1 Nov 16 20:21:38.775 INFO [stderr] Compiling log v0.4.6 Nov 16 20:21:40.633 INFO [stderr] Compiling textwrap v0.10.0 Nov 16 20:21:40.651 INFO [stderr] Compiling humantime v1.1.1 Nov 16 20:21:42.383 INFO [stderr] Compiling regex-syntax v0.6.2 Nov 16 20:21:42.439 INFO [stderr] Compiling term v0.5.1 Nov 16 20:21:47.551 INFO [stderr] Compiling memchr v1.0.2 Nov 16 20:21:47.567 INFO [stderr] Compiling atty v0.2.11 Nov 16 20:21:47.589 INFO [stderr] Compiling memchr v2.1.1 Nov 16 20:21:47.621 INFO [stderr] Compiling lazy_static v1.1.0 Nov 16 20:21:49.000 INFO [stderr] Compiling thread_local v0.3.6 Nov 16 20:21:49.012 INFO [stderr] Compiling clap v2.32.0 Nov 16 20:21:54.938 INFO [stderr] Compiling aho-corasick v0.6.9 Nov 16 20:22:02.757 INFO [stderr] Compiling csv v0.15.0 Nov 16 20:22:06.193 INFO [stderr] Compiling prettytable-rs v0.7.0 Nov 16 20:22:14.039 INFO [stderr] Compiling regex v1.0.5 Nov 16 20:22:28.887 INFO [stderr] Compiling env_logger v0.5.13 Nov 16 20:22:30.475 INFO [stderr] Compiling sokoban-solver v0.1.0 (/source) Nov 16 20:22:32.047 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:22:32.047 INFO [stderr] --> src/solution_formatter.rs:77:17 Nov 16 20:22:32.047 INFO [stderr] | Nov 16 20:22:32.047 INFO [stderr] 77 | writeln!(f, "{}", self.map.format_with_state(self.format, &new_state)); Nov 16 20:22:32.047 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 20:22:32.047 INFO [stderr] | Nov 16 20:22:32.047 INFO [stderr] note: lint level defined here Nov 16 20:22:32.047 INFO [stderr] --> src/lib.rs:13:9 Nov 16 20:22:32.047 INFO [stderr] | Nov 16 20:22:32.047 INFO [stderr] 13 | #![warn(unused)] Nov 16 20:22:32.047 INFO [stderr] | ^^^^^^ Nov 16 20:22:32.047 INFO [stderr] = note: #[warn(unused_must_use)] implied by #[warn(unused)] Nov 16 20:22:32.047 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:22:32.047 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:22:32.047 INFO [stderr] Nov 16 20:22:37.637 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Nov 16 20:22:37.648 INFO [stderr] su: No module specific data is present Nov 16 20:22:38.133 INFO running `"docker" "inspect" "1b9964f7ce4c1fc800ec44abd7dbacd119f1e11869d68bbb6415ed0feb5264b3"` Nov 16 20:22:38.359 INFO running `"docker" "rm" "-f" "1b9964f7ce4c1fc800ec44abd7dbacd119f1e11869d68bbb6415ed0feb5264b3"` Nov 16 20:22:38.651 INFO [stdout] 1b9964f7ce4c1fc800ec44abd7dbacd119f1e11869d68bbb6415ed0feb5264b3 Nov 16 20:22:38.657 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 20:22:39.155 INFO [stdout] 43d4fb67a396bf9e7c3ac66cbb6bc8131df782aa14b58738ec32ba42c10c1193 Nov 16 20:22:39.161 INFO running `"docker" "start" "-a" "43d4fb67a396bf9e7c3ac66cbb6bc8131df782aa14b58738ec32ba42c10c1193"` Nov 16 20:22:40.333 INFO [stderr] usermod: no changes Nov 16 20:22:40.631 INFO [stderr] Compiling encode_unicode v0.3.5 Nov 16 20:22:40.631 INFO [stderr] Compiling predicates-core v0.9.0 Nov 16 20:22:40.632 INFO [stderr] Compiling normalize-line-endings v0.2.2 Nov 16 20:22:40.639 INFO [stderr] Compiling typed-arena v1.4.1 Nov 16 20:22:40.639 INFO [stderr] Compiling log v0.4.6 Nov 16 20:22:40.640 INFO [stderr] Compiling csv v0.15.0 Nov 16 20:22:40.640 INFO [stderr] Compiling criterion-plot v0.2.5 Nov 16 20:22:40.647 INFO [stderr] Compiling float-cmp v0.4.0 Nov 16 20:22:42.227 INFO [stderr] Compiling syn v0.15.18 Nov 16 20:22:42.803 INFO [stderr] Compiling csv-core v0.1.4 Nov 16 20:22:45.349 INFO [stderr] Compiling predicates-tree v0.9.0 Nov 16 20:22:45.365 INFO [stderr] Compiling predicates v0.9.1 Nov 16 20:22:45.456 INFO [stderr] Compiling simplelog v0.5.3 Nov 16 20:22:49.899 INFO [stderr] Compiling env_logger v0.5.13 Nov 16 20:22:50.119 INFO [stderr] Compiling prettytable-rs v0.7.0 Nov 16 20:22:56.035 INFO [stderr] Compiling sokoban-solver v0.1.0 (/source) Nov 16 20:22:58.019 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:22:58.019 INFO [stderr] --> src/solution_formatter.rs:77:17 Nov 16 20:22:58.019 INFO [stderr] | Nov 16 20:22:58.019 INFO [stderr] 77 | writeln!(f, "{}", self.map.format_with_state(self.format, &new_state)); Nov 16 20:22:58.019 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 20:22:58.019 INFO [stderr] | Nov 16 20:22:58.019 INFO [stderr] note: lint level defined here Nov 16 20:22:58.019 INFO [stderr] --> src/lib.rs:13:9 Nov 16 20:22:58.019 INFO [stderr] | Nov 16 20:22:58.019 INFO [stderr] 13 | #![warn(unused)] Nov 16 20:22:58.019 INFO [stderr] | ^^^^^^ Nov 16 20:22:58.019 INFO [stderr] = note: #[warn(unused_must_use)] implied by #[warn(unused)] Nov 16 20:22:58.019 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:22:58.019 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:22:58.019 INFO [stderr] Nov 16 20:23:06.093 INFO [stderr] Compiling serde_derive v1.0.80 Nov 16 20:23:06.093 INFO [stderr] Compiling synstructure v0.10.1 Nov 16 20:23:11.690 INFO [stderr] Compiling failure_derive v0.1.3 Nov 16 20:23:14.799 INFO [stderr] Compiling failure v0.1.3 Nov 16 20:23:21.019 INFO [stderr] Compiling serde v1.0.80 Nov 16 20:23:31.617 INFO [stderr] Compiling serde_json v1.0.32 Nov 16 20:23:31.618 INFO [stderr] Compiling csv v1.0.2 Nov 16 20:23:38.199 INFO [stderr] Compiling handlebars v0.32.4 Nov 16 20:23:38.199 INFO [stderr] Compiling escargot v0.3.1 Nov 16 20:23:40.739 INFO [stderr] Compiling assert_cmd v0.9.1 Nov 16 20:23:49.087 INFO [stderr] Compiling criterion v0.2.5 Nov 16 20:24:05.545 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.545 INFO [stderr] --> src/solution_formatter.rs:77:17 Nov 16 20:24:05.545 INFO [stderr] | Nov 16 20:24:05.545 INFO [stderr] 77 | writeln!(f, "{}", self.map.format_with_state(self.format, &new_state)); Nov 16 20:24:05.545 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 20:24:05.545 INFO [stderr] | Nov 16 20:24:05.545 INFO [stderr] note: lint level defined here Nov 16 20:24:05.545 INFO [stderr] --> src/lib.rs:13:9 Nov 16 20:24:05.545 INFO [stderr] | Nov 16 20:24:05.545 INFO [stderr] 13 | #![warn(unused)] Nov 16 20:24:05.545 INFO [stderr] | ^^^^^^ Nov 16 20:24:05.545 INFO [stderr] = note: #[warn(unused_must_use)] implied by #[warn(unused)] Nov 16 20:24:05.545 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.545 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.545 INFO [stderr] Nov 16 20:24:05.566 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.566 INFO [stderr] --> src/lib.rs:473:9 Nov 16 20:24:05.566 INFO [stderr] | Nov 16 20:24:05.566 INFO [stderr] 473 | print_bad_matching!("Better moves", m, _, _, _, m.0 < m.1, m); Nov 16 20:24:05.566 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.566 INFO [stderr] | Nov 16 20:24:05.566 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.566 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.566 INFO [stderr] Nov 16 20:24:05.566 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.566 INFO [stderr] --> src/lib.rs:473:9 Nov 16 20:24:05.566 INFO [stderr] | Nov 16 20:24:05.566 INFO [stderr] 473 | print_bad_matching!("Better moves", m, _, _, _, m.0 < m.1, m); Nov 16 20:24:05.566 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.566 INFO [stderr] | Nov 16 20:24:05.566 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.566 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.566 INFO [stderr] Nov 16 20:24:05.566 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.566 INFO [stderr] --> src/lib.rs:474:9 Nov 16 20:24:05.566 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] 474 | print_bad_matching!("Worse moves", m, _, _, _, m.0 > m.1, m); Nov 16 20:24:05.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.567 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.567 INFO [stderr] Nov 16 20:24:05.567 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.567 INFO [stderr] --> src/lib.rs:474:9 Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] 474 | print_bad_matching!("Worse moves", m, _, _, _, m.0 > m.1, m); Nov 16 20:24:05.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.567 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.567 INFO [stderr] Nov 16 20:24:05.567 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.567 INFO [stderr] --> src/lib.rs:475:9 Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] 475 | print_bad_matching!("Better pushes", _, p, _, _, p.0 < p.1, p); Nov 16 20:24:05.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.567 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.567 INFO [stderr] Nov 16 20:24:05.567 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.567 INFO [stderr] --> src/lib.rs:475:9 Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] 475 | print_bad_matching!("Better pushes", _, p, _, _, p.0 < p.1, p); Nov 16 20:24:05.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.567 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.567 INFO [stderr] Nov 16 20:24:05.567 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.567 INFO [stderr] --> src/lib.rs:476:9 Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] 476 | print_bad_matching!("Worse pushes", _, p, _, _, p.0 > p.1, p); Nov 16 20:24:05.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.567 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.567 INFO [stderr] Nov 16 20:24:05.567 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.567 INFO [stderr] --> src/lib.rs:476:9 Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] 476 | print_bad_matching!("Worse pushes", _, p, _, _, p.0 > p.1, p); Nov 16 20:24:05.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.567 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.567 INFO [stderr] Nov 16 20:24:05.567 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.567 INFO [stderr] --> src/lib.rs:477:9 Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] 477 | print_bad_matching!("Better created", _, _, c, _, c.0 < c.1, c); Nov 16 20:24:05.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.567 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.567 INFO [stderr] Nov 16 20:24:05.567 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.567 INFO [stderr] --> src/lib.rs:477:9 Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] 477 | print_bad_matching!("Better created", _, _, c, _, c.0 < c.1, c); Nov 16 20:24:05.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.567 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.567 INFO [stderr] Nov 16 20:24:05.567 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.567 INFO [stderr] --> src/lib.rs:478:9 Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] 478 | print_bad_matching!("Worse created", _, _, c, _, c.0 > c.1, c); Nov 16 20:24:05.567 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.567 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.567 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.567 INFO [stderr] Nov 16 20:24:05.567 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.567 INFO [stderr] --> src/lib.rs:478:9 Nov 16 20:24:05.567 INFO [stderr] | Nov 16 20:24:05.568 INFO [stderr] 478 | print_bad_matching!("Worse created", _, _, c, _, c.0 > c.1, c); Nov 16 20:24:05.568 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.568 INFO [stderr] | Nov 16 20:24:05.568 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.568 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.568 INFO [stderr] Nov 16 20:24:05.571 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.571 INFO [stderr] --> src/lib.rs:479:9 Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] 479 | print_bad_matching!("Better visited", _, _, _, v, v.0 < v.1, v); Nov 16 20:24:05.571 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.571 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.571 INFO [stderr] Nov 16 20:24:05.571 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.571 INFO [stderr] --> src/lib.rs:479:9 Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] 479 | print_bad_matching!("Better visited", _, _, _, v, v.0 < v.1, v); Nov 16 20:24:05.571 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.571 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.571 INFO [stderr] Nov 16 20:24:05.571 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.571 INFO [stderr] --> src/lib.rs:480:9 Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] 480 | print_bad_matching!("Worse visited", _, _, _, v, v.0 > v.1, v); Nov 16 20:24:05.571 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.571 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.571 INFO [stderr] Nov 16 20:24:05.571 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.571 INFO [stderr] --> src/lib.rs:480:9 Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] 480 | print_bad_matching!("Worse visited", _, _, _, v, v.0 > v.1, v); Nov 16 20:24:05.571 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ in this macro invocation Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.571 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.571 INFO [stderr] Nov 16 20:24:05.571 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.571 INFO [stderr] --> src/lib.rs:498:13 Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] 498 | writeln!(report, "Solvability changed ({}):", bad_levels.len()); Nov 16 20:24:05.571 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.571 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.571 INFO [stderr] Nov 16 20:24:05.571 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.571 INFO [stderr] --> src/lib.rs:500:17 Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] 500 | writeln!(report, "\t{}/{} method {}", pack, name, method); Nov 16 20:24:05.571 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.571 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.571 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.571 INFO [stderr] Nov 16 20:24:05.571 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.571 INFO [stderr] --> src/lib.rs:536:17 Nov 16 20:24:05.571 INFO [stderr] | Nov 16 20:24:05.572 INFO [stderr] 536 | writeln!(report, "Optimality broken: {}/{}", pack, name); Nov 16 20:24:05.572 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 20:24:05.572 INFO [stderr] | Nov 16 20:24:05.572 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.572 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.572 INFO [stderr] Nov 16 20:24:05.572 INFO [stderr] warning: unused `std::result::Result` that must be used Nov 16 20:24:05.572 INFO [stderr] --> src/lib.rs:573:17 Nov 16 20:24:05.572 INFO [stderr] | Nov 16 20:24:05.572 INFO [stderr] 573 | writeln!(out, "{}", moves); Nov 16 20:24:05.572 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 16 20:24:05.572 INFO [stderr] | Nov 16 20:24:05.572 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Nov 16 20:24:05.572 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 16 20:24:05.572 INFO [stderr] Nov 16 20:24:10.893 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 30s Nov 16 20:24:10.914 INFO [stderr] su: No module specific data is present Nov 16 20:24:11.591 INFO running `"docker" "inspect" "43d4fb67a396bf9e7c3ac66cbb6bc8131df782aa14b58738ec32ba42c10c1193"` Nov 16 20:24:11.896 INFO running `"docker" "rm" "-f" "43d4fb67a396bf9e7c3ac66cbb6bc8131df782aa14b58738ec32ba42c10c1193"` Nov 16 20:24:12.171 INFO [stdout] 43d4fb67a396bf9e7c3ac66cbb6bc8131df782aa14b58738ec32ba42c10c1193 Nov 16 20:24:12.181 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-4/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/source:ro,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" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +2e026d6e5d7621634147ad4c8074f1d964dbb1be-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 16 20:24:12.726 INFO [stdout] f29ca018e0d1a359ecff5157f9ff37e19d4082e510b61efd515b28e291ee8de0 Nov 16 20:24:12.731 INFO running `"docker" "start" "-a" "f29ca018e0d1a359ecff5157f9ff37e19d4082e510b61efd515b28e291ee8de0"` Nov 16 20:24:14.015 INFO [stderr] usermod: no changes Nov 16 20:24:14.299 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s Nov 16 20:24:14.320 INFO [stderr] Running /target/debug/deps/sokoban_solver-c5853aae8ce354d6 Nov 16 20:24:14.330 INFO [stdout] Nov 16 20:24:14.331 INFO [stdout] running 44 tests Nov 16 20:24:14.339 INFO [stdout] test map::tests::formatting_map ... ok Nov 16 20:24:14.343 INFO [stdout] test moves::tests::formatting_moves ... ok Nov 16 20:24:14.344 INFO [stdout] test level::tests::formatting_solution ... ok Nov 16 20:24:14.344 INFO [stdout] test moves::tests::extending_and_counting ... ok Nov 16 20:24:14.344 INFO [stdout] test level::tests::formatting_level ... ok Nov 16 20:24:14.344 INFO [stdout] test parser::tests::custom_fail_box_on_remover ... ok Nov 16 20:24:14.345 INFO [stdout] test moves::tests::iterating ... ok Nov 16 20:24:14.345 INFO [stdout] test parser::tests::xsb_corner_boxes ... ok Nov 16 20:24:14.345 INFO [stdout] test parser::tests::xsb_fail_pos ... ok Nov 16 20:24:14.346 INFO [stdout] test parser::tests::xsb_original_1 ... ok Nov 16 20:24:14.347 INFO [stdout] test parser::tests::xsb_simplest ... ok Nov 16 20:24:14.348 INFO [stdout] test parser::tests::custom_fail_remover_and_goals ... ok Nov 16 20:24:14.348 INFO [stdout] test parser::tests::custom_player ... ok Nov 16 20:24:14.348 INFO [stdout] test parser::tests::custom_remover ... ok Nov 16 20:24:14.349 INFO [stdout] test parser::tests::custom_goals ... ok Nov 16 20:24:14.349 INFO [stdout] test solver::preprocessing::tests::push_distances ... ignored Nov 16 20:24:14.349 INFO [stdout] test parser::tests::custom_fail_no_player ... ok Nov 16 20:24:14.351 INFO [stdout] test solver::backtracking::tests::backtracking ... ok Nov 16 20:24:14.367 INFO [stdout] test solver::preprocessing::tests::closest_distances_one_goal_1 ... ok Nov 16 20:24:14.368 INFO [stdout] test solver::tests::expand_move1 ... ok Nov 16 20:24:14.368 INFO [stdout] test solver::tests::expand_move2 ... ok Nov 16 20:24:14.369 INFO [stdout] test solver::preprocessing::tests::closest_distances_one_goal_2 ... ok Nov 16 20:24:14.369 INFO [stdout] test solver::preprocessing::tests::one_box_reachability ... ok Nov 16 20:24:14.369 INFO [stdout] test solver::tests::diff_boxes_or_goals ... ok Nov 16 20:24:14.369 INFO [stdout] test solver::tests::incomplete_border ... ok Nov 16 20:24:14.370 INFO [stdout] test solver::tests::pos_normalization ... ok Nov 16 20:24:14.370 INFO [stdout] test solver::tests::processing ... ok Nov 16 20:24:14.370 INFO [stdout] test parser::tests::custom_fail_empty ... ok Nov 16 20:24:14.371 INFO [stdout] test tests::bench_boxxle1_001 ... ignored Nov 16 20:24:14.371 INFO [stdout] test tests::bench_boxxle1_001_moves ... ignored Nov 16 20:24:14.371 INFO [stdout] test tests::bench_boxxle1_005 ... ignored Nov 16 20:24:14.372 INFO [stdout] test tests::bench_boxxle1_018 ... ignored Nov 16 20:24:14.372 INFO [stdout] test tests::bench_boxxle1_108 ... ignored Nov 16 20:24:14.372 INFO [stdout] test solver::tests::too_many ... ok Nov 16 20:24:14.372 INFO [stdout] test tests::test_more_levels ... ignored Nov 16 20:24:14.374 INFO [stdout] test solver::tests::unreachable_goals ... ok Nov 16 20:24:14.374 INFO [stdout] test solver::tests::unreachable_boxes_remover ... ok Nov 16 20:24:14.375 INFO [stdout] test solver::tests::unreachable_remover ... ok Nov 16 20:24:14.375 INFO [stdout] test solver::tests::unreachable_boxes_goals ... ok Nov 16 20:24:14.383 INFO [stdout] test solver::tests::expand_push1 ... ok Nov 16 20:24:14.384 INFO [stdout] test vec2d::tests::formatting_vec2d ... ok Nov 16 20:24:14.384 INFO [stdout] test vec2d::tests::positions ... ok Nov 16 20:24:14.464 INFO [stdout] test solver::preprocessing::tests::closest_distances_many_goals ... ok Nov 16 20:24:33.817 INFO [stderr] error: test failed, to rerun pass '--lib' Nov 16 20:24:33.817 INFO [stdout] test tests::test_levels ... FAILED Nov 16 20:24:33.817 INFO [stderr] su: No module specific data is present Nov 16 20:24:33.817 INFO [stdout] Nov 16 20:24:33.817 INFO [stdout] failures: Nov 16 20:24:33.817 INFO [stdout] Nov 16 20:24:33.817 INFO [stdout] ---- tests::test_levels stdout ---- Nov 16 20:24:33.817 INFO [stdout] Solving level levels/custom/00-empty.txt using method moves-pushes Nov 16 20:24:33.817 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.817 INFO [stdout] Solving level levels/custom/00-empty.txt using method moves Nov 16 20:24:33.817 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.817 INFO [stdout] Solving level levels/custom/00-empty.txt using method pushes-moves Nov 16 20:24:33.817 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.817 INFO [stdout] Solving level levels/custom/00-empty.txt using method pushes Nov 16 20:24:33.817 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.817 INFO [stdout] Solving level levels/custom/00-solved.txt using method moves-pushes Nov 16 20:24:33.817 INFO [stdout] Finished in approximately 2 ms Nov 16 20:24:33.817 INFO [stdout] Solving level levels/custom/00-solved.txt using method moves Nov 16 20:24:33.817 INFO [stdout] Finished in approximately 2 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/00-solved.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 10 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/00-solved.txt using method pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 2 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/01-simplest-custom.txt using method moves-pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 20 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/01-simplest-custom.txt using method moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/01-simplest-custom.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/01-simplest-custom.txt using method pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/01-simplest-xsb.txt using method moves-pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/01-simplest-xsb.txt using method moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/01-simplest-xsb.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/01-simplest-xsb.txt using method pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/02-one-way-xsb.txt using method moves-pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/02-one-way-xsb.txt using method moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/02-one-way-xsb.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/02-one-way-xsb.txt using method pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/02-one-way.txt using method moves-pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/02-one-way.txt using method moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/02-one-way.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/02-one-way.txt using method pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/03-long-way.txt using method moves-pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 4 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/03-long-way.txt using method moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 4 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/03-long-way.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 4 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/03-long-way.txt using method pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 16 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/03-two-ways.txt using method moves-pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 1 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/03-two-ways.txt using method moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 1 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/03-two-ways.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 1 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/03-two-ways.txt using method pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 1 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/04-two-boxes-no-packing.txt using method moves-pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 6 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/04-two-boxes-no-packing.txt using method moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 6 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/04-two-boxes-no-packing.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 2 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/04-two-boxes-no-packing.txt using method pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 3 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/04-two-boxes.txt using method moves-pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 31 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/04-two-boxes.txt using method moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 31 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/04-two-boxes.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 22 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/04-two-boxes.txt using method pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 26 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/05-same-moves-diff-pushes.txt using method moves-pushes Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 29 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/05-same-moves-diff-pushes.txt using method moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 28 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/05-same-moves-diff-pushes.txt using method pushes-moves Nov 16 20:24:33.818 INFO [stdout] Finished in approximately 25 ms Nov 16 20:24:33.818 INFO [stdout] Solving level levels/custom/05-same-moves-diff-pushes.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 26 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/05-same-pushes-diff-moves.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 1 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/05-same-pushes-diff-moves.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 1 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/05-same-pushes-diff-moves.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 1 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/05-same-pushes-diff-moves.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 1 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/deadlock-cell-on-dead-end.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 205 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/deadlock-cell-on-dead-end.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 203 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/deadlock-cell-on-dead-end.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 200 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/deadlock-cell-on-dead-end.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 208 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/no-solution-parking.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 5 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/no-solution-parking.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 5 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/no-solution-parking.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 4 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/no-solution-parking.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 5 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-00-solved.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 2 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-00-solved.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 2 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-00-solved.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 2 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-00-solved.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 2 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-01-simplest-custom.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-01-simplest-custom.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-01-simplest-custom.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-01-simplest-custom.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-01-simplest-xsb.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-01-simplest-xsb.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-01-simplest-xsb.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-01-simplest-xsb.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-02-one-way-xsb.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-02-one-way-xsb.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-02-one-way-xsb.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-02-one-way-xsb.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-02-one-way.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-02-one-way.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-02-one-way.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-02-one-way.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 0 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-03-long-way.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 4 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-03-long-way.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 4 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-03-long-way.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 10 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-03-long-way.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 4 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-04-two-boxes.txt using method moves-pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 47 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-04-two-boxes.txt using method moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 36 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-04-two-boxes.txt using method pushes-moves Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 32 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-04-two-boxes.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 30 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/custom/remover-original-01.txt using method pushes Nov 16 20:24:33.819 INFO [stdout] Finished in approximately 8,732 ms Nov 16 20:24:33.819 INFO [stdout] Solving level levels/696/1.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 8 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/1.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 8 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/1.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 12 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/1.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 9 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/2.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 24 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/2.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 27 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/2.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 19 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/2.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 16 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/3.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 29 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/3.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 29 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/3.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 29 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/3.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 25 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/4.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 38 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/4.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 38 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/4.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 33 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/4.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 36 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/5.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 23 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/5.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 23 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/5.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 27 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/5.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 29 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/6.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 44 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/6.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 41 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/6.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 42 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/6.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 40 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/7.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 18 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/7.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 18 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/7.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 16 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/7.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 16 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/8.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 38 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/8.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 39 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/8.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 40 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/8.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 38 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/9.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 39 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/9.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 39 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/9.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 33 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/9.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 30 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/10.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 26 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/10.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 27 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/10.txt using method pushes-moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 21 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/696/10.txt using method pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 22 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/boxxle1/1.txt using method moves-pushes Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 36 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/boxxle1/1.txt using method moves Nov 16 20:24:33.820 INFO [stdout] Finished in approximately 36 ms Nov 16 20:24:33.820 INFO [stdout] Solving level levels/boxxle1/1.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 31 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/1.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 37 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/2.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 883 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/2.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 1,288 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/3.txt using method moves-pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 10 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/3.txt using method moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 14 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/3.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 10 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/3.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 8 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/4.txt using method moves-pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 18 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/4.txt using method moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 14 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/4.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 10 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/4.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 10 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/5.txt using method moves-pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 395 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/5.txt using method moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 426 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/5.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 129 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/5.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 141 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/7.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 259 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/7.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 237 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/8.txt using method moves-pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 377 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/8.txt using method moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 386 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/8.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 191 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/8.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 179 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/10.txt using method moves-pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 31 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/10.txt using method moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 31 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/10.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 32 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/10.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 31 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/11.txt using method moves-pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 74 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/11.txt using method moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 71 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/11.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 69 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/11.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 67 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/13.txt using method moves-pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 43 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/13.txt using method moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 44 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/13.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 12 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/13.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 16 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/15.txt using method moves-pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 21 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/15.txt using method moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 20 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/15.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 19 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/15.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 21 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/19.txt using method moves-pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 60 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/19.txt using method moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 60 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/19.txt using method pushes-moves Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 46 ms Nov 16 20:24:33.821 INFO [stdout] Solving level levels/boxxle1/19.txt using method pushes Nov 16 20:24:33.821 INFO [stdout] Finished in approximately 49 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle1/20.txt using method moves-pushes Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 111 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle1/20.txt using method moves Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 103 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle1/20.txt using method pushes-moves Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 83 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle1/20.txt using method pushes Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 83 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/1.txt using method moves-pushes Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 36 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/1.txt using method moves Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 31 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/1.txt using method pushes-moves Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 27 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/1.txt using method pushes Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 32 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/2.txt using method moves-pushes Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 127 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/2.txt using method moves Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 112 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/2.txt using method pushes-moves Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 71 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/2.txt using method pushes Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 70 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/3.txt using method pushes-moves Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 549 ms Nov 16 20:24:33.822 INFO [stdout] Solving level levels/boxxle2/3.txt using method pushes Nov 16 20:24:33.822 INFO [stdout] Finished in approximately 327 ms Nov 16 20:24:33.822 INFO [stdout] Tested 48 levels using on average 3.81 methods per level in 19,369 ms Nov 16 20:24:33.822 INFO [stdout] thread 'tests::test_levels' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: Other, message: "Read-only file system" }', libcore/result.rs:1009:5 Nov 16 20:24:33.822 INFO [stdout] stack backtrace: Nov 16 20:24:33.822 INFO [stdout] 0: 0x55be7ae6e7a3 - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h26df0f6fdb27c709 Nov 16 20:24:33.822 INFO [stdout] at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Nov 16 20:24:33.822 INFO [stdout] 1: 0x55be7ae69008 - std::sys_common::backtrace::_print::h84c40fecda6d638e Nov 16 20:24:33.822 INFO [stdout] at libstd/sys_common/backtrace.rs:71 Nov 16 20:24:33.822 INFO [stdout] 2: 0x55be7ae6d714 - std::panicking::default_hook::{{closure}}::h77e370c0567fc0a7 Nov 16 20:24:33.822 INFO [stdout] at libstd/sys_common/backtrace.rs:59 Nov 16 20:24:33.822 INFO [stdout] at libstd/panicking.rs:211 Nov 16 20:24:33.822 INFO [stdout] 3: 0x55be7ae6d3fc - std::panicking::default_hook::hb9a45c11a33bbcb2 Nov 16 20:24:33.822 INFO [stdout] at libstd/panicking.rs:221 Nov 16 20:24:33.822 INFO [stdout] 4: 0x55be7ae6de20 - std::panicking::rust_panic_with_hook::ha8d95048d940f754 Nov 16 20:24:33.822 INFO [stdout] at libstd/panicking.rs:476 Nov 16 20:24:33.822 INFO [stdout] 5: 0x55be7ae6d9a1 - std::panicking::continue_panic_fmt::hfc82a3747387e2c6 Nov 16 20:24:33.822 INFO [stdout] at libstd/panicking.rs:390 Nov 16 20:24:33.822 INFO [stdout] 6: 0x55be7ae6d885 - rust_begin_unwind Nov 16 20:24:33.822 INFO [stdout] at libstd/panicking.rs:325 Nov 16 20:24:33.822 INFO [stdout] 7: 0x55be7ae8152c - core::panicking::panic_fmt::h0b2a5728bdf6d5e2 Nov 16 20:24:33.822 INFO [stdout] at libcore/panicking.rs:77 Nov 16 20:24:33.822 INFO [stdout] 8: 0x55be7adaa4df - core::result::unwrap_failed::h80bd598d01cf1e7e Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/macros.rs:26 Nov 16 20:24:33.822 INFO [stdout] 9: 0x55be7ada566d - >::unwrap::ha1608c25b8bbdd9e Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/result.rs:808 Nov 16 20:24:33.822 INFO [stdout] 10: 0x55be7ace0ce3 - sokoban_solver::tests::test_and_time_levels::h1abc39e7e45a1b5b Nov 16 20:24:33.822 INFO [stdout] at src/lib.rs:542 Nov 16 20:24:33.822 INFO [stdout] 11: 0x55be7acf4088 - sokoban_solver::tests::test_levels::hf8cbda8553a251c5 Nov 16 20:24:33.822 INFO [stdout] at src/lib.rs:285 Nov 16 20:24:33.822 INFO [stdout] 12: 0x55be7acee789 - sokoban_solver::tests::test_levels::{{closure}}::h020c23592cc49a7e Nov 16 20:24:33.822 INFO [stdout] at src/lib.rs:80 Nov 16 20:24:33.822 INFO [stdout] 13: 0x55be7ad0540d - core::ops::function::FnOnce::call_once::h292b0db7648ec765 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 20:24:33.822 INFO [stdout] 14: 0x55be7ae29f3e - >::call_box::hae1ea457a0ccd8d5 Nov 16 20:24:33.822 INFO [stdout] at libtest/lib.rs:1471 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libcore/ops/function.rs:238 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 20:24:33.822 INFO [stdout] 15: 0x55be7ae7c6d9 - __rust_maybe_catch_panic Nov 16 20:24:33.822 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 20:24:33.822 INFO [stdout] 16: 0x55be7ae21d93 - std::sys_common::backtrace::__rust_begin_short_backtrace::hd0ded23d435d70d0 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 20:24:33.822 INFO [stdout] at libtest/lib.rs:1426 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/sys_common/backtrace.rs:136 Nov 16 20:24:33.822 INFO [stdout] 17: 0x55be7ae22c34 - std::panicking::try::do_call::h031514fb401b7159 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:477 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:319 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:310 Nov 16 20:24:33.822 INFO [stdout] 18: 0x55be7ae7c6d9 - __rust_maybe_catch_panic Nov 16 20:24:33.822 INFO [stdout] at libpanic_unwind/lib.rs:102 Nov 16 20:24:33.822 INFO [stdout] 19: 0x55be7ae29e1c - >::call_box::h44700b7a2ec6fd33 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panicking.rs:289 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/panic.rs:398 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/libstd/thread/mod.rs:476 Nov 16 20:24:33.822 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:673 Nov 16 20:24:33.822 INFO [stdout] 20: 0x55be7ae705bd - std::sys::unix::thread::Thread::new::thread_start::h8526625243d2f13b Nov 16 20:24:33.823 INFO [stdout] at /rustc/2e026d6e5d7621634147ad4c8074f1d964dbb1be/src/liballoc/boxed.rs:683 Nov 16 20:24:33.823 INFO [stdout] at libstd/sys_common/thread.rs:24 Nov 16 20:24:33.823 INFO [stdout] at libstd/sys/unix/thread.rs:90 Nov 16 20:24:33.823 INFO [stdout] 21: 0x7f7b02aff6b9 - start_thread Nov 16 20:24:33.823 INFO [stdout] 22: 0x7f7b0261f41c - clone Nov 16 20:24:33.823 INFO [stdout] 23: 0x0 - Nov 16 20:24:33.823 INFO [stdout] Nov 16 20:24:33.823 INFO [stdout] Nov 16 20:24:33.823 INFO [stdout] failures: Nov 16 20:24:33.823 INFO [stdout] tests::test_levels Nov 16 20:24:33.823 INFO [stdout] Nov 16 20:24:33.823 INFO [stdout] test result: FAILED. 36 passed; 1 failed; 7 ignored; 0 measured; 0 filtered out Nov 16 20:24:33.823 INFO [stdout] Nov 16 20:24:34.359 INFO running `"docker" "inspect" "f29ca018e0d1a359ecff5157f9ff37e19d4082e510b61efd515b28e291ee8de0"` Nov 16 20:24:34.595 INFO running `"docker" "rm" "-f" "f29ca018e0d1a359ecff5157f9ff37e19d4082e510b61efd515b28e291ee8de0"` Nov 16 20:24:34.923 INFO [stdout] f29ca018e0d1a359ecff5157f9ff37e19d4082e510b61efd515b28e291ee8de0