Oct 27 12:34:41.688 INFO checking BorFour/procedural-level-generator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:34:41.688 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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"` Oct 27 12:34:41.980 INFO blam! 89d0bb712cf2ff37f0d1f44274ea8b3543dfc1b378b5c964c8caa303010eca92 Oct 27 12:34:41.982 INFO running `"docker" "start" "-a" "89d0bb712cf2ff37f0d1f44274ea8b3543dfc1b378b5c964c8caa303010eca92"` Oct 27 12:34:42.645 INFO kablam! usermod: no changes Oct 27 12:34:42.754 INFO kablam! Checking pathfinding v0.7.3 Oct 27 12:34:42.754 INFO kablam! Checking rsgenetic v1.7.14 Oct 27 12:34:44.556 INFO kablam! Checking level_generator v0.1.0 (/source) Oct 27 12:34:46.778 INFO kablam! warning: unused import: `position::search_path_in_level` Oct 27 12:34:46.778 INFO kablam! --> src/natural_selection.rs:15:5 Oct 27 12:34:46.778 INFO kablam! | Oct 27 12:34:46.778 INFO kablam! 15 | use position::search_path_in_level; Oct 27 12:34:46.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:34:46.778 INFO kablam! | Oct 27 12:34:46.778 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:34:46.778 INFO kablam! Oct 27 12:34:47.303 INFO kablam! warning: unused import: `position::search_path_in_level` Oct 27 12:34:47.303 INFO kablam! --> src/natural_selection.rs:15:5 Oct 27 12:34:47.303 INFO kablam! | Oct 27 12:34:47.303 INFO kablam! 15 | use position::search_path_in_level; Oct 27 12:34:47.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:34:47.303 INFO kablam! | Oct 27 12:34:47.304 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:34:47.304 INFO kablam! Oct 27 12:34:47.355 INFO kablam! warning: use of deprecated item 'rsgenetic::sim::select::TournamentSelector::new': The `TournamentSelector` requires at least 2 participants. This is not enforced Oct 27 12:34:47.355 INFO kablam! by the `new` function. You should use `new_checked` instead. Oct 27 12:34:47.355 INFO kablam! --> src/natural_selection.rs:47:44 Oct 27 12:34:47.355 INFO kablam! | Oct 27 12:34:47.356 INFO kablam! 47 | .set_selector(Box::new(TournamentSelector::new(population_size/5, 10))) Oct 27 12:34:47.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:34:47.356 INFO kablam! | Oct 27 12:34:47.357 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:34:47.357 INFO kablam! Oct 27 12:34:47.708 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:34:47.708 INFO kablam! --> src/natural_selection.rs:57:9 Oct 27 12:34:47.708 INFO kablam! | Oct 27 12:34:47.708 INFO kablam! 57 | stdout().flush(); Oct 27 12:34:47.708 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 12:34:47.709 INFO kablam! | Oct 27 12:34:47.709 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:34:47.709 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:34:47.710 INFO kablam! Oct 27 12:34:47.747 INFO kablam! warning: use of deprecated item 'rsgenetic::sim::select::TournamentSelector::new': The `TournamentSelector` requires at least 2 participants. This is not enforced Oct 27 12:34:47.747 INFO kablam! by the `new` function. You should use `new_checked` instead. Oct 27 12:34:47.747 INFO kablam! --> src/natural_selection.rs:47:44 Oct 27 12:34:47.747 INFO kablam! | Oct 27 12:34:47.747 INFO kablam! 47 | .set_selector(Box::new(TournamentSelector::new(population_size/5, 10))) Oct 27 12:34:47.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:34:47.747 INFO kablam! | Oct 27 12:34:47.747 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:34:47.747 INFO kablam! Oct 27 12:34:47.921 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:34:47.921 INFO kablam! --> src/natural_selection.rs:57:9 Oct 27 12:34:47.921 INFO kablam! | Oct 27 12:34:47.921 INFO kablam! 57 | stdout().flush(); Oct 27 12:34:47.921 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 12:34:47.921 INFO kablam! | Oct 27 12:34:47.921 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:34:47.921 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:34:47.921 INFO kablam! Oct 27 12:34:47.960 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.31s Oct 27 12:34:47.971 INFO kablam! su: No module specific data is present Oct 27 12:34:49.107 INFO running `"docker" "rm" "-f" "89d0bb712cf2ff37f0d1f44274ea8b3543dfc1b378b5c964c8caa303010eca92"` Oct 27 12:34:49.399 INFO blam! 89d0bb712cf2ff37f0d1f44274ea8b3543dfc1b378b5c964c8caa303010eca92