Jul 11 23:10:49.054 INFO checking rustc-ap-rustc_errors-181.0.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 23:10:49.054 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 23:10:49.054 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 23:10:49.054 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 23:10:49.294 INFO blam! 55e07df05aeb7ad4e29d41d054edde41e0e7a44d05ba76ca1d6b536dde5a12ad Jul 11 23:10:49.297 INFO running `"docker" "start" "-a" "55e07df05aeb7ad4e29d41d054edde41e0e7a44d05ba76ca1d6b536dde5a12ad"` Jul 11 23:10:50.609 INFO kablam! Compiling rustc-rayon-core v0.1.1 Jul 11 23:10:50.615 INFO kablam! Checking rustc-ap-serialize v181.0.0 Jul 11 23:10:50.615 INFO kablam! Checking scoped-tls v0.1.2 Jul 11 23:10:50.615 INFO kablam! Checking rustc-hash v1.0.1 Jul 11 23:10:50.616 INFO kablam! Checking rustc-ap-rustc_cratesio_shim v181.0.0 Jul 11 23:10:50.616 INFO kablam! Checking ena v0.9.3 Jul 11 23:10:56.590 INFO kablam! Checking rustc-rayon v0.1.1 Jul 11 23:11:05.952 INFO kablam! Checking rustc-ap-rustc_data_structures v181.0.0 Jul 11 23:11:11.482 INFO kablam! Checking rustc-ap-arena v181.0.0 Jul 11 23:11:12.082 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.082 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:46:5 Jul 11 23:11:12.082 INFO kablam! | Jul 11 23:11:12.082 INFO kablam! 46 | use alloc::raw_vec::RawVec; Jul 11 23:11:12.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Jul 11 23:11:12.082 INFO kablam! | Jul 11 23:11:12.082 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.082 INFO kablam! Jul 11 23:11:12.082 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.082 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:67:14 Jul 11 23:11:12.082 INFO kablam! | Jul 11 23:11:12.082 INFO kablam! 67 | storage: RawVec, Jul 11 23:11:12.082 INFO kablam! | ^^^^^^^^^ Jul 11 23:11:12.083 INFO kablam! | Jul 11 23:11:12.083 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.083 INFO kablam! Jul 11 23:11:12.083 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.083 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:74:22 Jul 11 23:11:12.083 INFO kablam! | Jul 11 23:11:12.083 INFO kablam! 74 | storage: RawVec::with_capacity(capacity), Jul 11 23:11:12.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Jul 11 23:11:12.083 INFO kablam! | Jul 11 23:11:12.083 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.083 INFO kablam! Jul 11 23:11:12.129 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.129 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:96:22 Jul 11 23:11:12.129 INFO kablam! | Jul 11 23:11:12.129 INFO kablam! 96 | self.storage.ptr() Jul 11 23:11:12.129 INFO kablam! | ^^^ Jul 11 23:11:12.129 INFO kablam! | Jul 11 23:11:12.129 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.130 INFO kablam! Jul 11 23:11:12.135 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.135 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:107:50 Jul 11 23:11:12.135 INFO kablam! | Jul 11 23:11:12.135 INFO kablam! 107 | self.start().offset(self.storage.cap() as isize) Jul 11 23:11:12.135 INFO kablam! | ^^^ Jul 11 23:11:12.135 INFO kablam! | Jul 11 23:11:12.135 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.135 INFO kablam! Jul 11 23:11:12.156 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.156 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:196:39 Jul 11 23:11:12.156 INFO kablam! | Jul 11 23:11:12.157 INFO kablam! 196 | if last_chunk.storage.reserve_in_place(currently_used_cap, n) { Jul 11 23:11:12.157 INFO kablam! | ^^^^^^^^^^^^^^^^ Jul 11 23:11:12.157 INFO kablam! | Jul 11 23:11:12.157 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.157 INFO kablam! Jul 11 23:11:12.157 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.158 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:200:55 Jul 11 23:11:12.158 INFO kablam! | Jul 11 23:11:12.158 INFO kablam! 200 | new_capacity = last_chunk.storage.cap(); Jul 11 23:11:12.158 INFO kablam! | ^^^ Jul 11 23:11:12.158 INFO kablam! | Jul 11 23:11:12.158 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.158 INFO kablam! Jul 11 23:11:12.181 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.181 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:228:45 Jul 11 23:11:12.181 INFO kablam! | Jul 11 23:11:12.181 INFO kablam! 228 | let cap = chunk.storage.cap(); Jul 11 23:11:12.181 INFO kablam! | ^^^ Jul 11 23:11:12.181 INFO kablam! | Jul 11 23:11:12.181 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.181 INFO kablam! Jul 11 23:11:12.185 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.185 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:272:45 Jul 11 23:11:12.185 INFO kablam! | Jul 11 23:11:12.186 INFO kablam! 272 | let cap = chunk.storage.cap(); Jul 11 23:11:12.186 INFO kablam! | ^^^ Jul 11 23:11:12.186 INFO kablam! | Jul 11 23:11:12.186 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.186 INFO kablam! Jul 11 23:11:12.195 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.195 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:333:22 Jul 11 23:11:12.195 INFO kablam! | Jul 11 23:11:12.195 INFO kablam! 333 | .reserve_in_place(used_bytes, needed_bytes) Jul 11 23:11:12.195 INFO kablam! | ^^^^^^^^^^^^^^^^ Jul 11 23:11:12.195 INFO kablam! | Jul 11 23:11:12.195 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.195 INFO kablam! Jul 11 23:11:12.195 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implemention detail Jul 11 23:11:12.196 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rustc-ap-arena-181.0.0/lib.rs:338:55 Jul 11 23:11:12.196 INFO kablam! | Jul 11 23:11:12.196 INFO kablam! 338 | new_capacity = last_chunk.storage.cap(); Jul 11 23:11:12.196 INFO kablam! | ^^^ Jul 11 23:11:12.196 INFO kablam! | Jul 11 23:11:12.196 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Jul 11 23:11:12.196 INFO kablam! Jul 11 23:11:12.217 INFO kablam! error: aborting due to 11 previous errors Jul 11 23:11:12.217 INFO kablam! Jul 11 23:11:12.217 INFO kablam! For more information about this error, try `rustc --explain E0658`. Jul 11 23:11:12.231 INFO kablam! error: Could not compile `rustc-ap-arena`. Jul 11 23:11:12.231 INFO kablam! Jul 11 23:11:12.231 INFO kablam! To learn more, run the command again with --verbose. Jul 11 23:11:12.233 INFO kablam! su: No module specific data is present Jul 11 23:11:12.647 INFO running `"docker" "rm" "-f" "55e07df05aeb7ad4e29d41d054edde41e0e7a44d05ba76ca1d6b536dde5a12ad"` Jul 11 23:11:12.788 INFO blam! 55e07df05aeb7ad4e29d41d054edde41e0e7a44d05ba76ca1d6b536dde5a12ad