[INFO] crate raw 0.0.6 is already in cache
[INFO] checking raw-0.0.6 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate raw 0.0.6 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate raw 0.0.6 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[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-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 12e9e158ba9f7c0efc1b3e3c0ba270de86112b97f362198c7c29ce95fa1cc6d2
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "12e9e158ba9f7c0efc1b3e3c0ba270de86112b97f362198c7c29ce95fa1cc6d2"`
[INFO] [stderr]     Checking raw v0.0.6 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `std::raw::Slice`
[INFO] [stderr]   --> src/rawptr.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::raw::Slice;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^ no `Slice` in `raw`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `std::rt::heap`, `std::rt::heap`
[INFO] [stderr]  --> src/alloc/plain.rs:1:21
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::rt::heap::{self, usable_size, EMPTY};
[INFO] [stderr]   |              ^^^^   ^^^^ no `heap` in `rt`
[INFO] [stderr]   |              |
[INFO] [stderr]   |              could not find `heap` in `rt`
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]  --> src/alloc/mod.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::intrinsics::abort;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/alloc/mod.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |     unsafe { abort() }
[INFO] [stderr]    |              ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]  --> src/alloc/plain.rs:2:25
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::mem::{size_of, min_align_of};
[INFO] [stderr]   |                         ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]   --> src/alloc/plain.rs:13:30
[INFO] [stderr]    |
[INFO] [stderr] 13 |         heap::allocate(size, min_align_of::<T>()) as *mut T
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]   --> src/alloc/plain.rs:31:38
[INFO] [stderr]    |
[INFO] [stderr] 31 |         heap::allocate(desired_size, min_align_of::<T>()) as *mut T
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]   --> src/alloc/plain.rs:50:21
[INFO] [stderr]    |
[INFO] [stderr] 50 |         let align = min_align_of::<T>();
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]   --> src/alloc/plain.rs:71:17
[INFO] [stderr]    |
[INFO] [stderr] 71 |     let align = min_align_of::<T>();
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]    --> src/alloc/plain.rs:103:17
[INFO] [stderr]     |
[INFO] [stderr] 103 |     let align = min_align_of::<T>();
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]    --> src/alloc/plain.rs:134:48
[INFO] [stderr]     |
[INFO] [stderr] 134 |         heap::deallocate(ptr as *mut u8, size, min_align_of::<T>());
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]    --> src/alloc/plain.rs:155:54
[INFO] [stderr]     |
[INFO] [stderr] 155 |         heap::deallocate(ptr as *mut u8, size * len, min_align_of::<T>());
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type annotations needed
[INFO] [stderr]    --> src/rawptr.rs:198:26
[INFO] [stderr]     |
[INFO] [stderr] 198 |             assert_eq!(x.read(), 1);
[INFO] [stderr]     |                          ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(tyvar_behind_raw_pointer)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
[INFO] [stderr]     = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>
[INFO] [stderr] 
[INFO] [stderr] warning: type annotations needed
[INFO] [stderr]    --> src/rawptr.rs:199:15
[INFO] [stderr]     |
[INFO] [stderr] 199 |             x.write(2);
[INFO] [stderr]     |               ^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
[INFO] [stderr]     = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>
[INFO] [stderr] 
[INFO] [stderr] warning: type annotations needed
[INFO] [stderr]    --> src/rawptr.rs:226:15
[INFO] [stderr]     |
[INFO] [stderr] 226 |             x.swap(y);
[INFO] [stderr]     |               ^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition!
[INFO] [stderr]     = note: for more information, see issue #46906 <https://github.com/rust-lang/rust/issues/46906>
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[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] [stderr] error[E0432]: unresolved import `std::raw::Slice`
[INFO] [stderr]   --> src/rawptr.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | use std::raw::Slice;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^ no `Slice` in `raw`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `std::rt::heap`, `std::rt::heap`
[INFO] [stderr]  --> src/alloc/plain.rs:1:21
[INFO] [stderr]   |
[INFO] [stderr] 1 | use std::rt::heap::{self, usable_size, EMPTY};
[INFO] [stderr]   |              ^^^^   ^^^^ no `heap` in `rt`
[INFO] [stderr]   |              |
[INFO] [stderr]   |              could not find `heap` in `rt`
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]  --> src/alloc/mod.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use std::intrinsics::abort;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] 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] [stderr]   --> src/alloc/mod.rs:13:14
[INFO] [stderr]    |
[INFO] [stderr] 13 |     unsafe { abort() }
[INFO] [stderr]    |              ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]  --> src/alloc/plain.rs:2:25
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::mem::{size_of, min_align_of};
[INFO] [stderr]   |                         ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]   --> src/alloc/plain.rs:13:30
[INFO] [stderr]    |
[INFO] [stderr] 13 |         heap::allocate(size, min_align_of::<T>()) as *mut T
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]   --> src/alloc/plain.rs:31:38
[INFO] [stderr]    |
[INFO] [stderr] 31 |         heap::allocate(desired_size, min_align_of::<T>()) as *mut T
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]   --> src/alloc/plain.rs:50:21
[INFO] [stderr]    |
[INFO] [stderr] 50 |         let align = min_align_of::<T>();
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]   --> src/alloc/plain.rs:71:17
[INFO] [stderr]    |
[INFO] [stderr] 71 |     let align = min_align_of::<T>();
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]    --> src/alloc/plain.rs:103:17
[INFO] [stderr]     |
[INFO] [stderr] 103 |     let align = min_align_of::<T>();
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]    --> src/alloc/plain.rs:134:48
[INFO] [stderr]     |
[INFO] [stderr] 134 |         heap::deallocate(ptr as *mut u8, size, min_align_of::<T>());
[INFO] [stderr]     |                                                ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::mem::min_align_of': use `align_of` instead
[INFO] [stderr]    --> src/alloc/plain.rs:155:54
[INFO] [stderr]     |
[INFO] [stderr] 155 |         heap::deallocate(ptr as *mut u8, size * len, min_align_of::<T>());
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `raw`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "12e9e158ba9f7c0efc1b3e3c0ba270de86112b97f362198c7c29ce95fa1cc6d2"`
[INFO] running `"docker" "rm" "-f" "12e9e158ba9f7c0efc1b3e3c0ba270de86112b97f362198c7c29ce95fa1cc6d2"`
[INFO] [stdout] 12e9e158ba9f7c0efc1b3e3c0ba270de86112b97f362198c7c29ce95fa1cc6d2
