Aug 30 01:16:30.363 INFO checking tendril-0.2.4 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 01:16:30.363 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 01:16:30.363 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-1/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-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:30.532 INFO blam! 2ac153d4cc9ae0d598731b007192ccc45b067fcf0041f9f5a75eec028a2b96cf Aug 30 01:16:30.534 INFO running `"docker" "start" "-a" "2ac153d4cc9ae0d598731b007192ccc45b067fcf0041f9f5a75eec028a2b96cf"` Aug 30 01:16:31.142 INFO kablam! Checking utf-8 v0.6.0 Aug 30 01:16:31.610 INFO kablam! Checking tendril v0.2.4 (file:///source) Aug 30 01:16:33.185 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.185 INFO kablam! --> src/tendril.rs:485:26 Aug 30 01:16:33.185 INFO kablam! | Aug 30 01:16:33.185 INFO kablam! 485 | let kind = match self.ptr.get().get() { Aug 30 01:16:33.185 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.185 INFO kablam! | Aug 30 01:16:33.185 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 01:16:33.185 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.185 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.185 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.185 INFO kablam! Aug 30 01:16:33.186 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.186 INFO kablam! --> src/tendril.rs:561:15 Aug 30 01:16:33.186 INFO kablam! | Aug 30 01:16:33.186 INFO kablam! 561 | match self.ptr.get().get() { Aug 30 01:16:33.186 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.186 INFO kablam! | Aug 30 01:16:33.186 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.186 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.186 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.186 INFO kablam! Aug 30 01:16:33.186 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.186 INFO kablam! --> src/tendril.rs:571:17 Aug 30 01:16:33.186 INFO kablam! | Aug 30 01:16:33.186 INFO kablam! 571 | let n = self.ptr.get().get(); Aug 30 01:16:33.186 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.186 INFO kablam! | Aug 30 01:16:33.186 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.186 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.187 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.187 INFO kablam! Aug 30 01:16:33.187 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.187 INFO kablam! --> src/tendril.rs:579:17 Aug 30 01:16:33.187 INFO kablam! | Aug 30 01:16:33.187 INFO kablam! 579 | let n = self.ptr.get().get(); Aug 30 01:16:33.187 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.187 INFO kablam! | Aug 30 01:16:33.187 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.187 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.187 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.187 INFO kablam! Aug 30 01:16:33.187 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.187 INFO kablam! --> src/tendril.rs:581:39 Aug 30 01:16:33.187 INFO kablam! | Aug 30 01:16:33.187 INFO kablam! 581 | (n > MAX_INLINE_TAG) && (n == other.ptr.get().get()) Aug 30 01:16:33.187 INFO kablam! | ^^^^^^^^^ Aug 30 01:16:33.187 INFO kablam! | Aug 30 01:16:33.187 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.187 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.187 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.187 INFO kablam! Aug 30 01:16:33.187 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.187 INFO kablam! --> src/tendril.rs:587:12 Aug 30 01:16:33.187 INFO kablam! | Aug 30 01:16:33.188 INFO kablam! 587 | if self.ptr.get().get() <= MAX_INLINE_TAG { Aug 30 01:16:33.188 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.188 INFO kablam! | Aug 30 01:16:33.188 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.188 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.188 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.188 INFO kablam! Aug 30 01:16:33.188 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:33.188 INFO kablam! --> src/tendril.rs:588:13 Aug 30 01:16:33.188 INFO kablam! | Aug 30 01:16:33.188 INFO kablam! 588 | self.ptr.set(unsafe { NonZero::new(EMPTY_TAG) }); Aug 30 01:16:33.188 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.188 INFO kablam! | Aug 30 01:16:33.188 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.188 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:33.188 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.188 INFO kablam! Aug 30 01:16:33.938 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Aug 30 01:16:33.938 INFO kablam! --> examples/fuzz.rs:17:27 Aug 30 01:16:33.938 INFO kablam! | Aug 30 01:16:33.938 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Aug 30 01:16:33.938 INFO kablam! | ^^^^^^^^^^^^^^^^^ Aug 30 01:16:33.938 INFO kablam! | Aug 30 01:16:33.938 INFO kablam! note: lint level defined here Aug 30 01:16:33.938 INFO kablam! --> examples/fuzz.rs:9:9 Aug 30 01:16:33.938 INFO kablam! | Aug 30 01:16:33.938 INFO kablam! 9 | #![deny(warnings)] Aug 30 01:16:33.938 INFO kablam! | ^^^^^^^^ Aug 30 01:16:33.938 INFO kablam! = note: #[deny(deprecated)] implied by #[deny(warnings)] Aug 30 01:16:33.938 INFO kablam! Aug 30 01:16:33.973 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:33.973 INFO kablam! --> examples/fuzz.rs:22:46 Aug 30 01:16:33.973 INFO kablam! | Aug 30 01:16:33.973 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Aug 30 01:16:33.973 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:33.974 INFO kablam! Aug 30 01:16:34.022 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:34.022 INFO kablam! --> examples/fuzz.rs:35:27 Aug 30 01:16:34.023 INFO kablam! | Aug 30 01:16:34.023 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Aug 30 01:16:34.023 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:34.023 INFO kablam! Aug 30 01:16:34.095 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:34.095 INFO kablam! --> examples/fuzz.rs:107:45 Aug 30 01:16:34.095 INFO kablam! | Aug 30 01:16:34.095 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Aug 30 01:16:34.095 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:34.095 INFO kablam! Aug 30 01:16:34.096 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:34.096 INFO kablam! --> examples/fuzz.rs:116:49 Aug 30 01:16:34.096 INFO kablam! | Aug 30 01:16:34.096 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Aug 30 01:16:34.096 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:34.096 INFO kablam! Aug 30 01:16:34.100 INFO kablam! error: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Aug 30 01:16:34.100 INFO kablam! --> examples/fuzz.rs:117:51 Aug 30 01:16:34.100 INFO kablam! | Aug 30 01:16:34.100 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Aug 30 01:16:34.100 INFO kablam! | ^^^^^^^^^^ Aug 30 01:16:34.100 INFO kablam! Aug 30 01:16:34.108 INFO kablam! error: aborting due to 6 previous errors Aug 30 01:16:34.108 INFO kablam! Aug 30 01:16:34.115 INFO kablam! error: Could not compile `tendril`. Aug 30 01:16:34.115 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 01:16:34.431 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:34.431 INFO kablam! --> src/tendril.rs:485:26 Aug 30 01:16:34.431 INFO kablam! | Aug 30 01:16:34.431 INFO kablam! 485 | let kind = match self.ptr.get().get() { Aug 30 01:16:34.431 INFO kablam! | ^^^^^^^^ Aug 30 01:16:34.431 INFO kablam! | Aug 30 01:16:34.431 INFO kablam! note: lint level defined here Aug 30 01:16:34.431 INFO kablam! --> src/lib.rs:9:24 Aug 30 01:16:34.431 INFO kablam! | Aug 30 01:16:34.431 INFO kablam! 9 | #![cfg_attr(test, deny(warnings))] Aug 30 01:16:34.431 INFO kablam! | ^^^^^^^^ Aug 30 01:16:34.431 INFO kablam! = note: #[deny(safe_packed_borrows)] implied by #[deny(warnings)] Aug 30 01:16:34.431 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:34.431 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:34.432 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:34.432 INFO kablam! Aug 30 01:16:34.432 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:34.432 INFO kablam! --> src/tendril.rs:561:15 Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 INFO kablam! 561 | match self.ptr.get().get() { Aug 30 01:16:34.432 INFO kablam! | ^^^^^^^^ Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 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:34.432 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:34.432 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:34.432 INFO kablam! Aug 30 01:16:34.432 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:34.432 INFO kablam! --> src/tendril.rs:571:17 Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 INFO kablam! 571 | let n = self.ptr.get().get(); Aug 30 01:16:34.432 INFO kablam! | ^^^^^^^^ Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 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:34.432 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:34.432 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:34.432 INFO kablam! Aug 30 01:16:34.432 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:34.432 INFO kablam! --> src/tendril.rs:579:17 Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 INFO kablam! 579 | let n = self.ptr.get().get(); Aug 30 01:16:34.432 INFO kablam! | ^^^^^^^^ Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 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:34.432 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:34.432 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:34.432 INFO kablam! Aug 30 01:16:34.432 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:34.432 INFO kablam! --> src/tendril.rs:581:39 Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 INFO kablam! 581 | (n > MAX_INLINE_TAG) && (n == other.ptr.get().get()) Aug 30 01:16:34.432 INFO kablam! | ^^^^^^^^^ Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 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:34.432 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:34.432 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:34.432 INFO kablam! Aug 30 01:16:34.432 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:34.432 INFO kablam! --> src/tendril.rs:587:12 Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 INFO kablam! 587 | if self.ptr.get().get() <= MAX_INLINE_TAG { Aug 30 01:16:34.432 INFO kablam! | ^^^^^^^^ Aug 30 01:16:34.432 INFO kablam! | Aug 30 01:16:34.432 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:34.432 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:34.432 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:34.432 INFO kablam! Aug 30 01:16:34.433 INFO kablam! error: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:16:34.433 INFO kablam! --> src/tendril.rs:588:13 Aug 30 01:16:34.433 INFO kablam! | Aug 30 01:16:34.433 INFO kablam! 588 | self.ptr.set(unsafe { NonZero::new(EMPTY_TAG) }); Aug 30 01:16:34.433 INFO kablam! | ^^^^^^^^ Aug 30 01:16:34.433 INFO kablam! | Aug 30 01:16:34.433 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:34.433 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:16:34.433 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:34.433 INFO kablam! Aug 30 01:16:34.448 INFO kablam! error: aborting due to 7 previous errors Aug 30 01:16:34.448 INFO kablam! Aug 30 01:16:34.455 INFO kablam! error: Could not compile `tendril`. Aug 30 01:16:34.455 INFO kablam! Aug 30 01:16:34.455 INFO kablam! To learn more, run the command again with --verbose. Aug 30 01:16:34.457 INFO kablam! su: No module specific data is present Aug 30 01:16:34.797 INFO running `"docker" "rm" "-f" "2ac153d4cc9ae0d598731b007192ccc45b067fcf0041f9f5a75eec028a2b96cf"` Aug 30 01:16:34.889 INFO blam! 2ac153d4cc9ae0d598731b007192ccc45b067fcf0041f9f5a75eec028a2b96cf