[INFO] updating cached repository https://github.com/RadicalZephyr/rust-advent-2017 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 72cb675a5523f11a78643844d9f53b3f80d20b09 [INFO] checking RadicalZephyr/rust-advent-2017 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRadicalZephyr%2Frust-advent-2017" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/RadicalZephyr/rust-advent-2017 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/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-6/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" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ff919c8549fb63c97ae8f8fb4d1f9058fd3ce5ba2af23bb5e68be7fb1ebc45de [INFO] running `"docker" "start" "-a" "ff919c8549fb63c97ae8f8fb4d1f9058fd3ce5ba2af23bb5e68be7fb1ebc45de"` [INFO] [stderr] Checking nom v2.2.1 [INFO] [stderr] Checking cast v0.1.0 [INFO] [stderr] Checking libc v0.2.34 [INFO] [stderr] Checking either v1.4.0 [INFO] [stderr] Checking byteorder v1.2.1 [INFO] [stderr] Checking thread-scoped v1.0.2 [INFO] [stderr] Checking log v0.3.8 [INFO] [stderr] Checking itertools v0.4.19 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Checking itertools v0.5.10 [INFO] [stderr] Checking floaty v0.1.0 [INFO] [stderr] Checking num_cpus v0.2.13 [INFO] [stderr] Checking rand v0.3.18 [INFO] [stderr] Checking advent-2017 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking criterion-plot v0.1.1 [INFO] [stderr] Checking criterion-stats v0.1.1 [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/criterion-stats-0.1.1/src/lib.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | #![feature(custom_attribute)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: removed in favor of `#![register_tool]` and `#![register_attr]` [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: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 13 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0557, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `criterion-stats`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "ff919c8549fb63c97ae8f8fb4d1f9058fd3ce5ba2af23bb5e68be7fb1ebc45de"` [INFO] running `"docker" "rm" "-f" "ff919c8549fb63c97ae8f8fb4d1f9058fd3ce5ba2af23bb5e68be7fb1ebc45de"` [INFO] [stdout] ff919c8549fb63c97ae8f8fb4d1f9058fd3ce5ba2af23bb5e68be7fb1ebc45de