[INFO] crate default-vec 0.1.1 is already in cache [INFO] checking default-vec-0.1.1 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate default-vec 0.1.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate default-vec 0.1.1 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate default-vec 0.1.1 [INFO] finished tweaking crates.io crate default-vec 0.1.1 [INFO] tweaked toml for crates.io crate default-vec 0.1.1 written to /workspace/builds/worker-11/source/Cargo.toml [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-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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c37e1635e30470d42e36a8a01d6f9b47d960affd264116c142cf504a9a32ae4e [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" "c37e1635e30470d42e36a8a01d6f9b47d960affd264116c142cf504a9a32ae4e"` [INFO] [stderr] Checking default-vec v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use alloc::raw_vec::RawVec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | raw: RawVec, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | let raw = RawVec::with_capacity(cap); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:94:27 [INFO] [stderr] | [INFO] [stderr] 94 | DefaultVec { raw: RawVec::new() } [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use alloc::raw_vec::RawVec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:12:10 [INFO] [stderr] | [INFO] [stderr] 12 | raw: RawVec, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | let raw = RawVec::with_capacity(cap); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:94:27 [INFO] [stderr] | [INFO] [stderr] 94 | DefaultVec { raw: RawVec::new() } [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec<_>` in the current scope [INFO] [stderr] --> src/lib.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | for i in 0..raw.cap() { [INFO] [stderr] | ^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:26:32 [INFO] [stderr] | [INFO] [stderr] 26 | ptr::write(raw.ptr().offset(i as isize), T::default()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: type annotations needed [INFO] [stderr] --> src/lib.rs:26:38 [INFO] [stderr] | [INFO] [stderr] 26 | ptr::write(raw.ptr().offset(i as isize), T::default()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(tyvar_behind_raw_pointer)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #46906 [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/lib.rs:34:18 [INFO] [stderr] | [INFO] [stderr] 34 | self.raw.cap() [INFO] [stderr] | ^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | self.raw.reserve(old_cap, new_cap.saturating_sub(old_cap)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:43:37 [INFO] [stderr] | [INFO] [stderr] 43 | ptr::write(self.raw.ptr().offset(i as isize), T::default()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:52:24 [INFO] [stderr] | [INFO] [stderr] 52 | &*self.raw.ptr().offset(idx as isize) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:62:28 [INFO] [stderr] | [INFO] [stderr] 62 | &mut *self.raw.ptr().offset(idx as isize) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:103:44 [INFO] [stderr] | [INFO] [stderr] 103 | slice::from_raw_parts(self.raw.ptr(), self.raw.cap()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/lib.rs:103:60 [INFO] [stderr] | [INFO] [stderr] 103 | slice::from_raw_parts(self.raw.ptr(), self.raw.cap()) [INFO] [stderr] | ^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:111:48 [INFO] [stderr] | [INFO] [stderr] 111 | slice::from_raw_parts_mut(self.raw.ptr(), self.raw.cap()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/lib.rs:111:64 [INFO] [stderr] | [INFO] [stderr] 111 | slice::from_raw_parts_mut(self.raw.ptr(), self.raw.cap()) [INFO] [stderr] | ^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec<_>` in the current scope [INFO] [stderr] --> src/lib.rs:24:25 [INFO] [stderr] | [INFO] [stderr] 24 | for i in 0..raw.cap() { [INFO] [stderr] | ^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:26:32 [INFO] [stderr] | [INFO] [stderr] 26 | ptr::write(raw.ptr().offset(i as isize), T::default()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] warning: type annotations needed [INFO] [stderr] --> src/lib.rs:26:38 [INFO] [stderr] | [INFO] [stderr] 26 | ptr::write(raw.ptr().offset(i as isize), T::default()); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(tyvar_behind_raw_pointer)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #46906 [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/lib.rs:34:18 [INFO] [stderr] | [INFO] [stderr] 34 | self.raw.cap() [INFO] [stderr] | ^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:40:18 [INFO] [stderr] | [INFO] [stderr] 40 | self.raw.reserve(old_cap, new_cap.saturating_sub(old_cap)); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:43:37 [INFO] [stderr] | [INFO] [stderr] 43 | ptr::write(self.raw.ptr().offset(i as isize), T::default()); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:52:24 [INFO] [stderr] | [INFO] [stderr] 52 | &*self.raw.ptr().offset(idx as isize) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:62:28 [INFO] [stderr] | [INFO] [stderr] 62 | &mut *self.raw.ptr().offset(idx as isize) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:103:44 [INFO] [stderr] | [INFO] [stderr] 103 | slice::from_raw_parts(self.raw.ptr(), self.raw.cap()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/lib.rs:103:60 [INFO] [stderr] | [INFO] [stderr] 103 | slice::from_raw_parts(self.raw.ptr(), self.raw.cap()) [INFO] [stderr] | ^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/lib.rs:111:48 [INFO] [stderr] | [INFO] [stderr] 111 | slice::from_raw_parts_mut(self.raw.ptr(), self.raw.cap()) [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = help: add `#![feature(raw_vec_internals)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/lib.rs:111:64 [INFO] [stderr] | [INFO] [stderr] 111 | slice::from_raw_parts_mut(self.raw.ptr(), self.raw.cap()) [INFO] [stderr] | ^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to 15 previous errors; 1 warning emitted [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `default-vec`. [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: could not compile `default-vec`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c37e1635e30470d42e36a8a01d6f9b47d960affd264116c142cf504a9a32ae4e"` [INFO] running `"docker" "rm" "-f" "c37e1635e30470d42e36a8a01d6f9b47d960affd264116c142cf504a9a32ae4e"` [INFO] [stdout] c37e1635e30470d42e36a8a01d6f9b47d960affd264116c142cf504a9a32ae4e