[INFO] cloning repository https://github.com/alan-andrade/OxidizeJS [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alan-andrade/OxidizeJS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falan-andrade%2FOxidizeJS", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falan-andrade%2FOxidizeJS'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3c0edc3a5bf3d69ebcf507f25d31b0fcdb578c0d [INFO] testing alan-andrade/OxidizeJS against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falan-andrade%2FOxidizeJS" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alan-andrade/OxidizeJS on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alan-andrade/OxidizeJS [INFO] finished tweaking git repo https://github.com/alan-andrade/OxidizeJS [INFO] tweaked toml for git repo https://github.com/alan-andrade/OxidizeJS written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/alan-andrade/OxidizeJS already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 984802019d5d8e25aecca197007346edeb62a6aea03e3e59cfd1bcf5fa339b51 [INFO] running `Command { std: "docker" "start" "-a" "984802019d5d8e25aecca197007346edeb62a6aea03e3e59cfd1bcf5fa339b51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "984802019d5d8e25aecca197007346edeb62a6aea03e3e59cfd1bcf5fa339b51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "984802019d5d8e25aecca197007346edeb62a6aea03e3e59cfd1bcf5fa339b51", kill_on_drop: false }` [INFO] [stdout] 984802019d5d8e25aecca197007346edeb62a6aea03e3e59cfd1bcf5fa339b51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29d6f6fec812dc51878f3e477f16bde549404e35c53f67364e673476006f5b7a [INFO] running `Command { std: "docker" "start" "-a" "29d6f6fec812dc51878f3e477f16bde549404e35c53f67364e673476006f5b7a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling glob v0.0.1 (https://github.com/rust-lang/glob.git#2bcf0fcf) [INFO] [stdout] error: expected identifier, found keyword `mod` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | use std::io::fs::{mod, PathExtensions}; [INFO] [stdout] | ^^^ expected identifier, found keyword [INFO] [stdout] | [INFO] [stdout] help: escape `mod` to use it as an identifier [INFO] [stdout] | [INFO] [stdout] 33 | use std::io::fs::{r#mod, PathExtensions}; [INFO] [stdout] | ++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:109:36 [INFO] [stdout] | [INFO] [stdout] 109 | let root_len = pat_root.map_or(0u, |p| p.as_vec().len()); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:655:24 [INFO] [stdout] | [INFO] [stdout] 655 | for i in range(0u, 10) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:661:24 [INFO] [stdout] | [INFO] [stdout] 661 | for i in range(0u, 10) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::fs` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | use std::io::fs::{mod, PathExtensions}; [INFO] [stdout] | ^^ could not find `fs` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::path::is_sep` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | use std::path::is_sep; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `is_sep` in `path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `experimental` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:24:4 [INFO] [stdout] | [INFO] [stdout] 24 | #![experimental] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `license` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:27:4 [INFO] [stdout] | [INFO] [stdout] 27 | #![license = "MIT/ASL2"] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:186:3 [INFO] [stdout] | [INFO] [stdout] 186 | #[deriving(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Default)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:191:3 [INFO] [stdout] | [INFO] [stdout] 191 | #[deriving(Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:200:3 [INFO] [stdout] | [INFO] [stdout] 200 | #[deriving(Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:206:3 [INFO] [stdout] | [INFO] [stdout] 206 | #[deriving(PartialEq)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `deriving` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:571:3 [INFO] [stdout] | [INFO] [stdout] 571 | #[deriving(Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Default)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fs` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:176:11 [INFO] [stdout] | [INFO] [stdout] 176 | match fs::readdir(path) { [INFO] [stdout] | ^^ use of undeclared crate or module `fs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:559:31 [INFO] [stdout] | [INFO] [stdout] 559 | if cfg!(windows) && path::windows::is_sep(a) && path::windows::is_sep(b) { [INFO] [stdout] | ^^^^^^^ could not find `windows` in `path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:559:59 [INFO] [stdout] | [INFO] [stdout] 559 | if cfg!(windows) && path::windows::is_sep(a) && path::windows::is_sep(b) { [INFO] [stdout] | ^^^^^^^ could not find `windows` in `path` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:43:16 [INFO] [stdout] | [INFO] [stdout] 43 | todo: Vec<(Path,uint)>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 43 | todo: Vec<(Path,uint)>, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:90:35 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 90 | fn check_windows_verbatim(_: &Path) -> bool { false } [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 90 | fn check_windows_verbatim(_: &Paths) -> bool { false } [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `getcwd` in module `os` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:93:24 [INFO] [stdout] | [INFO] [stdout] 93 | let mut root = os::getcwd(); [INFO] [stdout] | ^^^^^^ not found in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Path` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:94:20 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 94 | let pat_root = Path::new(pattern).root_path(); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 94 | let pat_root = Paths::new(pattern).root_path(); [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:119:44 [INFO] [stdout] | [INFO] [stdout] 119 | assert!(dir_patterns.len() < -1 as uint); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 132 | impl Iterator for Paths { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 132 | impl Iterator for Paths { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:134:34 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 134 | fn next(&mut self) -> Option { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 134 | fn next(&mut self) -> Option { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:143:29 [INFO] [stdout] | [INFO] [stdout] 143 | if idx == -1 as uint { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:175:27 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 175 | fn list_dir_sorted(path: &Path) -> Option> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 175 | fn list_dir_sorted(path: &Paths) -> Option> { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:175:47 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 175 | fn list_dir_sorted(path: &Path) -> Option> { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 175 | fn list_dir_sorted(path: &Path) -> Option> { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AnyChar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:241:33 [INFO] [stdout] | [INFO] [stdout] 241 | tokens.push(AnyChar); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::AnyChar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AnySequence` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:249:33 [INFO] [stdout] | [INFO] [stdout] 249 | tokens.push(AnySequence); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::AnySequence; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AnyExcept` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:259:45 [INFO] [stdout] | [INFO] [stdout] 259 | ... tokens.push(AnyExcept(cs)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::AnyExcept; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AnyWithin` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:270:45 [INFO] [stdout] | [INFO] [stdout] 270 | ... tokens.push(AnyWithin(cs)); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::AnyWithin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Char` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:278:33 [INFO] [stdout] | [INFO] [stdout] 278 | tokens.push(Char('[')); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::Char; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Char` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:282:33 [INFO] [stdout] | [INFO] [stdout] 282 | tokens.push(Char(c)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::Char; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:330:39 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 330 | pub fn matches_path(&self, path: &Path) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 330 | pub fn matches_path(&self, path: &Paths) -> bool { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Match` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:339:53 [INFO] [stdout] | [INFO] [stdout] 339 | self.matches_from(None, str, 0, options) == Match [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 31 | use MatchResult::Match; [INFO] [stdout] | [INFO] [stdout] 31 | use std::str::pattern::SearchStep::Match; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:344:44 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 344 | pub fn matches_path_with(&self, path: &Path, options: MatchOptions) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 344 | pub fn matches_path_with(&self, path: &Paths, options: MatchOptions) -> bool { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:354:24 [INFO] [stdout] | [INFO] [stdout] 354 | i: uint, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EntirePatternDoesntMatch` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:375:36 [INFO] [stdout] | [INFO] [stdout] 375 | ... return EntirePatternDoesntMatch; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 31 | use MatchResult::EntirePatternDoesntMatch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SubPatternDoesntMatch` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:380:36 [INFO] [stdout] | [INFO] [stdout] 380 | ... return SubPatternDoesntMatch; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 31 | use MatchResult::SubPatternDoesntMatch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `EntirePatternDoesntMatch` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:388:32 [INFO] [stdout] | [INFO] [stdout] 388 | return EntirePatternDoesntMatch; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 31 | use MatchResult::EntirePatternDoesntMatch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `AnyWithin` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:397:25 [INFO] [stdout] | [INFO] [stdout] 397 | AnyWithin(ref specifiers) => { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::AnyWithin; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `AnyExcept` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:403:25 [INFO] [stdout] | [INFO] [stdout] 403 | AnyExcept(ref specifiers) => { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::AnyExcept; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Char` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:409:25 [INFO] [stdout] | [INFO] [stdout] 409 | Char(c2) => { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::Char; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SubPatternDoesntMatch` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:417:32 [INFO] [stdout] | [INFO] [stdout] 417 | return SubPatternDoesntMatch; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 31 | use MatchResult::SubPatternDoesntMatch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Match` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:426:13 [INFO] [stdout] | [INFO] [stdout] 426 | Match [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 31 | use MatchResult::Match; [INFO] [stdout] | [INFO] [stdout] 31 | use std::str::pattern::SearchStep::Match; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SubPatternDoesntMatch` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:428:13 [INFO] [stdout] | [INFO] [stdout] 428 | SubPatternDoesntMatch [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 31 | use MatchResult::SubPatternDoesntMatch; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:437:30 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 437 | fn fill_todo(todo: &mut Vec<(Path, uint)>, patterns: &[Pattern], idx: uint, path: &Path, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 437 | fn fill_todo(todo: &mut Vec<(Paths, uint)>, patterns: &[Pattern], idx: uint, path: &Path, [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:437:36 [INFO] [stdout] | [INFO] [stdout] 437 | fn fill_todo(todo: &mut Vec<(Path, uint)>, patterns: &[Pattern], idx: uint, path: &Path, [INFO] [stdout] | - ^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:437:71 [INFO] [stdout] | [INFO] [stdout] 437 | fn fill_todo(todo: &mut Vec<(Path, uint)>, patterns: &[Pattern], idx: uint, path: &Path, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:437:84 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 437 | fn fill_todo(todo: &mut Vec<(Path, uint)>, patterns: &[Pattern], idx: uint, path: &Path, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 437 | fn fill_todo(todo: &mut Vec<(Path, uint)>, patterns: &[Pattern], idx: uint, path: &Paths, [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `Char` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:444:17 [INFO] [stdout] | [INFO] [stdout] 444 | Char(c) => s.push_char(c), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::Char; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Path` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:451:46 [INFO] [stdout] | [INFO] [stdout] 39 | pub struct Paths { [INFO] [stdout] | ---------------- similarly named struct `Paths` defined here [INFO] [stdout] ... [INFO] [stdout] 451 | let add = |todo: &mut Vec<_>, next_path: Path| { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 451 | let add = |todo: &mut Vec<_>, next_path: Paths| { [INFO] [stdout] | ~~~~~ [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 31 | use path::Path; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:456:41 [INFO] [stdout] | [INFO] [stdout] 456 | todo.push((next_path, -1 as uint)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Char` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:486:73 [INFO] [stdout] | [INFO] [stdout] 486 | if pattern.tokens.len() > 0 && pattern.tokens[0] == Char('.') { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use PatternToken::Char; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CharRange` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:505:21 [INFO] [stdout] | [INFO] [stdout] 505 | cs.push(CharRange(s[i], s[i + 2])); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use CharSpecifier::CharRange; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SingleChar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:508:21 [INFO] [stdout] | [INFO] [stdout] 508 | cs.push(SingleChar(s[i])); [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use CharSpecifier::SingleChar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `SingleChar` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:519:13 [INFO] [stdout] | [INFO] [stdout] 519 | SingleChar(sc) => { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use CharSpecifier::SingleChar; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `CharRange` in this scope [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:524:13 [INFO] [stdout] | [INFO] [stdout] 524 | CharRange(start, end) => { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this tuple variant [INFO] [stdout] | [INFO] [stdout] 31 | use CharSpecifier::CharRange; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/glob-c54853cf1634e017/2bcf0fc/src/lib.rs:132:6 [INFO] [stdout] | [INFO] [stdout] 132 | impl Iterator for Paths { [INFO] [stdout] | ^^^^^^^^------ help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 59 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0425, E0432, E0433, E0531. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `glob` due to 60 previous errors [INFO] running `Command { std: "docker" "inspect" "29d6f6fec812dc51878f3e477f16bde549404e35c53f67364e673476006f5b7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29d6f6fec812dc51878f3e477f16bde549404e35c53f67364e673476006f5b7a", kill_on_drop: false }` [INFO] [stdout] 29d6f6fec812dc51878f3e477f16bde549404e35c53f67364e673476006f5b7a