[INFO] cloning repository https://github.com/RadicalZephyr/rust-advent-2017 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/RadicalZephyr/rust-advent-2017" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRadicalZephyr%2Frust-advent-2017"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRadicalZephyr%2Frust-advent-2017'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 72cb675a5523f11a78643844d9f53b3f80d20b09 [INFO] checking RadicalZephyr/rust-advent-2017 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRadicalZephyr%2Frust-advent-2017" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RadicalZephyr/rust-advent-2017 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/RadicalZephyr/rust-advent-2017 [INFO] finished tweaking git repo https://github.com/RadicalZephyr/rust-advent-2017 [INFO] tweaked toml for git repo https://github.com/RadicalZephyr/rust-advent-2017 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/RadicalZephyr/rust-advent-2017 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] c147bde079ed6eef7b24c00b0c13770dcd0788c160ca6c602dcc84b26131e8e6 [INFO] running `"docker" "start" "-a" "c147bde079ed6eef7b24c00b0c13770dcd0788c160ca6c602dcc84b26131e8e6"` [INFO] [stderr] Checking advent-2017 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking floaty v0.1.0 [INFO] [stderr] Checking rand v0.3.18 [INFO] [stderr] Checking itertools v0.5.10 [INFO] [stderr] Checking num_cpus v0.2.13 [INFO] [stderr] Checking criterion-plot v0.1.1 [INFO] [stderr] Checking criterion-stats v0.1.1 [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/criterion-stats-0.1.1/src/bivariate/mod.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | 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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/bivariate/mod.rs:94:35 [INFO] [stderr] | [INFO] [stderr] 94 | let mut ptr = Unique::new_unchecked(&mut distributions); [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/criterion-stats-0.1.1/src/univariate/sample.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | 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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/univariate/sample.rs:242:35 [INFO] [stderr] | [INFO] [stderr] 242 | let mut ptr = Unique::new_unchecked(&mut distributions); [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/criterion-stats-0.1.1/src/univariate/mixed.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | 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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/univariate/mixed.rs:47:31 [INFO] [stderr] | [INFO] [stderr] 47 | let mut ptr = Unique::new_unchecked(&mut distributions); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/bivariate/mod.rs:94:35 [INFO] [stderr] | [INFO] [stderr] 94 | let mut ptr = Unique::new_unchecked(&mut distributions); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/bivariate/mod.rs:99:72 [INFO] [stderr] | [INFO] [stderr] 99 | let distributions: &mut T::Distributions = ptr.as_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' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/univariate/sample.rs:242:35 [INFO] [stderr] | [INFO] [stderr] 242 | let mut ptr = Unique::new_unchecked(&mut distributions); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/univariate/sample.rs:247:72 [INFO] [stderr] | [INFO] [stderr] 247 | let distributions: &mut T::Distributions = ptr.as_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' [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/univariate/mixed.rs:47:31 [INFO] [stderr] | [INFO] [stderr] 47 | let mut ptr = Unique::new_unchecked(&mut distributions); [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] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/univariate/mixed.rs:51:68 [INFO] [stderr] | [INFO] [stderr] 51 | let distributions: &mut T::Distributions = ptr.as_mut(); [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 12 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0658`. [INFO] [stderr] error: could not compile `criterion-stats`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c147bde079ed6eef7b24c00b0c13770dcd0788c160ca6c602dcc84b26131e8e6"` [INFO] running `"docker" "rm" "-f" "c147bde079ed6eef7b24c00b0c13770dcd0788c160ca6c602dcc84b26131e8e6"` [INFO] [stdout] c147bde079ed6eef7b24c00b0c13770dcd0788c160ca6c602dcc84b26131e8e6