[INFO] cloning repository https://github.com/evenlis/julekalender [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/evenlis/julekalender" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevenlis%2Fjulekalender", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevenlis%2Fjulekalender'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 19424d9fc7ca55f8bcb5651e56e78c8609830e71 [INFO] testing evenlis/julekalender against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fevenlis%2Fjulekalender" "/workspace/builds/worker-101/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-101/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/evenlis/julekalender on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/evenlis/julekalender [INFO] finished tweaking git repo https://github.com/evenlis/julekalender [INFO] tweaked toml for git repo https://github.com/evenlis/julekalender written to /workspace/builds/worker-101/source/Cargo.toml [INFO] crate git repo https://github.com/evenlis/julekalender already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: path `/workspace/builds/worker-101/source/src/22.rs` was erroneously implicitly accepted for binary `22`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7ce7e01c34a950180995a62a4236995a15ebe5b909af75b6484e379797333ba [INFO] running `Command { std: "docker" "start" "-a" "d7ce7e01c34a950180995a62a4236995a15ebe5b909af75b6484e379797333ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7ce7e01c34a950180995a62a4236995a15ebe5b909af75b6484e379797333ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7ce7e01c34a950180995a62a4236995a15ebe5b909af75b6484e379797333ba", kill_on_drop: false }` [INFO] [stdout] d7ce7e01c34a950180995a62a4236995a15ebe5b909af75b6484e379797333ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-101/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55a3577a6c3f42a416f321dc00b2be9f00acfdc9760c3e3682d5ad3a247da5b0 [INFO] running `Command { std: "docker" "start" "-a" "55a3577a6c3f42a416f321dc00b2be9f00acfdc9760c3e3682d5ad3a247da5b0", kill_on_drop: false }` [INFO] [stderr] warning: path `/opt/rustwide/workdir/src/22.rs` was erroneously implicitly accepted for binary `22`, [INFO] [stderr] please set bin.path in Cargo.toml [INFO] [stderr] Compiling julekalender v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/22.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 16 | 'outer: for i in range(1i,51i){ [INFO] [stdout] | ^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/22.rs:16:31 [INFO] [stdout] | [INFO] [stdout] 16 | 'outer: for i in range(1i,51i){ [INFO] [stdout] | ^^^ invalid suffix `i` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/22.rs:3:22 [INFO] [stdout] | [INFO] [stdout] 3 | fn sum_of_squares(x: int) -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/22.rs:3:30 [INFO] [stdout] | [INFO] [stdout] 3 | fn sum_of_squares(x: int) -> int { [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/22.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | let mut sum: int = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/22.rs:5:18 [INFO] [stdout] | [INFO] [stdout] 5 | let mut num: int = x; [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/22.rs:15:33 [INFO] [stdout] | [INFO] [stdout] 15 | let mut encountered:HashSet = HashSet::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] | | [INFO] [stdout] | not found in this scope [INFO] [stdout] | help: perhaps you intended to use this type: `i32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/22.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | 'outer: for i in range(1i,51i){ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `julekalender` due to 9 previous errors [INFO] running `Command { std: "docker" "inspect" "55a3577a6c3f42a416f321dc00b2be9f00acfdc9760c3e3682d5ad3a247da5b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55a3577a6c3f42a416f321dc00b2be9f00acfdc9760c3e3682d5ad3a247da5b0", kill_on_drop: false }` [INFO] [stdout] 55a3577a6c3f42a416f321dc00b2be9f00acfdc9760c3e3682d5ad3a247da5b0