[INFO] fetching crate allocator 0.0.2... [INFO] documenting allocator-0.0.2 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate allocator 0.0.2 into /workspace/builds/worker-74/source [INFO] validating manifest of crates.io crate allocator 0.0.2 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-74/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5b3719e3636dde415975957a63ab244fcd81842ef2874e7dee8d83259c576eb6 [INFO] running `Command { std: "docker" "start" "-a" "5b3719e3636dde415975957a63ab244fcd81842ef2874e7dee8d83259c576eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5b3719e3636dde415975957a63ab244fcd81842ef2874e7dee8d83259c576eb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5b3719e3636dde415975957a63ab244fcd81842ef2874e7dee8d83259c576eb6", kill_on_drop: false }` [INFO] [stdout] 5b3719e3636dde415975957a63ab244fcd81842ef2874e7dee8d83259c576eb6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-74/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3215005b8446e6830cf6853c841b326e836631c6863558d9db25b146f3cf42fb [INFO] running `Command { std: "docker" "start" "-a" "3215005b8446e6830cf6853c841b326e836631c6863558d9db25b146f3cf42fb", kill_on_drop: false }` [INFO] [stderr] Checking checked_cast v0.0.3 [INFO] [stderr] Documenting allocator v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/allocator.rs:53:19 [INFO] [stdout] | [INFO] [stdout] 53 | static SIZES: [u64, ..58] = [ [INFO] [stdout] | ^ expected one of 7 possible tokens [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 `allocator::Allocator` [INFO] [stdout] --> src/lib.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | pub use allocator::{Allocator}; [INFO] [stdout] | ^^^^^^^^^ no `Allocator` in `allocator` [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 `allocator::Allocator` [INFO] [stdout] --> src/noop.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | pub use allocator::{Allocator}; [INFO] [stdout] | ^^^^^^^^^ no `Allocator` in `allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `allocator::Allocator` [INFO] [stdout] --> src/malloc.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | pub use allocator::{Allocator}; [INFO] [stdout] | ^^^^^^^^^ no `Allocator` in `allocator` [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 `allocator::Allocator` [INFO] [stdout] --> src/arena.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | pub use allocator::{Allocator}; [INFO] [stdout] | ^^^^^^^^^ no `Allocator` in `allocator` [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[E0432]: unresolved import `allocator::Allocator` [INFO] [stdout] --> src/rustalloc.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | pub use allocator::{Allocator}; [INFO] [stdout] | ^^^^^^^^^ no `Allocator` in `allocator` [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/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: consider importing this macro: [INFO] [stdout] checked_cast::checked_cast [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] [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[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/noop.rs:15:43 [INFO] [stdout] | [INFO] [stdout] 15 | unsafe fn alloc(&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(&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(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option { [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(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option { [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] 14 | impl Allocator for NoopAlloc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 23 | unsafe fn realloc(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option { [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:64 [INFO] [stdout] | [INFO] [stdout] 31 | unsafe fn ensure(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option { [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(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option { [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] 14 | impl Allocator for NoopAlloc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 31 | unsafe fn ensure(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option { [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:39:56 [INFO] [stdout] | [INFO] [stdout] 39 | unsafe fn free(&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(&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(&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(&mut self, buf: &mut *mut T, _current: uint, count: uint) -> Option { #![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(&mut self, buf: &mut *mut T, _current: uint, count: uint) -> Option { #![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] 16 | impl Allocator for Malloc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 32 | unsafe fn realloc(&mut self, buf: &mut *mut T, _current: uint, count: uint) -> Option { #![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:42:56 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe fn free(&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 `uint` in this scope [INFO] [stdout] --> src/arena.rs:66:42 [INFO] [stdout] | [INFO] [stdout] 66 | unsafe fn alloc(&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/arena.rs:99:65 [INFO] [stdout] | [INFO] [stdout] 99 | unsafe fn realloc(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option { [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(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option { [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] 65 | impl Allocator for Arena { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 99 | unsafe fn realloc(&mut self, _buf: &mut *mut T, current: uint, items: uint) -> Option { [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:64 [INFO] [stdout] | [INFO] [stdout] 107 | unsafe fn ensure(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option { [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(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option { [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] 65 | impl Allocator for Arena { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 107 | unsafe fn ensure(&mut self, _buf: &mut *mut T, current: uint, min: uint) -> Option { [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:115:56 [INFO] [stdout] | [INFO] [stdout] 115 | unsafe fn free(&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 `uint` in this scope [INFO] [stdout] --> src/rustalloc.rs:14:42 [INFO] [stdout] | [INFO] [stdout] 14 | unsafe fn alloc(&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(&mut self, buf: &mut *mut T, current: uint, exact: uint) -> Option { #![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(&mut self, buf: &mut *mut T, current: uint, exact: uint) -> Option { #![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] 13 | impl Allocator for RustAlloc { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 23 | unsafe fn realloc(&mut self, buf: &mut *mut T, current: uint, exact: uint) -> Option { #![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:35:54 [INFO] [stdout] | [INFO] [stdout] 35 | unsafe fn free(&mut self, buf: *mut T, items: uint) { #![inline] [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(unsafe_destructor, globs, phase, macro_rules)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: the feature `globs` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] = help: the feature `macro_rules` has been stable since 1.0.0 and no longer requires an attribute to enable [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `allocator` [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: aborting due to 58 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] Some errors have detailed explanations: E0259, E0412, E0432, E0554. [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name allocator src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="std"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=4244ebd0288d709c -L dependency=/opt/rustwide/target/debug/deps --extern checked_cast=/opt/rustwide/target/debug/deps/libchecked_cast-89b87885f001ab60.rmeta --cap-lints=warn --crate-version 0.0.2` (exit status: 1) [INFO] [stdout] For more information about an error, try `rustc --explain E0259`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3215005b8446e6830cf6853c841b326e836631c6863558d9db25b146f3cf42fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3215005b8446e6830cf6853c841b326e836631c6863558d9db25b146f3cf42fb", kill_on_drop: false }` [INFO] [stdout] 3215005b8446e6830cf6853c841b326e836631c6863558d9db25b146f3cf42fb