[INFO] cloning repository https://github.com/jml/rust-scratch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jml/rust-scratch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjml%2Frust-scratch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjml%2Frust-scratch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cc4ed43122015a4c7fde821eb62b575b53737764 [INFO] testing jml/rust-scratch against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjml%2Frust-scratch" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jml/rust-scratch on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jml/rust-scratch [INFO] finished tweaking git repo https://github.com/jml/rust-scratch [INFO] tweaked toml for git repo https://github.com/jml/rust-scratch written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/jml/rust-scratch already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c72b19ad24f87d2f913093acb1d936ee3be48bb4c551927fe1fa5b8eeae4167 [INFO] running `Command { std: "docker" "start" "-a" "9c72b19ad24f87d2f913093acb1d936ee3be48bb4c551927fe1fa5b8eeae4167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c72b19ad24f87d2f913093acb1d936ee3be48bb4c551927fe1fa5b8eeae4167", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c72b19ad24f87d2f913093acb1d936ee3be48bb4c551927fe1fa5b8eeae4167", kill_on_drop: false }` [INFO] [stdout] 9c72b19ad24f87d2f913093acb1d936ee3be48bb4c551927fe1fa5b8eeae4167 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adc5946b6105059a4dad3083b03bd0709e03b24cbe7cfd0ac67d3bd89bae3161 [INFO] running `Command { std: "docker" "start" "-a" "adc5946b6105059a4dad3083b03bd0709e03b24cbe7cfd0ac67d3bd89bae3161", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling target v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/lib.rs:51:91 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn accumulate>(sequence: &mut T, init: A, f: |A, K| -> A) -> TreeMap { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/lib.rs:51:98 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn accumulate>(sequence: &mut T, init: A, f: |A, K| -> A) -> TreeMap { [INFO] [stdout] | - ^^ expected parameter name [INFO] [stdout] | | [INFO] [stdout] | while parsing this or-pattern starting here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `i` for number literal [INFO] [stdout] --> src/lib.rs:87:42 [INFO] [stdout] | [INFO] [stdout] 87 | accumulate(sequence, 1, |x, _| { x + 1i }) [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/lib.rs:131:33 [INFO] [stdout] | [INFO] [stdout] 131 | Some(x) => if *x >= 1i { *x -= 1i } else { return false }, [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/lib.rs:131:44 [INFO] [stdout] | [INFO] [stdout] 131 | Some(x) => if *x >= 1i { *x -= 1i } else { return false }, [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[E0432]: unresolved import `std::collections::TreeMap` [INFO] [stdout] --> src/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use std::collections::TreeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `BTreeMap` [INFO] [stdout] | no `TreeMap` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::collections::TreeMap` [INFO] [stdout] --> src/lib.rs:160:9 [INFO] [stdout] | [INFO] [stdout] 160 | use std::collections::TreeMap; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^------- [INFO] [stdout] | | | [INFO] [stdout] | | help: a similar name exists in the module: `BTreeMap` [INFO] [stdout] | no `TreeMap` in `collections` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/lib.rs:59:28 [INFO] [stdout] | [INFO] [stdout] 59 | Some(i) => f(i, x.clone()), [INFO] [stdout] | ^ help: a local variable with a similar name exists: `i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/lib.rs:86:82 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn frequency>(sequence: &mut T) -> TreeMap { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 86 | pub fn frequency>(sequence: &mut T) -> TreeMap { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 86 | pub fn frequency, int>(sequence: &mut T) -> TreeMap { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `int` in this scope [INFO] [stdout] --> src/lib.rs:111:51 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn letter_counts(word: &str) -> TreeMap { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 111 | pub fn letter_counts(word: &str) -> TreeMap { [INFO] [stdout] | ~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 111 | pub fn letter_counts(word: &str) -> TreeMap { [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/lib.rs:51:48 [INFO] [stdout] | [INFO] [stdout] 51 | pub fn accumulate>(sequence: &mut T, init: A, f: |A, K| -> A) -> TreeMap { [INFO] [stdout] | ^^^^^^^^--- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0107]: this trait takes 0 generic arguments but 1 generic argument was supplied [INFO] [stdout] --> src/lib.rs:86:37 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn frequency>(sequence: &mut T) -> TreeMap { [INFO] [stdout] | ^^^^^^^^--- help: remove these generics [INFO] [stdout] | | [INFO] [stdout] | expected 0 generic arguments [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0107, E0412, E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0107`. [INFO] [stdout] [INFO] [stderr] error: could not compile `target` due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "adc5946b6105059a4dad3083b03bd0709e03b24cbe7cfd0ac67d3bd89bae3161", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adc5946b6105059a4dad3083b03bd0709e03b24cbe7cfd0ac67d3bd89bae3161", kill_on_drop: false }` [INFO] [stdout] adc5946b6105059a4dad3083b03bd0709e03b24cbe7cfd0ac67d3bd89bae3161