[INFO] crate hyperdex 1.1.0 is already in cache [INFO] checking hyperdex-1.1.0 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate hyperdex 1.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate hyperdex 1.1.0 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 hyperdex 1.1.0 [INFO] finished tweaking crates.io crate hyperdex 1.1.0 [INFO] tweaked toml for crates.io crate hyperdex 1.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "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-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" "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] 5332f3c095c41a4b61e56e304c3d5a51b516b33502fe0de36c7483b1791da71c [INFO] running `"docker" "start" "-a" "5332f3c095c41a4b61e56e304c3d5a51b516b33502fe0de36c7483b1791da71c"` [INFO] [stderr] Checking hyperdex v1.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `std::sync::Future` [INFO] [stderr] --> src/client.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use std::sync::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Future` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::sync::Future` [INFO] [stderr] --> src/admin.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Future` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::thunk` [INFO] [stderr] --> src/admin.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | use std::thunk::Thunk; [INFO] [stderr] | ^^^^^ could not find `thunk` in `std` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `select` in this scope [INFO] [stderr] --> src/admin.rs:99:21 [INFO] [stderr] | [INFO] [stderr] 99 | select!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::sync::Future` [INFO] [stderr] --> src/client.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | use std::sync::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Future` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::sync::Future` [INFO] [stderr] --> src/admin.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::sync::Future; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Future` in `sync` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::thunk` [INFO] [stderr] --> src/admin.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | use std::thunk::Thunk; [INFO] [stderr] | ^^^^^ could not find `thunk` in `std` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `select` in this scope [INFO] [stderr] --> src/admin.rs:99:21 [INFO] [stderr] | [INFO] [stderr] 99 | select!( [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/client.rs:10:32 [INFO] [stderr] | [INFO] [stderr] 10 | use std::ptr::{null, null_mut, 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/client.rs:860:10 [INFO] [stderr] | [INFO] [stderr] 860 | 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/client.rs:10:32 [INFO] [stderr] | [INFO] [stderr] 10 | use std::ptr::{null, null_mut, 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/client.rs:860:10 [INFO] [stderr] | [INFO] [stderr] 860 | 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/client.rs:869:27 [INFO] [stderr] | [INFO] [stderr] 869 | ptr: unsafe { Unique::new(*self.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/client.rs:1478:35 [INFO] [stderr] | [INFO] [stderr] 1478 | ptr: unsafe { Unique::new(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/admin.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ptr::{Unique, null, null_mut}; [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/admin.rs:39:23 [INFO] [stderr] | [INFO] [stderr] 39 | let ptr = Unique::new(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/client.rs:869:27 [INFO] [stderr] | [INFO] [stderr] 869 | ptr: unsafe { Unique::new(*self.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/admin.rs:209:23 [INFO] [stderr] | [INFO] [stderr] 209 | let res = Unique::new(null::() as *mut i8); [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/client.rs:1478:35 [INFO] [stderr] | [INFO] [stderr] 1478 | ptr: unsafe { Unique::new(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/admin.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ptr::{Unique, null, null_mut}; [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/client_types.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::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/admin.rs:39:23 [INFO] [stderr] | [INFO] [stderr] 39 | let ptr = Unique::new(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/admin.rs:209:23 [INFO] [stderr] | [INFO] [stderr] 209 | let res = Unique::new(null::() as *mut i8); [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/client_types.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::ptr::Unique; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(ptr_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/client_types.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | fn from_hyper(val: HyperValue) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/client_types.rs:141:5 [INFO] [stderr] | [INFO] [stderr] 141 | fn from_hyper(val: HyperValue) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: aborting due to 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `hyperdex`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `hyperdex`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5332f3c095c41a4b61e56e304c3d5a51b516b33502fe0de36c7483b1791da71c"` [INFO] running `"docker" "rm" "-f" "5332f3c095c41a4b61e56e304c3d5a51b516b33502fe0de36c7483b1791da71c"` [INFO] [stdout] 5332f3c095c41a4b61e56e304c3d5a51b516b33502fe0de36c7483b1791da71c