Oct 21 16:28:54.299 INFO checking kiorpesc/stl-flipper against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:28:54.299 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:28:54.717 INFO blam! 6b02d05ff46e42da40f40b6988dbdd106b17fe263c445bcc1437ec0cc611bfcf Oct 21 16:28:54.719 INFO running `"docker" "start" "-a" "6b02d05ff46e42da40f40b6988dbdd106b17fe263c445bcc1437ec0cc611bfcf"` Oct 21 16:28:56.008 INFO kablam! usermod: no changes Oct 21 16:28:56.080 INFO kablam! Checking stl-flipper v0.1.0 (/source) Oct 21 16:28:56.583 INFO kablam! warning: unused variable: `i` Oct 21 16:28:56.583 INFO kablam! --> src/main.rs:153:9 Oct 21 16:28:56.584 INFO kablam! | Oct 21 16:28:56.584 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 21 16:28:56.584 INFO kablam! | ^ help: consider using `_i` instead Oct 21 16:28:56.585 INFO kablam! | Oct 21 16:28:56.585 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:28:56.585 INFO kablam! Oct 21 16:28:56.593 INFO kablam! warning: variable does not need to be mutable Oct 21 16:28:56.593 INFO kablam! --> src/main.rs:81:9 Oct 21 16:28:56.594 INFO kablam! | Oct 21 16:28:56.594 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 21 16:28:56.594 INFO kablam! | ----^^^ Oct 21 16:28:56.594 INFO kablam! | | Oct 21 16:28:56.595 INFO kablam! | help: remove this `mut` Oct 21 16:28:56.595 INFO kablam! | Oct 21 16:28:56.595 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:28:56.595 INFO kablam! Oct 21 16:28:56.596 INFO kablam! warning: variable does not need to be mutable Oct 21 16:28:56.596 INFO kablam! --> src/main.rs:92:9 Oct 21 16:28:56.596 INFO kablam! | Oct 21 16:28:56.597 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 21 16:28:56.597 INFO kablam! | ----^^^ Oct 21 16:28:56.597 INFO kablam! | | Oct 21 16:28:56.598 INFO kablam! | help: remove this `mut` Oct 21 16:28:56.598 INFO kablam! Oct 21 16:28:56.608 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 21 16:28:56.608 INFO kablam! --> src/main.rs:16:10 Oct 21 16:28:56.609 INFO kablam! | Oct 21 16:28:56.609 INFO kablam! 16 | #[derive(Debug)] Oct 21 16:28:56.609 INFO kablam! | ^^^^^ Oct 21 16:28:56.610 INFO kablam! | Oct 21 16:28:56.610 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 21 16:28:56.610 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:56.610 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:56.611 INFO kablam! Oct 21 16:28:56.612 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 16:28:56.613 INFO kablam! --> src/main.rs:68:26 Oct 21 16:28:56.613 INFO kablam! | Oct 21 16:28:56.613 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 21 16:28:56.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:28:56.614 INFO kablam! | Oct 21 16:28:56.614 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:56.615 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:56.615 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 21 16:28:56.615 INFO kablam! Oct 21 16:28:56.615 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 16:28:56.616 INFO kablam! --> src/main.rs:69:26 Oct 21 16:28:56.616 INFO kablam! | Oct 21 16:28:56.616 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 21 16:28:56.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:28:56.617 INFO kablam! | Oct 21 16:28:56.617 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:56.617 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:56.618 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 21 16:28:56.618 INFO kablam! Oct 21 16:28:56.618 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 16:28:56.619 INFO kablam! --> src/main.rs:70:26 Oct 21 16:28:56.619 INFO kablam! | Oct 21 16:28:56.619 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 21 16:28:56.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:28:56.620 INFO kablam! | Oct 21 16:28:56.620 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:56.620 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:56.621 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 21 16:28:56.621 INFO kablam! Oct 21 16:28:56.621 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 16:28:56.621 INFO kablam! --> src/main.rs:71:26 Oct 21 16:28:56.621 INFO kablam! | Oct 21 16:28:56.621 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 21 16:28:56.621 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:28:56.621 INFO kablam! | Oct 21 16:28:56.621 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:56.621 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:56.621 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 21 16:28:56.621 INFO kablam! Oct 21 16:28:56.966 INFO kablam! warning: unused variable: `i` Oct 21 16:28:56.967 INFO kablam! --> src/main.rs:153:9 Oct 21 16:28:56.967 INFO kablam! | Oct 21 16:28:56.967 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 21 16:28:56.972 INFO kablam! | ^ help: consider using `_i` instead Oct 21 16:28:56.973 INFO kablam! | Oct 21 16:28:56.973 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 16:28:56.973 INFO kablam! Oct 21 16:28:56.980 INFO kablam! warning: variable does not need to be mutable Oct 21 16:28:56.981 INFO kablam! --> src/main.rs:81:9 Oct 21 16:28:56.981 INFO kablam! | Oct 21 16:28:56.981 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 21 16:28:56.981 INFO kablam! | ----^^^ Oct 21 16:28:56.982 INFO kablam! | | Oct 21 16:28:56.982 INFO kablam! | help: remove this `mut` Oct 21 16:28:56.982 INFO kablam! | Oct 21 16:28:56.982 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 16:28:56.983 INFO kablam! Oct 21 16:28:56.983 INFO kablam! warning: variable does not need to be mutable Oct 21 16:28:56.983 INFO kablam! --> src/main.rs:92:9 Oct 21 16:28:56.984 INFO kablam! | Oct 21 16:28:56.984 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 21 16:28:56.984 INFO kablam! | ----^^^ Oct 21 16:28:56.984 INFO kablam! | | Oct 21 16:28:56.985 INFO kablam! | help: remove this `mut` Oct 21 16:28:56.985 INFO kablam! Oct 21 16:28:56.990 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 21 16:28:56.990 INFO kablam! --> src/main.rs:16:10 Oct 21 16:28:56.990 INFO kablam! | Oct 21 16:28:56.991 INFO kablam! 16 | #[derive(Debug)] Oct 21 16:28:56.991 INFO kablam! | ^^^^^ Oct 21 16:28:56.991 INFO kablam! | Oct 21 16:28:56.992 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 21 16:28:56.992 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:56.992 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:56.992 INFO kablam! Oct 21 16:28:56.993 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 16:28:56.993 INFO kablam! --> src/main.rs:68:26 Oct 21 16:28:56.993 INFO kablam! | Oct 21 16:28:56.994 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 21 16:28:56.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:28:56.994 INFO kablam! | Oct 21 16:28:56.994 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:56.995 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:56.995 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 21 16:28:56.995 INFO kablam! Oct 21 16:28:56.996 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 16:28:56.996 INFO kablam! --> src/main.rs:69:26 Oct 21 16:28:56.996 INFO kablam! | Oct 21 16:28:56.996 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 21 16:28:56.997 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:28:56.997 INFO kablam! | Oct 21 16:28:56.997 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:56.998 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:56.998 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 21 16:28:56.998 INFO kablam! Oct 21 16:28:56.998 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 16:28:56.999 INFO kablam! --> src/main.rs:70:26 Oct 21 16:28:56.999 INFO kablam! | Oct 21 16:28:56.999 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 21 16:28:57.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:28:57.000 INFO kablam! | Oct 21 16:28:57.000 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:57.000 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:57.001 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 21 16:28:57.001 INFO kablam! Oct 21 16:28:57.001 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 21 16:28:57.002 INFO kablam! --> src/main.rs:71:26 Oct 21 16:28:57.002 INFO kablam! | Oct 21 16:28:57.002 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 21 16:28:57.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:28:57.003 INFO kablam! | Oct 21 16:28:57.003 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 21 16:28:57.003 INFO kablam! = note: for more information, see issue #46043 Oct 21 16:28:57.004 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 21 16:28:57.004 INFO kablam! Oct 21 16:28:57.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 21 16:28:57.016 INFO kablam! su: No module specific data is present Oct 21 16:28:57.608 INFO running `"docker" "rm" "-f" "6b02d05ff46e42da40f40b6988dbdd106b17fe263c445bcc1437ec0cc611bfcf"` Oct 21 16:28:57.932 INFO blam! 6b02d05ff46e42da40f40b6988dbdd106b17fe263c445bcc1437ec0cc611bfcf