pnacl-build-helper 1.4.2

Build script helper for building PNaCl/NaCl C/CXX libraries from source
Build #26064 2016-08-19T05:04:35.371726+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 pnacl-build-helper v1.4.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/pnacl-build-helper-1.4.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/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/pnacl-build-helper-1.4.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps --extern libc=/home/cratesfyi/pnacl-build-helper-1.4.2/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/pnacl-build-helper-1.4.2/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps --extern rand=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps/librand-49a08859d086fffe.rlib --cap-lints allow`
Documenting pnacl-build-helper v1.4.2
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.2/src/lib.rs --crate-name pnacl_build_helper -o /home/cratesfyi/pnacl-build-helper-1.4.2/doc -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/debug -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps --extern tempdir=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps/libtempdir-c5a9975021308003.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.2/src/lib.rs:337:33: 337: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.2/src/lib.rs:337         use std::fs::{metadata, walk_dir, read_dir};
^~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.2/src/lib.rs:525:13: 525: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.2/src/lib.rs:525         use std::fs::PathExt;
^~~~~~~~~~~~~~~~
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `pnacl-build-helper v1.4.2`, intermediate artifacts can be found at `/home/cratesfyi/pnacl-build-helper-1.4.2`,
cause: ChainedError {
error: Could not document `pnacl-build-helper`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/pnacl-build-helper-1.4.2/src/lib.rs --crate-name pnacl_build_helper -o /home/cratesfyi/pnacl-build-helper-1.4.2/doc -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/debug -L dependency=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps --extern tempdir=/home/cratesfyi/pnacl-build-helper-1.4.2/debug/deps/libtempdir-c5a9975021308003.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.