Oct 27 03:33:21.461 INFO checking ikurek/PEA-Projekt2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:33:21.462 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 03:33:21.906 INFO blam! 76cf7ee803ec3877a07d43cbb1ee2ef763c1415ef6aa73fa073d9600055192be Oct 27 03:33:21.908 INFO running `"docker" "start" "-a" "76cf7ee803ec3877a07d43cbb1ee2ef763c1415ef6aa73fa073d9600055192be"` Oct 27 03:33:23.291 INFO kablam! usermod: no changes Oct 27 03:33:23.415 INFO kablam! Checking tabu_search v0.1.0 (/source) Oct 27 03:33:24.300 INFO kablam! warning: value assigned to `current_path_value` is never read Oct 27 03:33:24.300 INFO kablam! --> src/tabu_search.rs:20:13 Oct 27 03:33:24.300 INFO kablam! | Oct 27 03:33:24.300 INFO kablam! 20 | let mut current_path_value: i32 = 9999999999; Oct 27 03:33:24.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:33:24.303 INFO kablam! | Oct 27 03:33:24.303 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 03:33:24.303 INFO kablam! Oct 27 03:33:24.303 INFO kablam! warning: value assigned to `best_path_value` is never read Oct 27 03:33:24.303 INFO kablam! --> src/tabu_search.rs:24:13 Oct 27 03:33:24.303 INFO kablam! | Oct 27 03:33:24.303 INFO kablam! 24 | let mut best_path_value: i32 = 9999999999; Oct 27 03:33:24.303 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 03:33:24.303 INFO kablam! Oct 27 03:33:24.317 INFO kablam! warning: value assigned to `current_path_value` is never read Oct 27 03:33:24.317 INFO kablam! --> src/tabu_search.rs:20:13 Oct 27 03:33:24.317 INFO kablam! | Oct 27 03:33:24.317 INFO kablam! 20 | let mut current_path_value: i32 = 9999999999; Oct 27 03:33:24.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:33:24.317 INFO kablam! | Oct 27 03:33:24.317 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 03:33:24.317 INFO kablam! Oct 27 03:33:24.317 INFO kablam! warning: value assigned to `best_path_value` is never read Oct 27 03:33:24.317 INFO kablam! --> src/tabu_search.rs:24:13 Oct 27 03:33:24.317 INFO kablam! | Oct 27 03:33:24.317 INFO kablam! 24 | let mut best_path_value: i32 = 9999999999; Oct 27 03:33:24.317 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 03:33:24.317 INFO kablam! Oct 27 03:33:24.368 INFO kablam! warning: function is never used: `print_tabu_list` Oct 27 03:33:24.368 INFO kablam! --> src/print_utils.rs:10:1 Oct 27 03:33:24.368 INFO kablam! | Oct 27 03:33:24.368 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 27 03:33:24.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:24.368 INFO kablam! | Oct 27 03:33:24.368 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:33:24.368 INFO kablam! Oct 27 03:33:24.368 INFO kablam! warning: function is never used: `print_result` Oct 27 03:33:24.368 INFO kablam! --> src/print_utils.rs:18:1 Oct 27 03:33:24.368 INFO kablam! | Oct 27 03:33:24.368 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 27 03:33:24.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:24.368 INFO kablam! Oct 27 03:33:24.370 INFO kablam! warning: literal out of range for i32 Oct 27 03:33:24.370 INFO kablam! --> src/tabu_search.rs:20:39 Oct 27 03:33:24.370 INFO kablam! | Oct 27 03:33:24.370 INFO kablam! 20 | let mut current_path_value: i32 = 9999999999; Oct 27 03:33:24.370 INFO kablam! | ^^^^^^^^^^ Oct 27 03:33:24.370 INFO kablam! | Oct 27 03:33:24.370 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 27 03:33:24.370 INFO kablam! Oct 27 03:33:24.370 INFO kablam! warning: literal out of range for i32 Oct 27 03:33:24.370 INFO kablam! --> src/tabu_search.rs:24:36 Oct 27 03:33:24.370 INFO kablam! | Oct 27 03:33:24.370 INFO kablam! 24 | let mut best_path_value: i32 = 9999999999; Oct 27 03:33:24.370 INFO kablam! | ^^^^^^^^^^ Oct 27 03:33:24.370 INFO kablam! Oct 27 03:33:24.382 INFO kablam! warning: function is never used: `print_tabu_list` Oct 27 03:33:24.382 INFO kablam! --> src/print_utils.rs:10:1 Oct 27 03:33:24.382 INFO kablam! | Oct 27 03:33:24.382 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 27 03:33:24.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:24.382 INFO kablam! | Oct 27 03:33:24.382 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:33:24.382 INFO kablam! Oct 27 03:33:24.391 INFO kablam! warning: function is never used: `print_result` Oct 27 03:33:24.391 INFO kablam! --> src/print_utils.rs:18:1 Oct 27 03:33:24.391 INFO kablam! | Oct 27 03:33:24.392 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 27 03:33:24.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:24.392 INFO kablam! Oct 27 03:33:24.394 INFO kablam! warning: literal out of range for i32 Oct 27 03:33:24.394 INFO kablam! --> src/tabu_search.rs:20:39 Oct 27 03:33:24.395 INFO kablam! | Oct 27 03:33:24.395 INFO kablam! 20 | let mut current_path_value: i32 = 9999999999; Oct 27 03:33:24.395 INFO kablam! | ^^^^^^^^^^ Oct 27 03:33:24.396 INFO kablam! | Oct 27 03:33:24.396 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 27 03:33:24.396 INFO kablam! Oct 27 03:33:24.396 INFO kablam! warning: literal out of range for i32 Oct 27 03:33:24.396 INFO kablam! --> src/tabu_search.rs:24:36 Oct 27 03:33:24.396 INFO kablam! | Oct 27 03:33:24.397 INFO kablam! 24 | let mut best_path_value: i32 = 9999999999; Oct 27 03:33:24.397 INFO kablam! | ^^^^^^^^^^ Oct 27 03:33:24.398 INFO kablam! Oct 27 03:33:24.453 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.15s Oct 27 03:33:24.459 INFO kablam! su: No module specific data is present Oct 27 03:33:25.671 INFO running `"docker" "rm" "-f" "76cf7ee803ec3877a07d43cbb1ee2ef763c1415ef6aa73fa073d9600055192be"` Oct 27 03:33:26.012 INFO blam! 76cf7ee803ec3877a07d43cbb1ee2ef763c1415ef6aa73fa073d9600055192be