Sep 17 17:43:30.860 INFO checking scroll-0.9.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 17:43:30.860 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 17:43:30.860 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:43:31.267 INFO blam! b3e7614a6dca6091c4455f594c68d86cfb4106837cf1b3619f8e24e76b0de47d Sep 17 17:43:31.269 INFO running `"docker" "start" "-a" "b3e7614a6dca6091c4455f594c68d86cfb4106837cf1b3619f8e24e76b0de47d"` Sep 17 17:43:32.733 INFO kablam! usermod: no changes Sep 17 17:43:32.820 INFO kablam! Checking scroll v0.9.0 (/source) Sep 17 17:43:32.820 INFO kablam! Checking rayon v0.9.0 Sep 17 17:43:33.279 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:43:33.279 INFO kablam! --> src/ctx.rs:287:31 Sep 17 17:43:33.279 INFO kablam! | Sep 17 17:43:33.279 INFO kablam! 287 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 17 17:43:33.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 17:43:33.279 INFO kablam! ... Sep 17 17:43:33.279 INFO kablam! 307 | from_ctx_float_impl!(f32, 4); Sep 17 17:43:33.279 INFO kablam! | ----------------------------- in this macro invocation Sep 17 17:43:33.279 INFO kablam! | Sep 17 17:43:33.279 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 17:43:33.279 INFO kablam! Sep 17 17:43:33.279 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:43:33.279 INFO kablam! --> src/ctx.rs:287:31 Sep 17 17:43:33.279 INFO kablam! | Sep 17 17:43:33.279 INFO kablam! 287 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 17 17:43:33.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 17:43:33.279 INFO kablam! ... Sep 17 17:43:33.279 INFO kablam! 308 | from_ctx_float_impl!(f64, 8); Sep 17 17:43:33.279 INFO kablam! | ----------------------------- in this macro invocation Sep 17 17:43:33.279 INFO kablam! Sep 17 17:43:33.279 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:43:33.279 INFO kablam! --> src/ctx.rs:456:23 Sep 17 17:43:33.279 INFO kablam! | Sep 17 17:43:33.279 INFO kablam! 456 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 17 17:43:33.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 17:43:33.279 INFO kablam! Sep 17 17:43:38.026 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 17:43:38.027 INFO kablam! --> tests/api.rs:205:5 Sep 17 17:43:38.027 INFO kablam! | Sep 17 17:43:38.027 INFO kablam! 205 | assert_eq!(foo_.foo, foo); Sep 17 17:43:38.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:43:38.027 INFO kablam! | Sep 17 17:43:38.027 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 17 17:43:38.027 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 17 17:43:38.027 INFO kablam! = note: for more information, see issue #46043 Sep 17 17:43:38.027 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 17 17:43:38.027 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 17 17:43:38.027 INFO kablam! Sep 17 17:43:38.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 17:43:38.027 INFO kablam! --> tests/api.rs:206:5 Sep 17 17:43:38.027 INFO kablam! | Sep 17 17:43:38.027 INFO kablam! 206 | assert_eq!(foo_.bar, bar); Sep 17 17:43:38.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:43:38.027 INFO kablam! | Sep 17 17:43:38.027 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 17 17:43:38.027 INFO kablam! = note: for more information, see issue #46043 Sep 17 17:43:38.027 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 17 17:43:38.027 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 17 17:43:38.027 INFO kablam! Sep 17 17:43:38.027 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 17:43:38.027 INFO kablam! --> tests/api.rs:237:5 Sep 17 17:43:38.027 INFO kablam! | Sep 17 17:43:38.027 INFO kablam! 237 | assert_eq!(bar.foo, -1); Sep 17 17:43:38.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:43:38.028 INFO kablam! | Sep 17 17:43:38.028 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 17 17:43:38.028 INFO kablam! = note: for more information, see issue #46043 Sep 17 17:43:38.028 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 17 17:43:38.028 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 17 17:43:38.028 INFO kablam! Sep 17 17:43:38.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 17:43:38.028 INFO kablam! --> tests/api.rs:238:5 Sep 17 17:43:38.028 INFO kablam! | Sep 17 17:43:38.028 INFO kablam! 238 | assert_eq!(bar.bar, 0xdeadbeef); Sep 17 17:43:38.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:43:38.030 INFO kablam! | Sep 17 17:43:38.030 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 17 17:43:38.031 INFO kablam! = note: for more information, see issue #46043 Sep 17 17:43:38.031 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 17 17:43:38.031 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 17 17:43:38.031 INFO kablam! Sep 17 17:43:38.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 17:43:38.031 INFO kablam! --> tests/api.rs:275:5 Sep 17 17:43:38.031 INFO kablam! | Sep 17 17:43:38.031 INFO kablam! 275 | assert_eq!(bar.foo, -1); Sep 17 17:43:38.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:43:38.031 INFO kablam! | Sep 17 17:43:38.031 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 17 17:43:38.031 INFO kablam! = note: for more information, see issue #46043 Sep 17 17:43:38.031 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 17 17:43:38.031 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 17 17:43:38.031 INFO kablam! Sep 17 17:43:38.031 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 17 17:43:38.031 INFO kablam! --> tests/api.rs:276:5 Sep 17 17:43:38.031 INFO kablam! | Sep 17 17:43:38.031 INFO kablam! 276 | assert_eq!(bar.bar, 0xdeadbeef); Sep 17 17:43:38.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 17:43:38.032 INFO kablam! | Sep 17 17:43:38.032 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 17 17:43:38.032 INFO kablam! = note: for more information, see issue #46043 Sep 17 17:43:38.032 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 17 17:43:38.032 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 17 17:43:38.032 INFO kablam! Sep 17 17:43:38.048 INFO kablam! warning: unused imports: `Cwrite`, `IOread`, `IOwrite`, `Pwrite` Sep 17 17:43:38.049 INFO kablam! --> benches/bench.rs:8:21 Sep 17 17:43:38.049 INFO kablam! | Sep 17 17:43:38.049 INFO kablam! 8 | use scroll::{Cread, Cwrite, Pread, Pwrite, IOread, IOwrite, LE}; Sep 17 17:43:38.049 INFO kablam! | ^^^^^^ ^^^^^^ ^^^^^^ ^^^^^^^ Sep 17 17:43:38.049 INFO kablam! | Sep 17 17:43:38.049 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 17:43:38.049 INFO kablam! Sep 17 17:43:38.065 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:43:38.065 INFO kablam! --> src/ctx.rs:287:31 Sep 17 17:43:38.065 INFO kablam! | Sep 17 17:43:38.065 INFO kablam! 287 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 17 17:43:38.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 17:43:38.065 INFO kablam! ... Sep 17 17:43:38.065 INFO kablam! 307 | from_ctx_float_impl!(f32, 4); Sep 17 17:43:38.065 INFO kablam! | ----------------------------- in this macro invocation Sep 17 17:43:38.065 INFO kablam! | Sep 17 17:43:38.065 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 17:43:38.065 INFO kablam! Sep 17 17:43:38.065 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:43:38.065 INFO kablam! --> src/ctx.rs:287:31 Sep 17 17:43:38.065 INFO kablam! | Sep 17 17:43:38.065 INFO kablam! 287 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 17 17:43:38.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 17:43:38.065 INFO kablam! ... Sep 17 17:43:38.065 INFO kablam! 308 | from_ctx_float_impl!(f64, 8); Sep 17 17:43:38.065 INFO kablam! | ----------------------------- in this macro invocation Sep 17 17:43:38.065 INFO kablam! Sep 17 17:43:38.065 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 17:43:38.065 INFO kablam! --> src/ctx.rs:456:23 Sep 17 17:43:38.065 INFO kablam! | Sep 17 17:43:38.065 INFO kablam! 456 | transmute((if le.is_little() { data.to_le() } else { data.to_be() })) Sep 17 17:43:38.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 17:43:38.065 INFO kablam! Sep 17 17:43:39.402 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.64s Sep 17 17:43:39.403 INFO kablam! su: No module specific data is present Sep 17 17:43:40.318 INFO running `"docker" "rm" "-f" "b3e7614a6dca6091c4455f594c68d86cfb4106837cf1b3619f8e24e76b0de47d"` Sep 17 17:43:40.616 INFO blam! b3e7614a6dca6091c4455f594c68d86cfb4106837cf1b3619f8e24e76b0de47d