Oct 21 21:56:40.339 INFO checking BorFour/procedural-level-generator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:56:40.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/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 21 21:56:40.656 INFO blam! c9d34a37f2478da5be458fed726fc67779c1d6891debccb02efd7693ccdc97e7 Oct 21 21:56:40.657 INFO running `"docker" "start" "-a" "c9d34a37f2478da5be458fed726fc67779c1d6891debccb02efd7693ccdc97e7"` Oct 21 21:56:41.068 INFO kablam! usermod: no changes Oct 21 21:56:41.152 INFO kablam! Checking pathfinding v0.7.3 Oct 21 21:56:41.152 INFO kablam! Checking rsgenetic v1.7.14 Oct 21 21:56:42.497 INFO kablam! Checking level_generator v0.1.0 (/source) Oct 21 21:56:44.392 INFO kablam! warning: unused import: `position::search_path_in_level` Oct 21 21:56:44.393 INFO kablam! --> src/natural_selection.rs:15:5 Oct 21 21:56:44.393 INFO kablam! | Oct 21 21:56:44.393 INFO kablam! 15 | use position::search_path_in_level; Oct 21 21:56:44.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:56:44.394 INFO kablam! | Oct 21 21:56:44.394 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:56:44.394 INFO kablam! Oct 21 21:56:44.524 INFO kablam! warning: unused import: `position::search_path_in_level` Oct 21 21:56:44.524 INFO kablam! --> src/natural_selection.rs:15:5 Oct 21 21:56:44.524 INFO kablam! | Oct 21 21:56:44.524 INFO kablam! 15 | use position::search_path_in_level; Oct 21 21:56:44.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:56:44.524 INFO kablam! | Oct 21 21:56:44.524 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:56:44.524 INFO kablam! Oct 21 21:56:44.652 INFO kablam! warning: use of deprecated item 'rsgenetic::sim::select::TournamentSelector::new': The `TournamentSelector` requires at least 2 participants. This is not enforced Oct 21 21:56:44.652 INFO kablam! by the `new` function. You should use `new_checked` instead. Oct 21 21:56:44.652 INFO kablam! --> src/natural_selection.rs:47:44 Oct 21 21:56:44.652 INFO kablam! | Oct 21 21:56:44.652 INFO kablam! 47 | .set_selector(Box::new(TournamentSelector::new(population_size/5, 10))) Oct 21 21:56:44.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:56:44.652 INFO kablam! | Oct 21 21:56:44.652 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:56:44.652 INFO kablam! Oct 21 21:56:44.843 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:56:44.843 INFO kablam! --> src/natural_selection.rs:57:9 Oct 21 21:56:44.843 INFO kablam! | Oct 21 21:56:44.843 INFO kablam! 57 | stdout().flush(); Oct 21 21:56:44.843 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:56:44.843 INFO kablam! | Oct 21 21:56:44.843 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:56:44.843 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:56:44.843 INFO kablam! Oct 21 21:56:44.901 INFO kablam! warning: use of deprecated item 'rsgenetic::sim::select::TournamentSelector::new': The `TournamentSelector` requires at least 2 participants. This is not enforced Oct 21 21:56:44.901 INFO kablam! by the `new` function. You should use `new_checked` instead. Oct 21 21:56:44.901 INFO kablam! --> src/natural_selection.rs:47:44 Oct 21 21:56:44.901 INFO kablam! | Oct 21 21:56:44.901 INFO kablam! 47 | .set_selector(Box::new(TournamentSelector::new(population_size/5, 10))) Oct 21 21:56:44.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:56:44.905 INFO kablam! | Oct 21 21:56:44.905 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:56:44.905 INFO kablam! Oct 21 21:56:45.103 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:56:45.103 INFO kablam! --> src/natural_selection.rs:57:9 Oct 21 21:56:45.103 INFO kablam! | Oct 21 21:56:45.103 INFO kablam! 57 | stdout().flush(); Oct 21 21:56:45.103 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:56:45.103 INFO kablam! | Oct 21 21:56:45.103 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:56:45.103 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:56:45.103 INFO kablam! Oct 21 21:56:45.146 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.05s Oct 21 21:56:45.176 INFO kablam! su: No module specific data is present Oct 21 21:56:45.687 INFO running `"docker" "rm" "-f" "c9d34a37f2478da5be458fed726fc67779c1d6891debccb02efd7693ccdc97e7"` Oct 21 21:56:45.950 INFO blam! c9d34a37f2478da5be458fed726fc67779c1d6891debccb02efd7693ccdc97e7