[INFO] crate allocators 0.1.9 is already in cache [INFO] checking allocators-0.1.9 against beta-2019-10-27 for pr-65897 [INFO] extracting crate allocators 0.1.9 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate allocators 0.1.9 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate allocators 0.1.9 [INFO] finished tweaking crates.io crate allocators 0.1.9 [INFO] tweaked toml for crates.io crate allocators 0.1.9 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5ccbbfc738d97ffb1539bfcf3b46c36df177f2788cf8397ee22f72e08735aea4 [INFO] running `"docker" "start" "-a" "5ccbbfc738d97ffb1539bfcf3b46c36df177f2788cf8397ee22f72e08735aea4"` [INFO] [stderr] Checking allocators v0.1.9 (/opt/rustwide/workdir) [INFO] [stderr] error: expected expression, found keyword `in` [INFO] [stderr] --> src/scoped.rs:218:20 [INFO] [stderr] | [INFO] [stderr] 218 | let _big = in alloc.make_place().unwrap() { [0u8; 8_000_000] }; [INFO] [stderr] | ^^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found keyword `in` [INFO] [stderr] --> src/lib.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | Ok(in place { val }) [INFO] [stderr] | ^^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found keyword `in` [INFO] [stderr] --> src/lib.rs:376:19 [INFO] [stderr] | [INFO] [stderr] 376 | let big = in HEAP.make_place().unwrap() { [0u8; 8_000_000] }; [INFO] [stderr] | ^^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found keyword `in` [INFO] [stderr] --> src/scoped.rs:218:20 [INFO] [stderr] | [INFO] [stderr] 218 | let _big = in alloc.make_place().unwrap() { [0u8; 8_000_000] }; [INFO] [stderr] | ^^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found keyword `in` [INFO] [stderr] --> src/lib.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | Ok(in place { val }) [INFO] [stderr] | ^^ expected expression [INFO] [stderr] [INFO] [stderr] error: expected expression, found keyword `in` [INFO] [stderr] --> src/lib.rs:376:19 [INFO] [stderr] | [INFO] [stderr] 376 | let big = in HEAP.make_place().unwrap() { [0u8; 8_000_000] }; [INFO] [stderr] | ^^ expected expression [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::heap` [INFO] [stderr] --> src/lib.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | use alloc::heap; [INFO] [stderr] | ^^^^^^^^^^^ no `heap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::ops::InPlace`, `std::ops::Placer` [INFO] [stderr] --> src/boxed.rs:5:48 [INFO] [stderr] | [INFO] [stderr] 5 | use std::ops::{CoerceUnsized, Deref, DerefMut, InPlace, Placer}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ no `Placer` in `ops` [INFO] [stderr] | | [INFO] [stderr] | no `InPlace` in `ops` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::ops::Place` [INFO] [stderr] --> src/boxed.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::ops::Place as StdPlace; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Place` in `ops` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / #![feature( [INFO] [stderr] 41 | | alloc, [INFO] [stderr] 42 | | coerce_unsized, [INFO] [stderr] 43 | | drop_in_place, [INFO] [stderr] ... | [INFO] [stderr] 49 | | unsize, [INFO] [stderr] 50 | | )] [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/lib.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | use std::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/lib.rs:170:10 [INFO] [stderr] | [INFO] [stderr] 170 | ptr: Unique, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/lib.rs:185:27 [INFO] [stderr] | [INFO] [stderr] 185 | ptr: unsafe { Unique::new(ptr) }, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/lib.rs:195:27 [INFO] [stderr] | [INFO] [stderr] 195 | ptr: unsafe { Unique::new(heap::EMPTY as *mut u8) }, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/boxed.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/boxed.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | item: Unique, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/boxed.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | item: unsafe { Unique::new(obj.data as *mut T) }, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/boxed.rs:130:19 [INFO] [stderr] | [INFO] [stderr] 130 | item: Unique::new(self.block.ptr() as *mut T), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `allocators`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `alloc::heap` [INFO] [stderr] --> src/lib.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | use alloc::heap; [INFO] [stderr] | ^^^^^^^^^^^ no `heap` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `std::ops::InPlace`, `std::ops::Placer` [INFO] [stderr] --> src/boxed.rs:5:48 [INFO] [stderr] | [INFO] [stderr] 5 | use std::ops::{CoerceUnsized, Deref, DerefMut, InPlace, Placer}; [INFO] [stderr] | ^^^^^^^ ^^^^^^ no `Placer` in `ops` [INFO] [stderr] | | [INFO] [stderr] | no `InPlace` in `ops` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::ops::Place` [INFO] [stderr] --> src/boxed.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::ops::Place as StdPlace; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Place` in `ops` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:40:1 [INFO] [stderr] | [INFO] [stderr] 40 | / #![feature( [INFO] [stderr] 41 | | alloc, [INFO] [stderr] 42 | | coerce_unsized, [INFO] [stderr] 43 | | drop_in_place, [INFO] [stderr] ... | [INFO] [stderr] 49 | | unsize, [INFO] [stderr] 50 | | )] [INFO] [stderr] | |__^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/lib.rs:55:5 [INFO] [stderr] | [INFO] [stderr] 55 | use std::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/lib.rs:170:10 [INFO] [stderr] | [INFO] [stderr] 170 | ptr: Unique, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/lib.rs:185:27 [INFO] [stderr] | [INFO] [stderr] 185 | ptr: unsafe { Unique::new(ptr) }, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/lib.rs:195:27 [INFO] [stderr] | [INFO] [stderr] 195 | ptr: unsafe { Unique::new(heap::EMPTY as *mut u8) }, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/boxed.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/boxed.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | item: Unique, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/boxed.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | item: unsafe { Unique::new(obj.data as *mut T) }, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> src/boxed.rs:130:19 [INFO] [stderr] | [INFO] [stderr] 130 | item: Unique::new(self.block.ptr() as *mut T), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `allocators`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5ccbbfc738d97ffb1539bfcf3b46c36df177f2788cf8397ee22f72e08735aea4"` [INFO] running `"docker" "rm" "-f" "5ccbbfc738d97ffb1539bfcf3b46c36df177f2788cf8397ee22f72e08735aea4"` [INFO] [stdout] 5ccbbfc738d97ffb1539bfcf3b46c36df177f2788cf8397ee22f72e08735aea4