Oct 14 15:04:33.172 INFO testing kiorpesc/stl-flipper against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:04:33.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:33.619 INFO blam! b6cc4043c341c7f8fa67bbdf139786c3c8262b7f4c640f54a861b4aa06df8051 Oct 14 15:04:33.623 INFO running `"docker" "start" "-a" "b6cc4043c341c7f8fa67bbdf139786c3c8262b7f4c640f54a861b4aa06df8051"` Oct 14 15:04:34.711 INFO kablam! usermod: no changes Oct 14 15:04:34.755 INFO kablam! Compiling stl-flipper v0.1.0 (/source) Oct 14 15:04:35.055 INFO kablam! warning: unused variable: `i` Oct 14 15:04:35.055 INFO kablam! --> src/main.rs:153:9 Oct 14 15:04:35.055 INFO kablam! | Oct 14 15:04:35.055 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 14 15:04:35.055 INFO kablam! | ^ help: consider using `_i` instead Oct 14 15:04:35.055 INFO kablam! | Oct 14 15:04:35.055 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:04:35.055 INFO kablam! Oct 14 15:04:35.063 INFO kablam! warning: variable does not need to be mutable Oct 14 15:04:35.063 INFO kablam! --> src/main.rs:81:9 Oct 14 15:04:35.063 INFO kablam! | Oct 14 15:04:35.063 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 14 15:04:35.063 INFO kablam! | ----^^^ Oct 14 15:04:35.063 INFO kablam! | | Oct 14 15:04:35.063 INFO kablam! | help: remove this `mut` Oct 14 15:04:35.063 INFO kablam! | Oct 14 15:04:35.063 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:04:35.063 INFO kablam! Oct 14 15:04:35.063 INFO kablam! warning: variable does not need to be mutable Oct 14 15:04:35.063 INFO kablam! --> src/main.rs:92:9 Oct 14 15:04:35.063 INFO kablam! | Oct 14 15:04:35.063 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 14 15:04:35.063 INFO kablam! | ----^^^ Oct 14 15:04:35.063 INFO kablam! | | Oct 14 15:04:35.063 INFO kablam! | help: remove this `mut` Oct 14 15:04:35.063 INFO kablam! Oct 14 15:04:35.079 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 14 15:04:35.079 INFO kablam! --> src/main.rs:16:10 Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 INFO kablam! 16 | #[derive(Debug)] Oct 14 15:04:35.079 INFO kablam! | ^^^^^ Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 14 15:04:35.079 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:35.079 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:35.079 INFO kablam! Oct 14 15:04:35.079 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:35.079 INFO kablam! --> src/main.rs:68:26 Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 14 15:04:35.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 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:35.079 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:35.079 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:35.079 INFO kablam! Oct 14 15:04:35.079 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:35.079 INFO kablam! --> src/main.rs:69:26 Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 14 15:04:35.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 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:35.079 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:35.079 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:35.079 INFO kablam! Oct 14 15:04:35.079 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:35.079 INFO kablam! --> src/main.rs:70:26 Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 14 15:04:35.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 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:35.079 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:35.079 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:35.079 INFO kablam! Oct 14 15:04:35.079 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:35.079 INFO kablam! --> src/main.rs:71:26 Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 14 15:04:35.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:35.079 INFO kablam! | Oct 14 15:04:35.079 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:35.079 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:35.079 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:35.080 INFO kablam! Oct 14 15:04:35.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 14 15:04:35.698 INFO kablam! su: No module specific data is present Oct 14 15:04:36.299 INFO running `"docker" "rm" "-f" "b6cc4043c341c7f8fa67bbdf139786c3c8262b7f4c640f54a861b4aa06df8051"` Oct 14 15:04:36.587 INFO blam! b6cc4043c341c7f8fa67bbdf139786c3c8262b7f4c640f54a861b4aa06df8051 Oct 14 15:04:36.603 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:37.153 INFO blam! 98c9272bb0d530cf07d26899dfcebe710736fea34dd6fb38d0d3527985217499 Oct 14 15:04:37.155 INFO running `"docker" "start" "-a" "98c9272bb0d530cf07d26899dfcebe710736fea34dd6fb38d0d3527985217499"` Oct 14 15:04:38.696 INFO kablam! usermod: no changes Oct 14 15:04:38.768 INFO kablam! Compiling stl-flipper v0.1.0 (/source) Oct 14 15:04:39.096 INFO kablam! warning: unused variable: `i` Oct 14 15:04:39.096 INFO kablam! --> src/main.rs:153:9 Oct 14 15:04:39.096 INFO kablam! | Oct 14 15:04:39.096 INFO kablam! 153 | for i in 0..header.num_triangles { Oct 14 15:04:39.096 INFO kablam! | ^ help: consider using `_i` instead Oct 14 15:04:39.096 INFO kablam! | Oct 14 15:04:39.098 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 15:04:39.098 INFO kablam! Oct 14 15:04:39.111 INFO kablam! warning: variable does not need to be mutable Oct 14 15:04:39.111 INFO kablam! --> src/main.rs:81:9 Oct 14 15:04:39.111 INFO kablam! | Oct 14 15:04:39.111 INFO kablam! 81 | let mut buf: [u8; HEADER_SIZE]; Oct 14 15:04:39.111 INFO kablam! | ----^^^ Oct 14 15:04:39.111 INFO kablam! | | Oct 14 15:04:39.111 INFO kablam! | help: remove this `mut` Oct 14 15:04:39.111 INFO kablam! | Oct 14 15:04:39.111 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:04:39.111 INFO kablam! Oct 14 15:04:39.111 INFO kablam! warning: variable does not need to be mutable Oct 14 15:04:39.111 INFO kablam! --> src/main.rs:92:9 Oct 14 15:04:39.111 INFO kablam! | Oct 14 15:04:39.111 INFO kablam! 92 | let mut buf: [u8; TRIANGLE_SIZE]; Oct 14 15:04:39.111 INFO kablam! | ----^^^ Oct 14 15:04:39.111 INFO kablam! | | Oct 14 15:04:39.111 INFO kablam! | help: remove this `mut` Oct 14 15:04:39.111 INFO kablam! Oct 14 15:04:39.123 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 14 15:04:39.123 INFO kablam! --> src/main.rs:16:10 Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.123 INFO kablam! 16 | #[derive(Debug)] Oct 14 15:04:39.123 INFO kablam! | ^^^^^ Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.123 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 14 15:04:39.123 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:39.123 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:39.123 INFO kablam! Oct 14 15:04:39.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:39.123 INFO kablam! --> src/main.rs:68:26 Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.123 INFO kablam! 68 | swap_floats_in_array(&mut triangle.normal_vec, axis1, axis2); Oct 14 15:04:39.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.123 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:39.123 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:39.123 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:39.123 INFO kablam! Oct 14 15:04:39.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:39.123 INFO kablam! --> src/main.rs:69:26 Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.123 INFO kablam! 69 | swap_floats_in_array(&mut triangle.vertex1, axis1, axis2); Oct 14 15:04:39.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.123 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:39.123 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:39.123 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:39.123 INFO kablam! Oct 14 15:04:39.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:39.123 INFO kablam! --> src/main.rs:70:26 Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.123 INFO kablam! 70 | swap_floats_in_array(&mut triangle.vertex2, axis1, axis2); Oct 14 15:04:39.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.123 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:39.123 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:39.123 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:39.123 INFO kablam! Oct 14 15:04:39.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 14 15:04:39.123 INFO kablam! --> src/main.rs:71:26 Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.123 INFO kablam! 71 | swap_floats_in_array(&mut triangle.vertex3, axis1, axis2); Oct 14 15:04:39.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:04:39.123 INFO kablam! | Oct 14 15:04:39.124 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:39.124 INFO kablam! = note: for more information, see issue #46043 Oct 14 15:04:39.124 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:39.124 INFO kablam! Oct 14 15:04:39.638 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 14 15:04:39.655 INFO kablam! su: No module specific data is present Oct 14 15:04:40.732 INFO running `"docker" "rm" "-f" "98c9272bb0d530cf07d26899dfcebe710736fea34dd6fb38d0d3527985217499"` Oct 14 15:04:41.075 INFO blam! 98c9272bb0d530cf07d26899dfcebe710736fea34dd6fb38d0d3527985217499 Oct 14 15:04:41.083 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:41.515 INFO blam! 4a26f7e378636cc46b924b85f6363b8ed05fa3389d9fee9865fa0c7bb5f1b750 Oct 14 15:04:41.517 INFO running `"docker" "start" "-a" "4a26f7e378636cc46b924b85f6363b8ed05fa3389d9fee9865fa0c7bb5f1b750"` Oct 14 15:04:43.469 INFO kablam! usermod: no changes Oct 14 15:04:43.535 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 15:04:43.539 INFO kablam! Running /target/debug/deps/stl_flipper-bdaba3433cb57eed Oct 14 15:04:43.540 INFO blam! Oct 14 15:04:43.540 INFO blam! running 0 tests Oct 14 15:04:43.540 INFO blam! Oct 14 15:04:43.540 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:04:43.540 INFO blam! Oct 14 15:04:43.547 INFO kablam! su: No module specific data is present Oct 14 15:04:44.730 INFO running `"docker" "rm" "-f" "4a26f7e378636cc46b924b85f6363b8ed05fa3389d9fee9865fa0c7bb5f1b750"` Oct 14 15:04:45.059 INFO blam! 4a26f7e378636cc46b924b85f6363b8ed05fa3389d9fee9865fa0c7bb5f1b750