[INFO] cloning repository https://github.com/derekchiang/rust-hyperdex-example [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/derekchiang/rust-hyperdex-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fderekchiang%2Frust-hyperdex-example"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fderekchiang%2Frust-hyperdex-example'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 17b593bc4f36af7b36a59cd7a475ae5d84b61587 [INFO] checking derekchiang/rust-hyperdex-example against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fderekchiang%2Frust-hyperdex-example" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/derekchiang/rust-hyperdex-example on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/derekchiang/rust-hyperdex-example [INFO] finished tweaking git repo https://github.com/derekchiang/rust-hyperdex-example [INFO] tweaked toml for git repo https://github.com/derekchiang/rust-hyperdex-example written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/derekchiang/rust-hyperdex-example already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 13b937379ab39ea000d5f2f040d35ca2949fa9c4fd8740cda57779c0d34d01da [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" "13b937379ab39ea000d5f2f040d35ca2949fa9c4fd8740cda57779c0d34d01da"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking errno v0.1.8 [INFO] [stderr] Checking hyperdex v1.1.0 [INFO] [stderr] error[E0432]: unresolved import `std::sync::Future` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/hyperdex-1.1.0/src/client_types.rs:141:39 [INFO] [stderr] | [INFO] [stderr] 141 | fn from_hyper(val: HyperValue) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | | [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] [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "13b937379ab39ea000d5f2f040d35ca2949fa9c4fd8740cda57779c0d34d01da"` [INFO] running `"docker" "rm" "-f" "13b937379ab39ea000d5f2f040d35ca2949fa9c4fd8740cda57779c0d34d01da"` [INFO] [stdout] 13b937379ab39ea000d5f2f040d35ca2949fa9c4fd8740cda57779c0d34d01da