[INFO] crate iobuf 5.8.1 is already in cache [INFO] checking iobuf-5.8.1 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate iobuf 5.8.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate iobuf 5.8.1 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate iobuf 5.8.1 [INFO] finished tweaking crates.io crate iobuf 5.8.1 [INFO] tweaked toml for crates.io crate iobuf 5.8.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+nightly-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] f2ee86bc9d9862a0e900cc8ed5aa8fccd6b948f12ad481322a91f288ffb1d7e4 [INFO] running `"docker" "start" "-a" "f2ee86bc9d9862a0e900cc8ed5aa8fccd6b948f12ad481322a91f288ffb1d7e4"` [INFO] [stderr] warning: profile `doc` is deprecated and has no effect [INFO] [stderr] Checking iobuf v5.8.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `alloc::heap` [INFO] [stderr] --> src/raw.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::heap::{Heap, Alloc, Layout}; [INFO] [stderr] | ^^^^ could not find `heap` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::nonzero` [INFO] [stderr] --> src/raw.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | use core::nonzero::NonZero; [INFO] [stderr] | ^^^^^^^ could not find `nonzero` in `core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::nonzero` [INFO] [stderr] --> src/iobuf.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use core::nonzero::NonZero; [INFO] [stderr] | ^^^^^^^ could not find `nonzero` in `core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::nonzero` [INFO] [stderr] --> src/impls.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use core::nonzero::NonZero; [INFO] [stderr] | ^^^^^^^ could not find `nonzero` in `core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::heap` [INFO] [stderr] --> src/raw.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::heap::{Heap, Alloc, Layout}; [INFO] [stderr] | ^^^^ could not find `heap` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::nonzero` [INFO] [stderr] --> src/raw.rs:4:11 [INFO] [stderr] | [INFO] [stderr] 4 | use core::nonzero::NonZero; [INFO] [stderr] | ^^^^^^^ could not find `nonzero` in `core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::nonzero` [INFO] [stderr] --> src/iobuf.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use core::nonzero::NonZero; [INFO] [stderr] | ^^^^^^^ could not find `nonzero` in `core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::nonzero` [INFO] [stderr] --> src/impls.rs:1:11 [INFO] [stderr] | [INFO] [stderr] 1 | use core::nonzero::NonZero; [INFO] [stderr] | ^^^^^^^ could not find `nonzero` in `core` [INFO] [stderr] [INFO] [stderr] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stderr] --> src/impls.rs:1666:9 [INFO] [stderr] | [INFO] [stderr] 1666 | box v.into_iter() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/49733 [INFO] [stderr] = help: add `#![feature(box_syntax)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: box expression syntax is experimental; you can call `Box::new` instead [INFO] [stderr] --> src/impls.rs:1666:9 [INFO] [stderr] | [INFO] [stderr] 1666 | box v.into_iter() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/49733 [INFO] [stderr] = help: add `#![feature(box_syntax)]` to the crate attributes to enable [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/raw.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [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/raw.rs:354:37 [INFO] [stderr] | [INFO] [stderr] 354 | buf: unsafe { NonZero::new(Unique::empty().as_ptr()) }, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [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/raw.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use core::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [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/raw.rs:354:37 [INFO] [stderr] | [INFO] [stderr] 354 | buf: unsafe { NonZero::new(Unique::empty().as_ptr()) }, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/raw.rs:292:29 [INFO] [stderr] | [INFO] [stderr] 292 | RawIobuf::new_impl(len, None) [INFO] [stderr] | ^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stderr] --> src/raw.rs:354:37 [INFO] [stderr] | [INFO] [stderr] 354 | buf: unsafe { NonZero::new(Unique::empty().as_ptr()) }, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stderr] --> src/raw.rs:354:53 [INFO] [stderr] | [INFO] [stderr] 354 | buf: unsafe { NonZero::new(Unique::empty().as_ptr()) }, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/raw.rs:292:29 [INFO] [stderr] | [INFO] [stderr] 292 | RawIobuf::new_impl(len, None) [INFO] [stderr] | ^^^^ cannot infer type for `T` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stderr] --> src/raw.rs:354:37 [INFO] [stderr] | [INFO] [stderr] 354 | buf: unsafe { NonZero::new(Unique::empty().as_ptr()) }, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stderr] --> src/raw.rs:354:53 [INFO] [stderr] | [INFO] [stderr] 354 | buf: unsafe { NonZero::new(Unique::empty().as_ptr()) }, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `iobuf`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `iobuf`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f2ee86bc9d9862a0e900cc8ed5aa8fccd6b948f12ad481322a91f288ffb1d7e4"` [INFO] running `"docker" "rm" "-f" "f2ee86bc9d9862a0e900cc8ed5aa8fccd6b948f12ad481322a91f288ffb1d7e4"` [INFO] [stdout] f2ee86bc9d9862a0e900cc8ed5aa8fccd6b948f12ad481322a91f288ffb1d7e4