[INFO] fetching crate bitmaptrie 2.0.0...
[INFO] checking bitmaptrie-2.0.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate bitmaptrie 2.0.0 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate bitmaptrie 2.0.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bitmaptrie 2.0.0
[INFO] finished tweaking crates.io crate bitmaptrie 2.0.0
[INFO] tweaked toml for crates.io crate bitmaptrie 2.0.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] db780f4484f2bb773226b6d465c93d09870e6a2fb4805aa62684ee9b93a1b5c7
[INFO] running `Command { std: "docker" "start" "-a" "db780f4484f2bb773226b6d465c93d09870e6a2fb4805aa62684ee9b93a1b5c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db780f4484f2bb773226b6d465c93d09870e6a2fb4805aa62684ee9b93a1b5c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db780f4484f2bb773226b6d465c93d09870e6a2fb4805aa62684ee9b93a1b5c7", kill_on_drop: false }`
[INFO] [stdout] db780f4484f2bb773226b6d465c93d09870e6a2fb4805aa62684ee9b93a1b5c7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2a15e8994d6a023ac633aa77032ad57559e02bc5b50155ace88456e833ba79ef
[INFO] running `Command { std: "docker" "start" "-a" "2a15e8994d6a023ac633aa77032ad57559e02bc5b50155ace88456e833ba79ef", kill_on_drop: false }`
[INFO] [stderr]     Checking bitmaptrie v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stdout] error[E0432]: unresolved import `self::alloc::heap`
[INFO] [stdout]   --> src/comprawvec.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | use self::alloc::heap::{allocate, reallocate, deallocate};
[INFO] [stdout]    |                  ^^^^ could not find `heap` in `alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]    --> src/lib.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | #![feature(core_intrinsics)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using it is strongly discouraged
[INFO] [stdout]     = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/compvec.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/lib.rs:144:38
[INFO] [stdout]     |
[INFO] [stdout] 144 | const BRANCHING_FACTOR_BITS: usize = (0b100 | (USIZE_BYTES >> 2));
[INFO] [stdout]     |                                      ^                          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 144 - const BRANCHING_FACTOR_BITS: usize = (0b100 | (USIZE_BYTES >> 2));
[INFO] [stdout] 144 + const BRANCHING_FACTOR_BITS: usize = 0b100 | (USIZE_BYTES >> 2);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:413:62
[INFO] [stdout]     |
[INFO] [stdout] 413 |                         cache.set(depth, local_index, child);;
[INFO] [stdout]     |                                                              ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:443:62
[INFO] [stdout]     |
[INFO] [stdout] 443 |                         cache.set(depth, local_index, child);;
[INFO] [stdout]     |                                                              ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::intrinsics::drop_in_place`: no longer an intrinsic - use `ptr::drop_in_place` directly
[INFO] [stdout]  --> src/comprawvec.rs:5:35
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::intrinsics::{needs_drop, drop_in_place, abort};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]  --> src/comprawvec.rs:7:35
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::ptr::{copy, read, write, Unique};
[INFO] [stdout]   |                                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ptrs: Unique<T>,
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:38:37
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn allocate(capacity: usize) -> Unique<T> {
[INFO] [stdout]    |                                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Unique::new(array as *mut T)
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn reallocate(data: &mut Unique<T>, old_capacity: usize, new_capacity: usize) {
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 |             *data = Unique::new(array as *mut T);
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn deallocate(data: &mut Unique<T>, capacity: usize) {
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::intrinsics::drop_in_place`: no longer an intrinsic - use `ptr::drop_in_place` directly
[INFO] [stdout]    --> src/comprawvec.rs:193:21
[INFO] [stdout]     |
[INFO] [stdout] 193 |                     drop_in_place(object);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> src/lib.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | #![feature(alloc)]
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `heap_api`
[INFO] [stdout]    --> src/lib.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 112 | #![feature(heap_api)]
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `unique`
[INFO] [stdout]    --> src/lib.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![feature(unique)]
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Unique::new(array as *mut T)
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/comprawvec.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn allocate(capacity: usize) -> Unique<T> {
[INFO] [stdout]    |                                     --------- expected `Unique<T>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 47 |             Unique::new(array as *mut T)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Unique<T>`, found `Option<Unique<_>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Unique<T>`
[INFO] [stdout]                 found enum `Option<Unique<_>>`
[INFO] [stdout] help: consider using `Option::expect` to unwrap the `Option<Unique<_>>` value, panicking if the value is an `Option::None`
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Unique::new(array as *mut T).expect("REASON")
[INFO] [stdout]    |                                         +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:58:41
[INFO] [stdout]    |
[INFO] [stdout] 58 |             let array = reallocate(data.as_ptr() as *mut u8,
[INFO] [stdout]    |                                         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 |             *data = Unique::new(array as *mut T);
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/comprawvec.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 |             *data = Unique::new(array as *mut T);
[INFO] [stdout]    |             -----   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Unique<T>`, found `Option<Unique<_>>`
[INFO] [stdout]    |             |
[INFO] [stdout]    |             expected due to the type of this binding
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Unique<T>`
[INFO] [stdout]                 found enum `Option<Unique<_>>`
[INFO] [stdout] help: consider using `Option::expect` to unwrap the `Option<Unique<_>>` value, panicking if the value is an `Option::None`
[INFO] [stdout]    |
[INFO] [stdout] 66 |             *data = Unique::new(array as *mut T).expect("REASON");
[INFO] [stdout]    |                                                 +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:74:29
[INFO] [stdout]    |
[INFO] [stdout] 74 |             deallocate(data.as_ptr() as *mut u8, size, align_of::<T>());
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:81:35
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let p: *mut T = self.ptrs.as_ptr().offset(index as isize);
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:88:37
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let p: *const T = self.ptrs.as_ptr().offset(index as isize);
[INFO] [stdout]    |                                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]    --> src/comprawvec.rs:111:37
[INFO] [stdout]     |
[INFO] [stdout] 111 |         let ptr: *mut T = self.ptrs.as_ptr().offset(index as isize);
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]    --> src/comprawvec.rs:138:37
[INFO] [stdout]     |
[INFO] [stdout] 138 |         let ptr: *mut T = self.ptrs.as_ptr().offset(index as isize);
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/comprawvec.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         unsafe { abort() }
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/comprawvec.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let mut ptr = self.get_mut(index);
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/compvec.rs:249:13
[INFO] [stdout]     |
[INFO] [stdout] 249 |         let mut vec = unsafe { &mut *self.vec };
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 20 previous errors; 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bitmaptrie` (lib) due to 21 previous errors; 11 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "2a15e8994d6a023ac633aa77032ad57559e02bc5b50155ace88456e833ba79ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a15e8994d6a023ac633aa77032ad57559e02bc5b50155ace88456e833ba79ef", kill_on_drop: false }`
[INFO] [stdout] 2a15e8994d6a023ac633aa77032ad57559e02bc5b50155ace88456e833ba79ef
[INFO] checking bitmaptrie-2.0.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate bitmaptrie 2.0.0 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate bitmaptrie 2.0.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bitmaptrie 2.0.0
[INFO] finished tweaking crates.io crate bitmaptrie 2.0.0
[INFO] tweaked toml for crates.io crate bitmaptrie 2.0.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c65fc7ce47430068a3147a6e90b43cb65c28147be3a1a888fa77b0e3067628e4
[INFO] running `Command { std: "docker" "start" "-a" "c65fc7ce47430068a3147a6e90b43cb65c28147be3a1a888fa77b0e3067628e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c65fc7ce47430068a3147a6e90b43cb65c28147be3a1a888fa77b0e3067628e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c65fc7ce47430068a3147a6e90b43cb65c28147be3a1a888fa77b0e3067628e4", kill_on_drop: false }`
[INFO] [stdout] c65fc7ce47430068a3147a6e90b43cb65c28147be3a1a888fa77b0e3067628e4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 93b7bfb4ab2439d0ee005b388c871a1be8defa4431fd7133840efc289326145e
[INFO] running `Command { std: "docker" "start" "-a" "93b7bfb4ab2439d0ee005b388c871a1be8defa4431fd7133840efc289326145e", kill_on_drop: false }`
[INFO] [stderr]     Checking bitmaptrie v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stdout] error[E0432]: unresolved import `self::alloc::heap`
[INFO] [stdout]   --> src/comprawvec.rs:10:18
[INFO] [stdout]    |
[INFO] [stdout] 10 | use self::alloc::heap::{allocate, reallocate, deallocate};
[INFO] [stdout]    |                  ^^^^ could not find `heap` in `alloc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `core_intrinsics` is internal to the compiler or standard library
[INFO] [stdout]    --> src/lib.rs:111:12
[INFO] [stdout]     |
[INFO] [stdout] 111 | #![feature(core_intrinsics)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: using it is strongly discouraged
[INFO] [stdout]     = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `std` is imported redundantly
[INFO] [stdout]  --> src/compvec.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std;
[INFO] [stdout]   |     ^^^ the item `std` is already imported by prelude
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]    --> src/lib.rs:144:38
[INFO] [stdout]     |
[INFO] [stdout] 144 | const BRANCHING_FACTOR_BITS: usize = (0b100 | (USIZE_BYTES >> 2));
[INFO] [stdout]     |                                      ^                          ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 144 - const BRANCHING_FACTOR_BITS: usize = (0b100 | (USIZE_BYTES >> 2));
[INFO] [stdout] 144 + const BRANCHING_FACTOR_BITS: usize = 0b100 | (USIZE_BYTES >> 2);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:413:62
[INFO] [stdout]     |
[INFO] [stdout] 413 |                         cache.set(depth, local_index, child);;
[INFO] [stdout]     |                                                              ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/lib.rs:443:62
[INFO] [stdout]     |
[INFO] [stdout] 443 |                         cache.set(depth, local_index, child);;
[INFO] [stdout]     |                                                              ^ help: remove this semicolon
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::intrinsics::drop_in_place`: no longer an intrinsic - use `ptr::drop_in_place` directly
[INFO] [stdout]  --> src/comprawvec.rs:5:35
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::intrinsics::{needs_drop, drop_in_place, abort};
[INFO] [stdout]   |                                   ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]  --> src/comprawvec.rs:7:35
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::ptr::{copy, read, write, Unique};
[INFO] [stdout]   |                                   ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:28:11
[INFO] [stdout]    |
[INFO] [stdout] 28 |     ptrs: Unique<T>,
[INFO] [stdout]    |           ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:38:37
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn allocate(capacity: usize) -> Unique<T> {
[INFO] [stdout]    |                                     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Unique::new(array as *mut T)
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:53:30
[INFO] [stdout]    |
[INFO] [stdout] 53 |     fn reallocate(data: &mut Unique<T>, old_capacity: usize, new_capacity: usize) {
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 |             *data = Unique::new(array as *mut T);
[INFO] [stdout]    |                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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] [stdout]   --> src/comprawvec.rs:71:30
[INFO] [stdout]    |
[INFO] [stdout] 71 |     fn deallocate(data: &mut Unique<T>, capacity: usize) {
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `std::intrinsics::drop_in_place`: no longer an intrinsic - use `ptr::drop_in_place` directly
[INFO] [stdout]    --> src/comprawvec.rs:193:21
[INFO] [stdout]     |
[INFO] [stdout] 193 |                     drop_in_place(object);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable
[INFO] [stdout]    --> src/lib.rs:110:12
[INFO] [stdout]     |
[INFO] [stdout] 110 | #![feature(alloc)]
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `heap_api`
[INFO] [stdout]    --> src/lib.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 112 | #![feature(heap_api)]
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `unique`
[INFO] [stdout]    --> src/lib.rs:113:12
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![feature(unique)]
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Unique::new(array as *mut T)
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/comprawvec.rs:47:13
[INFO] [stdout]    |
[INFO] [stdout] 38 |     fn allocate(capacity: usize) -> Unique<T> {
[INFO] [stdout]    |                                     --------- expected `Unique<T>` because of return type
[INFO] [stdout] ...
[INFO] [stdout] 47 |             Unique::new(array as *mut T)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Unique<T>`, found `Option<Unique<_>>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Unique<T>`
[INFO] [stdout]                 found enum `Option<Unique<_>>`
[INFO] [stdout] help: consider using `Option::expect` to unwrap the `Option<Unique<_>>` value, panicking if the value is an `Option::None`
[INFO] [stdout]    |
[INFO] [stdout] 47 |             Unique::new(array as *mut T).expect("REASON")
[INFO] [stdout]    |                                         +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:58:41
[INFO] [stdout]    |
[INFO] [stdout] 58 |             let array = reallocate(data.as_ptr() as *mut u8,
[INFO] [stdout]    |                                         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 |             *data = Unique::new(array as *mut T);
[INFO] [stdout]    |                     ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/comprawvec.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 |             *data = Unique::new(array as *mut T);
[INFO] [stdout]    |             -----   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Unique<T>`, found `Option<Unique<_>>`
[INFO] [stdout]    |             |
[INFO] [stdout]    |             expected due to the type of this binding
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected struct `Unique<T>`
[INFO] [stdout]                 found enum `Option<Unique<_>>`
[INFO] [stdout] help: consider using `Option::expect` to unwrap the `Option<Unique<_>>` value, panicking if the value is an `Option::None`
[INFO] [stdout]    |
[INFO] [stdout] 66 |             *data = Unique::new(array as *mut T).expect("REASON");
[INFO] [stdout]    |                                                 +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:74:29
[INFO] [stdout]    |
[INFO] [stdout] 74 |             deallocate(data.as_ptr() as *mut u8, size, align_of::<T>());
[INFO] [stdout]    |                             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:81:35
[INFO] [stdout]    |
[INFO] [stdout] 81 |         let p: *mut T = self.ptrs.as_ptr().offset(index as isize);
[INFO] [stdout]    |                                   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]   --> src/comprawvec.rs:88:37
[INFO] [stdout]    |
[INFO] [stdout] 88 |         let p: *const T = self.ptrs.as_ptr().offset(index as isize);
[INFO] [stdout]    |                                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]    --> src/comprawvec.rs:111:37
[INFO] [stdout]     |
[INFO] [stdout] 111 |         let ptr: *mut T = self.ptrs.as_ptr().offset(index as isize);
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'ptr_internals'
[INFO] [stdout]    --> src/comprawvec.rs:138:37
[INFO] [stdout]     |
[INFO] [stdout] 138 |         let ptr: *mut T = self.ptrs.as_ptr().offset(index as isize);
[INFO] [stdout]     |                                     ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: add `#![feature(ptr_internals)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/comprawvec.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         unsafe { abort() }
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/comprawvec.rs:124:13
[INFO] [stdout]     |
[INFO] [stdout] 124 |         let mut ptr = self.get_mut(index);
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/compvec.rs:249:13
[INFO] [stdout]     |
[INFO] [stdout] 249 |         let mut vec = unsafe { &mut *self.vec };
[INFO] [stdout]     |             ----^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 20 previous errors; 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0432, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bitmaptrie` (lib) due to 21 previous errors; 11 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "93b7bfb4ab2439d0ee005b388c871a1be8defa4431fd7133840efc289326145e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93b7bfb4ab2439d0ee005b388c871a1be8defa4431fd7133840efc289326145e", kill_on_drop: false }`
[INFO] [stdout] 93b7bfb4ab2439d0ee005b388c871a1be8defa4431fd7133840efc289326145e
