Oct 27 02:07:54.053 INFO checking kiorpesc/stl-flipper against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 02:07:54.053 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 02:07:54.516 INFO blam! f7e3803a2740ff654b75aec129be8cf1c6799050fd4fbce20712cd2bd8a803a6 Oct 27 02:07:54.518 INFO running `"docker" "start" "-a" "f7e3803a2740ff654b75aec129be8cf1c6799050fd4fbce20712cd2bd8a803a6"` Oct 27 02:07:56.430 INFO kablam! usermod: no changes Oct 27 02:07:56.473 INFO kablam! Checking stl-flipper v0.1.0 (/source) Oct 27 02:07:57.039 INFO kablam! warning: unused variable: `i` Oct 27 02:07:57.039 INFO kablam! --> src/main.rs:153:9 Oct 27 02:07:57.039 INFO kablam! | Oct 27 02:07:57.039 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 27 02:07:57.039 INFO kablam! | ^ help: consider using `_i` instead Oct 27 02:07:57.039 INFO kablam! | Oct 27 02:07:57.039 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:07:57.039 INFO kablam! Oct 27 02:07:57.043 INFO kablam! warning: variable does not need to be mutable Oct 27 02:07:57.043 INFO kablam! --> src/main.rs:81:9 Oct 27 02:07:57.043 INFO kablam! | Oct 27 02:07:57.043 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 27 02:07:57.043 INFO kablam! | ----^^^ Oct 27 02:07:57.043 INFO kablam! | | Oct 27 02:07:57.043 INFO kablam! | help: remove this `mut` Oct 27 02:07:57.043 INFO kablam! | Oct 27 02:07:57.043 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:07:57.043 INFO kablam! Oct 27 02:07:57.043 INFO kablam! warning: variable does not need to be mutable Oct 27 02:07:57.043 INFO kablam! --> src/main.rs:92:9 Oct 27 02:07:57.043 INFO kablam! | Oct 27 02:07:57.043 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 27 02:07:57.043 INFO kablam! | ----^^^ Oct 27 02:07:57.043 INFO kablam! | | Oct 27 02:07:57.043 INFO kablam! | help: remove this `mut` Oct 27 02:07:57.043 INFO kablam! Oct 27 02:07:57.063 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 02:07:57.063 INFO kablam! --> src/main.rs:16:10 Oct 27 02:07:57.063 INFO kablam! | Oct 27 02:07:57.063 INFO kablam! 16 | #[derive(Debug)] Oct 27 02:07:57.063 INFO kablam! | ^^^^^ Oct 27 02:07:57.063 INFO kablam! | Oct 27 02:07:57.063 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 02:07:57.063 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 27 02:07:57.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.063 INFO kablam! Oct 27 02:07:57.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:57.063 INFO kablam! --> src/main.rs:68:26 Oct 27 02:07:57.063 INFO kablam! | Oct 27 02:07:57.063 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 27 02:07:57.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:57.063 INFO kablam! | Oct 27 02:07:57.063 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 27 02:07:57.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.063 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 27 02:07:57.063 INFO kablam! Oct 27 02:07:57.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:57.063 INFO kablam! --> src/main.rs:69:26 Oct 27 02:07:57.063 INFO kablam! | Oct 27 02:07:57.063 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 27 02:07:57.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:57.063 INFO kablam! | Oct 27 02:07:57.063 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 27 02:07:57.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.063 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 27 02:07:57.063 INFO kablam! Oct 27 02:07:57.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:57.063 INFO kablam! --> src/main.rs:70:26 Oct 27 02:07:57.063 INFO kablam! | Oct 27 02:07:57.063 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 27 02:07:57.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:57.063 INFO kablam! | Oct 27 02:07:57.063 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 27 02:07:57.063 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.063 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 27 02:07:57.063 INFO kablam! Oct 27 02:07:57.063 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:57.063 INFO kablam! --> src/main.rs:71:26 Oct 27 02:07:57.064 INFO kablam! | Oct 27 02:07:57.064 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 27 02:07:57.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:57.064 INFO kablam! | Oct 27 02:07:57.064 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 27 02:07:57.064 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.064 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 27 02:07:57.064 INFO kablam! Oct 27 02:07:57.263 INFO kablam! warning: unused variable: `i` Oct 27 02:07:57.263 INFO kablam! --> src/main.rs:153:9 Oct 27 02:07:57.263 INFO kablam! | Oct 27 02:07:57.263 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 27 02:07:57.263 INFO kablam! | ^ help: consider using `_i` instead Oct 27 02:07:57.263 INFO kablam! | Oct 27 02:07:57.263 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:07:57.263 INFO kablam! Oct 27 02:07:57.263 INFO kablam! warning: variable does not need to be mutable Oct 27 02:07:57.263 INFO kablam! --> src/main.rs:81:9 Oct 27 02:07:57.263 INFO kablam! | Oct 27 02:07:57.263 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 27 02:07:57.263 INFO kablam! | ----^^^ Oct 27 02:07:57.263 INFO kablam! | | Oct 27 02:07:57.263 INFO kablam! | help: remove this `mut` Oct 27 02:07:57.263 INFO kablam! | Oct 27 02:07:57.263 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:07:57.263 INFO kablam! Oct 27 02:07:57.263 INFO kablam! warning: variable does not need to be mutable Oct 27 02:07:57.263 INFO kablam! --> src/main.rs:92:9 Oct 27 02:07:57.263 INFO kablam! | Oct 27 02:07:57.263 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 27 02:07:57.263 INFO kablam! | ----^^^ Oct 27 02:07:57.263 INFO kablam! | | Oct 27 02:07:57.263 INFO kablam! | help: remove this `mut` Oct 27 02:07:57.263 INFO kablam! Oct 27 02:07:57.279 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 02:07:57.279 INFO kablam! --> src/main.rs:16:10 Oct 27 02:07:57.279 INFO kablam! | Oct 27 02:07:57.279 INFO kablam! 16 | #[derive(Debug)] Oct 27 02:07:57.279 INFO kablam! | ^^^^^ Oct 27 02:07:57.279 INFO kablam! | Oct 27 02:07:57.279 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 02:07:57.279 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 27 02:07:57.279 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.279 INFO kablam! Oct 27 02:07:57.279 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:57.279 INFO kablam! --> src/main.rs:68:26 Oct 27 02:07:57.279 INFO kablam! | Oct 27 02:07:57.279 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 27 02:07:57.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:57.279 INFO kablam! | Oct 27 02:07:57.279 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 27 02:07:57.279 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.279 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 27 02:07:57.279 INFO kablam! Oct 27 02:07:57.279 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:57.279 INFO kablam! --> src/main.rs:69:26 Oct 27 02:07:57.279 INFO kablam! | Oct 27 02:07:57.279 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 27 02:07:57.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:57.279 INFO kablam! | Oct 27 02:07:57.279 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 27 02:07:57.279 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.279 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 27 02:07:57.279 INFO kablam! Oct 27 02:07:57.279 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:57.279 INFO kablam! --> src/main.rs:70:26 Oct 27 02:07:57.279 INFO kablam! | Oct 27 02:07:57.279 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 27 02:07:57.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:57.279 INFO kablam! | Oct 27 02:07:57.279 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 27 02:07:57.279 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.279 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 27 02:07:57.279 INFO kablam! Oct 27 02:07:57.279 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:57.279 INFO kablam! --> src/main.rs:71:26 Oct 27 02:07:57.279 INFO kablam! | Oct 27 02:07:57.280 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 27 02:07:57.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:57.280 INFO kablam! | Oct 27 02:07:57.280 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 27 02:07:57.280 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:57.280 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 27 02:07:57.280 INFO kablam! Oct 27 02:07:57.315 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.85s Oct 27 02:07:57.315 INFO kablam! su: No module specific data is present Oct 27 02:07:58.492 INFO running `"docker" "rm" "-f" "f7e3803a2740ff654b75aec129be8cf1c6799050fd4fbce20712cd2bd8a803a6"` Oct 27 02:07:58.767 INFO blam! f7e3803a2740ff654b75aec129be8cf1c6799050fd4fbce20712cd2bd8a803a6