Sep 06 00:22:58.492 INFO checking scroll-0.9.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:22:58.492 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:22:58.492 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:22:58.697 INFO blam! 17dffe9405d3154677e1351ea59f7fe476b0d41df928cc2c744a7d4bddb9a9e7 Sep 06 00:22:58.698 INFO running `"docker" "start" "-a" "17dffe9405d3154677e1351ea59f7fe476b0d41df928cc2c744a7d4bddb9a9e7"` Sep 06 00:22:59.904 INFO kablam! usermod: no changes Sep 06 00:23:00.034 INFO kablam! Checking scroll v0.9.0 (file:///source) Sep 06 00:23:00.034 INFO kablam! Checking rayon v0.9.0 Sep 06 00:23:00.498 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:23:00.498 INFO kablam! --> src/ctx.rs:287:31 Sep 06 00:23:00.498 INFO kablam! | Sep 06 00:23:00.498 INFO kablam! 287 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 06 00:23:00.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:23:00.498 INFO kablam! ... Sep 06 00:23:00.498 INFO kablam! 307 | from_ctx_float_impl!(f32, 4); Sep 06 00:23:00.498 INFO kablam! | ----------------------------- in this macro invocation Sep 06 00:23:00.498 INFO kablam! | Sep 06 00:23:00.498 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 00:23:00.498 INFO kablam! Sep 06 00:23:00.498 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:23:00.498 INFO kablam! --> src/ctx.rs:287:31 Sep 06 00:23:00.498 INFO kablam! | Sep 06 00:23:00.498 INFO kablam! 287 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 06 00:23:00.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:23:00.498 INFO kablam! ... Sep 06 00:23:00.499 INFO kablam! 308 | from_ctx_float_impl!(f64, 8); Sep 06 00:23:00.499 INFO kablam! | ----------------------------- in this macro invocation Sep 06 00:23:00.499 INFO kablam! Sep 06 00:23:00.499 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:23:00.499 INFO kablam! --> src/ctx.rs:456:23 Sep 06 00:23:00.499 INFO kablam! | Sep 06 00:23:00.499 INFO kablam! 456 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 06 00:23:00.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:23:00.499 INFO kablam! Sep 06 00:23:05.180 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:23:05.180 INFO kablam! --> tests/api.rs:205:5 Sep 06 00:23:05.180 INFO kablam! | Sep 06 00:23:05.180 INFO kablam! 205 | assert_eq!(foo_.foo, foo); Sep 06 00:23:05.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:23:05.182 INFO kablam! | Sep 06 00:23:05.182 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 06 00:23:05.182 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! Sep 06 00:23:05.182 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:23:05.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:23:05.182 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 00:23:05.182 INFO kablam! Sep 06 00:23:05.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:23:05.182 INFO kablam! --> tests/api.rs:206:5 Sep 06 00:23:05.182 INFO kablam! | Sep 06 00:23:05.182 INFO kablam! 206 | assert_eq!(foo_.bar, bar); Sep 06 00:23:05.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:23:05.182 INFO kablam! | Sep 06 00:23:05.182 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! Sep 06 00:23:05.182 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:23:05.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:23:05.182 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 00:23:05.182 INFO kablam! Sep 06 00:23:05.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:23:05.182 INFO kablam! --> tests/api.rs:237:5 Sep 06 00:23:05.182 INFO kablam! | Sep 06 00:23:05.182 INFO kablam! 237 | assert_eq!(bar.foo, -1); Sep 06 00:23:05.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:23:05.182 INFO kablam! | Sep 06 00:23:05.182 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! Sep 06 00:23:05.182 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:23:05.182 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:23:05.182 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 00:23:05.182 INFO kablam! Sep 06 00:23:05.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:23:05.182 INFO kablam! --> tests/api.rs:238:5 Sep 06 00:23:05.183 INFO kablam! | Sep 06 00:23:05.183 INFO kablam! 238 | assert_eq!(bar.bar, 0xdeadbeef); Sep 06 00:23:05.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:23:05.183 INFO kablam! | Sep 06 00:23:05.183 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! Sep 06 00:23:05.183 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:23:05.183 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:23:05.183 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 00:23:05.183 INFO kablam! Sep 06 00:23:05.183 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:23:05.183 INFO kablam! --> tests/api.rs:275:5 Sep 06 00:23:05.183 INFO kablam! | Sep 06 00:23:05.183 INFO kablam! 275 | assert_eq!(bar.foo, -1); Sep 06 00:23:05.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:23:05.183 INFO kablam! | Sep 06 00:23:05.183 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! Sep 06 00:23:05.183 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:23:05.183 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:23:05.183 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 00:23:05.183 INFO kablam! Sep 06 00:23:05.183 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 06 00:23:05.183 INFO kablam! --> tests/api.rs:276:5 Sep 06 00:23:05.183 INFO kablam! | Sep 06 00:23:05.183 INFO kablam! 276 | assert_eq!(bar.bar, 0xdeadbeef); Sep 06 00:23:05.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 00:23:05.183 INFO kablam! | Sep 06 00:23:05.183 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! Sep 06 00:23:05.183 INFO kablam! = note: for more information, see issue #46043 Sep 06 00:23:05.183 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 06 00:23:05.183 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 06 00:23:05.183 INFO kablam! Sep 06 00:23:05.214 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:23:05.214 INFO kablam! --> src/ctx.rs:287:31 Sep 06 00:23:05.214 INFO kablam! | Sep 06 00:23:05.214 INFO kablam! 287 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 06 00:23:05.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:23:05.214 INFO kablam! ... Sep 06 00:23:05.214 INFO kablam! 307 | from_ctx_float_impl!(f32, 4); Sep 06 00:23:05.214 INFO kablam! | ----------------------------- in this macro invocation Sep 06 00:23:05.214 INFO kablam! | Sep 06 00:23:05.214 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 00:23:05.214 INFO kablam! Sep 06 00:23:05.214 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:23:05.214 INFO kablam! --> src/ctx.rs:287:31 Sep 06 00:23:05.214 INFO kablam! | Sep 06 00:23:05.214 INFO kablam! 287 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 06 00:23:05.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:23:05.214 INFO kablam! ... Sep 06 00:23:05.214 INFO kablam! 308 | from_ctx_float_impl!(f64, 8); Sep 06 00:23:05.214 INFO kablam! | ----------------------------- in this macro invocation Sep 06 00:23:05.214 INFO kablam! Sep 06 00:23:05.214 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 00:23:05.214 INFO kablam! --> src/ctx.rs:456:23 Sep 06 00:23:05.214 INFO kablam! | Sep 06 00:23:05.214 INFO kablam! 456 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 06 00:23:05.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 06 00:23:05.214 INFO kablam! Sep 06 00:23:05.349 INFO kablam! warning: unused imports: `Cwrite`, `IOread`, `IOwrite`, `Pwrite` Sep 06 00:23:05.349 INFO kablam! --> benches/bench.rs:8:21 Sep 06 00:23:05.349 INFO kablam! | Sep 06 00:23:05.349 INFO kablam! 8 | use scroll::{Cread, Cwrite, Pread, Pwrite, IOread, IOwrite, LE}; Sep 06 00:23:05.349 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^ Sep 06 00:23:05.358 INFO kablam! | Sep 06 00:23:05.358 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 00:23:05.358 INFO kablam! Sep 06 00:23:06.434 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.50s Sep 06 00:23:06.442 INFO kablam! su: No module specific data is present Sep 06 00:23:07.282 INFO running `"docker" "rm" "-f" "17dffe9405d3154677e1351ea59f7fe476b0d41df928cc2c744a7d4bddb9a9e7"` Sep 06 00:23:07.409 INFO blam! 17dffe9405d3154677e1351ea59f7fe476b0d41df928cc2c744a7d4bddb9a9e7