[INFO] crate maskerad_stack_allocator 1.1.2 is already in cache [INFO] testing maskerad_stack_allocator-1.1.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate maskerad_stack_allocator 1.1.2 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate maskerad_stack_allocator 1.1.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate maskerad_stack_allocator 1.1.2 [INFO] finished tweaking crates.io crate maskerad_stack_allocator 1.1.2 [INFO] tweaked toml for crates.io crate maskerad_stack_allocator 1.1.2 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] 618fea2dccced635351eb7a87f6602e83ed9edd3ad8b3f136a7f7502790d6562 [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" "618fea2dccced635351eb7a87f6602e83ed9edd3ad8b3f136a7f7502790d6562"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling maskerad_stack_allocator v1.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `alloc::allocator` [INFO] [stderr] --> src/stack_allocator.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use alloc::allocator::Layout; [INFO] [stderr] | ^^^^^^^^^ could not find `allocator` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `alloc::allocator` [INFO] [stderr] --> src/double_ended_allocator.rs:9:12 [INFO] [stderr] | [INFO] [stderr] 9 | use alloc::allocator::Layout; [INFO] [stderr] | ^^^^^^^^^ could not find `allocator` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | #![feature(alloc)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | #![feature(offset_to)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | #![feature(allocator_api)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/stack_allocator.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use alloc::raw_vec::RawVec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/stack_allocator.rs:71:12 [INFO] [stderr] | [INFO] [stderr] 71 | stack: RawVec, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/stack_allocator.rs:91:21 [INFO] [stderr] | [INFO] [stderr] 91 | let stack = RawVec::with_capacity(capacity); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/stack_allocator.rs:100:29 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn stack(&self) -> &RawVec { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use alloc::raw_vec::RawVec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:87:12 [INFO] [stderr] | [INFO] [stderr] 87 | stack: RawVec, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:111:37 [INFO] [stderr] | [INFO] [stderr] 111 | let stack: RawVec = RawVec::with_capacity(capacity); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:111:24 [INFO] [stderr] | [INFO] [stderr] 111 | let stack: RawVec = RawVec::with_capacity(capacity); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:126:29 [INFO] [stderr] | [INFO] [stderr] 126 | pub fn stack(&self) -> &RawVec { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/stack_allocator.rs:92:46 [INFO] [stderr] | [INFO] [stderr] 92 | let current_offset = Cell::new(stack.ptr() as *mut u8); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/stack_allocator.rs:122:44 [INFO] [stderr] | [INFO] [stderr] 122 | self.current_offset.set(self.stack.ptr()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/stack_allocator.rs:168:33 [INFO] [stderr] | [INFO] [stderr] 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `offset_to` found for raw pointer `*mut u8` in the current scope [INFO] [stderr] --> src/stack_allocator.rs:168:39 [INFO] [stderr] | [INFO] [stderr] 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap()); [INFO] [stderr] | ^^^^^^^^^ help: there is an associated function with a similar name: `offset` [INFO] [stderr] | [INFO] [stderr] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stderr] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/stack_allocator.rs:168:94 [INFO] [stderr] | [INFO] [stderr] 168 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.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/double_ended_allocator.rs:112:57 [INFO] [stderr] | [INFO] [stderr] 112 | let current_offset_bottom = Cell::new(stack.ptr() as *mut u8); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:113:54 [INFO] [stderr] | [INFO] [stderr] 113 | let current_offset_top = Cell::new(stack.ptr().offset(capacity as isize) as *mut u8); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:148:51 [INFO] [stderr] | [INFO] [stderr] 148 | self.current_offset_bottom.set(self.stack.ptr()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:174:42 [INFO] [stderr] | [INFO] [stderr] 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for reference `&alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/double_ended_allocator.rs:174:68 [INFO] [stderr] | [INFO] [stderr] 174 | let top_stack = self.stack().ptr().offset(self.stack().cap() as isize); [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/double_ended_allocator.rs:226:33 [INFO] [stderr] | [INFO] [stderr] 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `offset_to` found for raw pointer `*mut u8` in the current scope [INFO] [stderr] --> src/double_ended_allocator.rs:226:39 [INFO] [stderr] | [INFO] [stderr] 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); [INFO] [stderr] | ^^^^^^^^^ help: there is an associated function with a similar name: `offset` [INFO] [stderr] | [INFO] [stderr] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stderr] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/double_ended_allocator.rs:226:94 [INFO] [stderr] | [INFO] [stderr] 226 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) < self.stack.cap() / 2); [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/double_ended_allocator.rs:274:50 [INFO] [stderr] | [INFO] [stderr] 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `offset_to` found for raw pointer `*mut u8` in the current scope [INFO] [stderr] --> src/double_ended_allocator.rs:274:56 [INFO] [stderr] | [INFO] [stderr] 274 | let bottom_top_offset = self.stack().ptr().offset_to(old_stack_top).unwrap(); [INFO] [stderr] | ^^^^^^^^^ help: there is an associated function with a similar name: `offset` [INFO] [stderr] | [INFO] [stderr] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stderr] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:277:46 [INFO] [stderr] | [INFO] [stderr] 277 | let unaligned_ptr = self.stack().ptr().offset(bottom_top_offset - offset as isize) as usize; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail [INFO] [stderr] --> src/double_ended_allocator.rs:292:33 [INFO] [stderr] | [INFO] [stderr] 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `offset_to` found for raw pointer `*mut u8` in the current scope [INFO] [stderr] --> src/double_ended_allocator.rs:292:39 [INFO] [stderr] | [INFO] [stderr] 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); [INFO] [stderr] | ^^^^^^^^^ help: there is an associated function with a similar name: `offset` [INFO] [stderr] | [INFO] [stderr] = note: try using `<*const T>::as_ref()` to get a reference to the type behind the pointer: https://doc.rust-lang.org/std/primitive.pointer.html#method.as_ref [INFO] [stderr] = note: using `<*const T>::as_ref()` on a pointer which is unaligned or points to invalid or uninitialized memory is undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cap` found for struct `alloc::raw_vec::RawVec` in the current scope [INFO] [stderr] --> src/double_ended_allocator.rs:292:95 [INFO] [stderr] | [INFO] [stderr] 292 | assert!((self.stack.ptr().offset_to(aligned_ptr).unwrap() as usize) > (self.stack.cap() / 2)); [INFO] [stderr] | ^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error: aborting due to 33 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0554, E0599, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `maskerad_stack_allocator`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "618fea2dccced635351eb7a87f6602e83ed9edd3ad8b3f136a7f7502790d6562"` [INFO] running `"docker" "rm" "-f" "618fea2dccced635351eb7a87f6602e83ed9edd3ad8b3f136a7f7502790d6562"` [INFO] [stdout] 618fea2dccced635351eb7a87f6602e83ed9edd3ad8b3f136a7f7502790d6562