Sep 10 07:59:37.931 INFO checking tendril-0.2.4 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 07:59:37.931 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 07:59:37.931 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 07:59:38.064 INFO blam! 2fc22fb208549fde4e2c4667ec59e49febb4ddc887fb006b86807cd3390bf9aa Sep 10 07:59:38.065 INFO running `"docker" "start" "-a" "2fc22fb208549fde4e2c4667ec59e49febb4ddc887fb006b86807cd3390bf9aa"` Sep 10 07:59:39.170 INFO kablam! usermod: no changes Sep 10 07:59:39.210 INFO kablam! Checking utf-8 v0.6.0 Sep 10 07:59:39.458 INFO kablam! Checking tendril v0.2.4 (file:///source) Sep 10 07:59:40.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:40.252 INFO kablam! --> src/tendril.rs:485:26 Sep 10 07:59:40.252 INFO kablam! | Sep 10 07:59:40.252 INFO kablam! 485 | let kind = match self.ptr.get().get() { Sep 10 07:59:40.252 INFO kablam! | ^^^^^^^^ Sep 10 07:59:40.252 INFO kablam! | Sep 10 07:59:40.252 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 07:59:40.252 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 10 07:59:40.252 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:40.252 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 10 07:59:40.252 INFO kablam! Sep 10 07:59:40.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:40.252 INFO kablam! --> src/tendril.rs:561:15 Sep 10 07:59:40.252 INFO kablam! | Sep 10 07:59:40.252 INFO kablam! 561 | match self.ptr.get().get() { Sep 10 07:59:40.252 INFO kablam! | ^^^^^^^^ Sep 10 07:59:40.252 INFO kablam! | Sep 10 07:59:40.252 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 10 07:59:40.252 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:40.252 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 10 07:59:40.252 INFO kablam! Sep 10 07:59:40.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:40.253 INFO kablam! --> src/tendril.rs:571:17 Sep 10 07:59:40.253 INFO kablam! | Sep 10 07:59:40.253 INFO kablam! 571 | let n = self.ptr.get().get(); Sep 10 07:59:40.253 INFO kablam! | ^^^^^^^^ Sep 10 07:59:40.253 INFO kablam! | Sep 10 07:59:40.253 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 10 07:59:40.253 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:40.253 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 10 07:59:40.253 INFO kablam! Sep 10 07:59:40.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:40.253 INFO kablam! --> src/tendril.rs:579:17 Sep 10 07:59:40.253 INFO kablam! | Sep 10 07:59:40.253 INFO kablam! 579 | let n = self.ptr.get().get(); Sep 10 07:59:40.253 INFO kablam! | ^^^^^^^^ Sep 10 07:59:40.253 INFO kablam! | Sep 10 07:59:40.253 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 10 07:59:40.253 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:40.253 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 10 07:59:40.253 INFO kablam! Sep 10 07:59:40.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:40.253 INFO kablam! --> src/tendril.rs:581:39 Sep 10 07:59:40.253 INFO kablam! | Sep 10 07:59:40.253 INFO kablam! 581 | (n > MAX_INLINE_TAG) && (n == other.ptr.get().get()) Sep 10 07:59:40.253 INFO kablam! | ^^^^^^^^^ Sep 10 07:59:40.253 INFO kablam! | Sep 10 07:59:40.253 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 10 07:59:40.253 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:40.253 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 10 07:59:40.253 INFO kablam! Sep 10 07:59:40.253 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:40.253 INFO kablam! --> src/tendril.rs:587:12 Sep 10 07:59:40.253 INFO kablam! | Sep 10 07:59:40.253 INFO kablam! 587 | if self.ptr.get().get() <= MAX_INLINE_TAG { Sep 10 07:59:40.253 INFO kablam! | ^^^^^^^^ Sep 10 07:59:40.253 INFO kablam! | Sep 10 07:59:40.253 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 10 07:59:40.253 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:40.253 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 10 07:59:40.253 INFO kablam! Sep 10 07:59:40.254 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:40.254 INFO kablam! --> src/tendril.rs:588:13 Sep 10 07:59:40.254 INFO kablam! | Sep 10 07:59:40.254 INFO kablam! 588 | self.ptr.set(unsafe { NonZero::new(EMPTY_TAG) }); Sep 10 07:59:40.254 INFO kablam! | ^^^^^^^^ Sep 10 07:59:40.254 INFO kablam! | Sep 10 07:59:40.254 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 10 07:59:40.254 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:40.254 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 10 07:59:40.254 INFO kablam! Sep 10 07:59:40.550 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 10 07:59:40.550 INFO kablam! --> examples/fuzz.rs:17:27 Sep 10 07:59:40.550 INFO kablam! | Sep 10 07:59:40.550 INFO kablam! 17 | use rand::distributions::{IndependentSample, Range}; Sep 10 07:59:40.550 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 07:59:40.550 INFO kablam! | Sep 10 07:59:40.550 INFO kablam! note: lint level defined here Sep 10 07:59:40.550 INFO kablam! --> examples/fuzz.rs:9:9 Sep 10 07:59:40.550 INFO kablam! | Sep 10 07:59:40.550 INFO kablam! 9 | #![deny(warnings)] Sep 10 07:59:40.550 INFO kablam! | ^^^^^^^^ Sep 10 07:59:40.550 INFO kablam! = note: #[warn(deprecated)] implied by #[warn(warnings)] Sep 10 07:59:40.550 INFO kablam! Sep 10 07:59:40.566 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:40.566 INFO kablam! --> examples/fuzz.rs:22:46 Sep 10 07:59:40.566 INFO kablam! | Sep 10 07:59:40.566 INFO kablam! 22 | let capacity = Range::new(0u32, 1 << 14).ind_sample(&mut rng); Sep 10 07:59:40.566 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:40.566 INFO kablam! Sep 10 07:59:40.582 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:40.582 INFO kablam! --> examples/fuzz.rs:35:27 Sep 10 07:59:40.582 INFO kablam! | Sep 10 07:59:40.582 INFO kablam! 35 | match dist_action.ind_sample(&mut rng) { Sep 10 07:59:40.582 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:40.582 INFO kablam! Sep 10 07:59:40.627 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:40.627 INFO kablam! --> examples/fuzz.rs:107:45 Sep 10 07:59:40.627 INFO kablam! | Sep 10 07:59:40.627 INFO kablam! 107 | let i = Range::new(0, text.len()+1).ind_sample(rng); Sep 10 07:59:40.628 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:40.628 INFO kablam! Sep 10 07:59:40.629 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:40.629 INFO kablam! --> examples/fuzz.rs:116:49 Sep 10 07:59:40.629 INFO kablam! | Sep 10 07:59:40.629 INFO kablam! 116 | let start = Range::new(0, text.len()+1).ind_sample(rng); Sep 10 07:59:40.629 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:40.629 INFO kablam! Sep 10 07:59:40.629 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 10 07:59:40.629 INFO kablam! --> examples/fuzz.rs:117:51 Sep 10 07:59:40.629 INFO kablam! | Sep 10 07:59:40.629 INFO kablam! 117 | let end = Range::new(start, text.len()+1).ind_sample(rng); Sep 10 07:59:40.629 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:40.629 INFO kablam! Sep 10 07:59:41.019 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:41.019 INFO kablam! --> src/tendril.rs:485:26 Sep 10 07:59:41.019 INFO kablam! | Sep 10 07:59:41.019 INFO kablam! 485 | let kind = match self.ptr.get().get() { Sep 10 07:59:41.019 INFO kablam! | ^^^^^^^^ Sep 10 07:59:41.019 INFO kablam! | Sep 10 07:59:41.019 INFO kablam! note: lint level defined here Sep 10 07:59:41.019 INFO kablam! --> src/lib.rs:9:24 Sep 10 07:59:41.019 INFO kablam! | Sep 10 07:59:41.019 INFO kablam! 9 | #![cfg_attr(test, deny(warnings))] Sep 10 07:59:41.020 INFO kablam! | ^^^^^^^^ Sep 10 07:59:41.020 INFO kablam! = note: #[warn(safe_packed_borrows)] implied by #[warn(warnings)] Sep 10 07:59:41.020 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 10 07:59:41.020 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:41.020 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 10 07:59:41.020 INFO kablam! Sep 10 07:59:41.020 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:41.020 INFO kablam! --> src/tendril.rs:561:15 Sep 10 07:59:41.020 INFO kablam! | Sep 10 07:59:41.020 INFO kablam! 561 | match self.ptr.get().get() { Sep 10 07:59:41.020 INFO kablam! | ^^^^^^^^ Sep 10 07:59:41.020 INFO kablam! | Sep 10 07:59:41.020 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 10 07:59:41.020 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:41.020 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 10 07:59:41.020 INFO kablam! Sep 10 07:59:41.020 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:41.020 INFO kablam! --> src/tendril.rs:571:17 Sep 10 07:59:41.020 INFO kablam! | Sep 10 07:59:41.020 INFO kablam! 571 | let n = self.ptr.get().get(); Sep 10 07:59:41.020 INFO kablam! | ^^^^^^^^ Sep 10 07:59:41.020 INFO kablam! | Sep 10 07:59:41.020 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 10 07:59:41.020 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:41.020 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 10 07:59:41.020 INFO kablam! Sep 10 07:59:41.020 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:41.020 INFO kablam! --> src/tendril.rs:579:17 Sep 10 07:59:41.020 INFO kablam! | Sep 10 07:59:41.020 INFO kablam! 579 | let n = self.ptr.get().get(); Sep 10 07:59:41.020 INFO kablam! | ^^^^^^^^ Sep 10 07:59:41.020 INFO kablam! | Sep 10 07:59:41.020 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 10 07:59:41.020 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:41.020 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 10 07:59:41.020 INFO kablam! Sep 10 07:59:41.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:41.021 INFO kablam! --> src/tendril.rs:581:39 Sep 10 07:59:41.021 INFO kablam! | Sep 10 07:59:41.021 INFO kablam! 581 | (n > MAX_INLINE_TAG) && (n == other.ptr.get().get()) Sep 10 07:59:41.021 INFO kablam! | ^^^^^^^^^ Sep 10 07:59:41.021 INFO kablam! | Sep 10 07:59:41.021 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 10 07:59:41.021 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:41.021 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 10 07:59:41.021 INFO kablam! Sep 10 07:59:41.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:41.021 INFO kablam! --> src/tendril.rs:587:12 Sep 10 07:59:41.021 INFO kablam! | Sep 10 07:59:41.021 INFO kablam! 587 | if self.ptr.get().get() <= MAX_INLINE_TAG { Sep 10 07:59:41.021 INFO kablam! | ^^^^^^^^ Sep 10 07:59:41.021 INFO kablam! | Sep 10 07:59:41.021 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 10 07:59:41.021 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:41.021 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 10 07:59:41.021 INFO kablam! Sep 10 07:59:41.021 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 07:59:41.021 INFO kablam! --> src/tendril.rs:588:13 Sep 10 07:59:41.021 INFO kablam! | Sep 10 07:59:41.021 INFO kablam! 588 | self.ptr.set(unsafe { NonZero::new(EMPTY_TAG) }); Sep 10 07:59:41.021 INFO kablam! | ^^^^^^^^ Sep 10 07:59:41.021 INFO kablam! | Sep 10 07:59:41.021 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 10 07:59:41.021 INFO kablam! = note: for more information, see issue #46043 Sep 10 07:59:41.021 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 10 07:59:41.021 INFO kablam! Sep 10 07:59:41.051 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Sep 10 07:59:41.051 INFO kablam! --> src/tendril.rs:1657:9 Sep 10 07:59:41.051 INFO kablam! | Sep 10 07:59:41.051 INFO kablam! 1657 | t.clone(); Sep 10 07:59:41.051 INFO kablam! | ^^^^^^^^^^ Sep 10 07:59:41.051 INFO kablam! | Sep 10 07:59:41.051 INFO kablam! note: lint level defined here Sep 10 07:59:41.051 INFO kablam! --> src/lib.rs:9:24 Sep 10 07:59:41.051 INFO kablam! | Sep 10 07:59:41.051 INFO kablam! 9 | #![cfg_attr(test, deny(warnings))] Sep 10 07:59:41.051 INFO kablam! | ^^^^^^^^ Sep 10 07:59:41.051 INFO kablam! = note: #[warn(unused_must_use)] implied by #[warn(warnings)] Sep 10 07:59:41.051 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Sep 10 07:59:41.051 INFO kablam! Sep 10 07:59:41.098 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.91s Sep 10 07:59:41.101 INFO kablam! su: No module specific data is present Sep 10 07:59:41.648 INFO running `"docker" "rm" "-f" "2fc22fb208549fde4e2c4667ec59e49febb4ddc887fb006b86807cd3390bf9aa"` Sep 10 07:59:41.738 INFO blam! 2fc22fb208549fde4e2c4667ec59e49febb4ddc887fb006b86807cd3390bf9aa