Oct 10 20:07:41.247 INFO testing kiorpesc/stl-flipper against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:07:41.247 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:07:41.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:07:41.481 INFO blam! a8052fb0cc7b21d6bff8354a9cffb90da8dc9f7a916a41c841f30bfa72be7e61 Oct 10 20:07:41.485 INFO running `"docker" "start" "-a" "a8052fb0cc7b21d6bff8354a9cffb90da8dc9f7a916a41c841f30bfa72be7e61"` Oct 10 20:07:42.526 INFO kablam! usermod: no changes Oct 10 20:07:42.575 INFO kablam! Compiling stl-flipper v0.1.0 (/source) Oct 10 20:07:43.200 INFO kablam! warning: unused variable: `i` Oct 10 20:07:43.200 INFO kablam! --> src/main.rs:153:9 Oct 10 20:07:43.200 INFO kablam! | Oct 10 20:07:43.200 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 10 20:07:43.200 INFO kablam! | ^ help: consider using `_i` instead Oct 10 20:07:43.200 INFO kablam! | Oct 10 20:07:43.200 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:07:43.200 INFO kablam! Oct 10 20:07:43.215 INFO kablam! warning: variable does not need to be mutable Oct 10 20:07:43.215 INFO kablam! --> src/main.rs:81:9 Oct 10 20:07:43.215 INFO kablam! | Oct 10 20:07:43.215 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 10 20:07:43.215 INFO kablam! | ----^^^ Oct 10 20:07:43.215 INFO kablam! | | Oct 10 20:07:43.215 INFO kablam! | help: remove this `mut` Oct 10 20:07:43.215 INFO kablam! | Oct 10 20:07:43.215 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:07:43.215 INFO kablam! Oct 10 20:07:43.215 INFO kablam! warning: variable does not need to be mutable Oct 10 20:07:43.215 INFO kablam! --> src/main.rs:92:9 Oct 10 20:07:43.215 INFO kablam! | Oct 10 20:07:43.215 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 10 20:07:43.215 INFO kablam! | ----^^^ Oct 10 20:07:43.215 INFO kablam! | | Oct 10 20:07:43.215 INFO kablam! | help: remove this `mut` Oct 10 20:07:43.215 INFO kablam! Oct 10 20:07:43.219 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 10 20:07:43.219 INFO kablam! --> src/main.rs:16:10 Oct 10 20:07:43.219 INFO kablam! | Oct 10 20:07:43.219 INFO kablam! 16 | #[derive(Debug)] Oct 10 20:07:43.219 INFO kablam! | ^^^^^ Oct 10 20:07:43.219 INFO kablam! | Oct 10 20:07:43.219 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 10 20:07:43.219 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 10 20:07:43.219 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:43.219 INFO kablam! Oct 10 20:07:43.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 20:07:43.219 INFO kablam! --> src/main.rs:68:26 Oct 10 20:07:43.219 INFO kablam! | Oct 10 20:07:43.219 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 10 20:07:43.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:43.219 INFO kablam! | Oct 10 20:07:43.219 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 10 20:07:43.219 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:43.219 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 10 20:07:43.219 INFO kablam! Oct 10 20:07:43.219 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 20:07:43.219 INFO kablam! --> src/main.rs:69:26 Oct 10 20:07:43.219 INFO kablam! | Oct 10 20:07:43.219 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 10 20:07:43.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:43.219 INFO kablam! | Oct 10 20:07:43.219 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 10 20:07:43.219 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:43.219 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 10 20:07:43.219 INFO kablam! Oct 10 20:07:43.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 20:07:43.220 INFO kablam! --> src/main.rs:70:26 Oct 10 20:07:43.220 INFO kablam! | Oct 10 20:07:43.220 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 10 20:07:43.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:43.220 INFO kablam! | Oct 10 20:07:43.220 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 10 20:07:43.220 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:43.220 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 10 20:07:43.220 INFO kablam! Oct 10 20:07:43.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 20:07:43.220 INFO kablam! --> src/main.rs:71:26 Oct 10 20:07:43.220 INFO kablam! | Oct 10 20:07:43.220 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 10 20:07:43.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:43.220 INFO kablam! | Oct 10 20:07:43.220 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 10 20:07:43.220 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:43.220 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 10 20:07:43.220 INFO kablam! Oct 10 20:07:43.770 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 10 20:07:43.772 INFO kablam! su: No module specific data is present Oct 10 20:07:44.185 INFO running `"docker" "rm" "-f" "a8052fb0cc7b21d6bff8354a9cffb90da8dc9f7a916a41c841f30bfa72be7e61"` Oct 10 20:07:44.398 INFO blam! a8052fb0cc7b21d6bff8354a9cffb90da8dc9f7a916a41c841f30bfa72be7e61 Oct 10 20:07:44.401 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:07:44.401 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:07:44.592 INFO blam! ce380dd36b3bb2fd59c192bad847d0fa73625c42407ef85e17bd804f408d0021 Oct 10 20:07:44.593 INFO running `"docker" "start" "-a" "ce380dd36b3bb2fd59c192bad847d0fa73625c42407ef85e17bd804f408d0021"` Oct 10 20:07:45.273 INFO kablam! usermod: no changes Oct 10 20:07:45.299 INFO kablam! Compiling stl-flipper v0.1.0 (/source) Oct 10 20:07:45.969 INFO kablam! warning: unused variable: `i` Oct 10 20:07:45.969 INFO kablam! --> src/main.rs:153:9 Oct 10 20:07:45.969 INFO kablam! | Oct 10 20:07:45.970 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 10 20:07:45.970 INFO kablam! | ^ help: consider using `_i` instead Oct 10 20:07:45.970 INFO kablam! | Oct 10 20:07:45.970 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:07:45.971 INFO kablam! Oct 10 20:07:45.984 INFO kablam! warning: variable does not need to be mutable Oct 10 20:07:45.985 INFO kablam! --> src/main.rs:81:9 Oct 10 20:07:45.985 INFO kablam! | Oct 10 20:07:45.986 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 10 20:07:46.002 INFO kablam! | ----^^^ Oct 10 20:07:46.003 INFO kablam! | | Oct 10 20:07:46.003 INFO kablam! | help: remove this `mut` Oct 10 20:07:46.003 INFO kablam! | Oct 10 20:07:46.003 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 20:07:46.004 INFO kablam! Oct 10 20:07:46.004 INFO kablam! warning: variable does not need to be mutable Oct 10 20:07:46.004 INFO kablam! --> src/main.rs:92:9 Oct 10 20:07:46.005 INFO kablam! | Oct 10 20:07:46.005 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 10 20:07:46.005 INFO kablam! | ----^^^ Oct 10 20:07:46.005 INFO kablam! | | Oct 10 20:07:46.006 INFO kablam! | help: remove this `mut` Oct 10 20:07:46.006 INFO kablam! Oct 10 20:07:46.006 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 10 20:07:46.006 INFO kablam! --> src/main.rs:16:10 Oct 10 20:07:46.006 INFO kablam! | Oct 10 20:07:46.006 INFO kablam! 16 | #[derive(Debug)] Oct 10 20:07:46.006 INFO kablam! | ^^^^^ Oct 10 20:07:46.006 INFO kablam! | Oct 10 20:07:46.006 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 10 20:07:46.006 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 10 20:07:46.006 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:46.006 INFO kablam! Oct 10 20:07:46.006 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 20:07:46.006 INFO kablam! --> src/main.rs:68:26 Oct 10 20:07:46.006 INFO kablam! | Oct 10 20:07:46.006 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 10 20:07:46.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:46.006 INFO kablam! | Oct 10 20:07:46.006 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 10 20:07:46.006 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:46.006 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 10 20:07:46.006 INFO kablam! Oct 10 20:07:46.006 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 20:07:46.006 INFO kablam! --> src/main.rs:69:26 Oct 10 20:07:46.006 INFO kablam! | Oct 10 20:07:46.006 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 10 20:07:46.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:46.006 INFO kablam! | Oct 10 20:07:46.006 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 10 20:07:46.006 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:46.006 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 10 20:07:46.007 INFO kablam! Oct 10 20:07:46.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 20:07:46.007 INFO kablam! --> src/main.rs:70:26 Oct 10 20:07:46.007 INFO kablam! | Oct 10 20:07:46.007 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 10 20:07:46.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:46.007 INFO kablam! | Oct 10 20:07:46.007 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 10 20:07:46.007 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:46.007 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 10 20:07:46.007 INFO kablam! Oct 10 20:07:46.007 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 20:07:46.007 INFO kablam! --> src/main.rs:71:26 Oct 10 20:07:46.007 INFO kablam! | Oct 10 20:07:46.007 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 10 20:07:46.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:07:46.007 INFO kablam! | Oct 10 20:07:46.007 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 10 20:07:46.007 INFO kablam! = note: for more information, see issue #46043 Oct 10 20:07:46.007 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 10 20:07:46.007 INFO kablam! Oct 10 20:07:46.337 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.05s Oct 10 20:07:46.339 INFO kablam! su: No module specific data is present Oct 10 20:07:46.689 INFO running `"docker" "rm" "-f" "ce380dd36b3bb2fd59c192bad847d0fa73625c42407ef85e17bd804f408d0021"` Oct 10 20:07:46.876 INFO blam! ce380dd36b3bb2fd59c192bad847d0fa73625c42407ef85e17bd804f408d0021 Oct 10 20:07:46.877 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:07:46.877 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:07:47.131 INFO blam! 06b94938d17089af7336dc5a6c6209c548303b1dfe86c7c96ae7d6bd4f0b52cb Oct 10 20:07:47.132 INFO running `"docker" "start" "-a" "06b94938d17089af7336dc5a6c6209c548303b1dfe86c7c96ae7d6bd4f0b52cb"` Oct 10 20:07:47.606 INFO kablam! usermod: no changes Oct 10 20:07:47.642 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 20:07:47.642 INFO kablam! Running /target/debug/deps/stl_flipper-bdaba3433cb57eed Oct 10 20:07:47.644 INFO blam! Oct 10 20:07:47.644 INFO blam! running 0 tests Oct 10 20:07:47.644 INFO blam! Oct 10 20:07:47.644 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:07:47.644 INFO blam! Oct 10 20:07:47.645 INFO kablam! su: No module specific data is present Oct 10 20:07:47.962 INFO running `"docker" "rm" "-f" "06b94938d17089af7336dc5a6c6209c548303b1dfe86c7c96ae7d6bd4f0b52cb"` Oct 10 20:07:48.069 INFO blam! 06b94938d17089af7336dc5a6c6209c548303b1dfe86c7c96ae7d6bd4f0b52cb