[INFO] fetching crate nbits_vec 0.1.1... [INFO] testing nbits_vec-0.1.1 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate nbits_vec 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate nbits_vec 0.1.1 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nbits_vec 0.1.1 [INFO] finished tweaking crates.io crate nbits_vec 0.1.1 [INFO] tweaked toml for crates.io crate nbits_vec 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded clippy v0.0.33 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8570d1880687d35fd261ff48dd04648fad9c62837fca874ae15b7dd7428b298d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8570d1880687d35fd261ff48dd04648fad9c62837fca874ae15b7dd7428b298d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8570d1880687d35fd261ff48dd04648fad9c62837fca874ae15b7dd7428b298d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8570d1880687d35fd261ff48dd04648fad9c62837fca874ae15b7dd7428b298d", kill_on_drop: false }` [INFO] [stdout] 8570d1880687d35fd261ff48dd04648fad9c62837fca874ae15b7dd7428b298d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3a653bc9973150e738f451db2a52091672263aa3c1fd3f6a09fd4406db0803b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f3a653bc9973150e738f451db2a52091672263aa3c1fd3f6a09fd4406db0803b", kill_on_drop: false }` [INFO] [stderr] Compiling nbits_vec v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | #![feature(alloc)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1243:9 [INFO] [stdout] | [INFO] [stdout] 1243 | try!(write!(f, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:1251:17 [INFO] [stdout] | [INFO] [stdout] 1251 | try!(write!(f, "{:#x}, ", ptr::read(ptr.offset(i as isize)))); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | use alloc::raw_vec::RawVec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:106:10 [INFO] [stdout] | [INFO] [stdout] 106 | buf: RawVec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:133:18 [INFO] [stdout] | [INFO] [stdout] 133 | buf: RawVec::new(), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:159:18 [INFO] [stdout] | [INFO] [stdout] 159 | buf: RawVec::with_capacity(Self::raw_cap_from(capacity)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:201:18 [INFO] [stdout] | [INFO] [stdout] 201 | buf: RawVec::from_raw_parts(ptr, Self::raw_cap_from(capacity)), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1234:18 [INFO] [stdout] | [INFO] [stdout] 1234 | buf: RawVec::new(), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:133:18 [INFO] [stdout] | [INFO] [stdout] 133 | buf: RawVec::new(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:159:18 [INFO] [stdout] | [INFO] [stdout] 159 | buf: RawVec::with_capacity(Self::raw_cap_from(capacity)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:201:18 [INFO] [stdout] | [INFO] [stdout] 201 | buf: RawVec::from_raw_parts(ptr, Self::raw_cap_from(capacity)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cap` found for struct `RawVec` in the current scope [INFO] [stdout] --> src/lib.rs:221:33 [INFO] [stdout] | [INFO] [stdout] 221 | Self::cap_from(self.buf.cap()) [INFO] [stdout] | ^^^ private field, not a method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:249:18 [INFO] [stdout] | [INFO] [stdout] 249 | self.buf.reserve(used_cap, need_extra_cap); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:280:18 [INFO] [stdout] | [INFO] [stdout] 280 | self.buf.reserve_exact(used_cap, need_extra_cap); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:302:18 [INFO] [stdout] | [INFO] [stdout] 302 | self.buf.shrink_to_fit(fit_len); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:786:32 [INFO] [stdout] | [INFO] [stdout] 786 | let ptr = self.buf.ptr().offset(bi as isize); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:795:32 [INFO] [stdout] | [INFO] [stdout] 795 | let ptr = self.buf.ptr().offset(bi as isize); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:803:32 [INFO] [stdout] | [INFO] [stdout] 803 | let ptr = self.buf.ptr().offset(bi as isize); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:948:28 [INFO] [stdout] | [INFO] [stdout] 948 | let ptr = self.buf.ptr().offset(loc.0 as isize); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1086:18 [INFO] [stdout] | [INFO] [stdout] 1086 | self.buf.ptr() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1092:18 [INFO] [stdout] | [INFO] [stdout] 1092 | self.buf.ptr() [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1099:30 [INFO] [stdout] | [INFO] [stdout] 1099 | let p = self.buf.ptr(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1109:30 [INFO] [stdout] | [INFO] [stdout] 1109 | let p = self.buf.ptr(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1122:17 [INFO] [stdout] | [INFO] [stdout] 1122 | buf.into_box() [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0061]: this function takes 1 argument but 0 arguments were supplied [INFO] [stdout] --> src/lib.rs:1122:17 [INFO] [stdout] | [INFO] [stdout] 1122 | buf.into_box() [INFO] [stdout] | ^^^^^^^^- supplied 0 arguments [INFO] [stdout] | | [INFO] [stdout] | expected 1 argument [INFO] [stdout] | [INFO] [stdout] note: associated function defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:1122:13 [INFO] [stdout] | [INFO] [stdout] 111 | impl NbitsVec { [INFO] [stdout] | ----- this type parameter [INFO] [stdout] ... [INFO] [stdout] 1117 | pub fn into_raw_boxed_slice(mut self) -> Box<[Block]> { [INFO] [stdout] | ------------ expected `Box<[Block]>` because of return type [INFO] [stdout] ... [INFO] [stdout] 1122 | buf.into_box() [INFO] [stdout] | ^^^^^^^^^^^^^^ expected type parameter `Block`, found union `MaybeUninit` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `Box<[Block]>` [INFO] [stdout] found struct `Box<[MaybeUninit]>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cap` found for struct `RawVec` in the current scope [INFO] [stdout] --> src/lib.rs:1140:18 [INFO] [stdout] | [INFO] [stdout] 1140 | self.buf.cap() [INFO] [stdout] | ^^^ private field, not a method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1234:18 [INFO] [stdout] | [INFO] [stdout] 1234 | buf: RawVec::new(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cap` found for struct `RawVec` in the current scope [INFO] [stdout] --> src/lib.rs:1247:30 [INFO] [stdout] | [INFO] [stdout] 1247 | self.buf.cap())); [INFO] [stdout] | ^^^ private field, not a method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1248:28 [INFO] [stdout] | [INFO] [stdout] 1248 | let ptr = self.buf.ptr(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `cap` found for struct `RawVec` in the current scope [INFO] [stdout] --> src/lib.rs:1249:30 [INFO] [stdout] | [INFO] [stdout] 1249 | for i in 0..self.buf.cap() { [INFO] [stdout] | ^^^ private field, not a method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1282:47 [INFO] [stdout] | [INFO] [stdout] 1282 | ptr::copy_nonoverlapping(self.buf.ptr(), new.buf.ptr(), self.used_raw_cap()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stdout] --> src/lib.rs:1282:62 [INFO] [stdout] | [INFO] [stdout] 1282 | ptr::copy_nonoverlapping(self.buf.ptr(), new.buf.ptr(), self.used_raw_cap()); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BitAnd` [INFO] [stdout] --> src/lib.rs:44:16 [INFO] [stdout] | [INFO] [stdout] 44 | use std::ops::{BitAnd, BitOr, Shl, Shr}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BitOr` [INFO] [stdout] --> src/lib.rs:44:24 [INFO] [stdout] | [INFO] [stdout] 44 | use std::ops::{BitAnd, BitOr, Shl, Shr}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Shl` [INFO] [stdout] --> src/lib.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | use std::ops::{BitAnd, BitOr, Shl, Shr}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Shr` [INFO] [stdout] --> src/lib.rs:44:36 [INFO] [stdout] | [INFO] [stdout] 44 | use std::ops::{BitAnd, BitOr, Shl, Shr}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 32 previous errors; 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0061, E0308, E0554, E0599, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0061`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nbits_vec` due to 33 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "f3a653bc9973150e738f451db2a52091672263aa3c1fd3f6a09fd4406db0803b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3a653bc9973150e738f451db2a52091672263aa3c1fd3f6a09fd4406db0803b", kill_on_drop: false }` [INFO] [stdout] f3a653bc9973150e738f451db2a52091672263aa3c1fd3f6a09fd4406db0803b