[go: up one dir, main page]

glob 0.1.8

Support for matching file paths against Unix shell style patterns.
Build #5294 2016-08-03 14:48:49

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# 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.8
Documenting glob v0.1.8
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs --crate-name glob -o /home/cratesfyi/glob-0.1.8/doc -L dependency=/home/cratesfyi/glob-0.1.8/debug -L dependency=/home/cratesfyi/glob-0.1.8/debug/deps`
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:153:41: 153:44 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:153     let root_len = root.as_ref().map_or(0us, |p| p.as_vec().len());
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:153:41: 153:44 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:602:32: 602:36 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:602         let require_literal = |&: c| {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:602:32: 602:36 note: rely on inference instead 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:696:16: 696:23 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:696     let add = |&: todo: &mut Vec<_>, next_path: Path| {
^~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:982:24: 982:27 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:982         for i in range(0us, 10) {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:982:24: 982:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:988:24: 988:27 error: invalid suffix `us` for numeric literal 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:988         for i in range(0us, 10) {
^~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:988:24: 988:27 help: the suffix must be one of the integral types (`u32`, `isize`, etc) 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1132:18: 1132:28 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1132         let f = |&: options| Pattern::new("*.txt").unwrap().matches_with(".hello.txt", options);
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1136:18: 1136:28 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1136         let f = |&: options| Pattern::new(".*.*").unwrap().matches_with(".hello.txt", options);
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1140:18: 1140:28 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1140         let f = |&: options| Pattern::new("aaa/bbb/*").unwrap().matches_with("aaa/bbb/.ccc", options);
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1144:18: 1144:28 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1144         let f = |&: options| Pattern::new("aaa/bbb/*").unwrap().matches_with("aaa/bbb/c.c.c.", options);
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1148:18: 1148:28 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1148         let f = |&: options| Pattern::new("aaa/bbb/.*").unwrap().matches_with("aaa/bbb/.ccc", options);
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1152:18: 1152:28 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1152         let f = |&: options| Pattern::new("aaa/?bbb").unwrap().matches_with("aaa/.bbb", options);
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1156:18: 1156:28 error: obsolete syntax: `:`, `&mut:`, or `&:` 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:1156         let f = |&: options| Pattern::new("aaa/[.]bbb").unwrap().matches_with("aaa/.bbb", options);
^~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:32:23: 32:27 error: unresolved import `std::old_io::fs`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:32 use std::old_io::fs::{self, PathExtensions};
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:32:29: 32:43 error: unresolved import `std::old_io::fs::PathExtensions`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:32 use std::old_io::fs::{self, PathExtensions};
^~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:33:5: 33: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.8/src/lib.rs:33 use std::path::is_sep;
^~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:36:5: 36:25 error: unresolved import `std::old_io::IoError`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:36 use std::old_io::IoError;
^~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:55:23: 55:27 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:55     todo: Vec<Result<(Path,usize), GlobError>>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:55:23: 55:27 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:56:19: 56:23 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:56     scope: Option<Path>,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:56:19: 56:23 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:135:35: 135:39 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:135     fn check_windows_verbatim(_: &Path) -> bool { false }
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:135:35: 135:39 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:150:20: 150:24 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:150     fn to_scope(p: Path) -> Path { p }
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:150:20: 150:24 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:150:29: 150:33 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:150     fn to_scope(p: Path) -> Path { p }
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:150:29: 150:33 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:152:16: 152:25 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:152     let root = Path::new(pattern).root_path();
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:167:54: 167:63 error: failed to resolve. Use of undeclared type or module `Path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:167     let scope = root.map(to_scope).unwrap_or_else(|| Path::new("."));
^~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:197:11: 197:15 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:197     path: Path,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:197:11: 197:15 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:203:38: 203:42 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:203     pub fn path<'a>(&'a self) -> &'a Path {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:203:38: 203:42 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:224:30: 224:34 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:224 pub type GlobResult = Result<Path, GlobError>;
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:224:30: 224:34 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:568:39: 568:43 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:568     pub fn matches_path(&self, path: &Path) -> bool {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:568:39: 568:43 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:582:44: 582:48 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:582     pub fn matches_path_with(&self, path: &Path, options: &MatchOptions) -> bool {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:582:44: 582:48 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:682:37: 682:41 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:682 fn fill_todo(todo: &mut Vec<Result<(Path, usize), GlobError>>, patterns: &[Pattern], idx: usize, path: &Path,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:682:37: 682:41 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:682:105: 682:109 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:682 fn fill_todo(todo: &mut Vec<Result<(Path, usize), GlobError>>, patterns: &[Pattern], idx: usize, path: &Path,
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:682:105: 682:109 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:696:49: 696:53 error: type name `Path` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:696     let add = |&: todo: &mut Vec<_>, next_path: Path| {
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:696:49: 696:53 help: you can import it into scope: `use std::path::Path;`. 
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:805:25: 805:46 error: failed to resolve. Could not find `windows` in `std::path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:805     if cfg!(windows) && path::windows::is_sep(a) && path::windows::is_sep(b) {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:805:53: 805:74 error: failed to resolve. Could not find `windows` in `std::path` [E0433]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:805     if cfg!(windows) && path::windows::is_sep(a) && path::windows::is_sep(b) {
^~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:392:10: 392:14 error: the trait bound `MatchResult: std::clone::Clone` is not satisfied [E0277]
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:392 #[derive(Copy, PartialEq)]
^~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:392:10: 392:14 note: in this expansion of #[derive(Copy)] (defined in .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs)
.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs:392:10: 392:14 note: required by `std::marker::Copy` 
error: Compilation failed, aborting rustdoc 
thread 'main' panicked at 'ChainedError {
error: failed to compile `glob v0.1.8`, intermediate artifacts can be found at `/home/cratesfyi/glob-0.1.8`,
cause: ChainedError {
error: Could not document `glob`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.1.8/src/lib.rs --crate-name glob -o /home/cratesfyi/glob-0.1.8/doc -L dependency=/home/cratesfyi/glob-0.1.8/debug -L dependency=/home/cratesfyi/glob-0.1.8/debug/deps` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.