Build #12433 2016-08-09T05:09:30.991894+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
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading libressl-pnacl-sys v2.1.6
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/libressl-pnacl-sys-2.1.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps --cap-lints allow`
Compiling rand v0.3.14
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/rand-0.3.14/src/lib.rs --crate-name rand --crate-type lib -g -C metadata=49a08859d086fffe -C extra-filename=-49a08859d086fffe --out-dir /home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps --extern libc=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps/liblibc-1bd8847afb79f283.rlib --cap-lints allow`
Compiling tempdir v0.3.5
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/tempdir-0.3.5/src/lib.rs --crate-name tempdir --crate-type lib -g -C metadata=c5a9975021308003 -C extra-filename=-c5a9975021308003 --out-dir /home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps --extern rand=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps/librand-49a08859d086fffe.rlib --cap-lints allow`
Compiling pnacl-build-helper v1.4.10
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.10/src/lib.rs --crate-name pnacl_build_helper --crate-type lib -g -C metadata=69f472c99520cb8d -C extra-filename=-69f472c99520cb8d --out-dir /home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps --extern tempdir=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps/libtempdir-c5a9975021308003.rlib --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.10/src/lib.rs:397:33: 397:41 error: unresolved import `std::fs::walk_dir`. There is no `walk_dir` in `std::fs` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.10/src/lib.rs:397 use std::fs::{metadata, walk_dir, read_dir};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.10/src/lib.rs:397:33: 397:41 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.10/src/lib.rs:576:13: 576:29 error: unresolved import `std::fs::PathExt`. There is no `PathExt` in `std::fs` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.10/src/lib.rs:576 use std::fs::PathExt;
^~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.10/src/lib.rs:576:13: 576:29 help: run `rustc --explain E0432` to see a detailed explanation
error: aborting due to 2 previous errors
thread 'main' panicked at 'ChainedError {
error: failed to compile `libressl-pnacl-sys v2.1.6`, intermediate artifacts can be found at `/home/cratesfyi/libressl-pnacl-sys-2.1.6`,
cause: ChainedError {
error: Could not compile `pnacl-build-helper`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.10/src/lib.rs --crate-name pnacl_build_helper --crate-type lib -g -C metadata=69f472c99520cb8d -C extra-filename=-69f472c99520cb8d --out-dir /home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps -L dependency=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps --extern tempdir=/home/cratesfyi/libressl-pnacl-sys-2.1.6/debug/deps/libtempdir-c5a9975021308003.rlib --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.