[INFO] fetching crate allocator 0.0.2...
[INFO] testing allocator-0.0.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate allocator 0.0.2 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate allocator 0.0.2
[INFO] finished tweaking crates.io crate allocator 0.0.2
[INFO] tweaked toml for crates.io crate allocator 0.0.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate allocator 0.0.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded checked_cast v0.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bc2c9c0565730120ef2a4d89f825cfb9a4a388b6914252e513c183ef53620a84
[INFO] running `Command { std: "docker" "start" "-a" "bc2c9c0565730120ef2a4d89f825cfb9a4a388b6914252e513c183ef53620a84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc2c9c0565730120ef2a4d89f825cfb9a4a388b6914252e513c183ef53620a84", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc2c9c0565730120ef2a4d89f825cfb9a4a388b6914252e513c183ef53620a84", kill_on_drop: false }`
[INFO] [stdout] bc2c9c0565730120ef2a4d89f825cfb9a4a388b6914252e513c183ef53620a84
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7c72b586f00c1200404d4a2d7225383690099314ff8d5b27481efc67553ab7ee
[INFO] running `Command { std: "docker" "start" "-a" "7c72b586f00c1200404d4a2d7225383690099314ff8d5b27481efc67553ab7ee", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling checked_cast v0.0.3
[INFO] [stderr]    Compiling allocator v0.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;` or `]`, found `,`
[INFO] [stdout]   --> src/allocator.rs:53:19
[INFO] [stdout]    |
[INFO] [stdout] 53 | static SIZES: [u64, ..58] = [
[INFO] [stdout]    |                   ^ expected `;` or `]`
[INFO] [stdout]    |
[INFO] [stdout]    = note: you might have meant to write a slice or array type
[INFO] [stdout] help: you might have meant to use `;` as the separator
[INFO] [stdout]    |
[INFO] [stdout] 53 - static SIZES: [u64, ..58] = [
[INFO] [stdout] 53 + static SIZES: [u64; ..58] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0259]: the name `core` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | extern crate core;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^ `core` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `core` must be defined only once in the type namespace of this module
[INFO] [stdout] help: you can use `as` to change the binding name of the import
[INFO] [stdout]   |
[INFO] [stdout] 9 | extern crate core as other_core;
[INFO] [stdout]   |                   +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[macro_escape]` is a deprecated synonym for `#[macro_use]`
[INFO] [stdout]  --> src/macros.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![macro_escape]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: try an outer attribute: `#[macro_use]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::Int`
[INFO] [stdout]  --> src/allocator.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::num::Int;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Int` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::Int`
[INFO] [stdout]  --> src/noop.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use core::num::Int;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Int` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::Int`
[INFO] [stdout]  --> src/malloc.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use core::num::Int;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Int` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::kinds`
[INFO] [stdout]   --> src/arena.rs:13:11
[INFO] [stdout]    |
[INFO] [stdout] 13 | use core::kinds::marker;
[INFO] [stdout]    |           ^^^^^ could not find `kinds` in `core`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::Int`
[INFO] [stdout]   --> src/arena.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use core::num::Int;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ no `Int` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `core::num::Int`
[INFO] [stdout]  --> src/rustalloc.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core::num::Int;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Int` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `alloc::heap`
[INFO] [stdout]  --> src/rustalloc.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use alloc::heap;
[INFO] [stdout]   |     ^^^^^^^^^^^ no `heap` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `phase` in this scope
[INFO] [stdout]   --> src/lib.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[phase(plugin)] extern crate checked_cast;
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `checked_cast` in this scope
[INFO] [stdout]   --> src/allocator.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |         let newcount = try!(checked_cast!(newcount, uint));
[INFO] [stdout]    |                             ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `checked_cast` is imported here, but it is a crate, not a macro
[INFO] [stdout]   --> src/lib.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[phase(plugin)] extern crate checked_cast;
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  4 + use checked_cast::checked_cast;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `checked_cast` in this scope
[INFO] [stdout]   --> src/malloc.rs:21:37
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let p: *mut T = malloc(try!(checked_cast!(count, size_t))) as *mut T;
[INFO] [stdout]    |                                     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `checked_cast` is imported here, but it is a crate, not a macro
[INFO] [stdout]   --> src/lib.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[phase(plugin)] extern crate checked_cast;
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: consider importing this macro
[INFO] [stdout]    |
[INFO] [stdout]  4 + use checked_cast::checked_cast;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope
[INFO] [stdout]   --> src/arena.rs:55:3
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[unsafe_destructor]
[INFO] [stdout]    |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `unsafe_destructor` in this scope
[INFO] [stdout]    --> src/arena.rs:153:3
[INFO] [stdout]     |
[INFO] [stdout] 153 | #[unsafe_destructor]
[INFO] [stdout]     |   ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `Bounded` in `num`
[INFO] [stdout]   --> src/allocator.rs:50:18
[INFO] [stdout]    |
[INFO] [stdout] 50 |     ::core::num::Bounded::max_value()
[INFO] [stdout]    |                  ^^^^^^^ could not find `Bounded` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/allocator.rs:14:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |     unsafe fn alloc<T>(&mut self, items: uint) -> Option<*mut T>;
[INFO] [stdout]    |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/allocator.rs:16:43
[INFO] [stdout]    |
[INFO] [stdout] 16 |     unsafe fn calloc<T>(&mut self, items: uint) -> Option<*mut T> { #![inline]
[INFO] [stdout]    |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `set_memory` in module `intrinsics`
[INFO] [stdout]   --> src/allocator.rs:18:21
[INFO] [stdout]    |
[INFO] [stdout] 18 |         intrinsics::set_memory::<T>(p, 0, items);
[INFO] [stdout]    |                     ^^^^^^^^^^ not found in `intrinsics`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/allocator.rs:26:64
[INFO] [stdout]    |
[INFO] [stdout] 26 |     unsafe fn realloc<T>(&mut self, buf: &mut *mut T, current: uint, exact: uint) -> Option<uint>;
[INFO] [stdout]    |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/allocator.rs:26:77
[INFO] [stdout]    |
[INFO] [stdout] 26 |     unsafe fn realloc<T>(&mut self, buf: &mut *mut T, current: uint, exact: uint) -> Option<uint>;
[INFO] [stdout]    |                                                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/allocator.rs:26:93
[INFO] [stdout]    |
[INFO] [stdout] 26 |     unsafe fn realloc<T>(&mut self, buf: &mut *mut T, current: uint, exact: uint) -> Option<uint>;
[INFO] [stdout]    |                                                                                             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub trait Allocator<uint> {
[INFO] [stdout]    |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/allocator.rs:28:54
[INFO] [stdout]    |
[INFO] [stdout] 28 |     unsafe fn free<T>(&mut self, buf: *mut T, items: uint);
[INFO] [stdout]    |                                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/allocator.rs:35:63
[INFO] [stdout]    |
[INFO] [stdout] 35 |     unsafe fn ensure<T>(&mut self, buf: &mut *mut T, current: uint, min: uint) -> Option<uint> {
[INFO] [stdout]    |                                                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/allocator.rs:35:74
[INFO] [stdout]    |
[INFO] [stdout] 35 |     unsafe fn ensure<T>(&mut self, buf: &mut *mut T, current: uint, min: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/allocator.rs:35:90
[INFO] [stdout]    |
[INFO] [stdout] 35 |     unsafe fn ensure<T>(&mut self, buf: &mut *mut T, current: uint, min: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                                          ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub trait Allocator<uint> {
[INFO] [stdout]    |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/noop.rs:15:43
[INFO] [stdout]    |
[INFO] [stdout] 15 |     unsafe fn alloc<T>(&mut self, _count: uint) -> Option<*mut T> { 
[INFO] [stdout]    |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/noop.rs:19:44
[INFO] [stdout]    |
[INFO] [stdout] 19 |     unsafe fn calloc<T>(&mut self, _items: uint) -> Option<*mut T> { 
[INFO] [stdout]    |                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/noop.rs:23:65
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe fn realloc<T>(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/noop.rs:23:78
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe fn realloc<T>(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/noop.rs:23:94
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe fn realloc<T>(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                                              ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<uint> Allocator for NoopAlloc {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/noop.rs:31:64
[INFO] [stdout]    |
[INFO] [stdout] 31 |     unsafe fn ensure<T>(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/noop.rs:31:75
[INFO] [stdout]    |
[INFO] [stdout] 31 |     unsafe fn ensure<T>(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/noop.rs:31:91
[INFO] [stdout]    |
[INFO] [stdout] 31 |     unsafe fn ensure<T>(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                                           ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl<uint> Allocator for NoopAlloc {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/noop.rs:39:56
[INFO] [stdout]    |
[INFO] [stdout] 39 |     unsafe fn free<T>(&mut self, _buf: *mut T, _count: uint) {}
[INFO] [stdout]    |                                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/malloc.rs:17:42
[INFO] [stdout]    |
[INFO] [stdout] 17 |     unsafe fn alloc<T>(&mut self, count: uint) -> Option<*mut T> { #![inline]
[INFO] [stdout]    |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/malloc.rs:26:43
[INFO] [stdout]    |
[INFO] [stdout] 26 |     unsafe fn calloc<T>(&mut self, count: uint) -> Option<*mut T> { #![inline]
[INFO] [stdout]    |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/malloc.rs:32:65
[INFO] [stdout]    |
[INFO] [stdout] 32 |     unsafe fn realloc<T>(&mut self, buf: &mut *mut T, _current: uint, count: uint) -> Option<uint> { #![inline]
[INFO] [stdout]    |                                                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/malloc.rs:32:78
[INFO] [stdout]    |
[INFO] [stdout] 32 |     unsafe fn realloc<T>(&mut self, buf: &mut *mut T, _current: uint, count: uint) -> Option<uint> { #![inline]
[INFO] [stdout]    |                                                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/malloc.rs:32:94
[INFO] [stdout]    |
[INFO] [stdout] 32 |     unsafe fn realloc<T>(&mut self, buf: &mut *mut T, _current: uint, count: uint) -> Option<uint> { #![inline]
[INFO] [stdout]    |                                                                                              ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<uint> Allocator for Malloc {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/malloc.rs:42:56
[INFO] [stdout]    |
[INFO] [stdout] 42 |     unsafe fn free<T>(&mut self, _buf: *mut T, _count: uint) { #![inline]
[INFO] [stdout]    |                                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:22:17
[INFO] [stdout]    |
[INFO] [stdout] 22 |     chunk_size: uint,
[INFO] [stdout]    |                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:23:13
[INFO] [stdout]    |
[INFO] [stdout] 23 |     chunks: uint,
[INFO] [stdout]    |             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |     first_free: uint,
[INFO] [stdout]    |                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:31:28
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn new(chunk_size: uint) -> Arena { Arena {
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:45:42
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn add_custom_chunk(&mut self, size: uint, align: uint) -> Option<&mut Chunk> { unsafe {
[INFO] [stdout]    |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:45:55
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn add_custom_chunk(&mut self, size: uint, align: uint) -> Option<&mut Chunk> { unsafe {
[INFO] [stdout]    |                                                       ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/arena.rs:48:39
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let cp = self.ptr.offset(c as int);
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout]    |                                       |
[INFO] [stdout]    |                                       not found in this scope
[INFO] [stdout]    |                                       help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]   --> src/arena.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 |         for i in range(0, self.chunks as int) {
[INFO] [stdout]    |                  ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  8 + use alloc::slice::range;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/arena.rs:58:42
[INFO] [stdout]    |
[INFO] [stdout] 58 |         for i in range(0, self.chunks as int) {
[INFO] [stdout]    |                                          ^^^
[INFO] [stdout]    |                                          |
[INFO] [stdout]    |                                          not found in this scope
[INFO] [stdout]    |                                          help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:66:42
[INFO] [stdout]    |
[INFO] [stdout] 66 |     unsafe fn alloc<T>(&mut self, count: uint) -> Option<*mut T> {
[INFO] [stdout]    |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]   --> src/arena.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 |         for i in range(self.first_free, self.chunks) {
[INFO] [stdout]    |                  ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  8 + use alloc::slice::range;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]   --> src/arena.rs:81:64
[INFO] [stdout]    |
[INFO] [stdout] 81 |             let chunk: &mut Chunk = &mut *self.ptr.offset(i as int);
[INFO] [stdout]    |                                                                ^^^
[INFO] [stdout]    |                                                                |
[INFO] [stdout]    |                                                                not found in this scope
[INFO] [stdout]    |                                                                help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:99:65
[INFO] [stdout]    |
[INFO] [stdout] 99 |     unsafe fn realloc<T>(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                 ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:99:78
[INFO] [stdout]    |
[INFO] [stdout] 99 |     unsafe fn realloc<T>(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                              ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/arena.rs:99:94
[INFO] [stdout]    |
[INFO] [stdout] 99 |     unsafe fn realloc<T>(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option<uint> {
[INFO] [stdout]    |                                                                                              ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 65 | impl<uint> Allocator for Arena {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/arena.rs:107:64
[INFO] [stdout]     |
[INFO] [stdout] 107 |     unsafe fn ensure<T>(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option<uint> {
[INFO] [stdout]     |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/arena.rs:107:75
[INFO] [stdout]     |
[INFO] [stdout] 107 |     unsafe fn ensure<T>(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option<uint> {
[INFO] [stdout]     |                                                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/arena.rs:107:91
[INFO] [stdout]     |
[INFO] [stdout] 107 |     unsafe fn ensure<T>(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option<uint> {
[INFO] [stdout]     |                                                                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout]  65 | impl<uint> Allocator for Arena {
[INFO] [stdout]     |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/arena.rs:115:56
[INFO] [stdout]     |
[INFO] [stdout] 115 |     unsafe fn free<T>(&mut self, _buf: *mut T, _count: uint) {
[INFO] [stdout]     |                                                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/arena.rs:124:10
[INFO] [stdout]     |
[INFO] [stdout] 124 |     cap: uint,
[INFO] [stdout]     |          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/arena.rs:125:10
[INFO] [stdout]     |
[INFO] [stdout] 125 |     end: uint,
[INFO] [stdout]     |          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/arena.rs:132:34
[INFO] [stdout]     |
[INFO] [stdout] 132 |     fn fill(c: *mut Chunk, size: uint) -> Option<()> { #![inline] unsafe {
[INFO] [stdout]     |                                  ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/arena.rs:140:31
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn alloc(&mut self, size: uint, align: uint) -> Option<*mut u8> { #![inline] unsafe {
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/arena.rs:140:44
[INFO] [stdout]     |
[INFO] [stdout] 140 |     fn alloc(&mut self, size: uint, align: uint) -> Option<*mut u8> { #![inline] unsafe {
[INFO] [stdout]     |                                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/arena.rs:145:37
[INFO] [stdout]     |
[INFO] [stdout] 145 |         Some(self.ptr.offset(off as int))
[INFO] [stdout]     |                                     ^^^
[INFO] [stdout]     |                                     |
[INFO] [stdout]     |                                     not found in this scope
[INFO] [stdout]     |                                     help: perhaps you intended to use this type: `i32`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/rustalloc.rs:14:42
[INFO] [stdout]    |
[INFO] [stdout] 14 |     unsafe fn alloc<T>(&mut self, items: uint) -> Option<*mut T> { #![inline]
[INFO] [stdout]    |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/rustalloc.rs:23:64
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe fn realloc<T>(&mut self, buf: &mut *mut T, current: uint, exact: uint) -> Option<uint> { #![inline]
[INFO] [stdout]    |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/rustalloc.rs:23:77
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe fn realloc<T>(&mut self, buf: &mut *mut T, current: uint, exact: uint) -> Option<uint> { #![inline]
[INFO] [stdout]    |                                                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/rustalloc.rs:23:93
[INFO] [stdout]    |
[INFO] [stdout] 23 |     unsafe fn realloc<T>(&mut self, buf: &mut *mut T, current: uint, exact: uint) -> Option<uint> { #![inline]
[INFO] [stdout]    |                                                                                             ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<uint> Allocator for RustAlloc {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/rustalloc.rs:35:54
[INFO] [stdout]    |
[INFO] [stdout] 35 |     unsafe fn free<T>(&mut self, buf: *mut T, items: uint) { #![inline]
[INFO] [stdout]    |                                                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/lib.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | extern crate libc;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `unsafe_destructor`
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(unsafe_destructor, globs, phase, macro_rules)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `phase`
[INFO] [stdout]  --> src/lib.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(unsafe_destructor, globs, phase, macro_rules)]
[INFO] [stdout]   |                                      ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]  --> src/allocator.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use core::intrinsics;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | use libc::{malloc,calloc,realloc,free,size_t, c_void};
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | use libc::{malloc,calloc,realloc,free,size_t, c_void};
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:10:26
[INFO] [stdout]    |
[INFO] [stdout] 10 | use libc::{malloc,calloc,realloc,free,size_t, c_void};
[INFO] [stdout]    |                          ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:10:34
[INFO] [stdout]    |
[INFO] [stdout] 10 | use libc::{malloc,calloc,realloc,free,size_t, c_void};
[INFO] [stdout]    |                                  ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:10:39
[INFO] [stdout]    |
[INFO] [stdout] 10 | use libc::{malloc,calloc,realloc,free,size_t, c_void};
[INFO] [stdout]    |                                       ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:10:47
[INFO] [stdout]    |
[INFO] [stdout] 10 | use libc::{malloc,calloc,realloc,free,size_t, c_void};
[INFO] [stdout]    |                                               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:21:25
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let p: *mut T = malloc(try!(checked_cast!(count, size_t))) as *mut T;
[INFO] [stdout]    |                         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:27:25
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let p: *mut T = calloc(count as size_t, mem::size_of::<T>() as size_t) as *mut T;
[INFO] [stdout]    |                         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:27:41
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let p: *mut T = calloc(count as size_t, mem::size_of::<T>() as size_t) as *mut T;
[INFO] [stdout]    |                                         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:27:72
[INFO] [stdout]    |
[INFO] [stdout] 27 |         let p: *mut T = calloc(count as size_t, mem::size_of::<T>() as size_t) as *mut T;
[INFO] [stdout]    |                                                                        ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let p: *mut T = realloc((*buf) as *mut c_void, bytes as size_t) as *mut T;
[INFO] [stdout]    |                         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:36:65
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let p: *mut T = realloc((*buf) as *mut c_void, bytes as size_t) as *mut T;
[INFO] [stdout]    |                                                                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `rustc_private`: this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via `Cargo.toml` instead?
[INFO] [stdout]   --> src/malloc.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         free(_buf as *mut c_void);
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #27812 <https://github.com/rust-lang/rust/issues/27812> for more information
[INFO] [stdout]    = help: add `#![feature(rustc_private)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]   --> src/arena.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use core::intrinsics;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature `core_intrinsics`: intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library
[INFO] [stdout]  --> src/rustalloc.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core::intrinsics;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = help: add `#![feature(core_intrinsics)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2025-11-06; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/allocator.rs:53:21
[INFO] [stdout]    |
[INFO] [stdout] 53 | static SIZES: [u64, ..58] = [
[INFO] [stdout]    |                     ^^^^ expected `usize`, found `RangeTo<{integer}>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected type `usize`
[INFO] [stdout]             found struct `RangeTo<{integer}>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0184]: the trait `Copy` cannot be implemented for this type; the type has a destructor
[INFO] [stdout]    --> src/arena.rs:129:15
[INFO] [stdout]     |
[INFO] [stdout] 129 | impl Copy for Chunk {}
[INFO] [stdout]     |               ^^^^^ `Copy` not allowed on types with destructors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0184, E0259, E0308, E0412, E0425, E0432, E0433, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0184`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `allocator` (lib) due to 91 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "7c72b586f00c1200404d4a2d7225383690099314ff8d5b27481efc67553ab7ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c72b586f00c1200404d4a2d7225383690099314ff8d5b27481efc67553ab7ee", kill_on_drop: false }`
[INFO] [stdout] 7c72b586f00c1200404d4a2d7225383690099314ff8d5b27481efc67553ab7ee
