[INFO] cloning repository https://github.com/nathanfaucett/rb-ndarray [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nathanfaucett/rb-ndarray" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanfaucett%2Frb-ndarray"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanfaucett%2Frb-ndarray'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 30c0882da076b0fa5f0ba673e1078c1fbe2604f4 [INFO] checking nathanfaucett/rb-ndarray against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanfaucett%2Frb-ndarray" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nathanfaucett/rb-ndarray on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nathanfaucett/rb-ndarray [INFO] finished tweaking git repo https://github.com/nathanfaucett/rb-ndarray [INFO] tweaked toml for git repo https://github.com/nathanfaucett/rb-ndarray written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/nathanfaucett/rb-ndarray already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/nathanfaucett/rs-ndarray.git` [INFO] [stderr] Updating git repository `https://github.com/nathanfaucett/rs-buffer.git` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 6584f4892499c21fa816e42d9d0f8646ced9ed5b728e71c1ae8e3b4b9545ea58 [INFO] running `"docker" "start" "-a" "6584f4892499c21fa816e42d9d0f8646ced9ed5b728e71c1ae8e3b4b9545ea58"` [INFO] [stderr] Compiling ruby-sys v0.2.20 [INFO] [stderr] Checking buffer v0.1.0 (https://github.com/nathanfaucett/rs-buffer.git#0e00df57) [INFO] [stderr] Checking one v0.1.0 (https://github.com/nathanfaucett/rs-one.git#96ae0b19) [INFO] [stderr] Checking zero v0.1.0 (https://github.com/nathanfaucett/rs-zero.git#0f00fe56) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/lib.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(dropck_parametricity)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `alloc::oom`, `alloc::heap` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use alloc::{oom, heap}; [INFO] [stderr] | ^^^ ^^^^ no `heap` in the root [INFO] [stderr] | | [INFO] [stderr] | no `oom` in the root [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/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:5:23 [INFO] [stderr] | [INFO] [stderr] 5 | use core::ptr::{self, 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/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:13:10 [INFO] [stderr] | [INFO] [stderr] 13 | 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/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:37:22 [INFO] [stderr] | [INFO] [stderr] 37 | ptr: Unique::new(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': use `NonNull` instead and consider `PhantomData` (if you also use `#[may_dangle]`), `Send`, and/or `Sync` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:46:18 [INFO] [stderr] | [INFO] [stderr] 46 | 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/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:93:24 [INFO] [stderr] | [INFO] [stderr] 93 | self.ptr = Unique::new(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/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:37:22 [INFO] [stderr] | [INFO] [stderr] 37 | ptr: Unique::new(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[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:37:22 [INFO] [stderr] | [INFO] [stderr] 37 | ptr: Unique::new(ptr as *mut _), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `core::ptr::Unique` [INFO] [stderr] found enum `core::option::Option>` [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:46:18 [INFO] [stderr] | [INFO] [stderr] 46 | 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[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:46:18 [INFO] [stderr] | [INFO] [stderr] 46 | ptr: Unique::new(ptr), [INFO] [stderr] | ^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `core::ptr::Unique<_>` [INFO] [stderr] found enum `core::option::Option>` [INFO] [stderr] [INFO] [stderr] error[E0614]: type `core::ptr::Unique` cannot be dereferenced [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | *self.ptr [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'ptr_internals' [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:93:24 [INFO] [stderr] | [INFO] [stderr] 93 | self.ptr = Unique::new(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[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:93:24 [INFO] [stderr] | [INFO] [stderr] 93 | self.ptr = Unique::new(ptr as *mut _); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `core::ptr::Unique`, found enum `core::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `core::ptr::Unique` [INFO] [stderr] found enum `core::option::Option>` [INFO] [stderr] [INFO] [stderr] error[E0614]: type `core::ptr::Unique` cannot be dereferenced [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:108:34 [INFO] [stderr] | [INFO] [stderr] 108 | heap::deallocate(*self.ptr as *mut _, num_bytes, align); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0614]: type `core::ptr::Unique` cannot be dereferenced [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:120:21 [INFO] [stderr] | [INFO] [stderr] 120 | let p = *self.ptr; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0614]: type `core::ptr::Unique` cannot be dereferenced [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:130:21 [INFO] [stderr] | [INFO] [stderr] 130 | let p = *self.ptr; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0614]: type `core::ptr::Unique` cannot be dereferenced [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:141:23 [INFO] [stderr] | [INFO] [stderr] 141 | ptr::copy(*self.ptr as *const _, *cloned.ptr, self.len); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0614]: type `core::ptr::Unique` cannot be dereferenced [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rs-buffer-42ba7dcc02e5b459/0e00df5/src/buffer.rs:141:46 [INFO] [stderr] | [INFO] [stderr] 141 | ptr::copy(*self.ptr as *const _, *cloned.ptr, self.len); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 19 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0432, E0557, E0614, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `buffer`. [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" "6584f4892499c21fa816e42d9d0f8646ced9ed5b728e71c1ae8e3b4b9545ea58"` [INFO] running `"docker" "rm" "-f" "6584f4892499c21fa816e42d9d0f8646ced9ed5b728e71c1ae8e3b4b9545ea58"` [INFO] [stdout] 6584f4892499c21fa816e42d9d0f8646ced9ed5b728e71c1ae8e3b4b9545ea58