Oct 27 03:33:16.403 INFO checking ikurek/PEA-Projekt2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 03:33:16.405 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 03:33:16.816 INFO blam! 599c6124a029b6e8909e20f902d5ac961146f2fdf9161cd962e93c3d18b4872b Oct 27 03:33:16.819 INFO running `"docker" "start" "-a" "599c6124a029b6e8909e20f902d5ac961146f2fdf9161cd962e93c3d18b4872b"` Oct 27 03:33:18.735 INFO kablam! usermod: no changes Oct 27 03:33:18.809 INFO kablam! Checking tsplib v0.1.0 Oct 27 03:33:19.738 INFO kablam! Checking tabu_search v0.1.0 (/source) Oct 27 03:33:20.611 INFO kablam! warning: value assigned to `current_path_value` is never read Oct 27 03:33:20.611 INFO kablam! --> src/tabu_search.rs:20:13 Oct 27 03:33:20.611 INFO kablam! | Oct 27 03:33:20.611 INFO kablam! 20 | let mut current_path_value: i32 = 9999999999; Oct 27 03:33:20.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:33:20.611 INFO kablam! | Oct 27 03:33:20.611 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 03:33:20.611 INFO kablam! Oct 27 03:33:20.611 INFO kablam! warning: value assigned to `best_path_value` is never read Oct 27 03:33:20.611 INFO kablam! --> src/tabu_search.rs:24:13 Oct 27 03:33:20.611 INFO kablam! | Oct 27 03:33:20.611 INFO kablam! 24 | let mut best_path_value: i32 = 9999999999; Oct 27 03:33:20.611 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 03:33:20.611 INFO kablam! Oct 27 03:33:20.675 INFO kablam! warning: function is never used: `print_tabu_list` Oct 27 03:33:20.675 INFO kablam! --> src/print_utils.rs:10:1 Oct 27 03:33:20.675 INFO kablam! | Oct 27 03:33:20.675 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 27 03:33:20.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:20.675 INFO kablam! | Oct 27 03:33:20.675 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:33:20.675 INFO kablam! Oct 27 03:33:20.675 INFO kablam! warning: function is never used: `print_result` Oct 27 03:33:20.675 INFO kablam! --> src/print_utils.rs:18:1 Oct 27 03:33:20.675 INFO kablam! | Oct 27 03:33:20.675 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 27 03:33:20.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:20.675 INFO kablam! Oct 27 03:33:20.675 INFO kablam! warning: literal out of range for i32 Oct 27 03:33:20.675 INFO kablam! --> src/tabu_search.rs:20:39 Oct 27 03:33:20.675 INFO kablam! | Oct 27 03:33:20.675 INFO kablam! 20 | let mut current_path_value: i32 = 9999999999; Oct 27 03:33:20.675 INFO kablam! | ^^^^^^^^^^ Oct 27 03:33:20.675 INFO kablam! | Oct 27 03:33:20.675 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 27 03:33:20.675 INFO kablam! Oct 27 03:33:20.675 INFO kablam! warning: literal out of range for i32 Oct 27 03:33:20.675 INFO kablam! --> src/tabu_search.rs:24:36 Oct 27 03:33:20.675 INFO kablam! | Oct 27 03:33:20.675 INFO kablam! 24 | let mut best_path_value: i32 = 9999999999; Oct 27 03:33:20.675 INFO kablam! | ^^^^^^^^^^ Oct 27 03:33:20.675 INFO kablam! Oct 27 03:33:20.711 INFO kablam! warning: value assigned to `current_path_value` is never read Oct 27 03:33:20.711 INFO kablam! --> src/tabu_search.rs:20:13 Oct 27 03:33:20.711 INFO kablam! | Oct 27 03:33:20.711 INFO kablam! 20 | let mut current_path_value: i32 = 9999999999; Oct 27 03:33:20.711 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 27 03:33:20.711 INFO kablam! | Oct 27 03:33:20.711 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 03:33:20.711 INFO kablam! Oct 27 03:33:20.711 INFO kablam! warning: value assigned to `best_path_value` is never read Oct 27 03:33:20.711 INFO kablam! --> src/tabu_search.rs:24:13 Oct 27 03:33:20.711 INFO kablam! | Oct 27 03:33:20.711 INFO kablam! 24 | let mut best_path_value: i32 = 9999999999; Oct 27 03:33:20.711 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 03:33:20.711 INFO kablam! Oct 27 03:33:20.782 INFO kablam! warning: function is never used: `print_tabu_list` Oct 27 03:33:20.782 INFO kablam! --> src/print_utils.rs:10:1 Oct 27 03:33:20.782 INFO kablam! | Oct 27 03:33:20.782 INFO kablam! 10 | pub fn print_tabu_list(tabu_list: &Vec>) { Oct 27 03:33:20.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:20.782 INFO kablam! | Oct 27 03:33:20.782 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:33:20.782 INFO kablam! Oct 27 03:33:20.782 INFO kablam! warning: function is never used: `print_result` Oct 27 03:33:20.782 INFO kablam! --> src/print_utils.rs:18:1 Oct 27 03:33:20.782 INFO kablam! | Oct 27 03:33:20.783 INFO kablam! 18 | pub fn print_result(result: i32, result_path: Vec, elapsed_time: i64) { Oct 27 03:33:20.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:33:20.783 INFO kablam! Oct 27 03:33:20.784 INFO kablam! warning: literal out of range for i32 Oct 27 03:33:20.784 INFO kablam! --> src/tabu_search.rs:20:39 Oct 27 03:33:20.784 INFO kablam! | Oct 27 03:33:20.784 INFO kablam! 20 | let mut current_path_value: i32 = 9999999999; Oct 27 03:33:20.784 INFO kablam! | ^^^^^^^^^^ Oct 27 03:33:20.784 INFO kablam! | Oct 27 03:33:20.784 INFO kablam! = note: #[warn(overflowing_literals)] on by default Oct 27 03:33:20.784 INFO kablam! Oct 27 03:33:20.784 INFO kablam! warning: literal out of range for i32 Oct 27 03:33:20.784 INFO kablam! --> src/tabu_search.rs:24:36 Oct 27 03:33:20.784 INFO kablam! | Oct 27 03:33:20.784 INFO kablam! 24 | let mut best_path_value: i32 = 9999999999; Oct 27 03:33:20.784 INFO kablam! | ^^^^^^^^^^ Oct 27 03:33:20.784 INFO kablam! Oct 27 03:33:20.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.06s Oct 27 03:33:20.831 INFO kablam! su: No module specific data is present Oct 27 03:33:22.161 INFO running `"docker" "rm" "-f" "599c6124a029b6e8909e20f902d5ac961146f2fdf9161cd962e93c3d18b4872b"` Oct 27 03:33:22.591 INFO blam! 599c6124a029b6e8909e20f902d5ac961146f2fdf9161cd962e93c3d18b4872b