[INFO] updating cached repository https://github.com/steshaw/rustlings [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] 06b46229ca0dd5b5fb874746d6ace8665151b11f [INFO] checking steshaw/rustlings against master#e2223c94bf433fc38234d1303e88cbaf14755863 for pr-69548 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteshaw%2Frustlings" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/steshaw/rustlings on toolchain e2223c94bf433fc38234d1303e88cbaf14755863 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/steshaw/rustlings [INFO] finished tweaking git repo https://github.com/steshaw/rustlings [INFO] tweaked toml for git repo https://github.com/steshaw/rustlings written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/steshaw/rustlings already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e2223c94bf433fc38234d1303e88cbaf14755863" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+e2223c94bf433fc38234d1303e88cbaf14755863" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f925246174d9f31e0150ce3894a602df96a4fac3427a962b2d192274494f36b1 [INFO] running `"docker" "start" "-a" "f925246174d9f31e0150ce3894a602df96a4fac3427a962b2d192274494f36b1"` [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking console v0.7.5 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking indicatif v0.9.0 [INFO] [stderr] Checking serde v1.0.92 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Checking rustlings v2.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking escargot v0.4.0 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> examples/test1.rs:12:29 [INFO] [stderr] | [INFO] [stderr] 12 | let price_per_item = if (quantity > 40) { 1 } else { 2 }; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `test1` [INFO] [stderr] --> examples/test1.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / fn calculate_apple_price(quantity: i32) -> i32 { [INFO] [stderr] 12 | | let price_per_item = if (quantity > 40) { 1 } else { 2 }; [INFO] [stderr] 13 | | price_per_item * quantity [INFO] [stderr] 14 | | } [INFO] [stderr] ... | [INFO] [stderr] 27 | | assert_eq!(65, price2); [INFO] [stderr] 28 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/test1.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `rustlings`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f925246174d9f31e0150ce3894a602df96a4fac3427a962b2d192274494f36b1"` [INFO] running `"docker" "rm" "-f" "f925246174d9f31e0150ce3894a602df96a4fac3427a962b2d192274494f36b1"` [INFO] [stdout] f925246174d9f31e0150ce3894a602df96a4fac3427a962b2d192274494f36b1