[INFO] fetching crate libaio 0.0.1...
[INFO] checking libaio-0.0.1 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate libaio 0.0.1 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate libaio 0.0.1 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 libaio 0.0.1
[INFO] finished tweaking crates.io crate libaio 0.0.1
[INFO] tweaked toml for crates.io crate libaio 0.0.1 written to /workspace/builds/worker-1-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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded eventfd v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 7544fc9ec7112b162cad2ce9acc0ea70edca7d146e0df7ecb2cbbf53cd8cc4d6
[INFO] running `Command { std: "docker" "start" "-a" "7544fc9ec7112b162cad2ce9acc0ea70edca7d146e0df7ecb2cbbf53cd8cc4d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7544fc9ec7112b162cad2ce9acc0ea70edca7d146e0df7ecb2cbbf53cd8cc4d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7544fc9ec7112b162cad2ce9acc0ea70edca7d146e0df7ecb2cbbf53cd8cc4d6", kill_on_drop: false }`
[INFO] [stdout] 7544fc9ec7112b162cad2ce9acc0ea70edca7d146e0df7ecb2cbbf53cd8cc4d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] ba71354156d1c4a9dab7c7b21abb0a9cd42979f43d828ae28a1ce21c341fbe81
[INFO] running `Command { std: "docker" "start" "-a" "ba71354156d1c4a9dab7c7b21abb0a9cd42979f43d828ae28a1ce21c341fbe81", kill_on_drop: false }`
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking eventfd v0.2.0
[INFO] [stderr]     Checking libaio v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found `assert_eq`
[INFO] [stdout]    --> src/raw.rs:554:42
[INFO] [stdout]     |
[INFO] [stdout] 554 |             assert_eq!(i < 10, p.is_ok())
[INFO] [stdout]     |                                          ^ help: add `;` here
[INFO] [stdout] 555 |             assert_eq!(full, p.is_err());
[INFO] [stdout]     |             --------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `assert_eq`
[INFO] [stdout]    --> src/raw.rs:554:42
[INFO] [stdout]     |
[INFO] [stdout] 554 |             assert_eq!(i < 10, p.is_ok())
[INFO] [stdout]     |                                          ^ help: add `;` here
[INFO] [stdout] 555 |             assert_eq!(full, p.is_err());
[INFO] [stdout]     |             --------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `:`
[INFO] [stdout]   --> src/chan.rs:32:43
[INFO] [stdout]    |
[INFO] [stdout] 32 | type OpTx<T, Wb, Rb> = SyncSender<proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>): Send>;
[INFO] [stdout]    |                                           ^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `:`
[INFO] [stdout]   --> src/chan.rs:32:43
[INFO] [stdout]    |
[INFO] [stdout] 32 | type OpTx<T, Wb, Rb> = SyncSender<proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>): Send>;
[INFO] [stdout]    |                                           ^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `:`
[INFO] [stdout]   --> src/chan.rs:32:43
[INFO] [stdout]    |
[INFO] [stdout] 32 | type OpTx<T, Wb, Rb> = SyncSender<proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>): Send>;
[INFO] [stdout]    |                                           ^ expected one of 7 possible tokens
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `:`
[INFO] [stdout]   --> src/chan.rs:32:43
[INFO] [stdout]    |
[INFO] [stdout] 32 | type OpTx<T, Wb, Rb> = SyncSender<proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>): Send>;
[INFO] [stdout]    |                                           ^ expected one of 7 possible tokens
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `||`
[INFO] [stdout]   --> src/directio.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn retry<T: SignedInt> (f: || -> T) -> T {
[INFO] [stdout]    |                            ^^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `||`
[INFO] [stdout]   --> src/directio.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn retry<T: SignedInt> (f: || -> T) -> T {
[INFO] [stdout]    |                            ^^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::os::unix::Fd`, `std::os::unix::AsRawFd`
[INFO] [stdout]  --> src/lib.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::unix::{Fd, AsRawFd};
[INFO] [stdout]   |                     ^^  ^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `Fd` in `os::unix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this trait instead:
[INFO] [stdout]           std::os::fd::AsRawFd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::IoError`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::io::IoError;
[INFO] [stdout]   |     ^^^^^^^^^-------
[INFO] [stdout]   |     |        |
[INFO] [stdout]   |     |        help: a similar name exists in the module: `Error`
[INFO] [stdout]   |     no `IoError` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::os::unix::Fd`, `std::os::unix::AsRawFd`
[INFO] [stdout]  --> src/lib.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::unix::{Fd, AsRawFd};
[INFO] [stdout]   |                     ^^  ^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `Fd` in `os::unix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this trait instead:
[INFO] [stdout]           std::os::fd::AsRawFd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::IoError`
[INFO] [stdout]  --> src/raw.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{IoResult, IoError};
[INFO] [stdout]   |               ^^^^^^^^  ^^^^^^^ no `IoError` in `io`
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `IoResult` in `io`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           IoError
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{Result, IoError};
[INFO] [stdout]   |               ~~~~~~
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{IoResult, Error};
[INFO] [stdout]   |                         ~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::IoError`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::io::IoError;
[INFO] [stdout]   |     ^^^^^^^^^-------
[INFO] [stdout]   |     |        |
[INFO] [stdout]   |     |        help: a similar name exists in the module: `Error`
[INFO] [stdout]   |     no `IoError` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show`
[INFO] [stdout]  --> src/raw.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::fmt::Show;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Show` in `fmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::unix::AsRawFd`
[INFO] [stdout]   --> src/raw.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::{AsRawFd};
[INFO] [stdout]    |                     ^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            AsRawFd
[INFO] [stdout]            std::os::fd::AsRawFd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::IoError`
[INFO] [stdout]  --> src/raw.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{IoResult, IoError};
[INFO] [stdout]   |               ^^^^^^^^  ^^^^^^^ no `IoError` in `io`
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `IoResult` in `io`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           IoError
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{Result, IoError};
[INFO] [stdout]   |               ~~~~~~
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{IoResult, Error};
[INFO] [stdout]   |                         ~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::comm`
[INFO] [stdout]  --> src/future.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::comm;
[INFO] [stdout]   |     ^^^^^^^^^ no `comm` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show`
[INFO] [stdout]  --> src/raw.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::fmt::Show;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Show` in `fmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::sync::Future`
[INFO] [stdout]  --> src/future.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ no `Future` in `sync`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait instead
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::future::Future;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::unix::AsRawFd`
[INFO] [stdout]   --> src/raw.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::{AsRawFd};
[INFO] [stdout]    |                     ^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            AsRawFd
[INFO] [stdout]            std::os::fd::AsRawFd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult`
[INFO] [stdout]  --> src/future.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::IoResult;
[INFO] [stdout]   |     ^^^^^^^^^--------
[INFO] [stdout]   |     |        |
[INFO] [stdout]   |     |        help: a similar name exists in the module: `Result`
[INFO] [stdout]   |     no `IoResult` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::unix::AsRawFd`
[INFO] [stdout]  --> src/future.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::os::unix::AsRawFd;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]   |
[INFO] [stdout] 9 | use AsRawFd;
[INFO] [stdout]   |     ~~~~~~~
[INFO] [stdout] 9 | use std::os::fd::AsRawFd;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::num::Int`, `std::num::SignedInt`
[INFO] [stdout]  --> src/directio.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::num::{Int, SignedInt};
[INFO] [stdout]   |                ^^^  ^^^^^^^^^ no `SignedInt` in `num`
[INFO] [stdout]   |                |
[INFO] [stdout]   |                no `Int` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::TempDir`, `std::io::File`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]    --> src/raw.rs:416:19
[INFO] [stdout]     |
[INFO] [stdout] 416 |     use std::io::{TempDir, File, Truncate, ReadWrite};
[INFO] [stdout]     |                   ^^^^^^^  ^^^^  ^^^^^^^^  ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]     |                   |        |     |
[INFO] [stdout]     |                   |        |     no `Truncate` in `io`
[INFO] [stdout]     |                   |        no `File` in `io`
[INFO] [stdout]     |                   no `TempDir` in `io`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::fs::File
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::comm`
[INFO] [stdout]  --> src/future.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::comm;
[INFO] [stdout]   |     ^^^^^^^^^ no `comm` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::sync::Future`
[INFO] [stdout]  --> src/future.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ no `Future` in `sync`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait instead
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::future::Future;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::FileMode`, `std::io::FileAccess`
[INFO] [stdout]  --> src/directio.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::io::{FileMode, FileAccess};
[INFO] [stdout]   |               ^^^^^^^^  ^^^^^^^^^^ no `FileAccess` in `io`
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `FileMode` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult`
[INFO] [stdout]  --> src/future.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::IoResult;
[INFO] [stdout]   |     ^^^^^^^^^--------
[INFO] [stdout]   |     |        |
[INFO] [stdout]   |     |        help: a similar name exists in the module: `Result`
[INFO] [stdout]   |     no `IoResult` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::unix::AsRawFd`
[INFO] [stdout]  --> src/future.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::os::unix::AsRawFd;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]   |
[INFO] [stdout] 9 | use AsRawFd;
[INFO] [stdout]   |     ~~~~~~~
[INFO] [stdout] 9 | use std::os::fd::AsRawFd;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::TempDir`, `std::io::File`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]    --> src/future.rs:144:19
[INFO] [stdout]     |
[INFO] [stdout] 144 |     use std::io::{TempDir, File, Truncate, ReadWrite};
[INFO] [stdout]     |                   ^^^^^^^  ^^^^  ^^^^^^^^  ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]     |                   |        |     |
[INFO] [stdout]     |                   |        |     no `Truncate` in `io`
[INFO] [stdout]     |                   |        no `File` in `io`
[INFO] [stdout]     |                   no `TempDir` in `io`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::fs::File
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::IoError`, `std::io::Open`, `std::io::Append`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]   --> src/directio.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |               ^^^^^^^^  ^^^^^^^  ^^^^  ^^^^^^  ^^^^^^^^               ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]    |               |         |        |     |       |
[INFO] [stdout]    |               |         |        |     |       no `Truncate` in `io`
[INFO] [stdout]    |               |         |        |     no `Append` in `io`
[INFO] [stdout]    |               |         |        no `Open` in `io`
[INFO] [stdout]    |               |         no `IoError` in `io`
[INFO] [stdout]    |               no `IoResult` in `io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            IoError
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{Result, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |               ~~~~~~
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, Error, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |                         ~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::os::unix::AsRawFd`, `std::os::unix::Fd`
[INFO] [stdout]   --> src/directio.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::{AsRawFd, Fd};
[INFO] [stdout]    |                     ^^^^^^^  ^^ no `Fd` in `os::unix`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     no `AsRawFd` in `os::unix`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            AsRawFd
[INFO] [stdout]            std::os::fd::AsRawFd
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            Fd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::rt::heap`
[INFO] [stdout]  --> src/aligned.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::rt::heap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ no `heap` in `rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::num::Int`, `std::num::SignedInt`
[INFO] [stdout]  --> src/directio.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::num::{Int, SignedInt};
[INFO] [stdout]   |                ^^^  ^^^^^^^^^ no `SignedInt` in `num`
[INFO] [stdout]   |                |
[INFO] [stdout]   |                no `Int` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::FileMode`, `std::io::FileAccess`
[INFO] [stdout]  --> src/directio.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::io::{FileMode, FileAccess};
[INFO] [stdout]   |               ^^^^^^^^  ^^^^^^^^^^ no `FileAccess` in `io`
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `FileMode` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::IoError`, `std::io::Open`, `std::io::Append`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]   --> src/directio.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |               ^^^^^^^^  ^^^^^^^  ^^^^  ^^^^^^  ^^^^^^^^               ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]    |               |         |        |     |       |
[INFO] [stdout]    |               |         |        |     |       no `Truncate` in `io`
[INFO] [stdout]    |               |         |        |     no `Append` in `io`
[INFO] [stdout]    |               |         |        no `Open` in `io`
[INFO] [stdout]    |               |         no `IoError` in `io`
[INFO] [stdout]    |               no `IoResult` in `io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            IoError
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{Result, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |               ~~~~~~
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, Error, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |                         ~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::os::unix::AsRawFd`, `std::os::unix::Fd`
[INFO] [stdout]   --> src/directio.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::{AsRawFd, Fd};
[INFO] [stdout]    |                     ^^^^^^^  ^^ no `Fd` in `os::unix`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     no `AsRawFd` in `os::unix`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            AsRawFd
[INFO] [stdout]            std::os::fd::AsRawFd
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            Fd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::TempDir`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]   --> src/directio.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |     use std::io::{TempDir, Truncate, ReadWrite};
[INFO] [stdout]    |                   ^^^^^^^  ^^^^^^^^  ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]    |                   |        |
[INFO] [stdout]    |                   |        no `Truncate` in `io`
[INFO] [stdout]    |                   no `TempDir` in `io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            directio::Truncate
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            directio::ReadWrite
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::rt::heap`
[INFO] [stdout]  --> src/aligned.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::rt::heap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ no `heap` in `rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:166:7
[INFO] [stdout]     |
[INFO] [stdout] 166 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:177:7
[INFO] [stdout]     |
[INFO] [stdout] 177 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:188:7
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:196:7
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout] 207 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:218:7
[INFO] [stdout]     |
[INFO] [stdout] 218 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:230:7
[INFO] [stdout]     |
[INFO] [stdout] 230 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/raw.rs:442:11
[INFO] [stdout]     |
[INFO] [stdout] 442 |         #[deriving(Show)]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stdout]   --> src/lib.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IoError::from_errno(::libc::consts::os::posix88::EAGAIN as uint, true)
[INFO] [stdout]    |                                 ^^^^^^ could not find `consts` in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]  --> src/buf.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rdupdate(&mut self, _base: uint, _len: 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/buf.rs:9:47
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rdupdate(&mut self, _base: uint, _len: uint) {}
[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/pool.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Free(int),                 // Index of next entry in freelist, -1 for none
[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 `int` in this scope
[INFO] [stdout]   --> src/pool.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     freelist: 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/pool.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |     used: 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/pool.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(size: uint) -> Pool<T> {
[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/pool.rs:19:62
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Pool { pool: Vec::from_fn(size, |i| Slot::Free((i as int) - 1)), freelist: (size - 1) as int, used: 0 }
[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 `int` in this scope
[INFO] [stdout]   --> src/pool.rs:19:98
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Pool { pool: Vec::from_fn(size, |i| Slot::Free((i as int) - 1)), freelist: (size - 1) as int, used: 0 }
[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/pool.rs:23:51
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn allocidx(&mut self, init: T) -> Result<uint, T> {
[INFO] [stdout]    |                                                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl<T, uint> Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:27:52
[INFO] [stdout]    |
[INFO] [stdout] 27 |             self.freelist = match self.pool[idx as 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/pool.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 |             self.pool[idx as uint] = Slot::Alloc(init);
[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/pool.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Ok(idx as 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/pool.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn freeidx(&mut self, idx: uint) -> T {
[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/pool.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |         self.freelist = idx 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/pool.rs:52:24
[INFO] [stdout]    |
[INFO] [stdout] 52 |         assert!(ptr as uint >= self.pool.as_ptr() as 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/pool.rs:52:54
[INFO] [stdout]    |
[INFO] [stdout] 52 |         assert!(ptr as uint >= self.pool.as_ptr() as 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/pool.rs:54:28
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let idx = ((ptr as uint) - (self.pool.as_ptr() as uint)) / std::mem::size_of::<Slot<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/pool.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let idx = ((ptr as uint) - (self.pool.as_ptr() as uint)) / std::mem::size_of::<Slot<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/pool.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn limit(&self) -> uint { self.pool.len() }
[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/pool.rs:64:27
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn used(&self) -> uint { self.used }
[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/pool.rs:68:28
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn avail(&self) -> uint { self.limit() - self.used() }
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Index` in this scope
[INFO] [stdout]   --> src/pool.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |         ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::ops::Index;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:71:15
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T, uint> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn index(&self, idx: &uint) -> &T {
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `IndexMut` in this scope
[INFO] [stdout]   --> src/pool.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::ops::IndexMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T, uint> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:81:35
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn index_mut(&mut self, idx: &uint) -> &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/raw.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |     maxops: uint,               // max batch size
[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/raw.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |     submitted: uint,            // number of submitted IO operations
[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/raw.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn new(maxops: uint) -> IoResult<Iocontext<T, Wb, Rb>> {
[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/raw.rs:124:42
[INFO] [stdout]     |
[INFO] [stdout] 124 |             Err(IoError::from_errno(e as uint, true))
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in this scope
[INFO] [stdout]    --> src/raw.rs:132:51
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn get_evfd_stream(&mut self) -> IoResult<Receiver<u64>> {
[INFO] [stdout]     |                                                   ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 8   + use std::sync::mpsc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:145:42
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn submit(&mut self) -> IoResult<uint> {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<T: Send, Wb : WrBuf + Send, Rb : RdBuf + Send, uint> Iocontext<T, Wb, Rb> {
[INFO] [stdout]     |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:155:47
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 Err(IoError::from_errno(-r as uint, true))
[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/raw.rs:157:31
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 let ru = r as uint;
[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/raw.rs:160:26
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 for _ in range(0, r) {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 8   + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:173:30
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn batched(&self) -> uint { self.batch.len() }
[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/raw.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn submitted(&self) -> uint { self.submitted }
[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/raw.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn pending(&self) -> uint { self.batched() + self.submitted() }
[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/raw.rs:182:29
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub fn maxops(&self) -> uint { self.maxops }
[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/raw.rs:191:36
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<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/raw.rs:191:47
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<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/raw.rs:191:123
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<uint>)>> {
[INFO] [stdout]     |                                                                                                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<T: Send, Wb : WrBuf + Send, Rb : RdBuf + Send, uint> Iocontext<T, Wb, Rb> {
[INFO] [stdout]     |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:199:43
[INFO] [stdout]     |
[INFO] [stdout] 199 |             Err(IoError::from_errno(-r as uint, true))
[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/raw.rs:201:29
[INFO] [stdout]     |
[INFO] [stdout] 201 |             v.truncate(r as 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/raw.rs:204:80
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 let evres = if ev.res < 0 { Err(IoError::from_errno(-ev.res as uint, true)) } else { Ok(ev.res as 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/raw.rs:204:115
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 let evres = if ev.res < 0 { Err(IoError::from_errno(-ev.res as uint, true)) } else { Ok(ev.res as 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/raw.rs:347:70
[INFO] [stdout]     |
[INFO] [stdout] 347 |             panic!("io_destroy failed {}", IoError::from_errno(-r as uint, true));
[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/raw.rs:377:20
[INFO] [stdout]     |
[INFO] [stdout] 377 |     fn new(maxops: uint) -> Iobatch<T, Wb, Rb> {
[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/raw.rs:384:22
[INFO] [stdout]     |
[INFO] [stdout] 384 |     fn len(&self) -> uint { self.iocbp.len() }
[INFO] [stdout]     |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Pread(SyncSender<(IoResult<uint>, Rb)>),
[INFO] [stdout]    |           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Pread(SyncSender<(IoResult<uint>, Rb)>),
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Preadv(SyncSender<(IoResult<uint>, Vec<Rb>)>),
[INFO] [stdout]    |            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Preadv(SyncSender<(IoResult<uint>, Vec<Rb>)>),
[INFO] [stdout]    |                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Pwrite(SyncSender<(IoResult<uint>, Wb)>),
[INFO] [stdout]    |            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Pwrite(SyncSender<(IoResult<uint>, Wb)>),
[INFO] [stdout]    |                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Pwritev(SyncSender<(IoResult<uint>, Vec<Wb>)>),
[INFO] [stdout]    |             ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Pwritev(SyncSender<(IoResult<uint>, Vec<Wb>)>),
[INFO] [stdout]    |                                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |     Fsync(SyncSender<IoResult<()>>),
[INFO] [stdout]    |           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(max: uint) -> IoResult<Iocontext<Wb, Rb>> {
[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/future.rs:80:90
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn pread<F: AsRawFd>(&mut self, file: &F, buf: Rb, off: u64) -> Future<(IoResult<uint>, Rb)> {
[INFO] [stdout]    |                                                                                          ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]    |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:90:97
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn preadv<F: AsRawFd>(&mut self, file: &F, bufv: Vec<Rb>, off: u64) -> Future<(IoResult<uint>, Vec<Rb>)> {
[INFO] [stdout]    |                                                                                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]    |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/future.rs:100:91
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn pwrite<F: AsRawFd>(&mut self, file: &F, buf: Wb, off: u64) -> Future<(IoResult<uint>, Wb)> {
[INFO] [stdout]     |                                                                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 30  | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]     |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/future.rs:110:98
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pwritev<F: AsRawFd>(&mut self, file: &F, bufv: Vec<Wb>, off: u64) -> Future<(IoResult<uint>, Vec<Wb>)> {
[INFO] [stdout]     |                                                                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 30  | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]     |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:16:27
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct DirectFile(FD, uint);
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `errno` in module `std::os`
[INFO] [stdout]   --> src/directio.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as uint { }
[INFO] [stdout]    |                                  ^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:25:60
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as 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/directio.rs:32:71
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn open(path: &Path, fm: FileMode, fa: FileAccess, alignment: uint) -> IoResult<DirectFile> {
[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/directio.rs:54:32
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn alignment(&self) -> uint { let DirectFile(_, a) = *self; a }
[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/directio.rs:56:69
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn pread(&self, buf: &mut AlignedBuf, off: u64) -> IoResult<uint> {
[INFO] [stdout]    |                                                                     ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<uint> DirectFile {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Ok(r as 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/directio.rs:67:66
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn pwrite(&self, buf: &AlignedBuf, off: u64) -> IoResult<uint> {
[INFO] [stdout]    |                                                                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<uint> DirectFile {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |             Ok(r as 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/aligned.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     align: uint,                // alignment of buffer
[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/aligned.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |     len: uint,                  // length of allocated memory
[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/aligned.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     valid: uint,                // length of valid/initialized memory
[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/aligned.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn ispower2(n: uint) -> bool {
[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/aligned.rs:25:40
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:25:50
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:25:63
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:39:38
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub unsafe fn alloc_uninit(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:39:51
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub unsafe fn alloc_uninit(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn alloc(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:56:37
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn alloc(size: uint, align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:61:26
[INFO] [stdout]    |
[INFO] [stdout] 61 |                     ptr::zero_memory(b.buf, b.len);
[INFO] [stdout]    |                          ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:70:43
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn from_slice(data: &[u8], align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:75:26
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     ptr::copy_nonoverlapping_memory(b.buf, data.as_ptr(), data.len());
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/intrinsics.rs:2962:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `copy_nonoverlapping` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:78:30
[INFO] [stdout]    |
[INFO] [stdout] 78 |                         ptr::zero_memory((b.buf as uint + data.len()) as *mut u8, b.len - data.len())
[INFO] [stdout]    |                              ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:78:52
[INFO] [stdout]    |
[INFO] [stdout] 78 |                         ptr::zero_memory((b.buf as uint + data.len()) as *mut u8, b.len - data.len())
[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/aligned.rs:90:50
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub unsafe fn extend_uninit(&mut self, size: uint) -> bool {
[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/aligned.rs:112:36
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn extend(&mut self, size: uint) -> bool {
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]    --> src/aligned.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 ptr::zero_memory((self.buf as uint + origsz) as *mut u8, self.len - origsz);
[INFO] [stdout]     |                      ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:119:47
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 ptr::zero_memory((self.buf as uint + origsz) as *mut u8, self.len - origsz);
[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/aligned.rs:128:36
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn shrink(&mut self, size: uint) -> bool {
[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/aligned.rs:154:26
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn len(&self) -> uint { self.len }
[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/aligned.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn valid(&self) -> uint { self.valid }
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `AsSlice` in this scope
[INFO] [stdout]    --> src/aligned.rs:164:6
[INFO] [stdout]     |
[INFO] [stdout] 164 | impl AsSlice<u8> for AlignedBuf {
[INFO] [stdout]     |      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `ptr`
[INFO] [stdout]    --> src/aligned.rs:182:30
[INFO] [stdout]     |
[INFO] [stdout] 182 |                         ptr::copy_nonoverlapping_memory(b.buf, self.buf as *const u8, b.valid);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/intrinsics.rs:2962:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named function `copy_nonoverlapping` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_raw_mut_buf` in module `slice`
[INFO] [stdout]    --> src/aligned.rs:197:25
[INFO] [stdout]     |
[INFO] [stdout] 197 |         unsafe { slice::from_raw_mut_buf(&self.buf, self.len) }
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ not found in `slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:201:34
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn rdupdate(&mut self, base: uint, len: 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/aligned.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn rdupdate(&mut self, base: uint, len: uint) {
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_raw_mut_buf` in module `slice`
[INFO] [stdout]    --> src/aligned.rs:214:25
[INFO] [stdout]     |
[INFO] [stdout] 214 |         unsafe { slice::from_raw_mut_buf(&self.buf, self.valid) }
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ not found in `slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/lib.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IoError::from_errno(::libc::consts::os::posix88::EAGAIN as uint, true)
[INFO] [stdout]    |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]  --> src/aioabi.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::default::Default;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Default` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PREAD` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     IO_CMD_PREAD = 0,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPread`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PWRITE` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     IO_CMD_PWRITE = 1,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPwrite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_FSYNC` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     IO_CMD_FSYNC = 2,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdFsync`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_FDSYNC` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     IO_CMD_FDSYNC = 3,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdFdsync`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_NOOP` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     IO_CMD_NOOP = 6,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdNoop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PREADV` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     IO_CMD_PREADV = 7,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPreadv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PWRITEV` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     IO_CMD_PWRITEV = 8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPwritev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]   --> src/raw.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::default::Default;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Default` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/future.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Ok(Iocontext { ctx: try!(raw::Iocontext::new(max)) })
[INFO] [stdout]    |                             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Read`, `Write`
[INFO] [stdout]   --> src/directio.rs:10:58
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |                                                          ^^^^  ^^^^^
[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:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 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 '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/aioabi.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |            ^^^^^^^^
[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/aioabi.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                      ^^^^^^^^
[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/aioabi.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                                ^^^^^^^^
[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/aioabi.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                                          ^^^^^^^
[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/aioabi.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:51
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:59
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:66
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use libc::timespec;
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub data: uint64_t,             // ends up in io_event.data
[INFO] [stdout]    |               ^^^^^^^^
[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/aioabi.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub data: uint64_t,             // ends up in io_event.data
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub key: uint32_t,
[INFO] [stdout]    |              ^^^^^^^^
[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/aioabi.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub key: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub aio_reserved1: uint32_t,
[INFO] [stdout]    |                        ^^^^^^^^
[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/aioabi.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub aio_reserved1: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/aioabi.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub aio_lio_opcode: uint16_t,
[INFO] [stdout]    |                         ^^^^^^^^
[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/aioabi.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub aio_lio_opcode: uint16_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/aioabi.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub aio_reqprio: uint16_t,
[INFO] [stdout]    |                      ^^^^^^^^
[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/aioabi.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub aio_reqprio: uint16_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub aio_fildes: uint32_t,
[INFO] [stdout]    |                     ^^^^^^^^
[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/aioabi.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub aio_fildes: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:26:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub aio_buf: uint64_t,
[INFO] [stdout]    |                  ^^^^^^^^
[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/aioabi.rs:26:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub aio_buf: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub aio_count: uint64_t,        // bytes or iovec entries
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub aio_count: uint64_t,        // bytes or iovec entries
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub aio_offset: uint64_t,
[INFO] [stdout]    |                     ^^^^^^^^
[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/aioabi.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub aio_offset: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub aio_reserved2: uint64_t,
[INFO] [stdout]    |                        ^^^^^^^^
[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/aioabi.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub aio_reserved2: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub aio_flags: uint32_t,
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub aio_flags: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub aio_resfd: uint32_t,
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub aio_resfd: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub data: uint64_t,
[INFO] [stdout]    |               ^^^^^^^^
[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/aioabi.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub data: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub obj: uint64_t,
[INFO] [stdout]    |              ^^^^^^^^
[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/aioabi.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub obj: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/aioabi.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub res: int64_t,
[INFO] [stdout]    |              ^^^^^^^
[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/aioabi.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub res: int64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/aioabi.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub res2: int64_t,
[INFO] [stdout]    |               ^^^^^^^
[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/aioabi.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub res2: int64_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 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 '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/aioabi.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub iov_len: size_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 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 '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/aioabi.rs:89:37
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn io_queue_init(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:89:72
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn io_queue_init(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:90:51
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn io_queue_release(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:91:47
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn io_queue_run(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:92:32
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn io_setup(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:92:67
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn io_setup(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:93:45
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn io_destroy(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn io_submit(ctx: io_context_t, nr: c_long, ios: *mut *mut Struct_iocb) -> c_int;
[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 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 '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/aioabi.rs:94:84
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn io_submit(ctx: io_context_t, nr: c_long, ios: *mut *mut Struct_iocb) -> c_int;
[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 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 '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/aioabi.rs:95:95
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn io_cancel(ctx: io_context_t, iocb: *mut Struct_iocb, evt: *mut Struct_io_event) -> c_int;
[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 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 '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/aioabi.rs:96:55
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn io_getevents(ctx_id: io_context_t, min_nr: c_long,
[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 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 '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/aioabi.rs:97:29
[INFO] [stdout]    |
[INFO] [stdout] 97 |                         nr: c_long, events: *mut Struct_io_event,
[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 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 '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/aioabi.rs:98:39
[INFO] [stdout]    |
[INFO] [stdout] 98 |                         timeout: *mut timespec) -> c_int;
[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 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 '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/aioabi.rs:98:52
[INFO] [stdout]    |
[INFO] [stdout] 98 |                         timeout: *mut timespec) -> c_int;
[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 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 '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/raw.rs:102:45
[INFO] [stdout]     |
[INFO] [stdout] 102 | fn timespec_from_duration(dur: Duration) -> aio::timespec {
[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 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 '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/raw.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     aio::timespec { tv_sec: dur.num_seconds(), tv_nsec: dur.num_nanoseconds().unwrap() % 1_000_000_000 }
[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 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 '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/directio.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 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 '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/directio.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{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 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 '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/directio.rs:25:45
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as uint { }
[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 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 '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/directio.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |             Append => libc::O_APPEND,
[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 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 '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/directio.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 |             Truncate => libc::O_TRUNC,
[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 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 '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/directio.rs:40:30
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Read => (flags | libc::O_RDONLY, 0),
[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 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 '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/directio.rs:41:31
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Write => (flags | libc::O_WRONLY | libc::O_CREAT,
[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 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 '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/directio.rs:41:48
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Write => (flags | libc::O_WRONLY | libc::O_CREAT,
[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 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 '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/directio.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 |                       libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:42:39
[INFO] [stdout]    |
[INFO] [stdout] 42 |                       libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:43:35
[INFO] [stdout]    |
[INFO] [stdout] 43 |             ReadWrite => (flags | libc::O_RDWR | libc::O_CREAT,
[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 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 '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/directio.rs:43:50
[INFO] [stdout]    |
[INFO] [stdout] 43 |             ReadWrite => (flags | libc::O_RDWR | libc::O_CREAT,
[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 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 '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/directio.rs:44:27
[INFO] [stdout]    |
[INFO] [stdout] 44 |                           libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:44:43
[INFO] [stdout]    |
[INFO] [stdout] 44 |                           libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:48:33
[INFO] [stdout]    |
[INFO] [stdout] 48 |         match retry(|| unsafe { libc::open(path.as_ptr(), flags, mode) }) {
[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 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 '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/directio.rs:58:26
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let r = unsafe { ::libc::pread(fd.as_raw_fd(), buf.as_mut_ptr() as *mut c_void, buf.len() as u64, off as i64) };
[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 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 '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/directio.rs:69:26
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let r = unsafe { ::libc::pwrite(fd.as_raw_fd(), buf.as_slice().as_ptr() as *const c_void, buf.len() as u64, off as i64) };
[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 2024-03-14; 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:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(unsafe_destructor)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stdout]   --> src/lib.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IoError::from_errno(::libc::consts::os::posix88::EAGAIN as uint, true)
[INFO] [stdout]    |                                 ^^^^^^ could not find `consts` in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]  --> src/buf.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rdupdate(&mut self, _base: uint, _len: 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/buf.rs:9:47
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rdupdate(&mut self, _base: uint, _len: uint) {}
[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/pool.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Free(int),                 // Index of next entry in freelist, -1 for none
[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 `int` in this scope
[INFO] [stdout]   --> src/pool.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     freelist: 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/pool.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |     used: 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/pool.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(size: uint) -> Pool<T> {
[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/pool.rs:19:62
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Pool { pool: Vec::from_fn(size, |i| Slot::Free((i as int) - 1)), freelist: (size - 1) as int, used: 0 }
[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 `int` in this scope
[INFO] [stdout]   --> src/pool.rs:19:98
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Pool { pool: Vec::from_fn(size, |i| Slot::Free((i as int) - 1)), freelist: (size - 1) as int, used: 0 }
[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/pool.rs:23:51
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn allocidx(&mut self, init: T) -> Result<uint, T> {
[INFO] [stdout]    |                                                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl<T, uint> Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:27:52
[INFO] [stdout]    |
[INFO] [stdout] 27 |             self.freelist = match self.pool[idx as 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/pool.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 |             self.pool[idx as uint] = Slot::Alloc(init);
[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/pool.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Ok(idx as 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/pool.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn freeidx(&mut self, idx: uint) -> T {
[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/pool.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |         self.freelist = idx 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/pool.rs:52:24
[INFO] [stdout]    |
[INFO] [stdout] 52 |         assert!(ptr as uint >= self.pool.as_ptr() as 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/pool.rs:52:54
[INFO] [stdout]    |
[INFO] [stdout] 52 |         assert!(ptr as uint >= self.pool.as_ptr() as 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/pool.rs:54:28
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let idx = ((ptr as uint) - (self.pool.as_ptr() as uint)) / std::mem::size_of::<Slot<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/pool.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let idx = ((ptr as uint) - (self.pool.as_ptr() as uint)) / std::mem::size_of::<Slot<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/pool.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn limit(&self) -> uint { self.pool.len() }
[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/pool.rs:64:27
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn used(&self) -> uint { self.used }
[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/pool.rs:68:28
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn avail(&self) -> uint { self.limit() - self.used() }
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Index` in this scope
[INFO] [stdout]   --> src/pool.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |         ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::ops::Index;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:71:15
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T, uint> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `f` in this scope
[INFO] [stdout]   --> src/directio.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let n = f();
[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/pool.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn index(&self, idx: &uint) -> &T {
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 184 previous errors; 31 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `IndexMut` in this scope
[INFO] [stdout]   --> src/pool.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::ops::IndexMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T, uint> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:81:35
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn index_mut(&mut self, idx: &uint) -> &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/pool.rs:101:18
[INFO] [stdout]     |
[INFO] [stdout] 101 |         for i in range(0i,4) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 91  +     use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/pool.rs:104:44
[INFO] [stdout]     |
[INFO] [stdout] 104 |             assert!(p.used() == (i + 1) as uint);
[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/pool.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout] 124 |         for i in range(0i, 20) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 91  +     use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> src/pool.rs:149:18
[INFO] [stdout]     |
[INFO] [stdout] 149 |         for i in range(0i, 20) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 91  +     use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/pool.rs:156:52
[INFO] [stdout]     |
[INFO] [stdout] 156 |             v.push(&p[idx.ok().unwrap()] as *const 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 `int` in this scope
[INFO] [stdout]    --> src/pool.rs:226:43
[INFO] [stdout]     |
[INFO] [stdout] 226 |         unsafe { p.freeptr(&foo as *const 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 `int` in this scope
[INFO] [stdout]    --> src/pool.rs:238:41
[INFO] [stdout]     |
[INFO] [stdout] 238 |             let ptr = ((&p[0] as *const int as uint) - 256) as *const 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/pool.rs:238:48
[INFO] [stdout]     |
[INFO] [stdout] 238 |             let ptr = ((&p[0] as *const int as uint) - 256) as *const int;
[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/pool.rs:238:71
[INFO] [stdout]     |
[INFO] [stdout] 238 |             let ptr = ((&p[0] as *const int as uint) - 256) as *const 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/raw.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |     maxops: uint,               // max batch size
[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/raw.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |     submitted: uint,            // number of submitted IO operations
[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/raw.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn new(maxops: uint) -> IoResult<Iocontext<T, Wb, Rb>> {
[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/raw.rs:124:42
[INFO] [stdout]     |
[INFO] [stdout] 124 |             Err(IoError::from_errno(e as uint, true))
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in this scope
[INFO] [stdout]    --> src/raw.rs:132:51
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn get_evfd_stream(&mut self) -> IoResult<Receiver<u64>> {
[INFO] [stdout]     |                                                   ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 8   + use std::sync::mpsc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:145:42
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn submit(&mut self) -> IoResult<uint> {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<T: Send, Wb : WrBuf + Send, Rb : RdBuf + Send, uint> Iocontext<T, Wb, Rb> {
[INFO] [stdout]     |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:155:47
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 Err(IoError::from_errno(-r as uint, true))
[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/raw.rs:157:31
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 let ru = r as uint;
[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/raw.rs:160:26
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 for _ in range(0, r) {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 8   + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:173:30
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn batched(&self) -> uint { self.batch.len() }
[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/raw.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn submitted(&self) -> uint { self.submitted }
[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/raw.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn pending(&self) -> uint { self.batched() + self.submitted() }
[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/raw.rs:182:29
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub fn maxops(&self) -> uint { self.maxops }
[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/raw.rs:191:36
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<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/raw.rs:191:47
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<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/raw.rs:191:123
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<uint>)>> {
[INFO] [stdout]     |                                                                                                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<T: Send, Wb : WrBuf + Send, Rb : RdBuf + Send, uint> Iocontext<T, Wb, Rb> {
[INFO] [stdout]     |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:199:43
[INFO] [stdout]     |
[INFO] [stdout] 199 |             Err(IoError::from_errno(-r as uint, true))
[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/raw.rs:201:29
[INFO] [stdout]     |
[INFO] [stdout] 201 |             v.truncate(r as 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/raw.rs:204:80
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 let evres = if ev.res < 0 { Err(IoError::from_errno(-ev.res as uint, true)) } else { Ok(ev.res as 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/raw.rs:204:115
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 let evres = if ev.res < 0 { Err(IoError::from_errno(-ev.res as uint, true)) } else { Ok(ev.res as 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/raw.rs:347:70
[INFO] [stdout]     |
[INFO] [stdout] 347 |             panic!("io_destroy failed {}", IoError::from_errno(-r as uint, true));
[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/raw.rs:377:20
[INFO] [stdout]     |
[INFO] [stdout] 377 |     fn new(maxops: uint) -> Iobatch<T, Wb, Rb> {
[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/raw.rs:384:22
[INFO] [stdout]     |
[INFO] [stdout] 384 |     fn len(&self) -> uint { self.iocbp.len() }
[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/raw.rs:421:29
[INFO] [stdout]     |
[INFO] [stdout] 421 |         let mut b : Iobatch<uint, Vec<u8>, Vec<u8>> = Iobatch::new(100);
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn batch_simple<uint>() {
[INFO] [stdout]     |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/raw.rs:500:32
[INFO] [stdout]     |
[INFO] [stdout] 500 |         let mut io : Iocontext<int, Vec<u8>, Vec<u8>> = match Iocontext::new(100) {
[INFO] [stdout]     |                                ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 500 |         let mut io : Iocontext<i32, Vec<u8>, Vec<u8>> = match Iocontext::new(100) {
[INFO] [stdout]     |                                ~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 499 |     fn raw_writev<int>() {
[INFO] [stdout]     |                  +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:539:32
[INFO] [stdout]     |
[INFO] [stdout] 539 |         let mut io : Iocontext<uint, Vec<u8>, Vec<u8>> = match Iocontext::new(10) {
[INFO] [stdout]     |                                ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 538 |     fn raw_limit<uint>() {
[INFO] [stdout]     |                 ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> src/raw.rs:545:18
[INFO] [stdout]     |
[INFO] [stdout] 545 |         for i in range(0, 20) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 412 +     use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Pread(SyncSender<(IoResult<uint>, Rb)>),
[INFO] [stdout]    |           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Pread(SyncSender<(IoResult<uint>, Rb)>),
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Preadv(SyncSender<(IoResult<uint>, Vec<Rb>)>),
[INFO] [stdout]    |            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Preadv(SyncSender<(IoResult<uint>, Vec<Rb>)>),
[INFO] [stdout]    |                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Pwrite(SyncSender<(IoResult<uint>, Wb)>),
[INFO] [stdout]    |            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Pwrite(SyncSender<(IoResult<uint>, Wb)>),
[INFO] [stdout]    |                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Pwritev(SyncSender<(IoResult<uint>, Vec<Wb>)>),
[INFO] [stdout]    |             ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Pwritev(SyncSender<(IoResult<uint>, Vec<Wb>)>),
[INFO] [stdout]    |                                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |     Fsync(SyncSender<IoResult<()>>),
[INFO] [stdout]    |           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(max: uint) -> IoResult<Iocontext<Wb, Rb>> {
[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/future.rs:80:90
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn pread<F: AsRawFd>(&mut self, file: &F, buf: Rb, off: u64) -> Future<(IoResult<uint>, Rb)> {
[INFO] [stdout]    |                                                                                          ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]    |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:90:97
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn preadv<F: AsRawFd>(&mut self, file: &F, bufv: Vec<Rb>, off: u64) -> Future<(IoResult<uint>, Vec<Rb>)> {
[INFO] [stdout]    |                                                                                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]    |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/future.rs:100:91
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn pwrite<F: AsRawFd>(&mut self, file: &F, buf: Wb, off: u64) -> Future<(IoResult<uint>, Wb)> {
[INFO] [stdout]     |                                                                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 30  | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]     |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/future.rs:110:98
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pwritev<F: AsRawFd>(&mut self, file: &F, bufv: Vec<Wb>, off: u64) -> Future<(IoResult<uint>, Vec<Wb>)> {
[INFO] [stdout]     |                                                                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 30  | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]     |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:16:27
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct DirectFile(FD, uint);
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `errno` in module `std::os`
[INFO] [stdout]   --> src/directio.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as uint { }
[INFO] [stdout]    |                                  ^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:25:60
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as 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/directio.rs:32:71
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn open(path: &Path, fm: FileMode, fa: FileAccess, alignment: uint) -> IoResult<DirectFile> {
[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/directio.rs:54:32
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn alignment(&self) -> uint { let DirectFile(_, a) = *self; a }
[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/directio.rs:56:69
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn pread(&self, buf: &mut AlignedBuf, off: u64) -> IoResult<uint> {
[INFO] [stdout]    |                                                                     ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<uint> DirectFile {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Ok(r as 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/directio.rs:67:66
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn pwrite(&self, buf: &AlignedBuf, off: u64) -> IoResult<uint> {
[INFO] [stdout]    |                                                                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<uint> DirectFile {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |             Ok(r as 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/aligned.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     align: uint,                // alignment of buffer
[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/aligned.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |     len: uint,                  // length of allocated memory
[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/aligned.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     valid: uint,                // length of valid/initialized memory
[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/aligned.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn ispower2(n: uint) -> bool {
[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/aligned.rs:25:40
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:25:50
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:25:63
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:39:38
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub unsafe fn alloc_uninit(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:39:51
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub unsafe fn alloc_uninit(size: uint, align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                                                   ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libaio` (lib) due to 185 previous errors; 31 warnings emitted
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn alloc(size: uint, align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:56:37
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn alloc(size: uint, align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:61:26
[INFO] [stdout]    |
[INFO] [stdout] 61 |                     ptr::zero_memory(b.buf, b.len);
[INFO] [stdout]    |                          ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:70:43
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn from_slice(data: &[u8], align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:75:26
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     ptr::copy_nonoverlapping_memory(b.buf, data.as_ptr(), data.len());
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping`
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/intrinsics.rs:2962:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `copy_nonoverlapping` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:78:30
[INFO] [stdout]    |
[INFO] [stdout] 78 |                         ptr::zero_memory((b.buf as uint + data.len()) as *mut u8, b.len - data.len())
[INFO] [stdout]    |                              ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:78:52
[INFO] [stdout]    |
[INFO] [stdout] 78 |                         ptr::zero_memory((b.buf as uint + data.len()) as *mut u8, b.len - data.len())
[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/aligned.rs:90:50
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub unsafe fn extend_uninit(&mut self, size: uint) -> bool {
[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/aligned.rs:112:36
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn extend(&mut self, size: uint) -> bool {
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]    --> src/aligned.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 ptr::zero_memory((self.buf as uint + origsz) as *mut u8, self.len - origsz);
[INFO] [stdout]     |                      ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:119:47
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 ptr::zero_memory((self.buf as uint + origsz) as *mut u8, self.len - origsz);
[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/aligned.rs:128:36
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn shrink(&mut self, size: uint) -> bool {
[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/aligned.rs:154:26
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn len(&self) -> uint { self.len }
[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/aligned.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn valid(&self) -> uint { self.valid }
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `AsSlice` in this scope
[INFO] [stdout]    --> src/aligned.rs:164:6
[INFO] [stdout]     |
[INFO] [stdout] 164 | impl AsSlice<u8> for AlignedBuf {
[INFO] [stdout]     |      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `ptr`
[INFO] [stdout]    --> src/aligned.rs:182:30
[INFO] [stdout]     |
[INFO] [stdout] 182 |                         ptr::copy_nonoverlapping_memory(b.buf, self.buf as *const u8, b.valid);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping`
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/core/src/intrinsics.rs:2962:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named function `copy_nonoverlapping` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_raw_mut_buf` in module `slice`
[INFO] [stdout]    --> src/aligned.rs:197:25
[INFO] [stdout]     |
[INFO] [stdout] 197 |         unsafe { slice::from_raw_mut_buf(&self.buf, self.len) }
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ not found in `slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:201:34
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn rdupdate(&mut self, base: uint, len: 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/aligned.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn rdupdate(&mut self, base: uint, len: uint) {
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_raw_mut_buf` in module `slice`
[INFO] [stdout]    --> src/aligned.rs:214:25
[INFO] [stdout]     |
[INFO] [stdout] 214 |         unsafe { slice::from_raw_mut_buf(&self.buf, self.valid) }
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ not found in `slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:222:20
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn alloc(size: uint, align: uint) -> AlignedBuf {
[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/aligned.rs:222:33
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn alloc(size: uint, align: uint) -> AlignedBuf {
[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/lib.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IoError::from_errno(::libc::consts::os::posix88::EAGAIN as uint, true)
[INFO] [stdout]    |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]  --> src/aioabi.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::default::Default;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Default` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PREAD` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     IO_CMD_PREAD = 0,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPread`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PWRITE` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     IO_CMD_PWRITE = 1,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPwrite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_FSYNC` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     IO_CMD_FSYNC = 2,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdFsync`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_FDSYNC` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     IO_CMD_FDSYNC = 3,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdFdsync`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_NOOP` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     IO_CMD_NOOP = 6,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdNoop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PREADV` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     IO_CMD_PREADV = 7,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPreadv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PWRITEV` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     IO_CMD_PWRITEV = 8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPwritev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]   --> src/raw.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::default::Default;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Default` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]    --> src/raw.rs:413:9
[INFO] [stdout]     |
[INFO] [stdout] 413 |     use std::default::Default;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `Default` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/raw.rs:443:23
[INFO] [stdout]     |
[INFO] [stdout] 443 |         enum Op {R, W};
[INFO] [stdout]     |                       ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/future.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Ok(Iocontext { ctx: try!(raw::Iocontext::new(max)) })
[INFO] [stdout]    |                             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Read`, `Write`
[INFO] [stdout]   --> src/directio.rs:10:58
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |                                                          ^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:101:24
[INFO] [stdout]     |
[INFO] [stdout] 101 |         for i in range(0i,4) {
[INFO] [stdout]     |                        ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |         for i in range(0i, 20) {
[INFO] [stdout]     |                        ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |         for i in range(0i, 20) {
[INFO] [stdout]     |                        ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/raw.rs:511:46
[INFO] [stdout]     |
[INFO] [stdout] 511 |         let ok = io.pwritev(&file, wbufs, 0, 0i).is_ok();
[INFO] [stdout]     |                                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:170:30
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:181:30
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:192:16
[INFO] [stdout]     |
[INFO] [stdout] 192 |         p[0] = 1i;
[INFO] [stdout]     |                ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |         let foo = 1i;
[INFO] [stdout]     |                   ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:223:30
[INFO] [stdout]     |
[INFO] [stdout] 223 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:234:30
[INFO] [stdout]     |
[INFO] [stdout] 234 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[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:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 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 '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/aioabi.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |            ^^^^^^^^
[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/aioabi.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                      ^^^^^^^^
[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/aioabi.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                                ^^^^^^^^
[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/aioabi.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                                          ^^^^^^^
[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/aioabi.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:51
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:59
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:66
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use libc::timespec;
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub data: uint64_t,             // ends up in io_event.data
[INFO] [stdout]    |               ^^^^^^^^
[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/aioabi.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub data: uint64_t,             // ends up in io_event.data
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub key: uint32_t,
[INFO] [stdout]    |              ^^^^^^^^
[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/aioabi.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub key: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub aio_reserved1: uint32_t,
[INFO] [stdout]    |                        ^^^^^^^^
[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/aioabi.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub aio_reserved1: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/aioabi.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub aio_lio_opcode: uint16_t,
[INFO] [stdout]    |                         ^^^^^^^^
[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/aioabi.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub aio_lio_opcode: uint16_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/aioabi.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub aio_reqprio: uint16_t,
[INFO] [stdout]    |                      ^^^^^^^^
[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/aioabi.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub aio_reqprio: uint16_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub aio_fildes: uint32_t,
[INFO] [stdout]    |                     ^^^^^^^^
[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/aioabi.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub aio_fildes: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:26:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub aio_buf: uint64_t,
[INFO] [stdout]    |                  ^^^^^^^^
[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/aioabi.rs:26:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub aio_buf: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub aio_count: uint64_t,        // bytes or iovec entries
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub aio_count: uint64_t,        // bytes or iovec entries
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub aio_offset: uint64_t,
[INFO] [stdout]    |                     ^^^^^^^^
[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/aioabi.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub aio_offset: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub aio_reserved2: uint64_t,
[INFO] [stdout]    |                        ^^^^^^^^
[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/aioabi.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub aio_reserved2: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub aio_flags: uint32_t,
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub aio_flags: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub aio_resfd: uint32_t,
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub aio_resfd: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub data: uint64_t,
[INFO] [stdout]    |               ^^^^^^^^
[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/aioabi.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub data: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub obj: uint64_t,
[INFO] [stdout]    |              ^^^^^^^^
[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/aioabi.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub obj: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/aioabi.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub res: int64_t,
[INFO] [stdout]    |              ^^^^^^^
[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/aioabi.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub res: int64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/aioabi.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub res2: int64_t,
[INFO] [stdout]    |               ^^^^^^^
[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/aioabi.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub res2: int64_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 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 '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/aioabi.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub iov_len: size_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 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 '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/aioabi.rs:89:37
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn io_queue_init(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:89:72
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn io_queue_init(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:90:51
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn io_queue_release(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:91:47
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn io_queue_run(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:92:32
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn io_setup(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:92:67
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn io_setup(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:93:45
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn io_destroy(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn io_submit(ctx: io_context_t, nr: c_long, ios: *mut *mut Struct_iocb) -> c_int;
[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 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 '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/aioabi.rs:94:84
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn io_submit(ctx: io_context_t, nr: c_long, ios: *mut *mut Struct_iocb) -> c_int;
[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 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 '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/aioabi.rs:95:95
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn io_cancel(ctx: io_context_t, iocb: *mut Struct_iocb, evt: *mut Struct_io_event) -> c_int;
[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 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 '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/aioabi.rs:96:55
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn io_getevents(ctx_id: io_context_t, min_nr: c_long,
[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 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 '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/aioabi.rs:97:29
[INFO] [stdout]    |
[INFO] [stdout] 97 |                         nr: c_long, events: *mut Struct_io_event,
[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 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 '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/aioabi.rs:98:39
[INFO] [stdout]    |
[INFO] [stdout] 98 |                         timeout: *mut timespec) -> c_int;
[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 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 '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/aioabi.rs:98:52
[INFO] [stdout]    |
[INFO] [stdout] 98 |                         timeout: *mut timespec) -> c_int;
[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 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 '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/raw.rs:102:45
[INFO] [stdout]     |
[INFO] [stdout] 102 | fn timespec_from_duration(dur: Duration) -> aio::timespec {
[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 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 '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/raw.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     aio::timespec { tv_sec: dur.num_seconds(), tv_nsec: dur.num_nanoseconds().unwrap() % 1_000_000_000 }
[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 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 '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/directio.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 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 '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/directio.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{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 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 '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/directio.rs:25:45
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as uint { }
[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 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 '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/directio.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |             Append => libc::O_APPEND,
[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 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 '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/directio.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 |             Truncate => libc::O_TRUNC,
[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 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 '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/directio.rs:40:30
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Read => (flags | libc::O_RDONLY, 0),
[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 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 '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/directio.rs:41:31
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Write => (flags | libc::O_WRONLY | libc::O_CREAT,
[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 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 '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/directio.rs:41:48
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Write => (flags | libc::O_WRONLY | libc::O_CREAT,
[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 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 '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/directio.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 |                       libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:42:39
[INFO] [stdout]    |
[INFO] [stdout] 42 |                       libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:43:35
[INFO] [stdout]    |
[INFO] [stdout] 43 |             ReadWrite => (flags | libc::O_RDWR | libc::O_CREAT,
[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 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 '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/directio.rs:43:50
[INFO] [stdout]    |
[INFO] [stdout] 43 |             ReadWrite => (flags | libc::O_RDWR | libc::O_CREAT,
[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 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 '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/directio.rs:44:27
[INFO] [stdout]    |
[INFO] [stdout] 44 |                           libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:44:43
[INFO] [stdout]    |
[INFO] [stdout] 44 |                           libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:48:33
[INFO] [stdout]    |
[INFO] [stdout] 48 |         match retry(|| unsafe { libc::open(path.as_ptr(), flags, mode) }) {
[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 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 '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/directio.rs:58:26
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let r = unsafe { ::libc::pread(fd.as_raw_fd(), buf.as_mut_ptr() as *mut c_void, buf.len() as u64, off as i64) };
[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 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 '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/directio.rs:69:26
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let r = unsafe { ::libc::pwrite(fd.as_raw_fd(), buf.as_slice().as_ptr() as *const c_void, buf.len() as u64, off as i64) };
[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 2024-03-14; 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:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(unsafe_destructor)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `f` in this scope
[INFO] [stdout]   --> src/directio.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let n = f();
[INFO] [stdout]    |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 222 previous errors; 33 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libaio` (lib test) due to 223 previous errors; 33 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "ba71354156d1c4a9dab7c7b21abb0a9cd42979f43d828ae28a1ce21c341fbe81", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba71354156d1c4a9dab7c7b21abb0a9cd42979f43d828ae28a1ce21c341fbe81", kill_on_drop: false }`
[INFO] [stdout] ba71354156d1c4a9dab7c7b21abb0a9cd42979f43d828ae28a1ce21c341fbe81
[INFO] checking libaio-0.0.1 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate libaio 0.0.1 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate libaio 0.0.1 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 libaio 0.0.1
[INFO] finished tweaking crates.io crate libaio 0.0.1
[INFO] tweaked toml for crates.io crate libaio 0.0.1 written to /workspace/builds/worker-1-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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] f6f3ea8ed721a5c081b93376104d84f2a1fb0ee46874b851b3a5ae683b5a7ed5
[INFO] running `Command { std: "docker" "start" "-a" "f6f3ea8ed721a5c081b93376104d84f2a1fb0ee46874b851b3a5ae683b5a7ed5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6f3ea8ed721a5c081b93376104d84f2a1fb0ee46874b851b3a5ae683b5a7ed5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6f3ea8ed721a5c081b93376104d84f2a1fb0ee46874b851b3a5ae683b5a7ed5", kill_on_drop: false }`
[INFO] [stdout] f6f3ea8ed721a5c081b93376104d84f2a1fb0ee46874b851b3a5ae683b5a7ed5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 77118191f4d6cb613ee82c31de1357efcfb1c4b5c7cfc606fa50aea6fd0e3302
[INFO] running `Command { std: "docker" "start" "-a" "77118191f4d6cb613ee82c31de1357efcfb1c4b5c7cfc606fa50aea6fd0e3302", kill_on_drop: false }`
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]     Checking nix v0.24.3
[INFO] [stderr]     Checking eventfd v0.2.0
[INFO] [stderr]     Checking libaio v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found `assert_eq`
[INFO] [stdout]    --> src/raw.rs:554:42
[INFO] [stdout]     |
[INFO] [stdout] 554 |             assert_eq!(i < 10, p.is_ok())
[INFO] [stdout]     |                                          ^ help: add `;` here
[INFO] [stdout] 555 |             assert_eq!(full, p.is_err());
[INFO] [stdout]     |             --------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `assert_eq`
[INFO] [stdout]    --> src/raw.rs:554:42
[INFO] [stdout]     |
[INFO] [stdout] 554 |             assert_eq!(i < 10, p.is_ok())
[INFO] [stdout]     |                                          ^ help: add `;` here
[INFO] [stdout] 555 |             assert_eq!(full, p.is_err());
[INFO] [stdout]     |             --------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `:`
[INFO] [stdout]   --> src/chan.rs:32:43
[INFO] [stdout]    |
[INFO] [stdout] 32 | type OpTx<T, Wb, Rb> = SyncSender<proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>): Send>;
[INFO] [stdout]    |                                           ^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `:`
[INFO] [stdout]   --> src/chan.rs:32:43
[INFO] [stdout]    |
[INFO] [stdout] 32 | type OpTx<T, Wb, Rb> = SyncSender<proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>): Send>;
[INFO] [stdout]    |                                           ^ expected one of 7 possible tokens
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `:`
[INFO] [stdout]   --> src/chan.rs:32:43
[INFO] [stdout]    |
[INFO] [stdout] 32 | type OpTx<T, Wb, Rb> = SyncSender<proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>): Send>;
[INFO] [stdout]    |                                           ^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `(`, `)`, `+`, `,`, `::`, or `<`, found `:`
[INFO] [stdout]   --> src/chan.rs:32:43
[INFO] [stdout]    |
[INFO] [stdout] 32 | type OpTx<T, Wb, Rb> = SyncSender<proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>): Send>;
[INFO] [stdout]    |                                           ^ expected one of 7 possible tokens
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `||`
[INFO] [stdout]   --> src/directio.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn retry<T: SignedInt> (f: || -> T) -> T {
[INFO] [stdout]    |                            ^^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected type, found `||`
[INFO] [stdout]   --> src/directio.rs:21:28
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn retry<T: SignedInt> (f: || -> T) -> T {
[INFO] [stdout]    |                            ^^ expected type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::os::unix::Fd`, `std::os::unix::AsRawFd`
[INFO] [stdout]  --> src/lib.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::unix::{Fd, AsRawFd};
[INFO] [stdout]   |                     ^^  ^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `Fd` in `os::unix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this trait instead:
[INFO] [stdout]           std::os::fd::AsRawFd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::IoError`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::io::IoError;
[INFO] [stdout]   |     ^^^^^^^^^-------
[INFO] [stdout]   |     |        |
[INFO] [stdout]   |     |        help: a similar name exists in the module: `Error`
[INFO] [stdout]   |     no `IoError` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::IoError`
[INFO] [stdout]  --> src/raw.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{IoResult, IoError};
[INFO] [stdout]   |               ^^^^^^^^  ^^^^^^^ no `IoError` in `io`
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `IoResult` in `io`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           IoError
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{Result, IoError};
[INFO] [stdout]   |               ~~~~~~
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{IoResult, Error};
[INFO] [stdout]   |                         ~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show`
[INFO] [stdout]  --> src/raw.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::fmt::Show;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Show` in `fmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::unix::AsRawFd`
[INFO] [stdout]   --> src/raw.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::{AsRawFd};
[INFO] [stdout]    |                     ^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            AsRawFd
[INFO] [stdout]            std::os::fd::AsRawFd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::comm`
[INFO] [stdout]  --> src/future.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::comm;
[INFO] [stdout]   |     ^^^^^^^^^ no `comm` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::sync::Future`
[INFO] [stdout]  --> src/future.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ no `Future` in `sync`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait instead
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::future::Future;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::os::unix::Fd`, `std::os::unix::AsRawFd`
[INFO] [stdout]  --> src/lib.rs:6:21
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::os::unix::{Fd, AsRawFd};
[INFO] [stdout]   |                     ^^  ^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]   |                     |
[INFO] [stdout]   |                     no `Fd` in `os::unix`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this trait instead:
[INFO] [stdout]           std::os::fd::AsRawFd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult`
[INFO] [stdout]  --> src/future.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::IoResult;
[INFO] [stdout]   |     ^^^^^^^^^--------
[INFO] [stdout]   |     |        |
[INFO] [stdout]   |     |        help: a similar name exists in the module: `Result`
[INFO] [stdout]   |     no `IoResult` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::IoError`
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::io::IoError;
[INFO] [stdout]   |     ^^^^^^^^^-------
[INFO] [stdout]   |     |        |
[INFO] [stdout]   |     |        help: a similar name exists in the module: `Error`
[INFO] [stdout]   |     no `IoError` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::unix::AsRawFd`
[INFO] [stdout]  --> src/future.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::os::unix::AsRawFd;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]   |
[INFO] [stdout] 9 | use AsRawFd;
[INFO] [stdout]   |     ~~~~~~~
[INFO] [stdout] 9 | use std::os::fd::AsRawFd;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::IoError`
[INFO] [stdout]  --> src/raw.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{IoResult, IoError};
[INFO] [stdout]   |               ^^^^^^^^  ^^^^^^^ no `IoError` in `io`
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `IoResult` in `io`
[INFO] [stdout]   |
[INFO] [stdout]   = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]           IoError
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{Result, IoError};
[INFO] [stdout]   |               ~~~~~~
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::{IoResult, Error};
[INFO] [stdout]   |                         ~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::num::Int`, `std::num::SignedInt`
[INFO] [stdout]  --> src/directio.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::num::{Int, SignedInt};
[INFO] [stdout]   |                ^^^  ^^^^^^^^^ no `SignedInt` in `num`
[INFO] [stdout]   |                |
[INFO] [stdout]   |                no `Int` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::fmt::Show`
[INFO] [stdout]  --> src/raw.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::fmt::Show;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Show` in `fmt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::FileMode`, `std::io::FileAccess`
[INFO] [stdout]  --> src/directio.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::io::{FileMode, FileAccess};
[INFO] [stdout]   |               ^^^^^^^^  ^^^^^^^^^^ no `FileAccess` in `io`
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `FileMode` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::unix::AsRawFd`
[INFO] [stdout]   --> src/raw.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::{AsRawFd};
[INFO] [stdout]    |                     ^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            AsRawFd
[INFO] [stdout]            std::os::fd::AsRawFd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::TempDir`, `std::io::File`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]    --> src/raw.rs:416:19
[INFO] [stdout]     |
[INFO] [stdout] 416 |     use std::io::{TempDir, File, Truncate, ReadWrite};
[INFO] [stdout]     |                   ^^^^^^^  ^^^^  ^^^^^^^^  ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]     |                   |        |     |
[INFO] [stdout]     |                   |        |     no `Truncate` in `io`
[INFO] [stdout]     |                   |        no `File` in `io`
[INFO] [stdout]     |                   no `TempDir` in `io`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::fs::File
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::IoError`, `std::io::Open`, `std::io::Append`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]   --> src/directio.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |               ^^^^^^^^  ^^^^^^^  ^^^^  ^^^^^^  ^^^^^^^^               ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]    |               |         |        |     |       |
[INFO] [stdout]    |               |         |        |     |       no `Truncate` in `io`
[INFO] [stdout]    |               |         |        |     no `Append` in `io`
[INFO] [stdout]    |               |         |        no `Open` in `io`
[INFO] [stdout]    |               |         no `IoError` in `io`
[INFO] [stdout]    |               no `IoResult` in `io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            IoError
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{Result, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |               ~~~~~~
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, Error, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |                         ~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::comm`
[INFO] [stdout]  --> src/future.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use std::comm;
[INFO] [stdout]   |     ^^^^^^^^^ no `comm` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::sync::Future`
[INFO] [stdout]  --> src/future.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::sync::Future;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ no `Future` in `sync`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this trait instead
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::future::Future;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::os::unix::AsRawFd`, `std::os::unix::Fd`
[INFO] [stdout]   --> src/directio.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::{AsRawFd, Fd};
[INFO] [stdout]    |                     ^^^^^^^  ^^ no `Fd` in `os::unix`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     no `AsRawFd` in `os::unix`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            AsRawFd
[INFO] [stdout]            std::os::fd::AsRawFd
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            Fd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::rt::heap`
[INFO] [stdout]  --> src/aligned.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::rt::heap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ no `heap` in `rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult`
[INFO] [stdout]  --> src/future.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::io::IoResult;
[INFO] [stdout]   |     ^^^^^^^^^--------
[INFO] [stdout]   |     |        |
[INFO] [stdout]   |     |        help: a similar name exists in the module: `Result`
[INFO] [stdout]   |     no `IoResult` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::os::unix::AsRawFd`
[INFO] [stdout]  --> src/future.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::os::unix::AsRawFd;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^ no `AsRawFd` in `os::unix`
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing one of these items instead
[INFO] [stdout]   |
[INFO] [stdout] 9 | use AsRawFd;
[INFO] [stdout]   |     ~~~~~~~
[INFO] [stdout] 9 | use std::os::fd::AsRawFd;
[INFO] [stdout]   |     ~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::TempDir`, `std::io::File`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]    --> src/future.rs:144:19
[INFO] [stdout]     |
[INFO] [stdout] 144 |     use std::io::{TempDir, File, Truncate, ReadWrite};
[INFO] [stdout]     |                   ^^^^^^^  ^^^^  ^^^^^^^^  ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]     |                   |        |     |
[INFO] [stdout]     |                   |        |     no `Truncate` in `io`
[INFO] [stdout]     |                   |        no `File` in `io`
[INFO] [stdout]     |                   no `TempDir` in `io`
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider importing this struct instead:
[INFO] [stdout]             std::fs::File
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::num::Int`, `std::num::SignedInt`
[INFO] [stdout]  --> src/directio.rs:7:16
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::num::{Int, SignedInt};
[INFO] [stdout]   |                ^^^  ^^^^^^^^^ no `SignedInt` in `num`
[INFO] [stdout]   |                |
[INFO] [stdout]   |                no `Int` in `num`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::FileMode`, `std::io::FileAccess`
[INFO] [stdout]  --> src/directio.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use std::io::{FileMode, FileAccess};
[INFO] [stdout]   |               ^^^^^^^^  ^^^^^^^^^^ no `FileAccess` in `io`
[INFO] [stdout]   |               |
[INFO] [stdout]   |               no `FileMode` in `io`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::IoResult`, `std::io::IoError`, `std::io::Open`, `std::io::Append`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]   --> src/directio.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |               ^^^^^^^^  ^^^^^^^  ^^^^  ^^^^^^  ^^^^^^^^               ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]    |               |         |        |     |       |
[INFO] [stdout]    |               |         |        |     |       no `Truncate` in `io`
[INFO] [stdout]    |               |         |        |     no `Append` in `io`
[INFO] [stdout]    |               |         |        no `Open` in `io`
[INFO] [stdout]    |               |         no `IoError` in `io`
[INFO] [stdout]    |               no `IoResult` in `io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            IoError
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{Result, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |               ~~~~~~
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, Error, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |                         ~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::os::unix::AsRawFd`, `std::os::unix::Fd`
[INFO] [stdout]   --> src/directio.rs:11:21
[INFO] [stdout]    |
[INFO] [stdout] 11 | use std::os::unix::{AsRawFd, Fd};
[INFO] [stdout]    |                     ^^^^^^^  ^^ no `Fd` in `os::unix`
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     no `AsRawFd` in `os::unix`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing one of these items instead:
[INFO] [stdout]            AsRawFd
[INFO] [stdout]            std::os::fd::AsRawFd
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            Fd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `std::io::TempDir`, `std::io::Truncate`, `std::io::ReadWrite`
[INFO] [stdout]   --> src/directio.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |     use std::io::{TempDir, Truncate, ReadWrite};
[INFO] [stdout]    |                   ^^^^^^^  ^^^^^^^^  ^^^^^^^^^ no `ReadWrite` in `io`
[INFO] [stdout]    |                   |        |
[INFO] [stdout]    |                   |        no `Truncate` in `io`
[INFO] [stdout]    |                   no `TempDir` in `io`
[INFO] [stdout]    |
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            directio::Truncate
[INFO] [stdout]    = help: consider importing this unresolved item through its public re-export instead:
[INFO] [stdout]            directio::ReadWrite
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::rt::heap`
[INFO] [stdout]  --> src/aligned.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use std::rt::heap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^ no `heap` in `rt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:166:7
[INFO] [stdout]     |
[INFO] [stdout] 166 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:177:7
[INFO] [stdout]     |
[INFO] [stdout] 177 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:188:7
[INFO] [stdout]     |
[INFO] [stdout] 188 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:196:7
[INFO] [stdout]     |
[INFO] [stdout] 196 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:207:7
[INFO] [stdout]     |
[INFO] [stdout] 207 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:218:7
[INFO] [stdout]     |
[INFO] [stdout] 218 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `should_fail` in this scope
[INFO] [stdout]    --> src/pool.rs:230:7
[INFO] [stdout]     |
[INFO] [stdout] 230 |     #[should_fail]
[INFO] [stdout]     |       ^^^^^^^^^^^ help: a built-in attribute with a similar name exists: `should_panic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `deriving` in this scope
[INFO] [stdout]    --> src/raw.rs:442:11
[INFO] [stdout]     |
[INFO] [stdout] 442 |         #[deriving(Show)]
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stdout]   --> src/lib.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IoError::from_errno(::libc::consts::os::posix88::EAGAIN as uint, true)
[INFO] [stdout]    |                                 ^^^^^^ could not find `consts` in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]  --> src/buf.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rdupdate(&mut self, _base: uint, _len: 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/buf.rs:9:47
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rdupdate(&mut self, _base: uint, _len: uint) {}
[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/pool.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Free(int),                 // Index of next entry in freelist, -1 for none
[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 `int` in this scope
[INFO] [stdout]   --> src/pool.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     freelist: 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/pool.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |     used: 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/pool.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(size: uint) -> Pool<T> {
[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/pool.rs:19:62
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Pool { pool: Vec::from_fn(size, |i| Slot::Free((i as int) - 1)), freelist: (size - 1) as int, used: 0 }
[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 `int` in this scope
[INFO] [stdout]   --> src/pool.rs:19:98
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Pool { pool: Vec::from_fn(size, |i| Slot::Free((i as int) - 1)), freelist: (size - 1) as int, used: 0 }
[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/pool.rs:23:51
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn allocidx(&mut self, init: T) -> Result<uint, T> {
[INFO] [stdout]    |                                                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl<T, uint> Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:27:52
[INFO] [stdout]    |
[INFO] [stdout] 27 |             self.freelist = match self.pool[idx as 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/pool.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 |             self.pool[idx as uint] = Slot::Alloc(init);
[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/pool.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Ok(idx as 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/pool.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn freeidx(&mut self, idx: uint) -> T {
[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/pool.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |         self.freelist = idx 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/pool.rs:52:24
[INFO] [stdout]    |
[INFO] [stdout] 52 |         assert!(ptr as uint >= self.pool.as_ptr() as 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/pool.rs:52:54
[INFO] [stdout]    |
[INFO] [stdout] 52 |         assert!(ptr as uint >= self.pool.as_ptr() as 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/pool.rs:54:28
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let idx = ((ptr as uint) - (self.pool.as_ptr() as uint)) / std::mem::size_of::<Slot<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/pool.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let idx = ((ptr as uint) - (self.pool.as_ptr() as uint)) / std::mem::size_of::<Slot<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/pool.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn limit(&self) -> uint { self.pool.len() }
[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/pool.rs:64:27
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn used(&self) -> uint { self.used }
[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/pool.rs:68:28
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn avail(&self) -> uint { self.limit() - self.used() }
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Index` in this scope
[INFO] [stdout]   --> src/pool.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |         ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::ops::Index;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:71:15
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T, uint> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn index(&self, idx: &uint) -> &T {
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `IndexMut` in this scope
[INFO] [stdout]   --> src/pool.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::ops::IndexMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T, uint> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:81:35
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn index_mut(&mut self, idx: &uint) -> &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/raw.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |     maxops: uint,               // max batch size
[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/raw.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |     submitted: uint,            // number of submitted IO operations
[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/raw.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn new(maxops: uint) -> IoResult<Iocontext<T, Wb, Rb>> {
[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/raw.rs:124:42
[INFO] [stdout]     |
[INFO] [stdout] 124 |             Err(IoError::from_errno(e as uint, true))
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in this scope
[INFO] [stdout]    --> src/raw.rs:132:51
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn get_evfd_stream(&mut self) -> IoResult<Receiver<u64>> {
[INFO] [stdout]     |                                                   ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 8   + use std::sync::mpsc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:145:42
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn submit(&mut self) -> IoResult<uint> {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<T: Send, Wb : WrBuf + Send, Rb : RdBuf + Send, uint> Iocontext<T, Wb, Rb> {
[INFO] [stdout]     |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:155:47
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 Err(IoError::from_errno(-r as uint, true))
[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/raw.rs:157:31
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 let ru = r as uint;
[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/raw.rs:160:26
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 for _ in range(0, r) {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 8   + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:173:30
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn batched(&self) -> uint { self.batch.len() }
[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/raw.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn submitted(&self) -> uint { self.submitted }
[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/raw.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn pending(&self) -> uint { self.batched() + self.submitted() }
[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/raw.rs:182:29
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub fn maxops(&self) -> uint { self.maxops }
[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/raw.rs:191:36
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<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/raw.rs:191:47
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<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/raw.rs:191:123
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<uint>)>> {
[INFO] [stdout]     |                                                                                                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<T: Send, Wb : WrBuf + Send, Rb : RdBuf + Send, uint> Iocontext<T, Wb, Rb> {
[INFO] [stdout]     |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:199:43
[INFO] [stdout]     |
[INFO] [stdout] 199 |             Err(IoError::from_errno(-r as uint, true))
[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/raw.rs:201:29
[INFO] [stdout]     |
[INFO] [stdout] 201 |             v.truncate(r as 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/raw.rs:204:80
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 let evres = if ev.res < 0 { Err(IoError::from_errno(-ev.res as uint, true)) } else { Ok(ev.res as 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/raw.rs:204:115
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 let evres = if ev.res < 0 { Err(IoError::from_errno(-ev.res as uint, true)) } else { Ok(ev.res as 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/raw.rs:347:70
[INFO] [stdout]     |
[INFO] [stdout] 347 |             panic!("io_destroy failed {}", IoError::from_errno(-r as uint, true));
[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/raw.rs:377:20
[INFO] [stdout]     |
[INFO] [stdout] 377 |     fn new(maxops: uint) -> Iobatch<T, Wb, Rb> {
[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/raw.rs:384:22
[INFO] [stdout]     |
[INFO] [stdout] 384 |     fn len(&self) -> uint { self.iocbp.len() }
[INFO] [stdout]     |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Pread(SyncSender<(IoResult<uint>, Rb)>),
[INFO] [stdout]    |           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Pread(SyncSender<(IoResult<uint>, Rb)>),
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Preadv(SyncSender<(IoResult<uint>, Vec<Rb>)>),
[INFO] [stdout]    |            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Preadv(SyncSender<(IoResult<uint>, Vec<Rb>)>),
[INFO] [stdout]    |                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Pwrite(SyncSender<(IoResult<uint>, Wb)>),
[INFO] [stdout]    |            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Pwrite(SyncSender<(IoResult<uint>, Wb)>),
[INFO] [stdout]    |                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Pwritev(SyncSender<(IoResult<uint>, Vec<Wb>)>),
[INFO] [stdout]    |             ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Pwritev(SyncSender<(IoResult<uint>, Vec<Wb>)>),
[INFO] [stdout]    |                                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |     Fsync(SyncSender<IoResult<()>>),
[INFO] [stdout]    |           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(max: uint) -> IoResult<Iocontext<Wb, Rb>> {
[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/future.rs:80:90
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn pread<F: AsRawFd>(&mut self, file: &F, buf: Rb, off: u64) -> Future<(IoResult<uint>, Rb)> {
[INFO] [stdout]    |                                                                                          ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]    |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:90:97
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn preadv<F: AsRawFd>(&mut self, file: &F, bufv: Vec<Rb>, off: u64) -> Future<(IoResult<uint>, Vec<Rb>)> {
[INFO] [stdout]    |                                                                                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]    |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/future.rs:100:91
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn pwrite<F: AsRawFd>(&mut self, file: &F, buf: Wb, off: u64) -> Future<(IoResult<uint>, Wb)> {
[INFO] [stdout]     |                                                                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 30  | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]     |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/future.rs:110:98
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pwritev<F: AsRawFd>(&mut self, file: &F, bufv: Vec<Wb>, off: u64) -> Future<(IoResult<uint>, Vec<Wb>)> {
[INFO] [stdout]     |                                                                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 30  | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]     |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:16:27
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct DirectFile(FD, uint);
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `errno` in module `std::os`
[INFO] [stdout]   --> src/directio.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as uint { }
[INFO] [stdout]    |                                  ^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:25:60
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as 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/directio.rs:32:71
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn open(path: &Path, fm: FileMode, fa: FileAccess, alignment: uint) -> IoResult<DirectFile> {
[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/directio.rs:54:32
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn alignment(&self) -> uint { let DirectFile(_, a) = *self; a }
[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/directio.rs:56:69
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn pread(&self, buf: &mut AlignedBuf, off: u64) -> IoResult<uint> {
[INFO] [stdout]    |                                                                     ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<uint> DirectFile {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Ok(r as 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/directio.rs:67:66
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn pwrite(&self, buf: &AlignedBuf, off: u64) -> IoResult<uint> {
[INFO] [stdout]    |                                                                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<uint> DirectFile {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |             Ok(r as 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/aligned.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     align: uint,                // alignment of buffer
[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/aligned.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |     len: uint,                  // length of allocated memory
[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/aligned.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     valid: uint,                // length of valid/initialized memory
[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/aligned.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn ispower2(n: uint) -> bool {
[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/aligned.rs:25:40
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:25:50
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:25:63
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:39:38
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub unsafe fn alloc_uninit(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:39:51
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub unsafe fn alloc_uninit(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn alloc(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:56:37
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn alloc(size: uint, align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:61:26
[INFO] [stdout]    |
[INFO] [stdout] 61 |                     ptr::zero_memory(b.buf, b.len);
[INFO] [stdout]    |                          ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:70:43
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn from_slice(data: &[u8], align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:75:26
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     ptr::copy_nonoverlapping_memory(b.buf, data.as_ptr(), data.len());
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping`
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/intrinsics.rs:2962:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `copy_nonoverlapping` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:78:30
[INFO] [stdout]    |
[INFO] [stdout] 78 |                         ptr::zero_memory((b.buf as uint + data.len()) as *mut u8, b.len - data.len())
[INFO] [stdout]    |                              ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:78:52
[INFO] [stdout]    |
[INFO] [stdout] 78 |                         ptr::zero_memory((b.buf as uint + data.len()) as *mut u8, b.len - data.len())
[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/aligned.rs:90:50
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub unsafe fn extend_uninit(&mut self, size: uint) -> bool {
[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/aligned.rs:112:36
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn extend(&mut self, size: uint) -> bool {
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]    --> src/aligned.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 ptr::zero_memory((self.buf as uint + origsz) as *mut u8, self.len - origsz);
[INFO] [stdout]     |                      ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:119:47
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 ptr::zero_memory((self.buf as uint + origsz) as *mut u8, self.len - origsz);
[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/aligned.rs:128:36
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn shrink(&mut self, size: uint) -> bool {
[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/aligned.rs:154:26
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn len(&self) -> uint { self.len }
[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/aligned.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn valid(&self) -> uint { self.valid }
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `AsSlice` in this scope
[INFO] [stdout]    --> src/aligned.rs:164:6
[INFO] [stdout]     |
[INFO] [stdout] 164 | impl AsSlice<u8> for AlignedBuf {
[INFO] [stdout]     |      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `ptr`
[INFO] [stdout]    --> src/aligned.rs:182:30
[INFO] [stdout]     |
[INFO] [stdout] 182 |                         ptr::copy_nonoverlapping_memory(b.buf, self.buf as *const u8, b.valid);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/intrinsics.rs:2962:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named function `copy_nonoverlapping` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_raw_mut_buf` in module `slice`
[INFO] [stdout]    --> src/aligned.rs:197:25
[INFO] [stdout]     |
[INFO] [stdout] 197 |         unsafe { slice::from_raw_mut_buf(&self.buf, self.len) }
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ not found in `slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:201:34
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn rdupdate(&mut self, base: uint, len: 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/aligned.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn rdupdate(&mut self, base: uint, len: uint) {
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_raw_mut_buf` in module `slice`
[INFO] [stdout]    --> src/aligned.rs:214:25
[INFO] [stdout]     |
[INFO] [stdout] 214 |         unsafe { slice::from_raw_mut_buf(&self.buf, self.valid) }
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ not found in `slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/lib.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IoError::from_errno(::libc::consts::os::posix88::EAGAIN as uint, true)
[INFO] [stdout]    |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]  --> src/aioabi.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::default::Default;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Default` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PREAD` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     IO_CMD_PREAD = 0,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPread`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PWRITE` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     IO_CMD_PWRITE = 1,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPwrite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_FSYNC` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     IO_CMD_FSYNC = 2,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdFsync`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_FDSYNC` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     IO_CMD_FDSYNC = 3,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdFdsync`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_NOOP` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     IO_CMD_NOOP = 6,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdNoop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PREADV` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     IO_CMD_PREADV = 7,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPreadv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PWRITEV` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     IO_CMD_PWRITEV = 8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPwritev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]   --> src/raw.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::default::Default;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Default` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/future.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Ok(Iocontext { ctx: try!(raw::Iocontext::new(max)) })
[INFO] [stdout]    |                             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Read`, `Write`
[INFO] [stdout]   --> src/directio.rs:10:58
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |                                                          ^^^^  ^^^^^
[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:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 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 '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/aioabi.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |            ^^^^^^^^
[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/aioabi.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                      ^^^^^^^^
[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/aioabi.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                                ^^^^^^^^
[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/aioabi.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                                          ^^^^^^^
[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/aioabi.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:51
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:59
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:66
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use libc::timespec;
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub data: uint64_t,             // ends up in io_event.data
[INFO] [stdout]    |               ^^^^^^^^
[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/aioabi.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub data: uint64_t,             // ends up in io_event.data
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub key: uint32_t,
[INFO] [stdout]    |              ^^^^^^^^
[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/aioabi.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub key: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub aio_reserved1: uint32_t,
[INFO] [stdout]    |                        ^^^^^^^^
[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/aioabi.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub aio_reserved1: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/aioabi.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub aio_lio_opcode: uint16_t,
[INFO] [stdout]    |                         ^^^^^^^^
[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/aioabi.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub aio_lio_opcode: uint16_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/aioabi.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub aio_reqprio: uint16_t,
[INFO] [stdout]    |                      ^^^^^^^^
[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/aioabi.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub aio_reqprio: uint16_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub aio_fildes: uint32_t,
[INFO] [stdout]    |                     ^^^^^^^^
[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/aioabi.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub aio_fildes: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:26:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub aio_buf: uint64_t,
[INFO] [stdout]    |                  ^^^^^^^^
[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/aioabi.rs:26:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub aio_buf: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub aio_count: uint64_t,        // bytes or iovec entries
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub aio_count: uint64_t,        // bytes or iovec entries
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub aio_offset: uint64_t,
[INFO] [stdout]    |                     ^^^^^^^^
[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/aioabi.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub aio_offset: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub aio_reserved2: uint64_t,
[INFO] [stdout]    |                        ^^^^^^^^
[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/aioabi.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub aio_reserved2: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub aio_flags: uint32_t,
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub aio_flags: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub aio_resfd: uint32_t,
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub aio_resfd: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub data: uint64_t,
[INFO] [stdout]    |               ^^^^^^^^
[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/aioabi.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub data: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub obj: uint64_t,
[INFO] [stdout]    |              ^^^^^^^^
[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/aioabi.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub obj: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/aioabi.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub res: int64_t,
[INFO] [stdout]    |              ^^^^^^^
[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/aioabi.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub res: int64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/aioabi.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub res2: int64_t,
[INFO] [stdout]    |               ^^^^^^^
[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/aioabi.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub res2: int64_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 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 '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/aioabi.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub iov_len: size_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 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 '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/aioabi.rs:89:37
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn io_queue_init(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:89:72
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn io_queue_init(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:90:51
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn io_queue_release(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:91:47
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn io_queue_run(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:92:32
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn io_setup(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:92:67
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn io_setup(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:93:45
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn io_destroy(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn io_submit(ctx: io_context_t, nr: c_long, ios: *mut *mut Struct_iocb) -> c_int;
[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 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 '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/aioabi.rs:94:84
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn io_submit(ctx: io_context_t, nr: c_long, ios: *mut *mut Struct_iocb) -> c_int;
[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 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 '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/aioabi.rs:95:95
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn io_cancel(ctx: io_context_t, iocb: *mut Struct_iocb, evt: *mut Struct_io_event) -> c_int;
[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 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 '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/aioabi.rs:96:55
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn io_getevents(ctx_id: io_context_t, min_nr: c_long,
[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 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 '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/aioabi.rs:97:29
[INFO] [stdout]    |
[INFO] [stdout] 97 |                         nr: c_long, events: *mut Struct_io_event,
[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 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 '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/aioabi.rs:98:39
[INFO] [stdout]    |
[INFO] [stdout] 98 |                         timeout: *mut timespec) -> c_int;
[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 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 '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/aioabi.rs:98:52
[INFO] [stdout]    |
[INFO] [stdout] 98 |                         timeout: *mut timespec) -> c_int;
[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 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 '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/raw.rs:102:45
[INFO] [stdout]     |
[INFO] [stdout] 102 | fn timespec_from_duration(dur: Duration) -> aio::timespec {
[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 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 '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/raw.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     aio::timespec { tv_sec: dur.num_seconds(), tv_nsec: dur.num_nanoseconds().unwrap() % 1_000_000_000 }
[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 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 '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/directio.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 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 '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/directio.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{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 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 '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/directio.rs:25:45
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as uint { }
[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 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 '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/directio.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |             Append => libc::O_APPEND,
[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 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 '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/directio.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 |             Truncate => libc::O_TRUNC,
[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 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 '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/directio.rs:40:30
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Read => (flags | libc::O_RDONLY, 0),
[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 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 '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/directio.rs:41:31
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Write => (flags | libc::O_WRONLY | libc::O_CREAT,
[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 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 '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/directio.rs:41:48
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Write => (flags | libc::O_WRONLY | libc::O_CREAT,
[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 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 '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/directio.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 |                       libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:42:39
[INFO] [stdout]    |
[INFO] [stdout] 42 |                       libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:43:35
[INFO] [stdout]    |
[INFO] [stdout] 43 |             ReadWrite => (flags | libc::O_RDWR | libc::O_CREAT,
[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 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 '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/directio.rs:43:50
[INFO] [stdout]    |
[INFO] [stdout] 43 |             ReadWrite => (flags | libc::O_RDWR | libc::O_CREAT,
[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 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 '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/directio.rs:44:27
[INFO] [stdout]    |
[INFO] [stdout] 44 |                           libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:44:43
[INFO] [stdout]    |
[INFO] [stdout] 44 |                           libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:48:33
[INFO] [stdout]    |
[INFO] [stdout] 48 |         match retry(|| unsafe { libc::open(path.as_ptr(), flags, mode) }) {
[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 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 '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/directio.rs:58:26
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let r = unsafe { ::libc::pread(fd.as_raw_fd(), buf.as_mut_ptr() as *mut c_void, buf.len() as u64, off as i64) };
[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 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 '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/directio.rs:69:26
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let r = unsafe { ::libc::pwrite(fd.as_raw_fd(), buf.as_slice().as_ptr() as *const c_void, buf.len() as u64, off as i64) };
[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 2024-03-14; 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:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(unsafe_destructor)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `f` in this scope
[INFO] [stdout]   --> src/directio.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let n = f();
[INFO] [stdout]    |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 184 previous errors; 31 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libaio` (lib) due to 185 previous errors; 31 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: failed to resolve: could not find `consts` in `libc`
[INFO] [stdout]   --> src/lib.rs:34:33
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IoError::from_errno(::libc::consts::os::posix88::EAGAIN as uint, true)
[INFO] [stdout]    |                                 ^^^^^^ could not find `consts` in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]  --> src/buf.rs:9:35
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rdupdate(&mut self, _base: uint, _len: 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/buf.rs:9:47
[INFO] [stdout]   |
[INFO] [stdout] 9 |     fn rdupdate(&mut self, _base: uint, _len: uint) {}
[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/pool.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 |     Free(int),                 // Index of next entry in freelist, -1 for none
[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 `int` in this scope
[INFO] [stdout]   --> src/pool.rs:11:15
[INFO] [stdout]    |
[INFO] [stdout] 11 |     freelist: 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/pool.rs:12:11
[INFO] [stdout]    |
[INFO] [stdout] 12 |     used: 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/pool.rs:17:22
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub fn new(size: uint) -> Pool<T> {
[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/pool.rs:19:62
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Pool { pool: Vec::from_fn(size, |i| Slot::Free((i as int) - 1)), freelist: (size - 1) as int, used: 0 }
[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 `int` in this scope
[INFO] [stdout]   --> src/pool.rs:19:98
[INFO] [stdout]    |
[INFO] [stdout] 19 |         Pool { pool: Vec::from_fn(size, |i| Slot::Free((i as int) - 1)), freelist: (size - 1) as int, used: 0 }
[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/pool.rs:23:51
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn allocidx(&mut self, init: T) -> Result<uint, T> {
[INFO] [stdout]    |                                                   ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl<T, uint> Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:27:52
[INFO] [stdout]    |
[INFO] [stdout] 27 |             self.freelist = match self.pool[idx as 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/pool.rs:31:30
[INFO] [stdout]    |
[INFO] [stdout] 31 |             self.pool[idx as uint] = Slot::Alloc(init);
[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/pool.rs:33:23
[INFO] [stdout]    |
[INFO] [stdout] 33 |             Ok(idx as 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/pool.rs:40:36
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub fn freeidx(&mut self, idx: uint) -> T {
[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/pool.rs:42:32
[INFO] [stdout]    |
[INFO] [stdout] 42 |         self.freelist = idx 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/pool.rs:52:24
[INFO] [stdout]    |
[INFO] [stdout] 52 |         assert!(ptr as uint >= self.pool.as_ptr() as 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/pool.rs:52:54
[INFO] [stdout]    |
[INFO] [stdout] 52 |         assert!(ptr as uint >= self.pool.as_ptr() as 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/pool.rs:54:28
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let idx = ((ptr as uint) - (self.pool.as_ptr() as uint)) / std::mem::size_of::<Slot<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/pool.rs:54:59
[INFO] [stdout]    |
[INFO] [stdout] 54 |         let idx = ((ptr as uint) - (self.pool.as_ptr() as uint)) / std::mem::size_of::<Slot<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/pool.rs:60:28
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn limit(&self) -> uint { self.pool.len() }
[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/pool.rs:64:27
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn used(&self) -> uint { self.used }
[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/pool.rs:68:28
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn avail(&self) -> uint { self.limit() - self.used() }
[INFO] [stdout]    |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `Index` in this scope
[INFO] [stdout]   --> src/pool.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |         ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::ops::Index;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:71:15
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 71 | impl<T, uint> Index<uint,T> for Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:72:27
[INFO] [stdout]    |
[INFO] [stdout] 72 |     fn index(&self, idx: &uint) -> &T {
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `IndexMut` in this scope
[INFO] [stdout]   --> src/pool.rs:80:9
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |         ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this trait
[INFO] [stdout]    |
[INFO] [stdout] 1  + use std::ops::IndexMut;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:80:18
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl<T, uint> IndexMut<uint,T> for Pool<T> {
[INFO] [stdout]    |       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/pool.rs:81:35
[INFO] [stdout]    |
[INFO] [stdout] 81 |     fn index_mut(&mut self, idx: &uint) -> &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/pool.rs:101:18
[INFO] [stdout]     |
[INFO] [stdout] 101 |         for i in range(0i,4) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 91  +     use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/pool.rs:104:44
[INFO] [stdout]     |
[INFO] [stdout] 104 |             assert!(p.used() == (i + 1) as uint);
[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/pool.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout] 124 |         for i in range(0i, 20) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 91  +     use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> src/pool.rs:149:18
[INFO] [stdout]     |
[INFO] [stdout] 149 |         for i in range(0i, 20) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 91  +     use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/pool.rs:156:52
[INFO] [stdout]     |
[INFO] [stdout] 156 |             v.push(&p[idx.ok().unwrap()] as *const 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 `int` in this scope
[INFO] [stdout]    --> src/pool.rs:226:43
[INFO] [stdout]     |
[INFO] [stdout] 226 |         unsafe { p.freeptr(&foo as *const 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 `int` in this scope
[INFO] [stdout]    --> src/pool.rs:238:41
[INFO] [stdout]     |
[INFO] [stdout] 238 |             let ptr = ((&p[0] as *const int as uint) - 256) as *const 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/pool.rs:238:48
[INFO] [stdout]     |
[INFO] [stdout] 238 |             let ptr = ((&p[0] as *const int as uint) - 256) as *const int;
[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/pool.rs:238:71
[INFO] [stdout]     |
[INFO] [stdout] 238 |             let ptr = ((&p[0] as *const int as uint) - 256) as *const 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/raw.rs:51:13
[INFO] [stdout]    |
[INFO] [stdout] 51 |     maxops: uint,               // max batch size
[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/raw.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |     submitted: uint,            // number of submitted IO operations
[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/raw.rs:113:24
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn new(maxops: uint) -> IoResult<Iocontext<T, Wb, Rb>> {
[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/raw.rs:124:42
[INFO] [stdout]     |
[INFO] [stdout] 124 |             Err(IoError::from_errno(e as uint, true))
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in this scope
[INFO] [stdout]    --> src/raw.rs:132:51
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn get_evfd_stream(&mut self) -> IoResult<Receiver<u64>> {
[INFO] [stdout]     |                                                   ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]     |
[INFO] [stdout] 8   + use std::sync::mpsc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:145:42
[INFO] [stdout]     |
[INFO] [stdout] 145 |     pub fn submit(&mut self) -> IoResult<uint> {
[INFO] [stdout]     |                                          ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<T: Send, Wb : WrBuf + Send, Rb : RdBuf + Send, uint> Iocontext<T, Wb, Rb> {
[INFO] [stdout]     |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:155:47
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 Err(IoError::from_errno(-r as uint, true))
[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/raw.rs:157:31
[INFO] [stdout]     |
[INFO] [stdout] 157 |                 let ru = r as uint;
[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/raw.rs:160:26
[INFO] [stdout]     |
[INFO] [stdout] 160 |                 for _ in range(0, r) {
[INFO] [stdout]     |                          ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 8   + use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:173:30
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn batched(&self) -> uint { self.batch.len() }
[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/raw.rs:176:32
[INFO] [stdout]     |
[INFO] [stdout] 176 |     pub fn submitted(&self) -> uint { self.submitted }
[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/raw.rs:179:30
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn pending(&self) -> uint { self.batched() + self.submitted() }
[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/raw.rs:182:29
[INFO] [stdout]     |
[INFO] [stdout] 182 |     pub fn maxops(&self) -> uint { self.maxops }
[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/raw.rs:191:36
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<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/raw.rs:191:47
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<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/raw.rs:191:123
[INFO] [stdout]     |
[INFO] [stdout] 191 |     pub fn results(&mut self, min: uint, max: uint, timeout: Option<Duration>) -> IoResult<Vec<(IoOp<T, Wb, Rb>, IoResult<uint>)>> {
[INFO] [stdout]     |                                                                                                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 109 | impl<T: Send, Wb : WrBuf + Send, Rb : RdBuf + Send, uint> Iocontext<T, Wb, Rb> {
[INFO] [stdout]     |                                                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:199:43
[INFO] [stdout]     |
[INFO] [stdout] 199 |             Err(IoError::from_errno(-r as uint, true))
[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/raw.rs:201:29
[INFO] [stdout]     |
[INFO] [stdout] 201 |             v.truncate(r as 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/raw.rs:204:80
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 let evres = if ev.res < 0 { Err(IoError::from_errno(-ev.res as uint, true)) } else { Ok(ev.res as 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/raw.rs:204:115
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 let evres = if ev.res < 0 { Err(IoError::from_errno(-ev.res as uint, true)) } else { Ok(ev.res as 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/raw.rs:347:70
[INFO] [stdout]     |
[INFO] [stdout] 347 |             panic!("io_destroy failed {}", IoError::from_errno(-r as uint, true));
[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/raw.rs:377:20
[INFO] [stdout]     |
[INFO] [stdout] 377 |     fn new(maxops: uint) -> Iobatch<T, Wb, Rb> {
[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/raw.rs:384:22
[INFO] [stdout]     |
[INFO] [stdout] 384 |     fn len(&self) -> uint { self.iocbp.len() }
[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/raw.rs:421:29
[INFO] [stdout]     |
[INFO] [stdout] 421 |         let mut b : Iobatch<uint, Vec<u8>, Vec<u8>> = Iobatch::new(100);
[INFO] [stdout]     |                             ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 420 |     fn batch_simple<uint>() {
[INFO] [stdout]     |                    ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `int` in this scope
[INFO] [stdout]    --> src/raw.rs:500:32
[INFO] [stdout]     |
[INFO] [stdout] 500 |         let mut io : Iocontext<int, Vec<u8>, Vec<u8>> = match Iocontext::new(100) {
[INFO] [stdout]     |                                ^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: perhaps you intended to use this type
[INFO] [stdout]     |
[INFO] [stdout] 500 |         let mut io : Iocontext<i32, Vec<u8>, Vec<u8>> = match Iocontext::new(100) {
[INFO] [stdout]     |                                ~~~
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 499 |     fn raw_writev<int>() {
[INFO] [stdout]     |                  +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/raw.rs:539:32
[INFO] [stdout]     |
[INFO] [stdout] 539 |         let mut io : Iocontext<uint, Vec<u8>, Vec<u8>> = match Iocontext::new(10) {
[INFO] [stdout]     |                                ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 538 |     fn raw_limit<uint>() {
[INFO] [stdout]     |                 ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `range` in this scope
[INFO] [stdout]    --> src/raw.rs:545:18
[INFO] [stdout]     |
[INFO] [stdout] 545 |         for i in range(0, 20) {
[INFO] [stdout]     |                  ^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]     |
[INFO] [stdout] 412 +     use std::slice::range;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:17:11
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Pread(SyncSender<(IoResult<uint>, Rb)>),
[INFO] [stdout]    |           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:17:32
[INFO] [stdout]    |
[INFO] [stdout] 17 |     Pread(SyncSender<(IoResult<uint>, Rb)>),
[INFO] [stdout]    |                                ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Preadv(SyncSender<(IoResult<uint>, Vec<Rb>)>),
[INFO] [stdout]    |            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:18:33
[INFO] [stdout]    |
[INFO] [stdout] 18 |     Preadv(SyncSender<(IoResult<uint>, Vec<Rb>)>),
[INFO] [stdout]    |                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Pwrite(SyncSender<(IoResult<uint>, Wb)>),
[INFO] [stdout]    |            ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:19:33
[INFO] [stdout]    |
[INFO] [stdout] 19 |     Pwrite(SyncSender<(IoResult<uint>, Wb)>),
[INFO] [stdout]    |                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:20:13
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Pwritev(SyncSender<(IoResult<uint>, Vec<Wb>)>),
[INFO] [stdout]    |             ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:20:34
[INFO] [stdout]    |
[INFO] [stdout] 20 |     Pwritev(SyncSender<(IoResult<uint>, Vec<Wb>)>),
[INFO] [stdout]    |                                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum IoFut<Wb: WrBuf, Rb: RdBuf, uint> {
[INFO] [stdout]    |                                ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/future.rs:21:11
[INFO] [stdout]    |
[INFO] [stdout] 21 |     Fsync(SyncSender<IoResult<()>>),
[INFO] [stdout]    |           ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 6  + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn new(max: uint) -> IoResult<Iocontext<Wb, Rb>> {
[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/future.rs:80:90
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn pread<F: AsRawFd>(&mut self, file: &F, buf: Rb, off: u64) -> Future<(IoResult<uint>, Rb)> {
[INFO] [stdout]    |                                                                                          ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]    |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/future.rs:90:97
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn preadv<F: AsRawFd>(&mut self, file: &F, bufv: Vec<Rb>, off: u64) -> Future<(IoResult<uint>, Vec<Rb>)> {
[INFO] [stdout]    |                                                                                                 ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]    |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/future.rs:100:91
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub fn pwrite<F: AsRawFd>(&mut self, file: &F, buf: Wb, off: u64) -> Future<(IoResult<uint>, Wb)> {
[INFO] [stdout]     |                                                                                           ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 30  | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]     |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/future.rs:110:98
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn pwritev<F: AsRawFd>(&mut self, file: &F, bufv: Vec<Wb>, off: u64) -> Future<(IoResult<uint>, Vec<Wb>)> {
[INFO] [stdout]     |                                                                                                  ^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]     |
[INFO] [stdout] 30  | impl<Wb: WrBuf + Send, Rb: RdBuf + Send, uint> Iocontext<Wb, Rb> {
[INFO] [stdout]     |                                        ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:16:27
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct DirectFile(FD, uint);
[INFO] [stdout]    |                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `errno` in module `std::os`
[INFO] [stdout]   --> src/directio.rs:25:34
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as uint { }
[INFO] [stdout]    |                                  ^^^^^ not found in `std::os`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:25:60
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as 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/directio.rs:32:71
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub fn open(path: &Path, fm: FileMode, fa: FileAccess, alignment: uint) -> IoResult<DirectFile> {
[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/directio.rs:54:32
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn alignment(&self) -> uint { let DirectFile(_, a) = *self; a }
[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/directio.rs:56:69
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn pread(&self, buf: &mut AlignedBuf, off: u64) -> IoResult<uint> {
[INFO] [stdout]    |                                                                     ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<uint> DirectFile {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:63:21
[INFO] [stdout]    |
[INFO] [stdout] 63 |             Ok(r as 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/directio.rs:67:66
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub fn pwrite(&self, buf: &AlignedBuf, off: u64) -> IoResult<uint> {
[INFO] [stdout]    |                                                                  ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<uint> DirectFile {
[INFO] [stdout]    |     ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/directio.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |             Ok(r as 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/aligned.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     align: uint,                // alignment of buffer
[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/aligned.rs:17:10
[INFO] [stdout]    |
[INFO] [stdout] 17 |     len: uint,                  // length of allocated memory
[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/aligned.rs:18:12
[INFO] [stdout]    |
[INFO] [stdout] 18 |     valid: uint,                // length of valid/initialized memory
[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/aligned.rs:21:16
[INFO] [stdout]    |
[INFO] [stdout] 21 | fn ispower2(n: uint) -> bool {
[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/aligned.rs:25:40
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:25:50
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:25:63
[INFO] [stdout]    |
[INFO] [stdout] 25 | unsafe fn realloc(ptr: *mut u8, oldsz: uint, sz: uint, align: uint) -> *mut u8 {
[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/aligned.rs:39:38
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub unsafe fn alloc_uninit(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:39:51
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub unsafe fn alloc_uninit(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn alloc(size: uint, align: uint) -> Option<AlignedBuf> {
[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/aligned.rs:56:37
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn alloc(size: uint, align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:61:26
[INFO] [stdout]    |
[INFO] [stdout] 61 |                     ptr::zero_memory(b.buf, b.len);
[INFO] [stdout]    |                          ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:70:43
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn from_slice(data: &[u8], align: uint) -> Option<AlignedBuf> {
[INFO] [stdout]    |                                           ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:75:26
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     ptr::copy_nonoverlapping_memory(b.buf, data.as_ptr(), data.len());
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping`
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/intrinsics.rs:2962:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named function `copy_nonoverlapping` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]   --> src/aligned.rs:78:30
[INFO] [stdout]    |
[INFO] [stdout] 78 |                         ptr::zero_memory((b.buf as uint + data.len()) as *mut u8, b.len - data.len())
[INFO] [stdout]    |                              ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]   --> src/aligned.rs:78:52
[INFO] [stdout]    |
[INFO] [stdout] 78 |                         ptr::zero_memory((b.buf as uint + data.len()) as *mut u8, b.len - data.len())
[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/aligned.rs:90:50
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub unsafe fn extend_uninit(&mut self, size: uint) -> bool {
[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/aligned.rs:112:36
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn extend(&mut self, size: uint) -> bool {
[INFO] [stdout]     |                                    ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `zero_memory` in module `ptr`
[INFO] [stdout]    --> src/aligned.rs:119:22
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 ptr::zero_memory((self.buf as uint + origsz) as *mut u8, self.len - origsz);
[INFO] [stdout]     |                      ^^^^^^^^^^^ not found in `ptr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:119:47
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 ptr::zero_memory((self.buf as uint + origsz) as *mut u8, self.len - origsz);
[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/aligned.rs:128:36
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn shrink(&mut self, size: uint) -> bool {
[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/aligned.rs:154:26
[INFO] [stdout]     |
[INFO] [stdout] 154 |     pub fn len(&self) -> uint { self.len }
[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/aligned.rs:155:28
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn valid(&self) -> uint { self.valid }
[INFO] [stdout]     |                            ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `AsSlice` in this scope
[INFO] [stdout]    --> src/aligned.rs:164:6
[INFO] [stdout]     |
[INFO] [stdout] 164 | impl AsSlice<u8> for AlignedBuf {
[INFO] [stdout]     |      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `copy_nonoverlapping_memory` in module `ptr`
[INFO] [stdout]    --> src/aligned.rs:182:30
[INFO] [stdout]     |
[INFO] [stdout] 182 |                         ptr::copy_nonoverlapping_memory(b.buf, self.buf as *const u8, b.valid);
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `copy_nonoverlapping`
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/core/src/intrinsics.rs:2962:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named function `copy_nonoverlapping` defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_raw_mut_buf` in module `slice`
[INFO] [stdout]    --> src/aligned.rs:197:25
[INFO] [stdout]     |
[INFO] [stdout] 197 |         unsafe { slice::from_raw_mut_buf(&self.buf, self.len) }
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ not found in `slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:201:34
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn rdupdate(&mut self, base: uint, len: 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/aligned.rs:201:45
[INFO] [stdout]     |
[INFO] [stdout] 201 |     fn rdupdate(&mut self, base: uint, len: uint) {
[INFO] [stdout]     |                                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `from_raw_mut_buf` in module `slice`
[INFO] [stdout]    --> src/aligned.rs:214:25
[INFO] [stdout]     |
[INFO] [stdout] 214 |         unsafe { slice::from_raw_mut_buf(&self.buf, self.valid) }
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^ not found in `slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/aligned.rs:222:20
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn alloc(size: uint, align: uint) -> AlignedBuf {
[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/aligned.rs:222:33
[INFO] [stdout]     |
[INFO] [stdout] 222 |     fn alloc(size: uint, align: uint) -> AlignedBuf {
[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/lib.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IoError::from_errno(::libc::consts::os::posix88::EAGAIN as uint, true)
[INFO] [stdout]    |                                                                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]  --> src/aioabi.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::default::Default;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `Default` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PREAD` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 |     IO_CMD_PREAD = 0,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPread`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PWRITE` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     IO_CMD_PWRITE = 1,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPwrite`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_FSYNC` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 |     IO_CMD_FSYNC = 2,
[INFO] [stdout]    |     ^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdFsync`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_FDSYNC` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 |     IO_CMD_FDSYNC = 3,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdFdsync`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_NOOP` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:54:5
[INFO] [stdout]    |
[INFO] [stdout] 54 |     IO_CMD_NOOP = 6,
[INFO] [stdout]    |     ^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdNoop`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PREADV` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:55:5
[INFO] [stdout]    |
[INFO] [stdout] 55 |     IO_CMD_PREADV = 7,
[INFO] [stdout]    |     ^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPreadv`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `IO_CMD_PWRITEV` should have an upper camel case name
[INFO] [stdout]   --> src/aioabi.rs:56:5
[INFO] [stdout]    |
[INFO] [stdout] 56 |     IO_CMD_PWRITEV = 8,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `IoCmdPwritev`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]   --> src/raw.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::default::Default;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]    |
[INFO] [stdout]    = note: the item `Default` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Default` is imported redundantly
[INFO] [stdout]    --> src/raw.rs:413:9
[INFO] [stdout]     |
[INFO] [stdout] 413 |     use std::default::Default;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    --> /rustc/72eda894eb3548c7ba774079ce0afab42958d4ee/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]     |
[INFO] [stdout]     = note: the item `Default` is already defined here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary trailing semicolon
[INFO] [stdout]    --> src/raw.rs:443:23
[INFO] [stdout]     |
[INFO] [stdout] 443 |         enum Op {R, W};
[INFO] [stdout]     |                       ^ help: remove this semicolon
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(redundant_semicolons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/future.rs:33:29
[INFO] [stdout]    |
[INFO] [stdout] 33 |         Ok(Iocontext { ctx: try!(raw::Iocontext::new(max)) })
[INFO] [stdout]    |                             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Read`, `Write`
[INFO] [stdout]   --> src/directio.rs:10:58
[INFO] [stdout]    |
[INFO] [stdout] 10 | use std::io::{IoResult, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[INFO] [stdout]    |                                                          ^^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:101:24
[INFO] [stdout]     |
[INFO] [stdout] 101 |         for i in range(0i,4) {
[INFO] [stdout]     |                        ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:124:24
[INFO] [stdout]     |
[INFO] [stdout] 124 |         for i in range(0i, 20) {
[INFO] [stdout]     |                        ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |         for i in range(0i, 20) {
[INFO] [stdout]     |                        ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/raw.rs:511:46
[INFO] [stdout]     |
[INFO] [stdout] 511 |         let ok = io.pwritev(&file, wbufs, 0, 0i).is_ok();
[INFO] [stdout]     |                                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:170:30
[INFO] [stdout]     |
[INFO] [stdout] 170 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:181:30
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:192:16
[INFO] [stdout]     |
[INFO] [stdout] 192 |         p[0] = 1i;
[INFO] [stdout]     |                ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:200:30
[INFO] [stdout]     |
[INFO] [stdout] 200 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:221:19
[INFO] [stdout]     |
[INFO] [stdout] 221 |         let foo = 1i;
[INFO] [stdout]     |                   ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:223:30
[INFO] [stdout]     |
[INFO] [stdout] 223 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid suffix `i` for number literal
[INFO] [stdout]    --> src/pool.rs:234:30
[INFO] [stdout]     |
[INFO] [stdout] 234 |         let idx = p.allocidx(0i);
[INFO] [stdout]     |                              ^^ invalid suffix `i`
[INFO] [stdout]     |
[INFO] [stdout]     = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.)
[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:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 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 '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/aioabi.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |            ^^^^^^^^
[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/aioabi.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                      ^^^^^^^^
[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/aioabi.rs:5:22
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                                ^^^^^^^^
[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/aioabi.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]  --> src/aioabi.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_t};
[INFO] [stdout]   |                                          ^^^^^^^
[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/aioabi.rs:5:42
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:51
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:59
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:5:66
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{uint16_t, uint32_t, uint64_t, int64_t, c_long, c_int, size_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 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 '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/aioabi.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use libc::timespec;
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub data: uint64_t,             // ends up in io_event.data
[INFO] [stdout]    |               ^^^^^^^^
[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/aioabi.rs:15:15
[INFO] [stdout]    |
[INFO] [stdout] 15 |     pub data: uint64_t,             // ends up in io_event.data
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub key: uint32_t,
[INFO] [stdout]    |              ^^^^^^^^
[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/aioabi.rs:17:14
[INFO] [stdout]    |
[INFO] [stdout] 17 |     pub key: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub aio_reserved1: uint32_t,
[INFO] [stdout]    |                        ^^^^^^^^
[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/aioabi.rs:18:24
[INFO] [stdout]    |
[INFO] [stdout] 18 |     pub aio_reserved1: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/aioabi.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub aio_lio_opcode: uint16_t,
[INFO] [stdout]    |                         ^^^^^^^^
[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/aioabi.rs:20:25
[INFO] [stdout]    |
[INFO] [stdout] 20 |     pub aio_lio_opcode: uint16_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint16_t`: Use u16 instead.
[INFO] [stdout]   --> src/aioabi.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub aio_reqprio: uint16_t,
[INFO] [stdout]    |                      ^^^^^^^^
[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/aioabi.rs:21:22
[INFO] [stdout]    |
[INFO] [stdout] 21 |     pub aio_reqprio: uint16_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub aio_fildes: uint32_t,
[INFO] [stdout]    |                     ^^^^^^^^
[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/aioabi.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 |     pub aio_fildes: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:26:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub aio_buf: uint64_t,
[INFO] [stdout]    |                  ^^^^^^^^
[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/aioabi.rs:26:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub aio_buf: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub aio_count: uint64_t,        // bytes or iovec entries
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:27:20
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub aio_count: uint64_t,        // bytes or iovec entries
[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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub aio_offset: uint64_t,
[INFO] [stdout]    |                     ^^^^^^^^
[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/aioabi.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     pub aio_offset: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub aio_reserved2: uint64_t,
[INFO] [stdout]    |                        ^^^^^^^^
[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/aioabi.rs:30:24
[INFO] [stdout]    |
[INFO] [stdout] 30 |     pub aio_reserved2: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub aio_flags: uint32_t,
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:32:20
[INFO] [stdout]    |
[INFO] [stdout] 32 |     pub aio_flags: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint32_t`: Use u32 instead.
[INFO] [stdout]   --> src/aioabi.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub aio_resfd: uint32_t,
[INFO] [stdout]    |                    ^^^^^^^^
[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/aioabi.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub aio_resfd: uint32_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub data: uint64_t,
[INFO] [stdout]    |               ^^^^^^^^
[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/aioabi.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub data: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::uint64_t`: Use u64 instead.
[INFO] [stdout]   --> src/aioabi.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub obj: uint64_t,
[INFO] [stdout]    |              ^^^^^^^^
[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/aioabi.rs:65:14
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub obj: uint64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/aioabi.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub res: int64_t,
[INFO] [stdout]    |              ^^^^^^^
[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/aioabi.rs:66:14
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub res: int64_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 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated type alias `libc::int64_t`: Use i64 instead.
[INFO] [stdout]   --> src/aioabi.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub res2: int64_t,
[INFO] [stdout]    |               ^^^^^^^
[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/aioabi.rs:67:15
[INFO] [stdout]    |
[INFO] [stdout] 67 |     pub res2: int64_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 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 '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/aioabi.rs:84:18
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub iov_len: size_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 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 '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/aioabi.rs:89:37
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn io_queue_init(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:89:72
[INFO] [stdout]    |
[INFO] [stdout] 89 |     pub fn io_queue_init(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:90:51
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn io_queue_release(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:91:47
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn io_queue_run(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:92:32
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn io_setup(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:92:67
[INFO] [stdout]    |
[INFO] [stdout] 92 |     pub fn io_setup(maxevents: c_int, ctxp: *mut io_context_t) -> c_int;
[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 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 '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/aioabi.rs:93:45
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn io_destroy(ctx: io_context_t) -> c_int;
[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 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 '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/aioabi.rs:94:45
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn io_submit(ctx: io_context_t, nr: c_long, ios: *mut *mut Struct_iocb) -> c_int;
[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 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 '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/aioabi.rs:94:84
[INFO] [stdout]    |
[INFO] [stdout] 94 |     pub fn io_submit(ctx: io_context_t, nr: c_long, ios: *mut *mut Struct_iocb) -> c_int;
[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 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 '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/aioabi.rs:95:95
[INFO] [stdout]    |
[INFO] [stdout] 95 |     pub fn io_cancel(ctx: io_context_t, iocb: *mut Struct_iocb, evt: *mut Struct_io_event) -> c_int;
[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 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 '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/aioabi.rs:96:55
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn io_getevents(ctx_id: io_context_t, min_nr: c_long,
[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 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 '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/aioabi.rs:97:29
[INFO] [stdout]    |
[INFO] [stdout] 97 |                         nr: c_long, events: *mut Struct_io_event,
[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 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 '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/aioabi.rs:98:39
[INFO] [stdout]    |
[INFO] [stdout] 98 |                         timeout: *mut timespec) -> c_int;
[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 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 '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/aioabi.rs:98:52
[INFO] [stdout]    |
[INFO] [stdout] 98 |                         timeout: *mut timespec) -> c_int;
[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 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 '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/raw.rs:102:45
[INFO] [stdout]     |
[INFO] [stdout] 102 | fn timespec_from_duration(dur: Duration) -> aio::timespec {
[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 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 '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/raw.rs:105:5
[INFO] [stdout]     |
[INFO] [stdout] 105 |     aio::timespec { tv_sec: dur.num_seconds(), tv_nsec: dur.num_nanoseconds().unwrap() % 1_000_000_000 }
[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 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 '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/directio.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | 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 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 '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/directio.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | use libc::{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 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 '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/directio.rs:25:45
[INFO] [stdout]    |
[INFO] [stdout] 25 |         if n == -one && std::os::errno() == libc::EINTR as uint { }
[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 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 '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/directio.rs:35:23
[INFO] [stdout]    |
[INFO] [stdout] 35 |             Append => libc::O_APPEND,
[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 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 '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/directio.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 |             Truncate => libc::O_TRUNC,
[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 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 '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/directio.rs:40:30
[INFO] [stdout]    |
[INFO] [stdout] 40 |             Read => (flags | libc::O_RDONLY, 0),
[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 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 '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/directio.rs:41:31
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Write => (flags | libc::O_WRONLY | libc::O_CREAT,
[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 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 '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/directio.rs:41:48
[INFO] [stdout]    |
[INFO] [stdout] 41 |             Write => (flags | libc::O_WRONLY | libc::O_CREAT,
[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 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 '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/directio.rs:42:23
[INFO] [stdout]    |
[INFO] [stdout] 42 |                       libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:42:39
[INFO] [stdout]    |
[INFO] [stdout] 42 |                       libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:43:35
[INFO] [stdout]    |
[INFO] [stdout] 43 |             ReadWrite => (flags | libc::O_RDWR | libc::O_CREAT,
[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 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 '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/directio.rs:43:50
[INFO] [stdout]    |
[INFO] [stdout] 43 |             ReadWrite => (flags | libc::O_RDWR | libc::O_CREAT,
[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 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 '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/directio.rs:44:27
[INFO] [stdout]    |
[INFO] [stdout] 44 |                           libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:44:43
[INFO] [stdout]    |
[INFO] [stdout] 44 |                           libc::S_IRUSR | libc::S_IWUSR),
[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 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 '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/directio.rs:48:33
[INFO] [stdout]    |
[INFO] [stdout] 48 |         match retry(|| unsafe { libc::open(path.as_ptr(), flags, mode) }) {
[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 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 '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/directio.rs:58:26
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let r = unsafe { ::libc::pread(fd.as_raw_fd(), buf.as_mut_ptr() as *mut c_void, buf.len() as u64, off as i64) };
[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 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 '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/directio.rs:69:26
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let r = unsafe { ::libc::pwrite(fd.as_raw_fd(), buf.as_slice().as_ptr() as *const c_void, buf.len() as u64, off as i64) };
[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 2024-03-14; 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:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(unsafe_destructor)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `f` in this scope
[INFO] [stdout]   --> src/directio.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |         let n = f();
[INFO] [stdout]    |                 ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 222 previous errors; 33 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libaio` (lib test) due to 223 previous errors; 33 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "77118191f4d6cb613ee82c31de1357efcfb1c4b5c7cfc606fa50aea6fd0e3302", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77118191f4d6cb613ee82c31de1357efcfb1c4b5c7cfc606fa50aea6fd0e3302", kill_on_drop: false }`
[INFO] [stdout] 77118191f4d6cb613ee82c31de1357efcfb1c4b5c7cfc606fa50aea6fd0e3302
