Build #9462 2016-08-06T18:43:23.048569+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading mio v0.2.1
Downloading nix v0.2.3
Downloading bytes v0.1.2
Compiling libc v0.2.15
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.15/src/lib.rs --crate-name libc --crate-type lib -g --cfg feature=\"default\" --cfg feature=\"use_std\" -C metadata=1bd8847afb79f283 -C extra-filename=-1bd8847afb79f283 --out-dir /home/cratesfyi/mio-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps --cap-lints allow`
Compiling bitflags v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-0.1.1/src/lib.rs --crate-name bitflags --crate-type lib -g -C metadata=fdf4b7654a6da3e5 -C extra-filename=-fdf4b7654a6da3e5 --out-dir /home/cratesfyi/mio-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps --cap-lints allow`
Compiling winapi v0.2.8
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-0.2.8/src/lib.rs --crate-name winapi --crate-type lib -g -C metadata=0889532d327ff4e2 -C extra-filename=-0889532d327ff4e2 --out-dir /home/cratesfyi/mio-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps --cap-lints allow`
Compiling winapi-build v0.1.1
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/winapi-build-0.1.1/src/lib.rs --crate-name build --crate-type lib -g -C metadata=493a7b0628804707 -C extra-filename=-493a7b0628804707 --out-dir /home/cratesfyi/mio-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps --cap-lints allow`
Compiling bytes v0.1.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs --crate-name bytes --crate-type lib -g -C metadata=7f2a8184e1e8086b -C extra-filename=-7f2a8184e1e8086b --out-dir /home/cratesfyi/mio-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps --cap-lints allow`
Compiling log v0.2.5
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs --crate-name log --crate-type lib -g -C metadata=11295c2e2fdfed1d -C extra-filename=-11295c2e2fdfed1d --out-dir /home/cratesfyi/mio-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps --cap-lints allow`
Compiling nix v0.2.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.2.3/src/lib.rs --crate-name nix --crate-type lib -g -C metadata=01bb9e77a3075d31 -C extra-filename=-01bb9e77a3075d31 --out-dir /home/cratesfyi/mio-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps --extern bitflags=/home/cratesfyi/mio-0.2.1/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535:5: 535:16 error: unresolved name `rt::at_exit` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535     rt::at_exit(|| {
^~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.2.5/src/lib.rs:535:5: 535:16 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/alloc.rs:2:5: 2:18 error: unresolved import `std::rt::heap`. There is no `heap` in `std::rt` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/alloc.rs:2 use std::rt::heap;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/alloc.rs:2:5: 2:18 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/alloc.rs:54:13: 54:28 error: unresolved import `std::raw::Slice`. There is no `Slice` in `std::raw` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/alloc.rs:54         use std::raw::Slice;
^~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/alloc.rs:54:13: 54:28 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_buf.rs:4:5: 4:26 error: unresolved import `std::num::UnsignedInt`. There is no `UnsignedInt` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_buf.rs:4 use std::num::UnsignedInt;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_buf.rs:4:5: 4:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_str.rs:137:13: 137:30 error: unresolved import `std::slice::bytes`. There is no `bytes` in `std::slice` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_str.rs:137         use std::slice::bytes;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_str.rs:137:13: 137:30 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:3:5: 3:26 error: unresolved import `std::num::UnsignedInt`. There is no `UnsignedInt` in `std::num` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:3 use std::num::UnsignedInt;
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:3:5: 3:26 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:4:5: 4:18 error: unresolved import `std::rt::heap`. There is no `heap` in `std::rt` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:4 use std::rt::heap;
^~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:4:5: 4:18 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_buf.rs:93:13: 93:44 error: unresolved name `ptr::copy_nonoverlapping_memory` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_buf.rs:93             ptr::copy_nonoverlapping_memory(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_buf.rs:93:13: 93:44 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_buf.rs:246:13: 246:44 error: unresolved name `ptr::copy_nonoverlapping_memory` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_buf.rs:246             ptr::copy_nonoverlapping_memory(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/byte_buf.rs:246:13: 246:44 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:112:17: 112:33 error: unresolved name `ptr::copy_memory` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:112                 ptr::copy_memory(ret.ptr, self.ptr as *const u8, to % self.cap);
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:112:17: 112:33 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:115:13: 115:29 error: unresolved name `ptr::copy_memory` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:115             ptr::copy_memory(
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/ring.rs:115:13: 115:29 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.2.3/src/lib.rs:13:14: 13:24 error: expected identifier, found `"nix-test"` 
.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.2.3/src/lib.rs:13 extern crate "nix-test" as nixtest;
^~~~~~~~~~
error: aborting due to previous error 
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:78:17: 78:48 error: unresolved name `ptr::copy_nonoverlapping_memory` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:78                 ptr::copy_nonoverlapping_memory(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:78:17: 78:48 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:160:17: 160:48 error: unresolved name `ptr::copy_nonoverlapping_memory` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:160                 ptr::copy_nonoverlapping_memory(
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:160:17: 160:48 help: run `rustc --explain E0425` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:402:10: 402:14 error: the trait bound `BufError: core::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:402 #[derive(Copy, Debug)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:402:10: 402:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:402:10: 402:14 help: run `rustc --explain E0277` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-0.1.2/src/lib.rs:402:10: 402:14 note: required by `core::marker::Copy` 
error: aborting due to previous error 
error: aborting due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `mio v0.2.1`, intermediate artifacts can be found at `/home/cratesfyi/mio-0.2.1`,
cause: ChainedError {
error: Could not compile `nix`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.2.3/src/lib.rs --crate-name nix --crate-type lib -g -C metadata=01bb9e77a3075d31 -C extra-filename=-01bb9e77a3075d31 --out-dir /home/cratesfyi/mio-0.2.1/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps -L dependency=/home/cratesfyi/mio-0.2.1/debug/deps --extern bitflags=/home/cratesfyi/mio-0.2.1/debug/deps/libbitflags-fdf4b7654a6da3e5.rlib --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.