Oct 12 18:59:00.394 INFO checking kiorpesc/stl-flipper against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 18:59:00.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 18:59:00.616 INFO blam! de91d81c8bb1ebd964c0d289569fc3a99a4bc0811aa4b98f6748a032dd562fe5 Oct 12 18:59:00.624 INFO running `"docker" "start" "-a" "de91d81c8bb1ebd964c0d289569fc3a99a4bc0811aa4b98f6748a032dd562fe5"` Oct 12 18:59:01.190 INFO kablam! usermod: no changes Oct 12 18:59:01.228 INFO kablam! Checking stl-flipper v0.1.0 (/source) Oct 12 18:59:01.653 INFO kablam! warning: unused variable: `i` Oct 12 18:59:01.653 INFO kablam! --> src/main.rs:153:9 Oct 12 18:59:01.654 INFO kablam! | Oct 12 18:59:01.654 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 12 18:59:01.654 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:59:01.655 INFO kablam! | Oct 12 18:59:01.655 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:59:01.656 INFO kablam! Oct 12 18:59:01.660 INFO kablam! warning: variable does not need to be mutable Oct 12 18:59:01.660 INFO kablam! --> src/main.rs:81:9 Oct 12 18:59:01.661 INFO kablam! | Oct 12 18:59:01.661 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 12 18:59:01.661 INFO kablam! | ----^^^ Oct 12 18:59:01.662 INFO kablam! | | Oct 12 18:59:01.662 INFO kablam! | help: remove this `mut` Oct 12 18:59:01.662 INFO kablam! | Oct 12 18:59:01.663 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:59:01.663 INFO kablam! Oct 12 18:59:01.663 INFO kablam! warning: variable does not need to be mutable Oct 12 18:59:01.663 INFO kablam! --> src/main.rs:92:9 Oct 12 18:59:01.663 INFO kablam! | Oct 12 18:59:01.663 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 12 18:59:01.663 INFO kablam! | ----^^^ Oct 12 18:59:01.663 INFO kablam! | | Oct 12 18:59:01.663 INFO kablam! | help: remove this `mut` Oct 12 18:59:01.663 INFO kablam! Oct 12 18:59:01.678 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 12 18:59:01.679 INFO kablam! --> src/main.rs:16:10 Oct 12 18:59:01.679 INFO kablam! | Oct 12 18:59:01.679 INFO kablam! 16 | #[derive(Debug)] Oct 12 18:59:01.679 INFO kablam! | ^^^^^ Oct 12 18:59:01.679 INFO kablam! | Oct 12 18:59:01.679 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 12 18:59:01.679 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 12 18:59:01.679 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.679 INFO kablam! Oct 12 18:59:01.680 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.680 INFO kablam! --> src/main.rs:68:26 Oct 12 18:59:01.680 INFO kablam! | Oct 12 18:59:01.681 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 12 18:59:01.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.681 INFO kablam! | Oct 12 18:59:01.682 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 12 18:59:01.682 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.682 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 12 18:59:01.682 INFO kablam! Oct 12 18:59:01.683 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.683 INFO kablam! --> src/main.rs:69:26 Oct 12 18:59:01.683 INFO kablam! | Oct 12 18:59:01.683 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 12 18:59:01.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.683 INFO kablam! | Oct 12 18:59:01.683 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 12 18:59:01.684 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.684 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 12 18:59:01.684 INFO kablam! Oct 12 18:59:01.684 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.685 INFO kablam! --> src/main.rs:70:26 Oct 12 18:59:01.685 INFO kablam! | Oct 12 18:59:01.685 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 12 18:59:01.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.685 INFO kablam! | Oct 12 18:59:01.685 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 12 18:59:01.685 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.686 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 12 18:59:01.686 INFO kablam! Oct 12 18:59:01.686 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.686 INFO kablam! --> src/main.rs:71:26 Oct 12 18:59:01.686 INFO kablam! | Oct 12 18:59:01.686 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 12 18:59:01.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.686 INFO kablam! | Oct 12 18:59:01.687 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 12 18:59:01.687 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.687 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 12 18:59:01.687 INFO kablam! Oct 12 18:59:01.736 INFO kablam! warning: unused variable: `i` Oct 12 18:59:01.737 INFO kablam! --> src/main.rs:153:9 Oct 12 18:59:01.737 INFO kablam! | Oct 12 18:59:01.738 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 12 18:59:01.738 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:59:01.739 INFO kablam! | Oct 12 18:59:01.739 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:59:01.744 INFO kablam! Oct 12 18:59:01.750 INFO kablam! warning: variable does not need to be mutable Oct 12 18:59:01.751 INFO kablam! --> src/main.rs:81:9 Oct 12 18:59:01.751 INFO kablam! | Oct 12 18:59:01.752 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 12 18:59:01.752 INFO kablam! | ----^^^ Oct 12 18:59:01.753 INFO kablam! | | Oct 12 18:59:01.753 INFO kablam! | help: remove this `mut` Oct 12 18:59:01.753 INFO kablam! | Oct 12 18:59:01.754 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:59:01.754 INFO kablam! Oct 12 18:59:01.756 INFO kablam! warning: variable does not need to be mutable Oct 12 18:59:01.756 INFO kablam! --> src/main.rs:92:9 Oct 12 18:59:01.757 INFO kablam! | Oct 12 18:59:01.757 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 12 18:59:01.758 INFO kablam! | ----^^^ Oct 12 18:59:01.758 INFO kablam! | | Oct 12 18:59:01.764 INFO kablam! | help: remove this `mut` Oct 12 18:59:01.764 INFO kablam! Oct 12 18:59:01.778 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 12 18:59:01.779 INFO kablam! --> src/main.rs:16:10 Oct 12 18:59:01.780 INFO kablam! | Oct 12 18:59:01.780 INFO kablam! 16 | #[derive(Debug)] Oct 12 18:59:01.780 INFO kablam! | ^^^^^ Oct 12 18:59:01.780 INFO kablam! | Oct 12 18:59:01.780 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 12 18:59:01.784 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 12 18:59:01.784 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.784 INFO kablam! Oct 12 18:59:01.784 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.784 INFO kablam! --> src/main.rs:68:26 Oct 12 18:59:01.784 INFO kablam! | Oct 12 18:59:01.784 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 12 18:59:01.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.784 INFO kablam! | Oct 12 18:59:01.784 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 12 18:59:01.784 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.784 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 12 18:59:01.784 INFO kablam! Oct 12 18:59:01.784 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.784 INFO kablam! --> src/main.rs:69:26 Oct 12 18:59:01.784 INFO kablam! | Oct 12 18:59:01.784 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 12 18:59:01.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.784 INFO kablam! | Oct 12 18:59:01.784 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 12 18:59:01.784 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.784 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 12 18:59:01.784 INFO kablam! Oct 12 18:59:01.784 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.784 INFO kablam! --> src/main.rs:70:26 Oct 12 18:59:01.784 INFO kablam! | Oct 12 18:59:01.784 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 12 18:59:01.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.784 INFO kablam! | Oct 12 18:59:01.784 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 12 18:59:01.784 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.784 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 12 18:59:01.784 INFO kablam! Oct 12 18:59:01.784 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.784 INFO kablam! --> src/main.rs:71:26 Oct 12 18:59:01.784 INFO kablam! | Oct 12 18:59:01.784 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 12 18:59:01.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.784 INFO kablam! | Oct 12 18:59:01.784 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 12 18:59:01.784 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.784 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 12 18:59:01.784 INFO kablam! Oct 12 18:59:01.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Oct 12 18:59:01.820 INFO kablam! su: No module specific data is present Oct 12 18:59:02.326 INFO running `"docker" "rm" "-f" "de91d81c8bb1ebd964c0d289569fc3a99a4bc0811aa4b98f6748a032dd562fe5"` Oct 12 18:59:02.628 INFO blam! de91d81c8bb1ebd964c0d289569fc3a99a4bc0811aa4b98f6748a032dd562fe5