Oct 27 12:34:41.022 INFO checking BorFour/procedural-level-generator against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:34:41.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.373 INFO blam! 721b4914b7fa11996d9fdbdaa334ae31a4c2f5e2f0318b05f1f192a103d08c63 Oct 27 12:34:41.373 INFO running `"docker" "start" "-a" "721b4914b7fa11996d9fdbdaa334ae31a4c2f5e2f0318b05f1f192a103d08c63"` Oct 27 12:34:42.133 INFO kablam! usermod: no changes Oct 27 12:34:42.245 INFO kablam! Checking pathfinding v0.7.3 Oct 27 12:34:42.246 INFO kablam! Checking rsgenetic v1.7.14 Oct 27 12:34:44.031 INFO kablam! Checking level_generator v0.1.0 (/source) Oct 27 12:34:46.699 INFO kablam! warning: unused import: `position::search_path_in_level` Oct 27 12:34:46.699 INFO kablam! --> src/natural_selection.rs:15:5 Oct 27 12:34:46.699 INFO kablam! | Oct 27 12:34:46.699 INFO kablam! 15 | use position::search_path_in_level; Oct 27 12:34:46.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:34:46.699 INFO kablam! | Oct 27 12:34:46.699 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:34:46.699 INFO kablam! Oct 27 12:34:46.851 INFO kablam! warning: unused import: `position::search_path_in_level` Oct 27 12:34:46.851 INFO kablam! --> src/natural_selection.rs:15:5 Oct 27 12:34:46.852 INFO kablam! | Oct 27 12:34:46.852 INFO kablam! 15 | use position::search_path_in_level; Oct 27 12:34:46.852 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:34:46.852 INFO kablam! | Oct 27 12:34:46.852 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:34:46.852 INFO kablam! Oct 27 12:34:47.252 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.252 INFO kablam! by the `new` function. You should use `new_checked` instead. Oct 27 12:34:47.252 INFO kablam! --> src/natural_selection.rs:47:44 Oct 27 12:34:47.252 INFO kablam! | Oct 27 12:34:47.252 INFO kablam! 47 | .set_selector(Box::new(TournamentSelector::new(population_size/5, 10))) Oct 27 12:34:47.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:34:47.254 INFO kablam! | Oct 27 12:34:47.254 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:34:47.254 INFO kablam! Oct 27 12:34:47.289 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.289 INFO kablam! by the `new` function. You should use `new_checked` instead. Oct 27 12:34:47.289 INFO kablam! --> src/natural_selection.rs:47:44 Oct 27 12:34:47.289 INFO kablam! | Oct 27 12:34:47.289 INFO kablam! 47 | .set_selector(Box::new(TournamentSelector::new(population_size/5, 10))) Oct 27 12:34:47.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:34:47.289 INFO kablam! | Oct 27 12:34:47.291 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:34:47.291 INFO kablam! Oct 27 12:34:47.643 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:34:47.644 INFO kablam! --> src/natural_selection.rs:57:9 Oct 27 12:34:47.644 INFO kablam! | Oct 27 12:34:47.645 INFO kablam! 57 | stdout().flush(); Oct 27 12:34:47.645 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 12:34:47.646 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 12:34:47.647 INFO kablam! --> src/natural_selection.rs:57:9 Oct 27 12:34:47.647 INFO kablam! | Oct 27 12:34:47.648 INFO kablam! 57 | stdout().flush(); Oct 27 12:34:47.648 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 12:34:47.649 INFO kablam! | Oct 27 12:34:47.649 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:34:47.650 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:34:47.650 INFO kablam! Oct 27 12:34:47.651 INFO kablam! | Oct 27 12:34:47.652 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 12:34:47.652 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 12:34:47.653 INFO kablam! Oct 27 12:34:47.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.57s Oct 27 12:34:47.749 INFO kablam! su: No module specific data is present Oct 27 12:34:48.989 INFO running `"docker" "rm" "-f" "721b4914b7fa11996d9fdbdaa334ae31a4c2f5e2f0318b05f1f192a103d08c63"` Oct 27 12:34:49.331 INFO blam! 721b4914b7fa11996d9fdbdaa334ae31a4c2f5e2f0318b05f1f192a103d08c63