[INFO] fetching crate raw 0.0.6... [INFO] checking raw-0.0.6 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate raw 0.0.6 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate raw 0.0.6 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 864697f60cd3471f9586d15147ac981545711cd173051dd24e557ee15f1255bd [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "864697f60cd3471f9586d15147ac981545711cd173051dd24e557ee15f1255bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "864697f60cd3471f9586d15147ac981545711cd173051dd24e557ee15f1255bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "864697f60cd3471f9586d15147ac981545711cd173051dd24e557ee15f1255bd", kill_on_drop: false }` [INFO] [stdout] 864697f60cd3471f9586d15147ac981545711cd173051dd24e557ee15f1255bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96e3847fd47dc3f341f737a84832e44dceed515672b6f1c35d2d109cf4365642 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "96e3847fd47dc3f341f737a84832e44dceed515672b6f1c35d2d109cf4365642", kill_on_drop: false }` [INFO] [stderr] Checking raw v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::raw::Slice` [INFO] [stdout] --> src/rawptr.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use std::raw::Slice; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `Slice` in `raw` [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] [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] [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::()) 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::()) 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::(); [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::(); [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::(); [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::()); [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::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::raw::Slice` [INFO] [stdout] --> src/rawptr.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use std::raw::Slice; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `Slice` in `raw` [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] [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] [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::()) 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::()) 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::(); [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::(); [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::(); [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::()); [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::()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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] = note: `#[warn(unstable_name_collisions)]` on by default [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 [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 `ptr::const_ptr::::as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/rawslice.rs:141:24 [INFO] [stdout] | [INFO] [stdout] 141 | let len = self.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 [INFO] [stdout] = help: call with fully qualified syntax `rawslice::RawSlice::len(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(slice_ptr_len)]` to the crate attributes to enable `ptr::mut_ptr::::len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::const_ptr::::as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/rawslice.rs:146:52 [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 [INFO] [stdout] = help: call with fully qualified syntax `rawslice::RawSlice::len(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(slice_ptr_len)]` to the crate attributes to enable `ptr::const_ptr::::len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::const_ptr::::as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/rawslice.rs:150:67 [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 [INFO] [stdout] = help: call with fully qualified syntax `rawslice::RawSlice::len(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(slice_ptr_len)]` to the crate attributes to enable `ptr::const_ptr::::len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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] = note: `#[warn(unstable_name_collisions)]` on by default [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 [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 `ptr::const_ptr::::as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/rawslice.rs:141:24 [INFO] [stdout] | [INFO] [stdout] 141 | let len = self.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 [INFO] [stdout] = help: call with fully qualified syntax `RawSlice::len(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(slice_ptr_len)]` to the crate attributes to enable `ptr::mut_ptr::::len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::const_ptr::::as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/rawslice.rs:146:52 [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 [INFO] [stdout] = help: call with fully qualified syntax `RawSlice::len(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(slice_ptr_len)]` to the crate attributes to enable `ptr::const_ptr::::len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::const_ptr::::as_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/rawslice.rs:150:67 [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 [INFO] [stdout] = help: call with fully qualified syntax `RawSlice::len(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(slice_ptr_len)]` to the crate attributes to enable `ptr::const_ptr::::len` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function 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 [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 `ptr::mut_ptr::::as_mut_ptr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 20 warnings emitted [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` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] = note: `#[warn(tyvar_behind_raw_pointer)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #46906 [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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #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 was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stdout] = note: for more information, see issue #46906 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors; 23 warnings emitted [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: build failed [INFO] running `Command { std: "docker" "inspect" "96e3847fd47dc3f341f737a84832e44dceed515672b6f1c35d2d109cf4365642", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96e3847fd47dc3f341f737a84832e44dceed515672b6f1c35d2d109cf4365642", kill_on_drop: false }` [INFO] [stdout] 96e3847fd47dc3f341f737a84832e44dceed515672b6f1c35d2d109cf4365642