Sep 04 00:52:25.250 INFO checking tendril-0.2.4 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 00:52:25.250 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 00:52:25.250 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 00:52:25.462 INFO blam! 09e65bfdaa40ccad280ded027b8eb65cdef3dff4424fb060d77251e4c8264d48 Sep 04 00:52:25.464 INFO running `"docker" "start" "-a" "09e65bfdaa40ccad280ded027b8eb65cdef3dff4424fb060d77251e4c8264d48"` Sep 04 00:52:26.128 INFO kablam! Checking tendril v0.2.4 (file:///source) Sep 04 00:52:27.602 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:27.602 INFO kablam! --> src/tendril.rs:485:26 Sep 04 00:52:27.602 INFO kablam! | Sep 04 00:52:27.602 INFO kablam! 485 | let kind = match self.ptr.get().get() { Sep 04 00:52:27.602 INFO kablam! | ^^^^^^^^ Sep 04 00:52:27.602 INFO kablam! | Sep 04 00:52:27.602 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 00:52:27.603 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 04 00:52:27.603 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:27.603 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 04 00:52:27.603 INFO kablam! Sep 04 00:52:27.603 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:27.603 INFO kablam! --> src/tendril.rs:561:15 Sep 04 00:52:27.603 INFO kablam! | Sep 04 00:52:27.603 INFO kablam! 561 | match self.ptr.get().get() { Sep 04 00:52:27.603 INFO kablam! | ^^^^^^^^ Sep 04 00:52:27.603 INFO kablam! | Sep 04 00:52:27.603 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 04 00:52:27.603 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:27.603 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 04 00:52:27.603 INFO kablam! Sep 04 00:52:27.603 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:27.604 INFO kablam! --> src/tendril.rs:571:17 Sep 04 00:52:27.604 INFO kablam! | Sep 04 00:52:27.604 INFO kablam! 571 | let n = self.ptr.get().get(); Sep 04 00:52:27.604 INFO kablam! | ^^^^^^^^ Sep 04 00:52:27.604 INFO kablam! | Sep 04 00:52:27.604 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 04 00:52:27.604 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:27.604 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 04 00:52:27.604 INFO kablam! Sep 04 00:52:27.604 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:27.604 INFO kablam! --> src/tendril.rs:579:17 Sep 04 00:52:27.604 INFO kablam! | Sep 04 00:52:27.604 INFO kablam! 579 | let n = self.ptr.get().get(); Sep 04 00:52:27.604 INFO kablam! | ^^^^^^^^ Sep 04 00:52:27.604 INFO kablam! | Sep 04 00:52:27.604 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 04 00:52:27.604 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:27.604 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 04 00:52:27.604 INFO kablam! Sep 04 00:52:27.604 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:27.604 INFO kablam! --> src/tendril.rs:581:39 Sep 04 00:52:27.604 INFO kablam! | Sep 04 00:52:27.604 INFO kablam! 581 | (n > MAX_INLINE_TAG) && (n == other.ptr.get().get()) Sep 04 00:52:27.605 INFO kablam! | ^^^^^^^^^ Sep 04 00:52:27.605 INFO kablam! | Sep 04 00:52:27.605 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 04 00:52:27.605 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:27.605 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 04 00:52:27.605 INFO kablam! Sep 04 00:52:27.605 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:27.605 INFO kablam! --> src/tendril.rs:587:12 Sep 04 00:52:27.605 INFO kablam! | Sep 04 00:52:27.605 INFO kablam! 587 | if self.ptr.get().get() <= MAX_INLINE_TAG { Sep 04 00:52:27.605 INFO kablam! | ^^^^^^^^ Sep 04 00:52:27.605 INFO kablam! | Sep 04 00:52:27.605 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 04 00:52:27.605 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:27.605 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 04 00:52:27.605 INFO kablam! Sep 04 00:52:27.605 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:27.605 INFO kablam! --> src/tendril.rs:588:13 Sep 04 00:52:27.605 INFO kablam! | Sep 04 00:52:27.605 INFO kablam! 588 | self.ptr.set(unsafe { NonZero::new(EMPTY_TAG) }); Sep 04 00:52:27.605 INFO kablam! | ^^^^^^^^ Sep 04 00:52:27.605 INFO kablam! | Sep 04 00:52:27.606 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 04 00:52:27.606 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:27.606 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 04 00:52:27.606 INFO kablam! Sep 04 00:52:28.208 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 04 00:52:28.208 INFO kablam! --> examples/fuzz.rs:17:27 Sep 04 00:52:28.208 INFO kablam! | Sep 04 00:52:28.208 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Sep 04 00:52:28.208 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 00:52:28.208 INFO kablam! | Sep 04 00:52:28.208 INFO kablam! note: lint level defined here Sep 04 00:52:28.208 INFO kablam! --> examples/fuzz.rs:9:9 Sep 04 00:52:28.208 INFO kablam! | Sep 04 00:52:28.208 INFO kablam! 9 | #![deny(warnings)] Sep 04 00:52:28.208 INFO kablam! | ^^^^^^^^ Sep 04 00:52:28.208 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Sep 04 00:52:28.208 INFO kablam! Sep 04 00:52:28.244 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:28.244 INFO kablam! --> examples/fuzz.rs:22:46 Sep 04 00:52:28.244 INFO kablam! | Sep 04 00:52:28.244 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Sep 04 00:52:28.244 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:28.244 INFO kablam! Sep 04 00:52:28.269 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:28.269 INFO kablam! --> examples/fuzz.rs:35:27 Sep 04 00:52:28.269 INFO kablam! | Sep 04 00:52:28.269 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Sep 04 00:52:28.269 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:28.269 INFO kablam! Sep 04 00:52:28.334 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:28.335 INFO kablam! --> examples/fuzz.rs:107:45 Sep 04 00:52:28.335 INFO kablam! | Sep 04 00:52:28.335 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Sep 04 00:52:28.335 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:28.335 INFO kablam! Sep 04 00:52:28.336 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:28.336 INFO kablam! --> examples/fuzz.rs:116:49 Sep 04 00:52:28.336 INFO kablam! | Sep 04 00:52:28.336 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Sep 04 00:52:28.336 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:28.336 INFO kablam! Sep 04 00:52:28.337 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 00:52:28.337 INFO kablam! --> examples/fuzz.rs:117:51 Sep 04 00:52:28.337 INFO kablam! | Sep 04 00:52:28.337 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Sep 04 00:52:28.337 INFO kablam! | ^^^^^^^^^^ Sep 04 00:52:28.337 INFO kablam! Sep 04 00:52:28.344 INFO kablam! error: aborting due to 6 previous errors Sep 04 00:52:28.344 INFO kablam! Sep 04 00:52:28.351 INFO kablam! error: Could not compile `tendril`. Sep 04 00:52:28.351 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 00:52:29.340 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:29.340 INFO kablam! --> src/tendril.rs:485:26 Sep 04 00:52:29.340 INFO kablam! | Sep 04 00:52:29.340 INFO kablam! 485 | let kind = match self.ptr.get().get() { Sep 04 00:52:29.340 INFO kablam! | ^^^^^^^^ Sep 04 00:52:29.340 INFO kablam! | Sep 04 00:52:29.340 INFO kablam! note: lint level defined here Sep 04 00:52:29.340 INFO kablam! --> src/lib.rs:9:24 Sep 04 00:52:29.340 INFO kablam! | Sep 04 00:52:29.340 INFO kablam! 9 | #![cfg_attr(test, deny(warnings))] Sep 04 00:52:29.340 INFO kablam! | ^^^^^^^^ Sep 04 00:52:29.340 INFO kablam! = note: #[deny(safe_packed_borrows)] implied by #[deny(warnings)] Sep 04 00:52:29.340 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 04 00:52:29.341 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:29.341 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 04 00:52:29.341 INFO kablam! Sep 04 00:52:29.341 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:29.341 INFO kablam! --> src/tendril.rs:561:15 Sep 04 00:52:29.341 INFO kablam! | Sep 04 00:52:29.341 INFO kablam! 561 | match self.ptr.get().get() { Sep 04 00:52:29.341 INFO kablam! | ^^^^^^^^ Sep 04 00:52:29.341 INFO kablam! | Sep 04 00:52:29.341 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 04 00:52:29.341 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:29.341 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 04 00:52:29.341 INFO kablam! Sep 04 00:52:29.341 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:29.341 INFO kablam! --> src/tendril.rs:571:17 Sep 04 00:52:29.341 INFO kablam! | Sep 04 00:52:29.341 INFO kablam! 571 | let n = self.ptr.get().get(); Sep 04 00:52:29.341 INFO kablam! | ^^^^^^^^ Sep 04 00:52:29.341 INFO kablam! | Sep 04 00:52:29.341 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 04 00:52:29.341 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:29.341 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 04 00:52:29.341 INFO kablam! Sep 04 00:52:29.341 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:29.342 INFO kablam! --> src/tendril.rs:579:17 Sep 04 00:52:29.342 INFO kablam! | Sep 04 00:52:29.342 INFO kablam! 579 | let n = self.ptr.get().get(); Sep 04 00:52:29.342 INFO kablam! | ^^^^^^^^ Sep 04 00:52:29.342 INFO kablam! | Sep 04 00:52:29.342 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 04 00:52:29.342 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:29.342 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 04 00:52:29.342 INFO kablam! Sep 04 00:52:29.342 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:29.342 INFO kablam! --> src/tendril.rs:581:39 Sep 04 00:52:29.342 INFO kablam! | Sep 04 00:52:29.342 INFO kablam! 581 | (n > MAX_INLINE_TAG) && (n == other.ptr.get().get()) Sep 04 00:52:29.342 INFO kablam! | ^^^^^^^^^ Sep 04 00:52:29.342 INFO kablam! | Sep 04 00:52:29.342 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 04 00:52:29.342 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:29.342 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 04 00:52:29.342 INFO kablam! Sep 04 00:52:29.342 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:29.342 INFO kablam! --> src/tendril.rs:587:12 Sep 04 00:52:29.342 INFO kablam! | Sep 04 00:52:29.343 INFO kablam! 587 | if self.ptr.get().get() <= MAX_INLINE_TAG { Sep 04 00:52:29.343 INFO kablam! | ^^^^^^^^ Sep 04 00:52:29.343 INFO kablam! | Sep 04 00:52:29.343 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 04 00:52:29.343 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:29.343 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 04 00:52:29.343 INFO kablam! Sep 04 00:52:29.343 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 00:52:29.343 INFO kablam! --> src/tendril.rs:588:13 Sep 04 00:52:29.343 INFO kablam! | Sep 04 00:52:29.343 INFO kablam! 588 | self.ptr.set(unsafe { NonZero::new(EMPTY_TAG) }); Sep 04 00:52:29.343 INFO kablam! | ^^^^^^^^ Sep 04 00:52:29.343 INFO kablam! | Sep 04 00:52:29.343 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 04 00:52:29.343 INFO kablam! = note: for more information, see issue #46043 Sep 04 00:52:29.343 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 04 00:52:29.343 INFO kablam! Sep 04 00:52:29.367 INFO kablam! error: aborting due to 7 previous errors Sep 04 00:52:29.367 INFO kablam! Sep 04 00:52:29.377 INFO kablam! error: Could not compile `tendril`. Sep 04 00:52:29.377 INFO kablam! Sep 04 00:52:29.377 INFO kablam! To learn more, run the command again with --verbose. Sep 04 00:52:29.378 INFO kablam! su: No module specific data is present Sep 04 00:52:29.759 INFO running `"docker" "rm" "-f" "09e65bfdaa40ccad280ded027b8eb65cdef3dff4424fb060d77251e4c8264d48"` Sep 04 00:52:29.876 INFO blam! 09e65bfdaa40ccad280ded027b8eb65cdef3dff4424fb060d77251e4c8264d48