[INFO] updating cached repository a-phillips/PE-Rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/a-phillips/PE-Rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/a-phillips/PE-Rust" "work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/a-phillips/PE-Rust"` [INFO] [stderr] Cloning into 'work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/a-phillips/PE-Rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/a-phillips/PE-Rust" "work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/a-phillips/PE-Rust"` [INFO] [stderr] Cloning into 'work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/a-phillips/PE-Rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0df0b92fbd084f0d74abc54fea404d52662d4d20 [INFO] sha for GitHub repo a-phillips/PE-Rust: 0df0b92fbd084f0d74abc54fea404d52662d4d20 [INFO] validating manifest of a-phillips/PE-Rust on toolchain master#452087b4bf18cece2d52d7cd8c9147195e5404bf [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of a-phillips/PE-Rust on toolchain try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing a-phillips/PE-Rust [INFO] finished frobbing a-phillips/PE-Rust [INFO] frobbed toml for a-phillips/PE-Rust written to work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/a-phillips/PE-Rust/Cargo.toml [INFO] started frobbing a-phillips/PE-Rust [INFO] finished frobbing a-phillips/PE-Rust [INFO] frobbed toml for a-phillips/PE-Rust written to work/ex/pr-63247/sources/try#757dacae0a9f1b46b3ab58a1f1232332e8fc7dab/gh/a-phillips/PE-Rust/Cargo.toml [INFO] crate a-phillips/PE-Rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+757dacae0a9f1b46b3ab58a1f1232332e8fc7dab-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking a-phillips/PE-Rust against master#452087b4bf18cece2d52d7cd8c9147195e5404bf for pr-63247 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63247/worker-7/master#452087b4bf18cece2d52d7cd8c9147195e5404bf:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63247/sources/master#452087b4bf18cece2d52d7cd8c9147195e5404bf/gh/a-phillips/PE-Rust:/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" "+452087b4bf18cece2d52d7cd8c9147195e5404bf-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 4941ed3b85b42fb830bda36b081c91053ca52c6f45c236de26e9d63f4fcd5d0e [INFO] running `"docker" "start" "-a" "4941ed3b85b42fb830bda36b081c91053ca52c6f45c236de26e9d63f4fcd5d0e"` [INFO] [stderr] Checking PE v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/bin/PE014.rs:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | let lim = 1_000_000u; [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/bin/PE014.rs:9:22 [INFO] [stderr] | [INFO] [stderr] 9 | let mut max_count = 0u; [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/bin/PE014.rs:10:20 [INFO] [stderr] | [INFO] [stderr] 10 | let mut max_num = 0u; [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/bin/PE014.rs:11:23 [INFO] [stderr] | [INFO] [stderr] 11 | let mut curr_count = 0u; [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/bin/PE014.rs:12:17 [INFO] [stderr] | [INFO] [stderr] 12 | for i in range(1u, lim) { [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 `i` for integer literal [INFO] [stderr] --> src/bin/PE009.rs:6:20 [INFO] [stderr] | [INFO] [stderr] 6 | for c in range(333i, 1000i){ [INFO] [stderr] | ^^^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/bin/PE009.rs:6:26 [INFO] [stderr] | [INFO] [stderr] 6 | for c in range(333i, 1000i){ [INFO] [stderr] | ^^^^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/bin/PE009.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | for b in range(1i, 1000i-c){ [INFO] [stderr] | ^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/bin/PE009.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | for b in range(1i, 1000i-c){ [INFO] [stderr] | ^^^^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/bin/PE009.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | for a in range(1000i-c-b, 1000i-c-b+1){ [INFO] [stderr] | ^^^^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/bin/PE009.rs:8:39 [INFO] [stderr] | [INFO] [stderr] 8 | for a in range(1000i-c-b, 1000i-c-b+1){ [INFO] [stderr] | ^^^^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/bin/PE007.rs:35:18 [INFO] [stderr] | [INFO] [stderr] 35 | let mut count = 1i; //since 2 is prime [INFO] [stderr] | ^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/bin/PE007.rs:36:17 [INFO] [stderr] | [INFO] [stderr] 36 | while count != 10001i { [INFO] [stderr] | ^^^^^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] --> src/bin/PE012.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | let mut count = 2i; [INFO] [stderr] | ^^ invalid suffix `i` [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/bin/PE028.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | let dim = 1001u; [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/bin/PE028.rs:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | let mut curr_num = 3u; [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/bin/PE028.rs:7:19 [INFO] [stderr] | [INFO] [stderr] 7 | let mut inc_by = 2u; [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/bin/PE028.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | let mut inc_count = 0u; [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/bin/PE028.rs:9:16 [INFO] [stderr] | [INFO] [stderr] 9 | let mut sum = 1u; [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 `i` for integer literal [INFO] [stderr] --> src/bin/PE001.rs:7:16 [INFO] [stderr] | [INFO] [stderr] 7 | return 0i; [INFO] [stderr] | ^^ invalid suffix `i` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stderr] --> src/bin/PE011.rs:1:28 [INFO] [stderr] | [INFO] [stderr] 1 | fn max_by_col (grid:&[[uint, ..20], ..20], len:uint) -> uint { [INFO] [stderr] | ^ expected one of 7 possible tokens here [INFO] [stderr] [INFO] [stderr] error: `..X` range patterns are not supported [INFO] [stderr] --> src/bin/PE011.rs:1:30 [INFO] [stderr] | [INFO] [stderr] 1 | fn max_by_col (grid:&[[uint, ..20], ..20], len:uint) -> uint { [INFO] [stderr] | ^^^^ help: try using the minimum value for the type: `MIN..20` [INFO] [stderr] [INFO] [stderr] error: expected `:`, found `]` [INFO] [stderr] --> src/bin/PE011.rs:1:34 [INFO] [stderr] | [INFO] [stderr] 1 | fn max_by_col (grid:&[[uint, ..20], ..20], len:uint) -> uint { [INFO] [stderr] | ^ expected `:` [INFO] [stderr] [INFO] [stderr] error: expected one of `)`, `,`, `->`, `where`, `{`, or identifier, found `]` [INFO] [stderr] --> src/bin/PE011.rs:1:34 [INFO] [stderr] | [INFO] [stderr] 1 | fn max_by_col (grid:&[[uint, ..20], ..20], len:uint) -> uint { [INFO] [stderr] | ^ expected one of `)`, `,`, `->`, `where`, `{`, or identifier here [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE009.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | for c in range(333i, 1000i){ [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE009.rs:7:18 [INFO] [stderr] | [INFO] [stderr] 7 | for b in range(1i, 1000i-c){ [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE009.rs:8:22 [INFO] [stderr] | [INFO] [stderr] 8 | for a in range(1000i-c-b, 1000i-c-b+1){ [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `std::num::Float` [INFO] [stderr] --> src/bin/PE007.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use std::num::Float; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `Float` in `num` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `std::num::Int` [INFO] [stderr] --> src/bin/PE039.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::num::Int; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Int` in `num` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE039.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | for a in range(1i64, p/3) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE039.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | for b in range(a, p) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE039.rs:22:11 [INFO] [stderr] | [INFO] [stderr] 22 | for i in range(5i64, 1001i64) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `std::num::Float` [INFO] [stderr] --> src/bin/PE012.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::num::Float; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `Float` in `num` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/bin/PE012.rs:3:25 [INFO] [stderr] | [INFO] [stderr] 3 | fn num_divs(num:i64) -> int{ [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE012.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | for i in range(2i64, ilim) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/bin/PE014.rs:1:22 [INFO] [stderr] | [INFO] [stderr] 1 | fn collatz_count(num:uint) -> uint{ [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/bin/PE014.rs:1:31 [INFO] [stderr] | [INFO] [stderr] 1 | fn collatz_count(num:uint) -> uint{ [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE014.rs:12:11 [INFO] [stderr] | [INFO] [stderr] 12 | for i in range(1u, lim) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/bin/PE001.rs:5:20 [INFO] [stderr] | [INFO] [stderr] 5 | fn get_answer(num: int) -> int{ [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `int` in this scope [INFO] [stderr] --> src/bin/PE001.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | fn get_answer(num: int) -> int{ [INFO] [stderr] | ^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0412`. [INFO] [stderr] error: Could not compile `PE`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "4941ed3b85b42fb830bda36b081c91053ca52c6f45c236de26e9d63f4fcd5d0e"` [INFO] running `"docker" "rm" "-f" "4941ed3b85b42fb830bda36b081c91053ca52c6f45c236de26e9d63f4fcd5d0e"` [INFO] [stdout] 4941ed3b85b42fb830bda36b081c91053ca52c6f45c236de26e9d63f4fcd5d0e