[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/beta-1.37-6/sources/1.36.0/gh/a-phillips/PE-Rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/a-phillips/PE-Rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/a-phillips/PE-Rust" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/a-phillips/PE-Rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of a-phillips/PE-Rust on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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/beta-1.37-6/sources/1.36.0/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/beta-1.37-6/sources/beta-2019-07-23/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" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing a-phillips/PE-Rust against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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=warn" "-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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] ff36346a033a01a5203820420380a3e2c2f1be459c9d930d0b40c58878a50a81 [INFO] running `"docker" "start" "-a" "ff36346a033a01a5203820420380a3e2c2f1be459c9d930d0b40c58878a50a81"` [INFO] [stderr] Compiling PE v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/bin/PE034.rs:2:8 [INFO] [stderr] | [INFO] [stderr] 2 | range(1u, (n+1)).fold(1u, |prod, i| { prod * i }) [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/PE034.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | range(1u, (n+1)).fold(1u, |prod, i| { prod * i }) [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/PE034.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | .fold(0u, |acc, i| { acc + factorial(i.to_digit(10).unwrap())}); [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/PE034.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | let answer = range(3u, 2903040).filter(|x| check(*x)) [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/PE034.rs:16:16 [INFO] [stderr] | [INFO] [stderr] 16 | .fold(0u, |acc, i| { acc+i }); [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:8:15 [INFO] [stderr] | [INFO] [stderr] 8 | let lim = 1_000_000u; [INFO] [stderr] | ^^^^^^^^^^ invalid suffix `u` [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/bin/PE058.rs:23:19 [INFO] [stderr] | [INFO] [stderr] 23 | for i in range (0u, 4) { // 4 numbers per diagonal [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] error: invalid suffix `i` for integer literal [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/bin/PE033.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | let mut i = 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/PE033.rs:30:17 [INFO] [stderr] | [INFO] [stderr] 30 | for i in range(0u, 4) { [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] --> 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/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] | [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/PE022.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | let mut sum = 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/PE022.rs:38:16 [INFO] [stderr] | [INFO] [stderr] 38 | let mut sum = 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] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::num::Float` [INFO] [stderr] --> src/bin/PE058.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::num::Float; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `Float` in `num` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE058.rs:23:12 [INFO] [stderr] | [INFO] [stderr] 23 | for i in range (0u, 4) { // 4 numbers per diagonal [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::io::BufferedReader` [INFO] [stderr] --> src/bin/PE022.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::io::BufferedReader; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ no `BufferedReader` in `io` [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[E0432]: unresolved import `std::io::File` [INFO] [stderr] --> src/bin/PE022.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::io::File; [INFO] [stderr] | ^^^^^^^^^^^^^ no `File` in `io` [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] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Path` [INFO] [stderr] --> src/bin/PE022.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | let path = Path::new(fp); [INFO] [stderr] | ^^^^ use of undeclared type or module `Path` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::num::Float` [INFO] [stderr] --> src/bin/PE010.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::num::Float; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `Float` in `num` [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE033.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | for num in range(10i64, 100i64-1) { [INFO] [stderr] | ^^^^^ not found in this scope [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] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE033.rs:6:14 [INFO] [stderr] | [INFO] [stderr] 6 | for den in range(num+1, 100i64) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE033.rs:30:11 [INFO] [stderr] | [INFO] [stderr] 30 | for i in range(0u, 4) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE010.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | let answer = range(2i64, lim).filter(|x| is_prime(*x)) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE033.rs:34:11 [INFO] [stderr] | [INFO] [stderr] 34 | for i in range(2i64, num_prod/2) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/bin/PE033.rs:10:7 [INFO] [stderr] | [INFO] [stderr] 10 | if (num_chars[0] == den_chars[1]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/bin/PE022.rs:21:29 [INFO] [stderr] | [INFO] [stderr] 21 | fn name_score(name:&str) -> uint { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/bin/PE034.rs:1:16 [INFO] [stderr] | [INFO] [stderr] 1 | fn factorial(n: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/PE034.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | fn factorial(n: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/PE034.rs:2:2 [INFO] [stderr] | [INFO] [stderr] 2 | range(1u, (n+1)).fold(1u, |prod, i| { prod * i }) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/bin/PE034.rs:5:14 [INFO] [stderr] | [INFO] [stderr] 5 | fn check(num:uint) -> bool { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/bin/PE034.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | let answer = range(3u, 2903040).filter(|x| check(*x)) [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/bin/PE033.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | else if (num_chars[1] == den_chars[0]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/bin/PE034.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | range(1u, (n+1)).fold(1u, |prod, i| { prod * i }) [INFO] [stderr] | ^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [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: aborting due to 3 previous errors [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[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: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 10 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[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] [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: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/PE033.rs:2:24 [INFO] [stderr] | [INFO] [stderr] 2 | let mut nums = [0i64, ..4]; [INFO] [stderr] | ^^^ expected i64, found struct `std::ops::RangeTo` [INFO] [stderr] | [INFO] [stderr] Some errors have detailed explanations: E0425, E0432. [INFO] [stderr] = note: expected type `i64` [INFO] [stderr] found type `std::ops::RangeTo<{integer}>` [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/PE033.rs:3:24 [INFO] [stderr] | [INFO] [stderr] 3 | let mut dens = [0i64, ..4]; [INFO] [stderr] | ^^^ expected i64, found struct `std::ops::RangeTo` [INFO] [stderr] | [INFO] [stderr] = note: expected type `i64` [INFO] [stderr] found type `std::ops::RangeTo<{integer}>` [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: 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: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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: E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `PE`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `split_str` found for type `std::string::String` in the current scope [INFO] [stderr] --> src/bin/PE022.rs:36:37 [INFO] [stderr] | [INFO] [stderr] 36 | let mut names:Vec<&str> = name_str.split_str(",").collect(); [INFO] [stderr] | ^^^^^^^^^ help: there is a method with a similar name: `split_at` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0432, E0433, E0599. [INFO] [stderr] For more information about an 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" "ff36346a033a01a5203820420380a3e2c2f1be459c9d930d0b40c58878a50a81"` [INFO] running `"docker" "rm" "-f" "ff36346a033a01a5203820420380a3e2c2f1be459c9d930d0b40c58878a50a81"` [INFO] [stdout] ff36346a033a01a5203820420380a3e2c2f1be459c9d930d0b40c58878a50a81