Oct 14 15:04:26.521 INFO testing kiorpesc/stl-flipper against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:04:26.521 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 15:04:27.095 INFO blam! bf75b0bb9f47ff3a849b622b85858b40b98a6f0678c61071e4fed86e2b84c3ab Oct 14 15:04:27.107 INFO running `"docker" "start" "-a" "bf75b0bb9f47ff3a849b622b85858b40b98a6f0678c61071e4fed86e2b84c3ab"` Oct 14 15:04:28.227 INFO kablam! usermod: no changes Oct 14 15:04:28.287 INFO kablam! Compiling stl-flipper v0.1.0 (/source) Oct 14 15:04:28.671 INFO kablam! warning: unused variable: `i` Oct 14 15:04:28.671 INFO kablam! --> src/main.rs:153:9 Oct 14 15:04:28.671 INFO kablam! | Oct 14 15:04:28.671 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 14 15:04:28.671 INFO kablam! | ^ help: consider using `_i` instead Oct 14 15:04:28.671 INFO kablam! | Oct 14 15:04:28.671 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:04:28.671 INFO kablam! Oct 14 15:04:28.671 INFO kablam! warning: variable does not need to be mutable Oct 14 15:04:28.671 INFO kablam! --> src/main.rs:81:9 Oct 14 15:04:28.671 INFO kablam! | Oct 14 15:04:28.671 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 14 15:04:28.671 INFO kablam! | ----^^^ Oct 14 15:04:28.671 INFO kablam! | | Oct 14 15:04:28.671 INFO kablam! | help: remove this `mut` Oct 14 15:04:28.671 INFO kablam! | Oct 14 15:04:28.671 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:04:28.671 INFO kablam! Oct 14 15:04:28.671 INFO kablam! warning: variable does not need to be mutable Oct 14 15:04:28.671 INFO kablam! --> src/main.rs:92:9 Oct 14 15:04:28.671 INFO kablam! | Oct 14 15:04:28.671 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 14 15:04:28.671 INFO kablam! | ----^^^ Oct 14 15:04:28.671 INFO kablam! | | Oct 14 15:04:28.671 INFO kablam! | help: remove this `mut` Oct 14 15:04:28.671 INFO kablam! Oct 14 15:04:28.695 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 14 15:04:28.695 INFO kablam! --> src/main.rs:16:10 Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 INFO kablam! 16 | #[derive(Debug)] Oct 14 15:04:28.695 INFO kablam! | ^^^^^ Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 14 15:04:28.695 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 14 15:04:28.695 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:28.695 INFO kablam! Oct 14 15:04:28.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:28.695 INFO kablam! --> src/main.rs:68:26 Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 14 15:04:28.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 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 14 15:04:28.695 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:28.695 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 14 15:04:28.695 INFO kablam! Oct 14 15:04:28.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:28.695 INFO kablam! --> src/main.rs:69:26 Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 14 15:04:28.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 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 14 15:04:28.695 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:28.695 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 14 15:04:28.695 INFO kablam! Oct 14 15:04:28.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:28.695 INFO kablam! --> src/main.rs:70:26 Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 14 15:04:28.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 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 14 15:04:28.695 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:28.695 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 14 15:04:28.695 INFO kablam! Oct 14 15:04:28.695 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:28.695 INFO kablam! --> src/main.rs:71:26 Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 14 15:04:28.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:28.695 INFO kablam! | Oct 14 15:04:28.695 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 14 15:04:28.695 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:28.695 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 14 15:04:28.695 INFO kablam! Oct 14 15:04:29.304 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 14 15:04:29.305 INFO kablam! su: No module specific data is present Oct 14 15:04:30.013 INFO running `"docker" "rm" "-f" "bf75b0bb9f47ff3a849b622b85858b40b98a6f0678c61071e4fed86e2b84c3ab"` Oct 14 15:04:30.247 INFO blam! bf75b0bb9f47ff3a849b622b85858b40b98a6f0678c61071e4fed86e2b84c3ab Oct 14 15:04:30.260 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 15:04:30.680 INFO blam! 134f0d914427fcac545153400d9d1d353db98b7788854254b01d809599691562 Oct 14 15:04:30.688 INFO running `"docker" "start" "-a" "134f0d914427fcac545153400d9d1d353db98b7788854254b01d809599691562"` Oct 14 15:04:31.842 INFO kablam! usermod: no changes Oct 14 15:04:31.890 INFO kablam! Compiling stl-flipper v0.1.0 (/source) Oct 14 15:04:32.203 INFO kablam! warning: unused variable: `i` Oct 14 15:04:32.204 INFO kablam! --> src/main.rs:153:9 Oct 14 15:04:32.204 INFO kablam! | Oct 14 15:04:32.204 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 14 15:04:32.205 INFO kablam! | ^ help: consider using `_i` instead Oct 14 15:04:32.205 INFO kablam! | Oct 14 15:04:32.205 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:04:32.205 INFO kablam! Oct 14 15:04:32.211 INFO kablam! warning: variable does not need to be mutable Oct 14 15:04:32.211 INFO kablam! --> src/main.rs:81:9 Oct 14 15:04:32.212 INFO kablam! | Oct 14 15:04:32.212 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 14 15:04:32.212 INFO kablam! | ----^^^ Oct 14 15:04:32.213 INFO kablam! | | Oct 14 15:04:32.213 INFO kablam! | help: remove this `mut` Oct 14 15:04:32.213 INFO kablam! | Oct 14 15:04:32.213 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:04:32.214 INFO kablam! Oct 14 15:04:32.225 INFO kablam! warning: variable does not need to be mutable Oct 14 15:04:32.226 INFO kablam! --> src/main.rs:92:9 Oct 14 15:04:32.226 INFO kablam! | Oct 14 15:04:32.226 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 14 15:04:32.227 INFO kablam! | ----^^^ Oct 14 15:04:32.227 INFO kablam! | | Oct 14 15:04:32.227 INFO kablam! | help: remove this `mut` Oct 14 15:04:32.228 INFO kablam! Oct 14 15:04:32.229 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 14 15:04:32.229 INFO kablam! --> src/main.rs:16:10 Oct 14 15:04:32.229 INFO kablam! | Oct 14 15:04:32.230 INFO kablam! 16 | #[derive(Debug)] Oct 14 15:04:32.230 INFO kablam! | ^^^^^ Oct 14 15:04:32.230 INFO kablam! | Oct 14 15:04:32.231 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 14 15:04:32.231 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 14 15:04:32.231 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:32.232 INFO kablam! Oct 14 15:04:32.232 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:32.232 INFO kablam! --> src/main.rs:68:26 Oct 14 15:04:32.232 INFO kablam! | Oct 14 15:04:32.233 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 14 15:04:32.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:32.233 INFO kablam! | Oct 14 15:04:32.234 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 14 15:04:32.234 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:32.234 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 14 15:04:32.239 INFO kablam! Oct 14 15:04:32.239 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:32.239 INFO kablam! --> src/main.rs:69:26 Oct 14 15:04:32.239 INFO kablam! | Oct 14 15:04:32.240 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 14 15:04:32.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:32.240 INFO kablam! | Oct 14 15:04:32.240 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 14 15:04:32.241 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:32.241 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 14 15:04:32.241 INFO kablam! Oct 14 15:04:32.241 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:32.242 INFO kablam! --> src/main.rs:70:26 Oct 14 15:04:32.242 INFO kablam! | Oct 14 15:04:32.242 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 14 15:04:32.242 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:32.243 INFO kablam! | Oct 14 15:04:32.243 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 14 15:04:32.243 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:32.244 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 14 15:04:32.244 INFO kablam! Oct 14 15:04:32.244 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:32.244 INFO kablam! --> src/main.rs:71:26 Oct 14 15:04:32.245 INFO kablam! | Oct 14 15:04:32.245 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 14 15:04:32.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:32.245 INFO kablam! | Oct 14 15:04:32.246 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 14 15:04:32.246 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:32.246 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 14 15:04:32.251 INFO kablam! Oct 14 15:04:32.702 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.84s Oct 14 15:04:32.705 INFO kablam! su: No module specific data is present Oct 14 15:04:33.456 INFO running `"docker" "rm" "-f" "134f0d914427fcac545153400d9d1d353db98b7788854254b01d809599691562"` Oct 14 15:04:33.703 INFO blam! 134f0d914427fcac545153400d9d1d353db98b7788854254b01d809599691562 Oct 14 15:04:33.715 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 15:04:34.173 INFO blam! 5b54731f5303cbea4abd49035d96944f0f57534bedce6619e0d4c4f5e6635383 Oct 14 15:04:34.181 INFO running `"docker" "start" "-a" "5b54731f5303cbea4abd49035d96944f0f57534bedce6619e0d4c4f5e6635383"` Oct 14 15:04:35.195 INFO kablam! usermod: no changes Oct 14 15:04:35.243 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 15:04:35.247 INFO kablam! Running /target/debug/deps/stl_flipper-2b2ef379b29f1c91 Oct 14 15:04:35.251 INFO blam! Oct 14 15:04:35.251 INFO blam! running 0 tests Oct 14 15:04:35.251 INFO blam! Oct 14 15:04:35.251 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:04:35.251 INFO blam! Oct 14 15:04:35.253 INFO kablam! su: No module specific data is present Oct 14 15:04:35.971 INFO running `"docker" "rm" "-f" "5b54731f5303cbea4abd49035d96944f0f57534bedce6619e0d4c4f5e6635383"` Oct 14 15:04:36.205 INFO blam! 5b54731f5303cbea4abd49035d96944f0f57534bedce6619e0d4c4f5e6635383