[INFO] updating cached repository https://github.com/morty-c137-prime/rusty-ricks-cheatsheet [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c6e856caf6870a61d66827f8954c528c154ef164 [INFO] checking morty-c137-prime/rusty-ricks-cheatsheet against try#5e633973aa9255a88b65a39484627bb54e6044b3 for pr-66063 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmorty-c137-prime%2Frusty-ricks-cheatsheet" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/morty-c137-prime/rusty-ricks-cheatsheet on toolchain 5e633973aa9255a88b65a39484627bb54e6044b3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/morty-c137-prime/rusty-ricks-cheatsheet [INFO] finished tweaking git repo https://github.com/morty-c137-prime/rusty-ricks-cheatsheet [INFO] tweaked toml for git repo https://github.com/morty-c137-prime/rusty-ricks-cheatsheet written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/morty-c137-prime/rusty-ricks-cheatsheet already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+5e633973aa9255a88b65a39484627bb54e6044b3" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ac03fc9a84b8ca1ed17f950575421f5078ddbd46e459c3ef143f8dd3a564375b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ac03fc9a84b8ca1ed17f950575421f5078ddbd46e459c3ef143f8dd3a564375b"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rusty-ricks-cheatsheet v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected `;`, found ``{`` [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:29:40 [INFO] [stderr] | [INFO] [stderr] 29 | let guess: u32 = guess.trim().parse() [INFO] [stderr] | ^ help: add `;` here [INFO] [stderr] 30 | { [INFO] [stderr] | - unexpected token [INFO] [stderr] [INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `=>` [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | Ok(num) => num, [INFO] [stderr] | ^^ expected one of `.`, `;`, `?`, `}`, or an operator here [INFO] [stderr] [INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `,` [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:42:37 [INFO] [stderr] | [INFO] [stderr] 42 | println!("Just right, you win!"), [INFO] [stderr] | ^ expected one of `.`, `;`, `?`, `}`, or an operator here [INFO] [stderr] [INFO] [stderr] error: expected `;`, found `keyword `let`` [INFO] [stderr] --> src/bin/chapter4-ownership.rs:17:3 [INFO] [stderr] | [INFO] [stderr] 17 | } // s is dropped [INFO] [stderr] | ^ help: add `;` here [INFO] [stderr] ... [INFO] [stderr] 21 | let mut string = String::from("hello"); [INFO] [stderr] | --- unexpected token [INFO] [stderr] [INFO] [stderr] error: expected `;`, found ``{`` [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:29:40 [INFO] [stderr] | [INFO] [stderr] 29 | let guess: u32 = guess.trim().parse() [INFO] [stderr] | ^ help: add `;` here [INFO] [stderr] 30 | { [INFO] [stderr] | - unexpected token [INFO] [stderr] [INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `=>` [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | Ok(num) => num, [INFO] [stderr] | ^^ expected one of `.`, `;`, `?`, `}`, or an operator here [INFO] [stderr] [INFO] [stderr] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `,` [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:42:37 [INFO] [stderr] | [INFO] [stderr] 42 | println!("Just right, you win!"), [INFO] [stderr] | ^ expected one of `.`, `;`, `?`, `}`, or an operator here [INFO] [stderr] [INFO] [stderr] error: expected `;`, found `keyword `let`` [INFO] [stderr] --> src/bin/chapter4-ownership.rs:17:3 [INFO] [stderr] | [INFO] [stderr] 17 | } // s is dropped [INFO] [stderr] | ^ help: add `;` here [INFO] [stderr] ... [INFO] [stderr] 21 | let mut string = String::from("hello"); [INFO] [stderr] | --- unexpected token [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rusty-ricks-cheatsheet`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `thred_rng` in crate `rand` [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:18:28 [INFO] [stderr] | [INFO] [stderr] 18 | let secret_number = rand::thred_rng().gen_range(1, 101); [INFO] [stderr] | ^^^^^^^^^ help: a function with a similar name exists: `thread_rng` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:29:20 [INFO] [stderr] | [INFO] [stderr] 29 | let guess: u32 = guess.trim().parse() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected u32, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `u32` [INFO] [stderr] found type `std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 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[E0425]: cannot find function `thred_rng` in crate `rand` [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:18:28 [INFO] [stderr] | [INFO] [stderr] 18 | let secret_number = rand::thred_rng().gen_range(1, 101); [INFO] [stderr] | ^^^^^^^^^ help: a function with a similar name exists: `thread_rng` [INFO] [stderr] [INFO] [stderr] error: could not compile `rusty-ricks-cheatsheet`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `rusty-ricks-cheatsheet`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/chapter2-guessing-game.rs:29:20 [INFO] [stderr] | [INFO] [stderr] 29 | let guess: u32 = guess.trim().parse() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ expected u32, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `u32` [INFO] [stderr] found type `std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 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 `rusty-ricks-cheatsheet`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ac03fc9a84b8ca1ed17f950575421f5078ddbd46e459c3ef143f8dd3a564375b"` [INFO] running `"docker" "rm" "-f" "ac03fc9a84b8ca1ed17f950575421f5078ddbd46e459c3ef143f8dd3a564375b"` [INFO] [stdout] ac03fc9a84b8ca1ed17f950575421f5078ddbd46e459c3ef143f8dd3a564375b