[INFO] fetching crate raw 0.0.6...
[INFO] checking raw-0.0.6 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate raw 0.0.6 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate raw 0.0.6 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate raw 0.0.6
[INFO] finished tweaking crates.io crate raw 0.0.6
[INFO] tweaked toml for crates.io crate raw 0.0.6 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 714e6e96e36fa521a3b17f6ceadb2c666c250f462ed8d7caeaf04e43ce09caaa
[INFO] running `Command { std: "docker" "start" "-a" "714e6e96e36fa521a3b17f6ceadb2c666c250f462ed8d7caeaf04e43ce09caaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "714e6e96e36fa521a3b17f6ceadb2c666c250f462ed8d7caeaf04e43ce09caaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "714e6e96e36fa521a3b17f6ceadb2c666c250f462ed8d7caeaf04e43ce09caaa", kill_on_drop: false }`
[INFO] [stdout] 714e6e96e36fa521a3b17f6ceadb2c666c250f462ed8d7caeaf04e43ce09caaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 172c9d0250df536682c470b8a9c283a4b28503ed5be53062b8ede4bbce8b9e62
[INFO] running `Command { std: "docker" "start" "-a" "172c9d0250df536682c470b8a9c283a4b28503ed5be53062b8ede4bbce8b9e62", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking raw v0.0.6 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `std::raw`
[INFO] [stdout]   --> src/rawptr.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::raw::Slice;
[INFO] [stdout]    |          ^^^ could not find `raw` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::raw`
[INFO] [stdout]   --> src/rawptr.rs:13:10
[INFO] [stdout]    |
[INFO] [stdout] 13 | use std::raw::Slice;
[INFO] [stdout]    |          ^^^ could not find `raw` in `std`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::rt::heap`, `std::rt::heap`
[INFO] [stdout]  --> src/alloc/plain.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::rt::heap::{self, usable_size, EMPTY};
[INFO] [stdout]   |              ^^^^   ^^^^ no `heap` in `rt`
[INFO] [stdout]   |              |
[INFO] [stdout]   |              could not find `heap` in `rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::rt::heap`, `std::rt::heap`
[INFO] [stdout]  --> src/alloc/plain.rs:1:14
[INFO] [stdout]   |
[INFO] [stdout] 1 | use std::rt::heap::{self, usable_size, EMPTY};
[INFO] [stdout]   |              ^^^^   ^^^^ no `heap` in `rt`
[INFO] [stdout]   |              |
[INFO] [stdout]   |              could not find `heap` in `rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]  --> src/alloc/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::intrinsics::abort;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]   --> src/alloc/mod.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 |     unsafe { abort() }
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]  --> src/alloc/mod.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::intrinsics::abort;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]   --> src/alloc/mod.rs:13:14
[INFO] [stdout]    |
[INFO] [stdout] 13 |     unsafe { abort() }
[INFO] [stdout]    |              ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-11-27; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]  --> src/alloc/plain.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::mem::{size_of, min_align_of};
[INFO] [stdout]   |                         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]  --> src/alloc/plain.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::mem::{size_of, min_align_of};
[INFO] [stdout]   |                         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]   --> src/alloc/plain.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 |         heap::allocate(size, min_align_of::<T>()) as *mut T
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]    |
[INFO] [stdout] 13 |         heap::allocate(size, align_of::<T>()) as *mut T
[INFO] [stdout]    |                              ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]   --> src/alloc/plain.rs:13:30
[INFO] [stdout]    |
[INFO] [stdout] 13 |         heap::allocate(size, min_align_of::<T>()) as *mut T
[INFO] [stdout]    |                              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]    |
[INFO] [stdout] 13 |         heap::allocate(size, align_of::<T>()) as *mut T
[INFO] [stdout]    |                              ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]   --> src/alloc/plain.rs:31:38
[INFO] [stdout]    |
[INFO] [stdout] 31 |         heap::allocate(desired_size, min_align_of::<T>()) as *mut T
[INFO] [stdout]    |                                      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]    |
[INFO] [stdout] 31 |         heap::allocate(desired_size, align_of::<T>()) as *mut T
[INFO] [stdout]    |                                      ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]   --> src/alloc/plain.rs:31:38
[INFO] [stdout]    |
[INFO] [stdout] 31 |         heap::allocate(desired_size, min_align_of::<T>()) as *mut T
[INFO] [stdout]    |                                      ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]    |
[INFO] [stdout] 31 |         heap::allocate(desired_size, align_of::<T>()) as *mut T
[INFO] [stdout]    |                                      ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]   --> src/alloc/plain.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let align = min_align_of::<T>();
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let align = align_of::<T>();
[INFO] [stdout]    |                     ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]   --> src/alloc/plain.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let align = min_align_of::<T>();
[INFO] [stdout]    |                     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]    |
[INFO] [stdout] 50 |         let align = align_of::<T>();
[INFO] [stdout]    |                     ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]   --> src/alloc/plain.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let align = min_align_of::<T>();
[INFO] [stdout]    |                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let align = align_of::<T>();
[INFO] [stdout]    |                 ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]   --> src/alloc/plain.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let align = min_align_of::<T>();
[INFO] [stdout]    |                 ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]    |
[INFO] [stdout] 71 |     let align = align_of::<T>();
[INFO] [stdout]    |                 ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]    --> src/alloc/plain.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let align = min_align_of::<T>();
[INFO] [stdout]     |                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let align = align_of::<T>();
[INFO] [stdout]     |                 ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]    --> src/alloc/plain.rs:103:17
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let align = min_align_of::<T>();
[INFO] [stdout]     |                 ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]     |
[INFO] [stdout] 103 |     let align = align_of::<T>();
[INFO] [stdout]     |                 ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]    --> src/alloc/plain.rs:134:48
[INFO] [stdout]     |
[INFO] [stdout] 134 |         heap::deallocate(ptr as *mut u8, size, min_align_of::<T>());
[INFO] [stdout]     |                                                ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]     |
[INFO] [stdout] 134 |         heap::deallocate(ptr as *mut u8, size, align_of::<T>());
[INFO] [stdout]     |                                                ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]    --> src/alloc/plain.rs:134:48
[INFO] [stdout]     |
[INFO] [stdout] 134 |         heap::deallocate(ptr as *mut u8, size, min_align_of::<T>());
[INFO] [stdout]     |                                                ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]     |
[INFO] [stdout] 134 |         heap::deallocate(ptr as *mut u8, size, align_of::<T>());
[INFO] [stdout]     |                                                ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]    --> src/alloc/plain.rs:155:54
[INFO] [stdout]     |
[INFO] [stdout] 155 |         heap::deallocate(ptr as *mut u8, size * len, min_align_of::<T>());
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]     |
[INFO] [stdout] 155 |         heap::deallocate(ptr as *mut u8, size * len, align_of::<T>());
[INFO] [stdout]     |                                                      ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::mem::min_align_of`: use `align_of` instead
[INFO] [stdout]    --> src/alloc/plain.rs:155:54
[INFO] [stdout]     |
[INFO] [stdout] 155 |         heap::deallocate(ptr as *mut u8, size * len, min_align_of::<T>());
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: replace the use of the deprecated function
[INFO] [stdout]     |
[INFO] [stdout] 155 |         heap::deallocate(ptr as *mut u8, size * len, align_of::<T>());
[INFO] [stdout]     |                                                      ~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![feature(core)]
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![feature(alloc)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![feature(core)]
[INFO] [stdout]    |            ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![feature(alloc)]
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:113:14
[INFO] [stdout]     |
[INFO] [stdout] 113 |         self.as_ptr().add(from).as_raw_slice(to - from)
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `RawSlice::as_ptr(...)` to keep using the current method
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` on by default
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::const_ptr::<impl *const [T]>::as_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:123:14
[INFO] [stdout]     |
[INFO] [stdout] 123 |         self.as_mut_ptr().add(from).as_raw_mut_slice(to - from)
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:137:14
[INFO] [stdout]     |
[INFO] [stdout] 137 |         self.as_mut_ptr().add(index).write(val);
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:142:14
[INFO] [stdout]     |
[INFO] [stdout] 142 |         self.as_mut_ptr().write_bytes(byte, len);
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:146:14
[INFO] [stdout]     |
[INFO] [stdout] 146 |         from.as_ptr().copy(self.as_mut_ptr(), from.len());
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `RawSlice::as_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::const_ptr::<impl *const [T]>::as_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:146:33
[INFO] [stdout]     |
[INFO] [stdout] 146 |         from.as_ptr().copy(self.as_mut_ptr(), from.len());
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout] 150 |         from.as_ptr().copy_nonoverlapping(self.as_mut_ptr(), from.len());
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `RawSlice::as_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::const_ptr::<impl *const [T]>::as_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:150:48
[INFO] [stdout]     |
[INFO] [stdout] 150 |         from.as_ptr().copy_nonoverlapping(self.as_mut_ptr(), from.len());
[INFO] [stdout]     |                                                ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |         &mut *self.as_mut_ptr().add(index)
[INFO] [stdout]     |                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:113:14
[INFO] [stdout]     |
[INFO] [stdout] 113 |         self.as_ptr().add(from).as_raw_slice(to - from)
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `rawslice::RawSlice::as_ptr(...)` to keep using the current method
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` on by default
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::const_ptr::<impl *const [T]>::as_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:123:14
[INFO] [stdout]     |
[INFO] [stdout] 123 |         self.as_mut_ptr().add(from).as_raw_mut_slice(to - from)
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `rawslice::RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:137:14
[INFO] [stdout]     |
[INFO] [stdout] 137 |         self.as_mut_ptr().add(index).write(val);
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `rawslice::RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:142:14
[INFO] [stdout]     |
[INFO] [stdout] 142 |         self.as_mut_ptr().write_bytes(byte, len);
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `rawslice::RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:146:14
[INFO] [stdout]     |
[INFO] [stdout] 146 |         from.as_ptr().copy(self.as_mut_ptr(), from.len());
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `rawslice::RawSlice::as_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::const_ptr::<impl *const [T]>::as_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:146:33
[INFO] [stdout]     |
[INFO] [stdout] 146 |         from.as_ptr().copy(self.as_mut_ptr(), from.len());
[INFO] [stdout]     |                                 ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `rawslice::RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:150:14
[INFO] [stdout]     |
[INFO] [stdout] 150 |         from.as_ptr().copy_nonoverlapping(self.as_mut_ptr(), from.len());
[INFO] [stdout]     |              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `rawslice::RawSlice::as_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::const_ptr::<impl *const [T]>::as_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:150:48
[INFO] [stdout]     |
[INFO] [stdout] 150 |         from.as_ptr().copy_nonoverlapping(self.as_mut_ptr(), from.len());
[INFO] [stdout]     |                                                ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `rawslice::RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/rawslice.rs:154:20
[INFO] [stdout]     |
[INFO] [stdout] 154 |         &mut *self.as_mut_ptr().add(index)
[INFO] [stdout]     |                    ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = help: call with fully qualified syntax `rawslice::RawMutSlice::as_mut_ptr(...)` to keep using the current method
[INFO] [stdout] help: add `#![feature(slice_ptr_get)]` to the crate attributes to enable `std::ptr::mut_ptr::<impl *mut [T]>::as_mut_ptr`
[INFO] [stdout]    --> src/lib.rs:30:1
[INFO] [stdout]     |
[INFO] [stdout] 30  + #![feature(slice_ptr_get)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type annotations needed
[INFO] [stdout]    --> src/rawptr.rs:198:26
[INFO] [stdout]     |
[INFO] [stdout] 198 |             assert_eq!(x.read(), 1);
[INFO] [stdout]     |                          ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>
[INFO] [stdout]     = note: `#[warn(tyvar_behind_raw_pointer)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type annotations needed
[INFO] [stdout]    --> src/rawptr.rs:199:15
[INFO] [stdout]     |
[INFO] [stdout] 199 |             x.write(2);
[INFO] [stdout]     |               ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type annotations needed
[INFO] [stdout]    --> src/rawptr.rs:226:15
[INFO] [stdout]     |
[INFO] [stdout] 226 |             x.swap(y);
[INFO] [stdout]     |               ^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018!
[INFO] [stdout]     = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/alloc/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     unsafe { abort() }
[INFO] [stdout]    |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `raw` (lib) due to 4 previous errors; 20 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/alloc/mod.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     unsafe { abort() }
[INFO] [stdout]    |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `raw` (lib test) due to 4 previous errors; 23 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "172c9d0250df536682c470b8a9c283a4b28503ed5be53062b8ede4bbce8b9e62", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "172c9d0250df536682c470b8a9c283a4b28503ed5be53062b8ede4bbce8b9e62", kill_on_drop: false }`
[INFO] [stdout] 172c9d0250df536682c470b8a9c283a4b28503ed5be53062b8ede4bbce8b9e62
