Oct 27 02:07:51.482 INFO checking kiorpesc/stl-flipper against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 02:07:51.482 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 02:07:51.955 INFO blam! a4e99cda66f4f470656b75978f8043a9822a1082d13d23a4426aafd1ae6ea3a4 Oct 27 02:07:51.957 INFO running `"docker" "start" "-a" "a4e99cda66f4f470656b75978f8043a9822a1082d13d23a4426aafd1ae6ea3a4"` Oct 27 02:07:53.416 INFO kablam! usermod: no changes Oct 27 02:07:53.453 INFO kablam! Checking stl-flipper v0.1.0 (/source) Oct 27 02:07:54.111 INFO kablam! warning: unused variable: `i` Oct 27 02:07:54.112 INFO kablam! --> src/main.rs:153:9 Oct 27 02:07:54.112 INFO kablam! | Oct 27 02:07:54.112 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 27 02:07:54.113 INFO kablam! | ^ help: consider using `_i` instead Oct 27 02:07:54.113 INFO kablam! | Oct 27 02:07:54.113 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:07:54.113 INFO kablam! Oct 27 02:07:54.123 INFO kablam! warning: variable does not need to be mutable Oct 27 02:07:54.124 INFO kablam! --> src/main.rs:81:9 Oct 27 02:07:54.124 INFO kablam! | Oct 27 02:07:54.124 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 27 02:07:54.125 INFO kablam! | ----^^^ Oct 27 02:07:54.125 INFO kablam! | | Oct 27 02:07:54.125 INFO kablam! | help: remove this `mut` Oct 27 02:07:54.126 INFO kablam! | Oct 27 02:07:54.126 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:07:54.126 INFO kablam! Oct 27 02:07:54.127 INFO kablam! warning: unused variable: `i` Oct 27 02:07:54.127 INFO kablam! --> src/main.rs:153:9 Oct 27 02:07:54.127 INFO kablam! | Oct 27 02:07:54.127 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 27 02:07:54.128 INFO kablam! | ^ help: consider using `_i` instead Oct 27 02:07:54.128 INFO kablam! | Oct 27 02:07:54.129 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 02:07:54.129 INFO kablam! Oct 27 02:07:54.129 INFO kablam! warning: variable does not need to be mutable Oct 27 02:07:54.129 INFO kablam! --> src/main.rs:92:9 Oct 27 02:07:54.130 INFO kablam! | Oct 27 02:07:54.130 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 27 02:07:54.130 INFO kablam! | ----^^^ Oct 27 02:07:54.131 INFO kablam! | | Oct 27 02:07:54.131 INFO kablam! | help: remove this `mut` Oct 27 02:07:54.131 INFO kablam! Oct 27 02:07:54.147 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 02:07:54.148 INFO kablam! --> src/main.rs:16:10 Oct 27 02:07:54.148 INFO kablam! | Oct 27 02:07:54.149 INFO kablam! 16 | #[derive(Debug)] Oct 27 02:07:54.149 INFO kablam! | ^^^^^ Oct 27 02:07:54.149 INFO kablam! | Oct 27 02:07:54.150 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 02:07:54.150 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:54.150 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.151 INFO kablam! Oct 27 02:07:54.151 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:54.151 INFO kablam! --> src/main.rs:68:26 Oct 27 02:07:54.152 INFO kablam! | Oct 27 02:07:54.152 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 27 02:07:54.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:54.153 INFO kablam! | Oct 27 02:07:54.153 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:54.153 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.153 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:54.154 INFO kablam! Oct 27 02:07:54.154 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:54.154 INFO kablam! --> src/main.rs:69:26 Oct 27 02:07:54.155 INFO kablam! | Oct 27 02:07:54.155 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 27 02:07:54.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:54.156 INFO kablam! | Oct 27 02:07:54.156 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:54.157 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.157 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:54.157 INFO kablam! Oct 27 02:07:54.158 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:54.158 INFO kablam! --> src/main.rs:70:26 Oct 27 02:07:54.158 INFO kablam! | Oct 27 02:07:54.159 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 27 02:07:54.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:54.159 INFO kablam! | Oct 27 02:07:54.160 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:54.160 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.160 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:54.160 INFO kablam! Oct 27 02:07:54.161 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:54.161 INFO kablam! --> src/main.rs:71:26 Oct 27 02:07:54.161 INFO kablam! | Oct 27 02:07:54.162 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 27 02:07:54.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:54.162 INFO kablam! | Oct 27 02:07:54.162 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:54.163 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.163 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:54.163 INFO kablam! Oct 27 02:07:54.164 INFO kablam! warning: variable does not need to be mutable Oct 27 02:07:54.164 INFO kablam! --> src/main.rs:81:9 Oct 27 02:07:54.164 INFO kablam! | Oct 27 02:07:54.164 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 27 02:07:54.165 INFO kablam! | ----^^^ Oct 27 02:07:54.165 INFO kablam! | | Oct 27 02:07:54.165 INFO kablam! | help: remove this `mut` Oct 27 02:07:54.166 INFO kablam! | Oct 27 02:07:54.166 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 02:07:54.166 INFO kablam! Oct 27 02:07:54.167 INFO kablam! warning: variable does not need to be mutable Oct 27 02:07:54.167 INFO kablam! --> src/main.rs:92:9 Oct 27 02:07:54.167 INFO kablam! | Oct 27 02:07:54.167 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 27 02:07:54.168 INFO kablam! | ----^^^ Oct 27 02:07:54.168 INFO kablam! | | Oct 27 02:07:54.168 INFO kablam! | help: remove this `mut` Oct 27 02:07:54.169 INFO kablam! Oct 27 02:07:54.203 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 02:07:54.203 INFO kablam! --> src/main.rs:16:10 Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 INFO kablam! 16 | #[derive(Debug)] Oct 27 02:07:54.203 INFO kablam! | ^^^^^ Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 02:07:54.203 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:54.203 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.203 INFO kablam! Oct 27 02:07:54.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:54.203 INFO kablam! --> src/main.rs:68:26 Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 27 02:07:54.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 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:54.203 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.203 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:54.203 INFO kablam! Oct 27 02:07:54.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:54.203 INFO kablam! --> src/main.rs:69:26 Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 27 02:07:54.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 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:54.203 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.203 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:54.203 INFO kablam! Oct 27 02:07:54.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:54.203 INFO kablam! --> src/main.rs:70:26 Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 27 02:07:54.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 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:54.203 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.203 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:54.203 INFO kablam! Oct 27 02:07:54.203 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 02:07:54.203 INFO kablam! --> src/main.rs:71:26 Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 27 02:07:54.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:07:54.203 INFO kablam! | Oct 27 02:07:54.203 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:54.203 INFO kablam! = note: for more information, see issue #46043 Oct 27 02:07:54.203 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:54.203 INFO kablam! Oct 27 02:07:54.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.81s Oct 27 02:07:54.259 INFO kablam! su: No module specific data is present Oct 27 02:07:54.967 INFO running `"docker" "rm" "-f" "a4e99cda66f4f470656b75978f8043a9822a1082d13d23a4426aafd1ae6ea3a4"` Oct 27 02:07:55.231 INFO blam! a4e99cda66f4f470656b75978f8043a9822a1082d13d23a4426aafd1ae6ea3a4