Aug 30 01:16:29.298 INFO checking tendril-0.2.4 against try#2d477f9981361618ac78253c28051a66b6cea125 for pr-53707 Aug 30 01:16:29.298 INFO running: cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets Aug 30 01:16:29.298 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53707/try#2d477f9981361618ac78253c28051a66b6cea125:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-2/try#2d477f9981361618ac78253c28051a66b6cea125:/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=500" "-e" "CMD=cargo +2d477f9981361618ac78253c28051a66b6cea125-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 01:16:29.515 INFO blam! de4da63fcaa16b8c4e5ee2bfd59ff8131756815258b5b28e81311460cdc794d5 Aug 30 01:16:29.517 INFO running `"docker" "start" "-a" "de4da63fcaa16b8c4e5ee2bfd59ff8131756815258b5b28e81311460cdc794d5"` Aug 30 01:16:30.342 INFO kablam! Checking utf-8 v0.6.0 Aug 30 01:16:30.895 INFO kablam! Checking tendril v0.2.4 (file:///source) Aug 30 01:16:32.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:32.384 INFO kablam! --> src/tendril.rs:485:26 Aug 30 01:16:32.384 INFO kablam! | Aug 30 01:16:32.384 INFO kablam! 485 | let kind = match self.ptr.get().get() { Aug 30 01:16:32.384 INFO kablam! | ^^^^^^^^ Aug 30 01:16:32.384 INFO kablam! | Aug 30 01:16:32.384 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 01:16:32.384 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! Aug 30 01:16:32.384 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:32.384 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:32.384 INFO kablam! Aug 30 01:16:32.384 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:32.384 INFO kablam! --> src/tendril.rs:561:15 Aug 30 01:16:32.384 INFO kablam! | Aug 30 01:16:32.385 INFO kablam! 561 | match self.ptr.get().get() { Aug 30 01:16:32.385 INFO kablam! | ^^^^^^^^ Aug 30 01:16:32.385 INFO kablam! | Aug 30 01:16:32.385 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! Aug 30 01:16:32.385 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:32.385 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:32.385 INFO kablam! Aug 30 01:16:32.385 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:32.385 INFO kablam! --> src/tendril.rs:571:17 Aug 30 01:16:32.385 INFO kablam! | Aug 30 01:16:32.385 INFO kablam! 571 | let n = self.ptr.get().get(); Aug 30 01:16:32.385 INFO kablam! | ^^^^^^^^ Aug 30 01:16:32.385 INFO kablam! | Aug 30 01:16:32.385 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! Aug 30 01:16:32.385 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:32.385 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:32.385 INFO kablam! Aug 30 01:16:32.385 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:32.385 INFO kablam! --> src/tendril.rs:579:17 Aug 30 01:16:32.385 INFO kablam! | Aug 30 01:16:32.385 INFO kablam! 579 | let n = self.ptr.get().get(); Aug 30 01:16:32.385 INFO kablam! | ^^^^^^^^ Aug 30 01:16:32.385 INFO kablam! | Aug 30 01:16:32.385 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! Aug 30 01:16:32.385 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:32.385 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:32.385 INFO kablam! Aug 30 01:16:32.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:32.386 INFO kablam! --> src/tendril.rs:581:39 Aug 30 01:16:32.386 INFO kablam! | Aug 30 01:16:32.386 INFO kablam! 581 | (n > MAX_INLINE_TAG) && (n == other.ptr.get().get()) Aug 30 01:16:32.386 INFO kablam! | ^^^^^^^^^ Aug 30 01:16:32.386 INFO kablam! | Aug 30 01:16:32.386 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! Aug 30 01:16:32.386 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:32.386 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:32.386 INFO kablam! Aug 30 01:16:32.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:32.386 INFO kablam! --> src/tendril.rs:587:12 Aug 30 01:16:32.386 INFO kablam! | Aug 30 01:16:32.386 INFO kablam! 587 | if self.ptr.get().get() <= MAX_INLINE_TAG { Aug 30 01:16:32.386 INFO kablam! | ^^^^^^^^ Aug 30 01:16:32.386 INFO kablam! | Aug 30 01:16:32.386 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! Aug 30 01:16:32.386 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:32.386 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:32.386 INFO kablam! Aug 30 01:16:32.386 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:32.386 INFO kablam! --> src/tendril.rs:588:13 Aug 30 01:16:32.386 INFO kablam! | Aug 30 01:16:32.386 INFO kablam! 588 | self.ptr.set(unsafe { NonZero::new(EMPTY_TAG) }); Aug 30 01:16:32.386 INFO kablam! | ^^^^^^^^ Aug 30 01:16:32.386 INFO kablam! | Aug 30 01:16:32.386 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! Aug 30 01:16:32.386 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:32.386 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:32.387 INFO kablam! Aug 30 01:16:33.124 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Aug 30 01:16:33.124 INFO kablam! --> examples/fuzz.rs:17:27 Aug 30 01:16:33.124 INFO kablam! | Aug 30 01:16:33.124 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Aug 30 01:16:33.124 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 30 01:16:33.124 INFO kablam! | Aug 30 01:16:33.124 INFO kablam! note: lint level defined here Aug 30 01:16:33.124 INFO kablam! --> examples/fuzz.rs:9:9 Aug 30 01:16:33.124 INFO kablam! | Aug 30 01:16:33.124 INFO kablam! 9 | #![deny(warnings)] Aug 30 01:16:33.124 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.124 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Aug 30 01:16:33.125 INFO kablam! Aug 30 01:16:33.159 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:33.159 INFO kablam! --> examples/fuzz.rs:22:46 Aug 30 01:16:33.160 INFO kablam! | Aug 30 01:16:33.160 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Aug 30 01:16:33.160 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:33.160 INFO kablam! Aug 30 01:16:33.183 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:33.183 INFO kablam! --> examples/fuzz.rs:35:27 Aug 30 01:16:33.183 INFO kablam! | Aug 30 01:16:33.183 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Aug 30 01:16:33.183 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:33.183 INFO kablam! Aug 30 01:16:33.259 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:33.259 INFO kablam! --> examples/fuzz.rs:107:45 Aug 30 01:16:33.259 INFO kablam! | Aug 30 01:16:33.259 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Aug 30 01:16:33.259 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:33.259 INFO kablam! Aug 30 01:16:33.261 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:33.261 INFO kablam! --> examples/fuzz.rs:116:49 Aug 30 01:16:33.261 INFO kablam! | Aug 30 01:16:33.261 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Aug 30 01:16:33.261 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:33.261 INFO kablam! Aug 30 01:16:33.261 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:33.261 INFO kablam! --> examples/fuzz.rs:117:51 Aug 30 01:16:33.261 INFO kablam! | Aug 30 01:16:33.262 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Aug 30 01:16:33.262 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:33.262 INFO kablam! Aug 30 01:16:33.272 INFO kablam! error: aborting due to 6 previous errors Aug 30 01:16:33.272 INFO kablam! Aug 30 01:16:33.278 INFO kablam! error: Could not compile `tendril`. Aug 30 01:16:33.278 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 01:16:33.858 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.858 INFO kablam! --> src/tendril.rs:485:26 Aug 30 01:16:33.858 INFO kablam! | Aug 30 01:16:33.858 INFO kablam! 485 | let kind = match self.ptr.get().get() { Aug 30 01:16:33.858 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.858 INFO kablam! | Aug 30 01:16:33.858 INFO kablam! note: lint level defined here Aug 30 01:16:33.858 INFO kablam! --> src/lib.rs:9:24 Aug 30 01:16:33.859 INFO kablam! | Aug 30 01:16:33.859 INFO kablam! 9 | #![cfg_attr(test, deny(warnings))] Aug 30 01:16:33.859 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.859 INFO kablam! = note: #[deny(safe_packed_borrows)] implied by #[deny(warnings)] Aug 30 01:16:33.859 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! Aug 30 01:16:33.859 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:33.859 INFO kablam! Aug 30 01:16:33.859 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.859 INFO kablam! --> src/tendril.rs:561:15 Aug 30 01:16:33.859 INFO kablam! | Aug 30 01:16:33.859 INFO kablam! 561 | match self.ptr.get().get() { Aug 30 01:16:33.859 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.859 INFO kablam! | Aug 30 01:16:33.859 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! Aug 30 01:16:33.859 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:33.859 INFO kablam! Aug 30 01:16:33.859 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.859 INFO kablam! --> src/tendril.rs:571:17 Aug 30 01:16:33.859 INFO kablam! | Aug 30 01:16:33.859 INFO kablam! 571 | let n = self.ptr.get().get(); Aug 30 01:16:33.859 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.859 INFO kablam! | Aug 30 01:16:33.859 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! Aug 30 01:16:33.859 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.859 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:33.860 INFO kablam! Aug 30 01:16:33.860 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.860 INFO kablam! --> src/tendril.rs:579:17 Aug 30 01:16:33.860 INFO kablam! | Aug 30 01:16:33.860 INFO kablam! 579 | let n = self.ptr.get().get(); Aug 30 01:16:33.860 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.860 INFO kablam! | Aug 30 01:16:33.860 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! Aug 30 01:16:33.860 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:33.860 INFO kablam! Aug 30 01:16:33.860 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.860 INFO kablam! --> src/tendril.rs:581:39 Aug 30 01:16:33.860 INFO kablam! | Aug 30 01:16:33.860 INFO kablam! 581 | (n > MAX_INLINE_TAG) && (n == other.ptr.get().get()) Aug 30 01:16:33.860 INFO kablam! | ^^^^^^^^^ Aug 30 01:16:33.860 INFO kablam! | Aug 30 01:16:33.860 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! Aug 30 01:16:33.860 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.860 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:33.860 INFO kablam! Aug 30 01:16:33.860 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.860 INFO kablam! --> src/tendril.rs:587:12 Aug 30 01:16:33.860 INFO kablam! | Aug 30 01:16:33.860 INFO kablam! 587 | if self.ptr.get().get() <= MAX_INLINE_TAG { Aug 30 01:16:33.860 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.860 INFO kablam! | Aug 30 01:16:33.861 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! Aug 30 01:16:33.861 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:33.861 INFO kablam! Aug 30 01:16:33.861 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.861 INFO kablam! --> src/tendril.rs:588:13 Aug 30 01:16:33.861 INFO kablam! | Aug 30 01:16:33.861 INFO kablam! 588 | self.ptr.set(unsafe { NonZero::new(EMPTY_TAG) }); Aug 30 01:16:33.861 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.861 INFO kablam! | Aug 30 01:16:33.861 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! Aug 30 01:16:33.861 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.861 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:16:33.861 INFO kablam! Aug 30 01:16:33.875 INFO kablam! error: aborting due to 7 previous errors Aug 30 01:16:33.875 INFO kablam! Aug 30 01:16:33.883 INFO kablam! error: Could not compile `tendril`. Aug 30 01:16:33.883 INFO kablam! Aug 30 01:16:33.883 INFO kablam! To learn more, run the command again with --verbose. Aug 30 01:16:33.884 INFO kablam! su: No module specific data is present Aug 30 01:16:34.340 INFO running `"docker" "rm" "-f" "de4da63fcaa16b8c4e5ee2bfd59ff8131756815258b5b28e81311460cdc794d5"` Aug 30 01:16:34.423 INFO blam! de4da63fcaa16b8c4e5ee2bfd59ff8131756815258b5b28e81311460cdc794d5