[INFO] updating cached repository skywritergr/Rust-basic-algorithms [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/skywritergr/Rust-basic-algorithms [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/skywritergr/Rust-basic-algorithms" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/skywritergr/Rust-basic-algorithms"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/skywritergr/Rust-basic-algorithms'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/skywritergr/Rust-basic-algorithms" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/skywritergr/Rust-basic-algorithms"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/skywritergr/Rust-basic-algorithms'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8396e50e763521b38327f2b1d0bcb278a7974c51 [INFO] sha for GitHub repo skywritergr/Rust-basic-algorithms: 8396e50e763521b38327f2b1d0bcb278a7974c51 [INFO] validating manifest of skywritergr/Rust-basic-algorithms 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 skywritergr/Rust-basic-algorithms 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 skywritergr/Rust-basic-algorithms [INFO] finished frobbing skywritergr/Rust-basic-algorithms [INFO] frobbed toml for skywritergr/Rust-basic-algorithms written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/skywritergr/Rust-basic-algorithms/Cargo.toml [INFO] started frobbing skywritergr/Rust-basic-algorithms [INFO] finished frobbing skywritergr/Rust-basic-algorithms [INFO] frobbed toml for skywritergr/Rust-basic-algorithms written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/skywritergr/Rust-basic-algorithms/Cargo.toml [INFO] crate skywritergr/Rust-basic-algorithms 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking skywritergr/Rust-basic-algorithms against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/skywritergr/Rust-basic-algorithms:/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] 636939bc300962e91f4be168cfd33e9f1cad3b5854b4fd1f1386c39b2c1cbee9 [INFO] running `"docker" "start" "-a" "636939bc300962e91f4be168cfd33e9f1cad3b5854b4fd1f1386c39b2c1cbee9"` [INFO] [stderr] Checking algorithms v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:1:31 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn bubble_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn bubble_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | let mut tempVal : uint; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | for i in range(0,resultArray.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | for j in range(i+1,resultArray.len()).rev() { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:20:34 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn insertion_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:20:48 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn insertion_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | for j in range(1, resultArray.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:42:34 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn selection_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:42:48 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn selection_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | let mut minVal : uint; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:46:11 [INFO] [stderr] | [INFO] [stderr] 46 | for i in range(0, resultArray.len()){ [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:48:12 [INFO] [stderr] | [INFO] [stderr] 48 | for j in range(i+1,resultArray.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn merge_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:62:44 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn merge_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:66:15 [INFO] [stderr] | [INFO] [stderr] 66 | let middle : uint = resultArray.len()/2; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:72:11 [INFO] [stderr] | [INFO] [stderr] 72 | for i in range(0,resultArray.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:86:29 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn merge(leftArray: Vec, rightArray: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:86:52 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn merge(leftArray: Vec, rightArray: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:86:66 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn merge(leftArray: Vec, rightArray: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 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 `algorithms`. [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/sort.rs:1:31 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn bubble_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:1:45 [INFO] [stderr] | [INFO] [stderr] 1 | pub fn bubble_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | let mut tempVal : uint; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:5:11 [INFO] [stderr] | [INFO] [stderr] 5 | for i in range(0,resultArray.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:6:12 [INFO] [stderr] | [INFO] [stderr] 6 | for j in range(i+1,resultArray.len()).rev() { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:20:34 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn insertion_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:20:48 [INFO] [stderr] | [INFO] [stderr] 20 | pub fn insertion_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:25:11 [INFO] [stderr] | [INFO] [stderr] 25 | for j in range(1, resultArray.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:42:34 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn selection_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:42:48 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn selection_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:44:19 [INFO] [stderr] | [INFO] [stderr] 44 | let mut minVal : uint; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:46:11 [INFO] [stderr] | [INFO] [stderr] 46 | for i in range(0, resultArray.len()){ [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:48:12 [INFO] [stderr] | [INFO] [stderr] 48 | for j in range(i+1,resultArray.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:62:30 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn merge_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:62:44 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn merge_sort(array: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:66:15 [INFO] [stderr] | [INFO] [stderr] 66 | let middle : uint = resultArray.len()/2; [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `range` in this scope [INFO] [stderr] --> src/sort.rs:72:11 [INFO] [stderr] | [INFO] [stderr] 72 | for i in range(0,resultArray.len()) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:86:29 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn merge(leftArray: Vec, rightArray: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:86:52 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn merge(leftArray: Vec, rightArray: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `uint` in this scope [INFO] [stderr] --> src/sort.rs:86:66 [INFO] [stderr] | [INFO] [stderr] 86 | pub fn merge(leftArray: Vec, rightArray: Vec) -> Vec { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 20 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 `algorithms`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "636939bc300962e91f4be168cfd33e9f1cad3b5854b4fd1f1386c39b2c1cbee9"` [INFO] running `"docker" "rm" "-f" "636939bc300962e91f4be168cfd33e9f1cad3b5854b4fd1f1386c39b2c1cbee9"` [INFO] [stdout] 636939bc300962e91f4be168cfd33e9f1cad3b5854b4fd1f1386c39b2c1cbee9