[INFO] fetching crate libaio 0.0.1...
[INFO] testing libaio-0.0.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate libaio 0.0.1 into /workspace/builds/worker-6-tc2/source
[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-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate libaio 0.0.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 7 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 65298d4cf16790e404626b0c1449cdfce5c7c74c47bb1701a953c0d0c9696743
[INFO] running `Command { std: "docker" "start" "-a" "65298d4cf16790e404626b0c1449cdfce5c7c74c47bb1701a953c0d0c9696743", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "65298d4cf16790e404626b0c1449cdfce5c7c74c47bb1701a953c0d0c9696743", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65298d4cf16790e404626b0c1449cdfce5c7c74c47bb1701a953c0d0c9696743", kill_on_drop: false }`
[INFO] [stdout] 65298d4cf16790e404626b0c1449cdfce5c7c74c47bb1701a953c0d0c9696743
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9e4927a76981491c1fc7f3d293f74959204400c1be5889663334af848af73db8
[INFO] running `Command { std: "docker" "start" "-a" "9e4927a76981491c1fc7f3d293f74959204400c1be5889663334af848af73db8", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling nix v0.24.3
[INFO] [stderr]    Compiling eventfd v0.2.0
[INFO] [stderr]    Compiling 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: `Trait(...)` syntax does not support named parameters
[INFO] [stdout]   --> src/chan.rs:32:40
[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]    |                                        ^^^ help: remove the parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `Trait(...)` syntax does not support named parameters
[INFO] [stdout]   --> src/chan.rs:32:77
[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]    |                                                                             ^^^^^ help: remove the parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `{`
[INFO] [stdout]   --> src/chan.rs:69:22
[INFO] [stdout]    |
[INFO] [stdout] 69 |         spawn(proc() {
[INFO] [stdout]    |                     -^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `:`
[INFO] [stdout]   --> src/chan.rs:88:32
[INFO] [stdout]    |
[INFO] [stdout] 88 |         self.optx.send(proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, _: &Sender<IoRes<T, Wb, Rb>>) {
[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:88:96
[INFO] [stdout]    |
[INFO] [stdout] 88 |         self.optx.send(proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, _: &Sender<IoRes<T, Wb, Rb>>) {
[INFO] [stdout]    |                                                                                               -^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]    |                                                                                               |
[INFO] [stdout]    |                                                                                               help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `Trait(...)` syntax does not support named parameters
[INFO] [stdout]   --> src/chan.rs:97:42
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...                   func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, Wb, Rb>>) {
[INFO] [stdout]    |                                  ^^^ help: remove the parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `Trait(...)` syntax does not support named parameters
[INFO] [stdout]   --> src/chan.rs:97:79
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...                   func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, Wb, Rb>>) {
[INFO] [stdout]    |                                                                       ^^^^ help: remove the parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected parameter name, found `:`
[INFO] [stdout]   --> src/chan.rs:97:88
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...                   func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, Wb, Rb>>) {
[INFO] [stdout]    |                                                                                ^ expected parameter name
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `)`, `+`, `,`, `->`, or `::`, found `:`
[INFO] [stdout]   --> src/chan.rs:97:88
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...                   func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, Wb, Rb>>) {
[INFO] [stdout]    |                                                                                ^
[INFO] [stdout]    |                                                                                |
[INFO] [stdout]    |                                                                                expected one of `!`, `)`, `+`, `,`, `->`, or `::`
[INFO] [stdout]    |                                                                                help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `:`, `{`, or `|`, found `<`
[INFO] [stdout]   --> src/chan.rs:97:117
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...                   func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, Wb, Rb>>) {
[INFO] [stdout]    |                                                                                                             ^ expected one of 9 possible tokens
[INFO] [stdout]    |
[INFO] [stdout] help: explicitly ignore the parameter name
[INFO] [stdout]    |
[INFO] [stdout] 97 |                               func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), _: raw::IoOp<T, Wb, Rb>>) {
[INFO] [stdout]    |                                                                                                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `,`
[INFO] [stdout]   --> src/chan.rs:97:123
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...                   func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, Wb, Rb>>) {
[INFO] [stdout]    |                                                                                                                   ^ expected one of `:`, `@`, or `|`
[INFO] [stdout]    |
[INFO] [stdout] help: if this is a parameter name, give it a type
[INFO] [stdout]    |
[INFO] [stdout] 97 |                               func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, Wb: TypeName, Rb>>) {
[INFO] [stdout]    |                                                                                                                           ++++++++++
[INFO] [stdout] help: if this is a type, explicitly ignore the parameter name
[INFO] [stdout]    |
[INFO] [stdout] 97 |                               func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, _: Wb, Rb>>) {
[INFO] [stdout]    |                                                                                                                         ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `:`, `@`, or `|`, found `>>`
[INFO] [stdout]   --> src/chan.rs:97:127
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...                   func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, Wb, Rb>>) {
[INFO] [stdout]    |                                                                                                                       ^^ expected one of `:`, `@`, or `|`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `:`
[INFO] [stdout]    --> src/chan.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 |         self.optx.send(proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>) {
[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:100:100
[INFO] [stdout]     |
[INFO] [stdout] 100 |         self.optx.send(proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Sender<IoRes<T, Wb, Rb>>) {
[INFO] [stdout]     |                                                                                                   -^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]     |                                                                                                   |
[INFO] [stdout]     |                                                                                                   help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `{`
[INFO] [stdout]    --> src/chan.rs:113:44
[INFO] [stdout]     |
[INFO] [stdout] 113 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                           -^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `{`
[INFO] [stdout]    --> src/chan.rs:122:44
[INFO] [stdout]     |
[INFO] [stdout] 122 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                           -^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `{`
[INFO] [stdout]    --> src/chan.rs:129:44
[INFO] [stdout]     |
[INFO] [stdout] 129 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                           -^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `{`
[INFO] [stdout]    --> src/chan.rs:136:44
[INFO] [stdout]     |
[INFO] [stdout] 136 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                           -^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `{`
[INFO] [stdout]    --> src/chan.rs:143:44
[INFO] [stdout]     |
[INFO] [stdout] 143 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                           -^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           help: missing `,`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: expected one of `)`, `,`, `.`, `?`, or an operator, found `{`
[INFO] [stdout]    --> src/chan.rs:150:44
[INFO] [stdout]     |
[INFO] [stdout] 150 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                           -^ expected one of `)`, `,`, `.`, `?`, or an operator
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           help: missing `,`
[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::{IoResult, IoError};
[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, IoError};
[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]            std::os::fd::AsRawFd
[INFO] [stdout]            AsRawFd
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::comm`
[INFO] [stdout]  --> src/chan.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use std::comm;
[INFO] [stdout]   |     ^^^^^^^^^ no `comm` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std::io::IoResult`
[INFO] [stdout]  --> src/chan.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/chan.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 std::os::unix::AsRawFd;
[INFO] [stdout] 9 + use std::os::fd::AsRawFd;
[INFO] [stdout]   |
[INFO] [stdout] 9 - use std::os::unix::AsRawFd;
[INFO] [stdout] 9 + use AsRawFd;
[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::sync::Future;
[INFO] [stdout] 7 + use std::future::Future;
[INFO] [stdout]   |
[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 std::os::unix::AsRawFd;
[INFO] [stdout] 9 + use std::os::fd::AsRawFd;
[INFO] [stdout]   |
[INFO] [stdout] 9 - use std::os::unix::AsRawFd;
[INFO] [stdout] 9 + use 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::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::{IoResult, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[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, IoError, Open, Append, Truncate, Read, Write, ReadWrite};
[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]            std::os::fd::AsRawFd
[INFO] [stdout]            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: cannot find macro `select` in this scope
[INFO] [stdout]    --> src/chan.rs:204:17
[INFO] [stdout]     |
[INFO] [stdout] 204 |                 select!(
[INFO] [stdout]     |                 ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]   --> src/chan.rs:32:45
[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]    |                                             ^ explicit lifetime name needed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]   --> src/chan.rs:32:84
[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]    |                                                                                    ^ explicit lifetime name needed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/chan.rs:186:35
[INFO] [stdout]     |
[INFO] [stdout] 186 |               oprx: Receiver<proc(&mut raw::Iocontext<T, Wb, Rb>, &Sender<IoRes<T, Wb, Rb>>): Send>,
[INFO] [stdout]     |                                   ^ explicit lifetime name needed here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0637]: `&` without an explicit lifetime name cannot be used here
[INFO] [stdout]    --> src/chan.rs:186:67
[INFO] [stdout]     |
[INFO] [stdout] 186 |               oprx: Receiver<proc(&mut raw::Iocontext<T, Wb, Rb>, &Sender<IoRes<T, Wb, Rb>>): Send>,
[INFO] [stdout]     |                                                                   ^ explicit lifetime name needed here
[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 one of these items
[INFO] [stdout]     |
[INFO] [stdout]   8 + use std::ops::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]   8 + use std::sync::mpmc::Receiver;
[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/chan.rs:26:39
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type IoRes<T, Wb, Rb> = (IoResult<uint>, raw::IoOp<T, Wb, Rb>);
[INFO] [stdout]    |                                       ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub type IoRes<T, Wb, Rb, uint> = (IoResult<uint>, raw::IoOp<T, Wb, Rb>);
[INFO] [stdout]    |                         ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SyncSender` in this scope
[INFO] [stdout]   --> src/chan.rs:32:24
[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]    |                        ^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::sync::mpsc::SyncSender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Sender` in this scope
[INFO] [stdout]   --> src/chan.rs:32:85
[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]    |                                                                                     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/marker.rs:94:1
[INFO] [stdout]    |
[INFO] [stdout]    = note: similarly named trait `Send` defined here
[INFO] [stdout] help: a trait with a similar name exists
[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] 32 + type OpTx<T, Wb, Rb> = SyncSender<proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, restx: &Send<IoRes<T, Wb, Rb>>): Send>;
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::sync::mpmc::Sender;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::sync::mpsc::Sender;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in this scope
[INFO] [stdout]   --> src/chan.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 |     resrx: Receiver<IoRes<T, Wb, Rb>>,
[INFO] [stdout]    |            ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::ops::Receiver;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::sync::mpmc::Receiver;
[INFO] [stdout]    |
[INFO] [stdout]  7 + 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/chan.rs:52:26
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn new(lowwater: uint, max: 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/chan.rs:52:37
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn new(lowwater: uint, max: uint) -> IoResult<Iocontext<T, Wb, Rb>> {
[INFO] [stdout]    |                                     ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `spawn` in this scope
[INFO] [stdout]   --> src/chan.rs:69:9
[INFO] [stdout]    |
[INFO] [stdout] 69 |         spawn(proc() {
[INFO] [stdout]    |         ^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::thread::spawn;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in this scope
[INFO] [stdout]   --> src/chan.rs:82:39
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn resrx<'a>(&'a self) -> &'a Receiver<IoRes<T, Wb, Rb>> {
[INFO] [stdout]    |                                       ^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::ops::Receiver;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::sync::mpmc::Receiver;
[INFO] [stdout]    |
[INFO] [stdout]  7 + use std::sync::mpsc::Receiver;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]   --> src/chan.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 89 |             match ctx.submit() {
[INFO] [stdout]    |                   ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `proc` in this scope
[INFO] [stdout]   --> src/chan.rs:97:37
[INFO] [stdout]    |
[INFO] [stdout] 97 | ...                   func: proc(ctx: &mut raw::Iocontext<T, Wb, Rb>, file: FD):Send -> Result<(), raw::IoOp<T, Wb, Rb>>) {
[INFO] [stdout]    |                             ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:101:24
[INFO] [stdout]     |
[INFO] [stdout] 101 |             match func(ctx, fd) {
[INFO] [stdout]     |                        ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `restx` in this scope
[INFO] [stdout]    --> src/chan.rs:103:27
[INFO] [stdout]     |
[INFO] [stdout] 103 |                 Err(r) => restx.send((Err(eagain()), r))
[INFO] [stdout]     |                           ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:113:36
[INFO] [stdout]     |
[INFO] [stdout] 113 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:113:41
[INFO] [stdout]     |
[INFO] [stdout] 113 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             ctx.pread(&f, buf, off, tok).map_err(|(buf, tok)| raw::IoOp::Pread(buf, tok))
[INFO] [stdout]     |             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:114:24
[INFO] [stdout]     |
[INFO] [stdout] 114 |             ctx.pread(&f, buf, off, tok).map_err(|(buf, tok)| raw::IoOp::Pread(buf, tok))
[INFO] [stdout]     |                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:122:36
[INFO] [stdout]     |
[INFO] [stdout] 122 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:122:41
[INFO] [stdout]     |
[INFO] [stdout] 122 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             ctx.preadv(&f, bufv, off, tok).map_err(|(bufv, tok)| raw::IoOp::Preadv(bufv, tok))
[INFO] [stdout]     |             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:123:25
[INFO] [stdout]     |
[INFO] [stdout] 123 |             ctx.preadv(&f, bufv, off, tok).map_err(|(bufv, tok)| raw::IoOp::Preadv(bufv, tok))
[INFO] [stdout]     |                         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:129:36
[INFO] [stdout]     |
[INFO] [stdout] 129 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:129:41
[INFO] [stdout]     |
[INFO] [stdout] 129 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:130:13
[INFO] [stdout]     |
[INFO] [stdout] 130 |             ctx.pwrite(&f, buf, off, tok).map_err(|(buf, tok)| raw::IoOp::Pwrite(buf, tok))
[INFO] [stdout]     |             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:130:25
[INFO] [stdout]     |
[INFO] [stdout] 130 |             ctx.pwrite(&f, buf, off, tok).map_err(|(buf, tok)| raw::IoOp::Pwrite(buf, tok))
[INFO] [stdout]     |                         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:136:36
[INFO] [stdout]     |
[INFO] [stdout] 136 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:136:41
[INFO] [stdout]     |
[INFO] [stdout] 136 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:137:13
[INFO] [stdout]     |
[INFO] [stdout] 137 |             ctx.pwritev(&f, bufv, off, tok).map_err(|(bufv, tok)| raw::IoOp::Pwritev(bufv, tok))
[INFO] [stdout]     |             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:137:26
[INFO] [stdout]     |
[INFO] [stdout] 137 |             ctx.pwritev(&f, bufv, off, tok).map_err(|(bufv, tok)| raw::IoOp::Pwritev(bufv, tok))
[INFO] [stdout]     |                          ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:143:36
[INFO] [stdout]     |
[INFO] [stdout] 143 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:143:41
[INFO] [stdout]     |
[INFO] [stdout] 143 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 |             ctx.fsync(&f, tok).map_err(|tok| raw::IoOp::Fsync(tok))
[INFO] [stdout]     |             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:144:24
[INFO] [stdout]     |
[INFO] [stdout] 144 |             ctx.fsync(&f, tok).map_err(|tok| raw::IoOp::Fsync(tok))
[INFO] [stdout]     |                        ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:150:36
[INFO] [stdout]     |
[INFO] [stdout] 150 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                    ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:150:41
[INFO] [stdout]     |
[INFO] [stdout] 150 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                                         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `ctx` in this scope
[INFO] [stdout]    --> src/chan.rs:151:13
[INFO] [stdout]     |
[INFO] [stdout] 151 |             ctx.fdsync(&f, tok).map_err(|tok| raw::IoOp::Fdsync(tok))
[INFO] [stdout]     |             ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `f` in this scope
[INFO] [stdout]    --> src/chan.rs:151:25
[INFO] [stdout]     |
[INFO] [stdout] 151 |             ctx.fdsync(&f, tok).map_err(|tok| raw::IoOp::Fdsync(tok))
[INFO] [stdout]     |                         ^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `uint` in this scope
[INFO] [stdout]    --> src/chan.rs:159:15
[INFO] [stdout]     |
[INFO] [stdout] 159 |     lowwater: uint,
[INFO] [stdout]     |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Sender` in this scope
[INFO] [stdout]    --> src/chan.rs:163:40
[INFO] [stdout]     |
[INFO] [stdout] 163 |     fn proc_results(&mut self, restx: &Sender<IoRes<T, Wb, Rb>>) {
[INFO] [stdout]     |                                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/marker.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named trait `Send` defined here
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 163 -     fn proc_results(&mut self, restx: &Sender<IoRes<T, Wb, Rb>>) {
[INFO] [stdout] 163 +     fn proc_results(&mut self, restx: &Send<IoRes<T, Wb, Rb>>) {
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpmc::Sender;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpsc::Sender;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in this scope
[INFO] [stdout]    --> src/chan.rs:186:21
[INFO] [stdout]     |
[INFO] [stdout] 186 |               oprx: Receiver<proc(&mut raw::Iocontext<T, Wb, Rb>, &Sender<IoRes<T, Wb, Rb>>): Send>,
[INFO] [stdout]     |                     ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::ops::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpmc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpsc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Sender` in this scope
[INFO] [stdout]    --> src/chan.rs:186:68
[INFO] [stdout]     |
[INFO] [stdout] 186 |               oprx: Receiver<proc(&mut raw::Iocontext<T, Wb, Rb>, &Sender<IoRes<T, Wb, Rb>>): Send>,
[INFO] [stdout]     |                                                                    ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/marker.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named trait `Send` defined here
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 186 -               oprx: Receiver<proc(&mut raw::Iocontext<T, Wb, Rb>, &Sender<IoRes<T, Wb, Rb>>): Send>,
[INFO] [stdout] 186 +               oprx: Receiver<proc(&mut raw::Iocontext<T, Wb, Rb>, &Send<IoRes<T, Wb, Rb>>): Send>,
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpmc::Sender;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpsc::Sender;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Sender` in this scope
[INFO] [stdout]    --> src/chan.rs:187:22
[INFO] [stdout]     |
[INFO] [stdout] 187 |               restx: Sender<IoRes<T, Wb, Rb>>,
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/marker.rs:94:1
[INFO] [stdout]     |
[INFO] [stdout]     = note: similarly named trait `Send` defined here
[INFO] [stdout] help: a trait with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 187 -               restx: Sender<IoRes<T, Wb, Rb>>,
[INFO] [stdout] 187 +               restx: Send<IoRes<T, Wb, Rb>>,
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpmc::Sender;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpsc::Sender;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Receiver` in this scope
[INFO] [stdout]    --> src/chan.rs:188:21
[INFO] [stdout]     |
[INFO] [stdout] 188 |               evfd: Receiver<u64>) {
[INFO] [stdout]     |                     ^^^^^^^^ not found in this scope
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::ops::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpmc::Receiver;
[INFO] [stdout]     |
[INFO] [stdout]   7 + use std::sync::mpsc::Receiver;
[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]    |
[INFO] [stdout]   --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:526: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]     |
[INFO] [stdout]    --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ptr/mod.rs:526: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] error[E0554]: `#![feature]` may not be used on the beta release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(unsafe_destructor)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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)]` (part of `#[warn(nonstandard_style)]`) 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: 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` and `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]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: argument types not allowed with return type notation
[INFO] [stdout]   --> src/chan.rs:32:39
[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]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: remove the input types
[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] 32 + type OpTx<T, Wb, Rb> = SyncSender<proc(..): Send>;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: argument types not allowed with return type notation
[INFO] [stdout]    --> src/chan.rs:186:34
[INFO] [stdout]     |
[INFO] [stdout] 186 |               oprx: Receiver<proc(&mut raw::Iocontext<T, Wb, Rb>, &Sender<IoRes<T, Wb, Rb>>): Send>,
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: remove the input types
[INFO] [stdout]     |
[INFO] [stdout] 186 -               oprx: Receiver<proc(&mut raw::Iocontext<T, Wb, Rb>, &Sender<IoRes<T, Wb, Rb>>): Send>,
[INFO] [stdout] 186 +               oprx: Receiver<proc(..): Send>,
[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] 
[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[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc` in this scope
[INFO] [stdout]   --> src/chan.rs:69:15
[INFO] [stdout]    |
[INFO] [stdout] 69 |         spawn(proc() {
[INFO] [stdout]    |               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc` in this scope
[INFO] [stdout]    --> src/chan.rs:113:31
[INFO] [stdout]     |
[INFO] [stdout] 113 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc` in this scope
[INFO] [stdout]    --> src/chan.rs:122:31
[INFO] [stdout]     |
[INFO] [stdout] 122 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc` in this scope
[INFO] [stdout]    --> src/chan.rs:129:31
[INFO] [stdout]     |
[INFO] [stdout] 129 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc` in this scope
[INFO] [stdout]    --> src/chan.rs:136:31
[INFO] [stdout]     |
[INFO] [stdout] 136 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc` in this scope
[INFO] [stdout]    --> src/chan.rs:143:31
[INFO] [stdout]     |
[INFO] [stdout] 143 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                               ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc` in this scope
[INFO] [stdout]    --> src/chan.rs:150:31
[INFO] [stdout]     |
[INFO] [stdout] 150 |         self.sendhelper(file, proc(ctx, f) {
[INFO] [stdout]     |                               ^^^^ not found in this scope
[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] Some errors have detailed explanations: E0405, E0412, E0425, E0432, E0433, E0554, E0635, E0637, 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 262 previous errors; 29 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "9e4927a76981491c1fc7f3d293f74959204400c1be5889663334af848af73db8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9e4927a76981491c1fc7f3d293f74959204400c1be5889663334af848af73db8", kill_on_drop: false }`
[INFO] [stdout] 9e4927a76981491c1fc7f3d293f74959204400c1be5889663334af848af73db8
