[INFO] updating cached repository https://github.com/colemickens/euler-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 441b787ba2e0e5564f582f883e355782ece155e4 [INFO] checking colemickens/euler-rust against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcolemickens%2Feuler-rust" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/colemickens/euler-rust on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/colemickens/euler-rust [INFO] finished tweaking git repo https://github.com/colemickens/euler-rust [INFO] tweaked toml for git repo https://github.com/colemickens/euler-rust written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/colemickens/euler-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9bd4265dae79e6fac1441d9cc329d2c42eac887d59bc458edbbc0644a333502d [INFO] running `"docker" "start" "-a" "9bd4265dae79e6fac1441d9cc329d2c42eac887d59bc458edbbc0644a333502d"` [INFO] [stderr] Checking colemickens-euler-rust v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: type alias is never used: `Output` [INFO] [stderr] --> src/primes.rs:7:3 [INFO] [stderr] | [INFO] [stderr] 7 | type Output = BigInt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `Output` [INFO] [stderr] --> src/primes.rs:7:3 [INFO] [stderr] | [INFO] [stderr] 7 | type Output = BigInt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `iter_arith` has been stable since 1.11.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/problem008.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | #![feature(iter_arith)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0635]: unknown feature `convert` [INFO] [stderr] --> tests/problem008.rs:31:12 [INFO] [stderr] | [INFO] [stderr] 31 | #![feature(convert)] [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0635`. [INFO] [stderr] error: Could not compile `colemickens-euler-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0593]: closure is expected to take 2 arguments, but it takes 1 argument [INFO] [stderr] --> tests/problem003.rs:19:20 [INFO] [stderr] | [INFO] [stderr] 19 | *(factors.iter().max_by(|&x| x).unwrap()) [INFO] [stderr] | ^^^^^^ ---- takes 1 argument [INFO] [stderr] | | [INFO] [stderr] | expected closure that takes 2 arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0593`. [INFO] [stderr] error: Could not compile `colemickens-euler-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> tests/problem009.rs:18:12 [INFO] [stderr] | [INFO] [stderr] 18 | for a in (0u64..target) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> tests/problem009.rs:19:14 [INFO] [stderr] | [INFO] [stderr] 19 | for b in (0u64..a) { [INFO] [stderr] | ^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::num` [INFO] [stderr] --> tests/problem005.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use std::num; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around `for` head expression [INFO] [stderr] --> tests/problem005.rs:41:12 [INFO] [stderr] | [INFO] [stderr] 41 | for n in (lower_limit..upper_limit) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `iter_arith` has been stable since 1.11.0 and no longer requires an attribute to enable [INFO] [stderr] --> tests/problem012.rs:42:12 [INFO] [stderr] | [INFO] [stderr] 42 | #![feature(iter_arith)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9bd4265dae79e6fac1441d9cc329d2c42eac887d59bc458edbbc0644a333502d"` [INFO] running `"docker" "rm" "-f" "9bd4265dae79e6fac1441d9cc329d2c42eac887d59bc458edbbc0644a333502d"` [INFO] [stdout] 9bd4265dae79e6fac1441d9cc329d2c42eac887d59bc458edbbc0644a333502d