Oct 12 18:59:00.293 INFO checking kiorpesc/stl-flipper against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 18:59:00.293 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.548 INFO blam! 8cfd933e6224658fc4d8f06562d2859ade72cda5eb55ee6395ac3b63116de9ff Oct 12 18:59:00.550 INFO running `"docker" "start" "-a" "8cfd933e6224658fc4d8f06562d2859ade72cda5eb55ee6395ac3b63116de9ff"` Oct 12 18:59:01.170 INFO kablam! usermod: no changes Oct 12 18:59:01.204 INFO kablam! Checking stl-flipper v0.1.0 (/source) Oct 12 18:59:01.768 INFO kablam! warning: unused variable: `i` Oct 12 18:59:01.768 INFO kablam! --> src/main.rs:153:9 Oct 12 18:59:01.768 INFO kablam! | Oct 12 18:59:01.768 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 12 18:59:01.768 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:59:01.768 INFO kablam! | Oct 12 18:59:01.768 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:59:01.768 INFO kablam! Oct 12 18:59:01.772 INFO kablam! warning: variable does not need to be mutable Oct 12 18:59:01.772 INFO kablam! --> src/main.rs:81:9 Oct 12 18:59:01.772 INFO kablam! | Oct 12 18:59:01.772 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 12 18:59:01.772 INFO kablam! | ----^^^ Oct 12 18:59:01.772 INFO kablam! | | Oct 12 18:59:01.772 INFO kablam! | help: remove this `mut` Oct 12 18:59:01.772 INFO kablam! | Oct 12 18:59:01.772 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:59:01.772 INFO kablam! Oct 12 18:59:01.776 INFO kablam! warning: variable does not need to be mutable Oct 12 18:59:01.776 INFO kablam! --> src/main.rs:92:9 Oct 12 18:59:01.776 INFO kablam! | Oct 12 18:59:01.776 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 12 18:59:01.776 INFO kablam! | ----^^^ Oct 12 18:59:01.776 INFO kablam! | | Oct 12 18:59:01.776 INFO kablam! | help: remove this `mut` Oct 12 18:59:01.776 INFO kablam! Oct 12 18:59:01.788 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.788 INFO kablam! --> src/main.rs:16:10 Oct 12 18:59:01.788 INFO kablam! | Oct 12 18:59:01.788 INFO kablam! 16 | #[derive(Debug)] Oct 12 18:59:01.788 INFO kablam! | ^^^^^ Oct 12 18:59:01.788 INFO kablam! | Oct 12 18:59:01.788 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 12 18:59:01.788 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.788 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.788 INFO kablam! Oct 12 18:59:01.788 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.788 INFO kablam! --> src/main.rs:68:26 Oct 12 18:59:01.789 INFO kablam! | Oct 12 18:59:01.789 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 12 18:59:01.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.789 INFO kablam! | Oct 12 18:59:01.789 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.789 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.789 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.789 INFO kablam! Oct 12 18:59:01.789 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.789 INFO kablam! --> src/main.rs:69:26 Oct 12 18:59:01.789 INFO kablam! | Oct 12 18:59:01.789 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 12 18:59:01.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.789 INFO kablam! | Oct 12 18:59:01.789 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.789 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.789 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.789 INFO kablam! Oct 12 18:59:01.789 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.789 INFO kablam! --> src/main.rs:70:26 Oct 12 18:59:01.789 INFO kablam! | Oct 12 18:59:01.789 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 12 18:59:01.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.789 INFO kablam! | Oct 12 18:59:01.789 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.789 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.789 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.789 INFO kablam! Oct 12 18:59:01.789 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.789 INFO kablam! --> src/main.rs:71:26 Oct 12 18:59:01.789 INFO kablam! | Oct 12 18:59:01.789 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 12 18:59:01.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.789 INFO kablam! | Oct 12 18:59:01.789 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.789 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.789 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.789 INFO kablam! Oct 12 18:59:01.800 INFO kablam! warning: unused variable: `i` Oct 12 18:59:01.800 INFO kablam! --> src/main.rs:153:9 Oct 12 18:59:01.800 INFO kablam! | Oct 12 18:59:01.800 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 12 18:59:01.800 INFO kablam! | ^ help: consider using `_i` instead Oct 12 18:59:01.800 INFO kablam! | Oct 12 18:59:01.800 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:59:01.800 INFO kablam! Oct 12 18:59:01.816 INFO kablam! warning: variable does not need to be mutable Oct 12 18:59:01.816 INFO kablam! --> src/main.rs:81:9 Oct 12 18:59:01.816 INFO kablam! | Oct 12 18:59:01.816 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 12 18:59:01.816 INFO kablam! | ----^^^ Oct 12 18:59:01.816 INFO kablam! | | Oct 12 18:59:01.816 INFO kablam! | help: remove this `mut` Oct 12 18:59:01.816 INFO kablam! | Oct 12 18:59:01.816 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:59:01.816 INFO kablam! Oct 12 18:59:01.816 INFO kablam! warning: variable does not need to be mutable Oct 12 18:59:01.816 INFO kablam! --> src/main.rs:92:9 Oct 12 18:59:01.816 INFO kablam! | Oct 12 18:59:01.816 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 12 18:59:01.816 INFO kablam! | ----^^^ Oct 12 18:59:01.816 INFO kablam! | | Oct 12 18:59:01.816 INFO kablam! | help: remove this `mut` Oct 12 18:59:01.816 INFO kablam! Oct 12 18:59:01.828 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.828 INFO kablam! --> src/main.rs:16:10 Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 INFO kablam! 16 | #[derive(Debug)] Oct 12 18:59:01.828 INFO kablam! | ^^^^^ Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 12 18:59:01.828 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.828 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.828 INFO kablam! Oct 12 18:59:01.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.828 INFO kablam! --> src/main.rs:68:26 Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 12 18:59:01.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 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.828 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.828 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.828 INFO kablam! Oct 12 18:59:01.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.828 INFO kablam! --> src/main.rs:69:26 Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 12 18:59:01.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 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.828 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.828 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.828 INFO kablam! Oct 12 18:59:01.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.828 INFO kablam! --> src/main.rs:70:26 Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 12 18:59:01.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 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.828 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.828 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.828 INFO kablam! Oct 12 18:59:01.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 12 18:59:01.828 INFO kablam! --> src/main.rs:71:26 Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 12 18:59:01.828 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:59:01.828 INFO kablam! | Oct 12 18:59:01.828 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.828 INFO kablam! = note: for more information, see issue #46043 Oct 12 18:59:01.828 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.828 INFO kablam! Oct 12 18:59:01.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 12 18:59:01.854 INFO kablam! su: No module specific data is present Oct 12 18:59:02.246 INFO running `"docker" "rm" "-f" "8cfd933e6224658fc4d8f06562d2859ade72cda5eb55ee6395ac3b63116de9ff"` Oct 12 18:59:02.552 INFO blam! 8cfd933e6224658fc4d8f06562d2859ade72cda5eb55ee6395ac3b63116de9ff