[INFO] updating cached repository fitzgen/rust-words [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/fitzgen/rust-words [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/fitzgen/rust-words" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/fitzgen/rust-words"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/fitzgen/rust-words'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/fitzgen/rust-words" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/fitzgen/rust-words"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/fitzgen/rust-words'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7e230a7414ad9761ed39b02d220bb94b99ad81db [INFO] sha for GitHub repo fitzgen/rust-words: 7e230a7414ad9761ed39b02d220bb94b99ad81db [INFO] validating manifest of fitzgen/rust-words on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of fitzgen/rust-words on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing fitzgen/rust-words [INFO] finished frobbing fitzgen/rust-words [INFO] frobbed toml for fitzgen/rust-words written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/fitzgen/rust-words/Cargo.toml [INFO] started frobbing fitzgen/rust-words [INFO] finished frobbing fitzgen/rust-words [INFO] frobbed toml for fitzgen/rust-words written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/fitzgen/rust-words/Cargo.toml [INFO] crate fitzgen/rust-words already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking fitzgen/rust-words against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-0/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/fitzgen/rust-words:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 94352206a67c5b166d05c8b05805235fdc3c0ae5e151f029916005e746ee5f7d [INFO] running `"docker" "start" "-a" "94352206a67c5b166d05c8b05805235fdc3c0ae5e151f029916005e746ee5f7d"` [INFO] [stderr] Checking words v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/my_tree.rs:24:60 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn insert_or_modify(self, k: K, v: V, modify: &mut |V| -> V) -> Tree { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/my_tree.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn each(&self, f: &mut |&K, &V|) { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/my_tree.rs:73:32 [INFO] [stderr] | [INFO] [stderr] 73 | let mut assert_no_modify : |uint| -> uint = |_| { assert!(false); 0u }; [INFO] [stderr] | -------------------- ^ expected type [INFO] [stderr] | | [INFO] [stderr] | while parsing the type for `mut assert_no_modify` [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/my_tree.rs:93:32 [INFO] [stderr] | [INFO] [stderr] 93 | let mut assert_no_modify : |uint| -> uint = |_| { assert!(false); 0u }; [INFO] [stderr] | -------------------- ^ expected type [INFO] [stderr] | | [INFO] [stderr] | while parsing the type for `mut assert_no_modify` [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/word_reader.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | if word.len() > 0u { Some(word) } else { None } [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:10:50 [INFO] [stderr] | [INFO] [stderr] 10 | |words, w| words.insert_or_modify(w, 1u, &mut |v| v + 1) [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/my_tree.rs:24:60 [INFO] [stderr] | [INFO] [stderr] 24 | pub fn insert_or_modify(self, k: K, v: V, modify: &mut |V| -> V) -> Tree { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/my_tree.rs:58:32 [INFO] [stderr] | [INFO] [stderr] 58 | pub fn each(&self, f: &mut |&K, &V|) { [INFO] [stderr] | ^ expected type [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/my_tree.rs:73:32 [INFO] [stderr] | [INFO] [stderr] 73 | let mut assert_no_modify : |uint| -> uint = |_| { assert!(false); 0u }; [INFO] [stderr] | -------------------- ^ expected type [INFO] [stderr] | | [INFO] [stderr] | while parsing the type for `mut assert_no_modify` [INFO] [stderr] [INFO] [stderr] error: expected type, found `|` [INFO] [stderr] --> src/my_tree.rs:93:32 [INFO] [stderr] | [INFO] [stderr] 93 | let mut assert_no_modify : |uint| -> uint = |_| { assert!(false); 0u }; [INFO] [stderr] | -------------------- ^ expected type [INFO] [stderr] | | [INFO] [stderr] | while parsing the type for `mut assert_no_modify` [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/word_reader.rs:61:25 [INFO] [stderr] | [INFO] [stderr] 61 | if word.len() > 0u { Some(word) } else { None } [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:10:50 [INFO] [stderr] | [INFO] [stderr] 10 | |words, w| words.insert_or_modify(w, 1u, &mut |v| v + 1) [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::IoErrorKind` [INFO] [stderr] --> src/word_reader.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::IoErrorKind; [INFO] [stderr] | ^^^^^^^^^----------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `ErrorKind` [INFO] [stderr] | no `IoErrorKind` in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IoError` in module `io` [INFO] [stderr] --> src/word_reader.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | fn is_eof(err : &io::IoError) -> bool { [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `Error` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:7:39 [INFO] [stderr] | [INFO] [stderr] 7 | let words : my_tree::Tree = [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:13:41 [INFO] [stderr] | [INFO] [stderr] 13 | words.each(&mut |word: &String, n: &uint| { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0603]: module `stdio` is private [INFO] [stderr] --> src/word_reader.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::stdio; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/word_reader.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | impl Iterator for WordReader { [INFO] [stderr] | ^^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0412, E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: Could not compile `words`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `std::io::IoErrorKind` [INFO] [stderr] --> src/word_reader.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::IoErrorKind; [INFO] [stderr] | ^^^^^^^^^----------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `ErrorKind` [INFO] [stderr] | no `IoErrorKind` in `io` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/my_tree.rs:72:25 [INFO] [stderr] | [INFO] [stderr] 72 | let mut tree : Tree = Tree::new(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/my_tree.rs:72:31 [INFO] [stderr] | [INFO] [stderr] 72 | let mut tree : Tree = Tree::new(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/my_tree.rs:92:25 [INFO] [stderr] | [INFO] [stderr] 92 | let mut tree : Tree = Tree::new(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/my_tree.rs:92:31 [INFO] [stderr] | [INFO] [stderr] 92 | let mut tree : Tree = Tree::new(); [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IoError` in module `io` [INFO] [stderr] --> src/word_reader.rs:16:22 [INFO] [stderr] | [INFO] [stderr] 16 | fn is_eof(err : &io::IoError) -> bool { [INFO] [stderr] | ^^^^^^^ help: a struct with a similar name exists: `Error` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:7:39 [INFO] [stderr] | [INFO] [stderr] 7 | let words : my_tree::Tree = [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/main.rs:13:41 [INFO] [stderr] | [INFO] [stderr] 13 | words.each(&mut |word: &String, n: &uint| { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0603]: module `stdio` is private [INFO] [stderr] --> src/word_reader.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::stdio; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 0, found 1 [INFO] [stderr] --> src/word_reader.rs:37:15 [INFO] [stderr] | [INFO] [stderr] 37 | impl Iterator for WordReader { [INFO] [stderr] | ^^^^^^ unexpected type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0107, E0412, E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0107`. [INFO] [stderr] error: Could not compile `words`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "94352206a67c5b166d05c8b05805235fdc3c0ae5e151f029916005e746ee5f7d"` [INFO] running `"docker" "rm" "-f" "94352206a67c5b166d05c8b05805235fdc3c0ae5e151f029916005e746ee5f7d"` [INFO] [stdout] 94352206a67c5b166d05c8b05805235fdc3c0ae5e151f029916005e746ee5f7d