glob 0.1.4

Support for matching file paths against Unix shell style patterns.
Build #5298 2016-08-03T14:49:11.124556+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 glob v0.1.4
Documenting glob v0.1.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs --crate-name glob -o /home/cratesfyi/glob-0.1.4/doc -L dependency=/home/cratesfyi/glob-0.1.4/debug -L dependency=/home/cratesfyi/glob-0.1.4/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:111:36: 111:38 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:111     let root_len = pat_root.map_or(0u, |p| p.as_vec().len());
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:111:36: 111:38 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:338:40: 338:42 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:338                         for _ in range(0u, count) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:338:40: 338:42 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:834:24: 834:26 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:834         for i in range(0u, 10) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:834:24: 834:26 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:840:24: 840:26 error: invalid suffix `u` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:840         for i in range(0u, 10) {
^~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:840:24: 840:26 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:31:19: 31:23 error: unresolved import `std::io::fs`. There is no `fs` in `std::io` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:31 use std::io::fs::{self, PathExtensions};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:31:25: 31:39 error: unresolved import `std::io::fs::PathExtensions`. Could not find `fs` in `std::io` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:31 use std::io::fs::{self, PathExtensions};
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:32:5: 32:22 error: unresolved import `std::path::is_sep`. There is no `is_sep` in `std::path` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:32 use std::path::is_sep;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:45:16: 45:20 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:45     todo: Vec<(Path,uint)>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:45:16: 45:20 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:45:21: 45:25 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:45     todo: Vec<(Path,uint)>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:45:21: 45:25 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:92:35: 92:39 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:92     fn check_windows_verbatim(_: &Path) -> bool { false }
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:92:35: 92:39 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:95:20: 95:30 error: unresolved name `os::getcwd` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:95     let mut root = os::getcwd().unwrap();
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:96:20: 96:29 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:96     let pat_root = Path::new(pattern).root_path();
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:121:44: 121:48 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:121         assert!(dir_patterns.len() < -1 as uint);
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:121:9: 121:50 note: in this expansion of assert! (defined in <std macros>)
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:121:44: 121:48 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:135:17: 135:21 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:135     type Item = Path;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:135:17: 135:21 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:137:34: 137:38 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:137     fn next(&mut self) -> Option<Path> {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:137:34: 137:38 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:147:29: 147:33 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:147             if idx == -1 as uint {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:147:29: 147:33 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:249:27: 249:31 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:249 fn list_dir_sorted(path: &Path) -> Option<Vec<Path>> {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:249:27: 249:31 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:249:47: 249:51 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:249 fn list_dir_sorted(path: &Path) -> Option<Vec<Path>> {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:249:47: 249:51 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:338:34: 338:39 error: unresolved name `range` [E0425]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:338                         for _ in range(0u, count) {
^~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:459:39: 459:43 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:459     pub fn matches_path(&self, path: &Path) -> bool {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:459:39: 459:43 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:473:44: 473:48 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:473     pub fn matches_path_with(&self, path: &Path, options: &MatchOptions) -> bool {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:473:44: 473:48 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:483:24: 483:28 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:483                     i: uint,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:483:24: 483:28 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568:30: 568:34 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568 fn fill_todo(todo: &mut Vec<(Path, uint)>, patterns: &[Pattern], idx: uint, path: &Path,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568:30: 568:34 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568:36: 568:40 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568 fn fill_todo(todo: &mut Vec<(Path, uint)>, patterns: &[Pattern], idx: uint, path: &Path,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568:36: 568:40 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568:71: 568:75 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568 fn fill_todo(todo: &mut Vec<(Path, uint)>, patterns: &[Pattern], idx: uint, path: &Path,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568:71: 568:75 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568:84: 568:88 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568 fn fill_todo(todo: &mut Vec<(Path, uint)>, patterns: &[Pattern], idx: uint, path: &Path,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:568:84: 568:88 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:582:46: 582:50 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:582     let add = |todo: &mut Vec<_>, next_path: Path| {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:582:46: 582:50 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:587:41: 587:45 error: type name `uint` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:587             todo.push((next_path, -1 as uint));
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:587:41: 587:45 help: no candidates by the name of `uint` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:688:25: 688:46 error: failed to resolve. Could not find `windows` in `std::path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:688     if cfg!(windows) && path::windows::is_sep(a) && path::windows::is_sep(b) {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:688:53: 688:74 error: failed to resolve. Could not find `windows` in `std::path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:688     if cfg!(windows) && path::windows::is_sep(a) && path::windows::is_sep(b) {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:282:10: 282:14 error: the trait bound `MatchResult: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:282 #[derive(Copy, PartialEq)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:282:10: 282:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs:282:10: 282:14 note: required by `std::marker::Copy` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `glob v0.1.4`, intermediate artifacts can be found at `/home/cratesfyi/glob-0.1.4`,
cause: ChainedError {
error: Could not document `glob`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.4/src/lib.rs --crate-name glob -o /home/cratesfyi/glob-0.1.4/doc -L dependency=/home/cratesfyi/glob-0.1.4/debug -L dependency=/home/cratesfyi/glob-0.1.4/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.