[INFO] updating cached repository https://github.com/frontsideair/mst
[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] 733dbaf513c19019b8723224c49c379ae0eac176
[INFO] checking frontsideair/mst against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffrontsideair%2Fmst" "/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/frontsideair/mst on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/frontsideair/mst
[INFO] finished tweaking git repo https://github.com/frontsideair/mst
[INFO] tweaked toml for git repo https://github.com/frontsideair/mst written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/frontsideair/mst already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] c4c0f5749cd99c625d42e72e64c94c1602d7fb129b1e193f8ad0a0b4b946f411
[INFO] running `"docker" "start" "-a" "c4c0f5749cd99c625d42e72e64c94c1602d7fb129b1e193f8ad0a0b4b946f411"`
[INFO] [stderr]     Checking cast v0.1.0
[INFO] [stderr]     Checking libc v0.2.34
[INFO] [stderr]     Checking either v1.4.0
[INFO] [stderr]     Checking thread-scoped v1.0.2
[INFO] [stderr]     Checking itertools v0.4.19
[INFO] [stderr]     Checking mintree1 v0.1.0 (/opt/rustwide/workdir)
[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 criterion-plot v0.1.1 (https://github.com/japaric/criterion.rs.git#eaa682f7)
[INFO] [stderr]     Checking criterion-stats v0.1.1 (https://github.com/japaric/criterion.rs.git#eaa682f7)
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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<T>` (if you also use `#[may_dangle]`), `Send`, and/or `Sync`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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<T>` (if you also use `#[may_dangle]`), `Send`, and/or `Sync`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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<T>` (if you also use `#[may_dangle]`), `Send`, and/or `Sync`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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<T>` (if you also use `#[may_dangle]`), `Send`, and/or `Sync`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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<T>` (if you also use `#[may_dangle]`), `Send`, and/or `Sync`
[INFO] [stderr]  --> /opt/rustwide/cargo-home/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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<T>` (if you also use `#[may_dangle]`), `Send`, and/or `Sync`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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/git/checkouts/criterion.rs-33720cacd219973f/eaa682f/stats/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] running `"docker" "inspect" "c4c0f5749cd99c625d42e72e64c94c1602d7fb129b1e193f8ad0a0b4b946f411"`
[INFO] running `"docker" "rm" "-f" "c4c0f5749cd99c625d42e72e64c94c1602d7fb129b1e193f8ad0a0b4b946f411"`
[INFO] [stdout] c4c0f5749cd99c625d42e72e64c94c1602d7fb129b1e193f8ad0a0b4b946f411
