[INFO] cloning repository https://github.com/wizardwatch/solve_string [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wizardwatch/solve_string" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwizardwatch%2Fsolve_string", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwizardwatch%2Fsolve_string'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7e12b20c7a0090b4c316f14cc4f5061aeeecfa83 [INFO] checking wizardwatch/solve_string against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwizardwatch%2Fsolve_string" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wizardwatch/solve_string on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wizardwatch/solve_string [INFO] finished tweaking git repo https://github.com/wizardwatch/solve_string [INFO] tweaked toml for git repo https://github.com/wizardwatch/solve_string written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/wizardwatch/solve_string already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 78a7facd10bb48b5d112c525d85629140ec851d509fc176249dc86ccc8161026 [INFO] running `Command { std: "docker" "start" "-a" "78a7facd10bb48b5d112c525d85629140ec851d509fc176249dc86ccc8161026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "78a7facd10bb48b5d112c525d85629140ec851d509fc176249dc86ccc8161026", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78a7facd10bb48b5d112c525d85629140ec851d509fc176249dc86ccc8161026", kill_on_drop: false }` [INFO] [stdout] 78a7facd10bb48b5d112c525d85629140ec851d509fc176249dc86ccc8161026 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=forbid" "-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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 656ec8e0297318ab54130b6a908cea83f816404079cb2a9f4445c36bd1170856 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "656ec8e0297318ab54130b6a908cea83f816404079cb2a9f4445c36bd1170856", kill_on_drop: false }` [INFO] [stderr] Checking solve_string v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find value `ADDITON` in this scope [INFO] [stdout] --> src/main.rs:90:34 [INFO] [stdout] | [INFO] [stdout] 4 | const ADDITION: &str = "+"; [INFO] [stdout] | --------------------------- similarly named constant `ADDITION` defined here [INFO] [stdout] ... [INFO] [stdout] 90 | if current_letter == ADDITON { [INFO] [stdout] | ^^^^^^^ help: a constant with a similar name exists: `ADDITION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ADDITON` in this scope [INFO] [stdout] --> src/main.rs:91:38 [INFO] [stdout] | [INFO] [stdout] 4 | const ADDITION: &str = "+"; [INFO] [stdout] | --------------------------- similarly named constant `ADDITION` defined here [INFO] [stdout] ... [INFO] [stdout] 91 | operator_places.push(ADDITON); [INFO] [stdout] | ^^^^^^^ help: a constant with a similar name exists: `ADDITION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ADDITON` in this scope [INFO] [stdout] --> src/main.rs:90:34 [INFO] [stdout] | [INFO] [stdout] 4 | const ADDITION: &str = "+"; [INFO] [stdout] | --------------------------- similarly named constant `ADDITION` defined here [INFO] [stdout] ... [INFO] [stdout] 90 | if current_letter == ADDITON { [INFO] [stdout] | ^^^^^^^ help: a constant with a similar name exists: `ADDITION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ADDITON` in this scope [INFO] [stdout] --> src/main.rs:91:38 [INFO] [stdout] | [INFO] [stdout] 4 | const ADDITION: &str = "+"; [INFO] [stdout] | --------------------------- similarly named constant `ADDITION` defined here [INFO] [stdout] ... [INFO] [stdout] 91 | operator_places.push(ADDITON); [INFO] [stdout] | ^^^^^^^ help: a constant with a similar name exists: `ADDITION` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `solve_string` [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] [stdout] error[E0277]: `main` has invalid return type `f32` [INFO] [stdout] --> src/main.rs:7:35 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn main(mut input: String) -> f32 { [INFO] [stdout] | ^^^ `main` can only return types that implement `Termination` [INFO] [stdout] | [INFO] [stdout] = help: consider using `()`, or a `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0580]: `main` function has wrong type [INFO] [stdout] --> src/main.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub fn main(mut input: String) -> f32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ incorrect number of function parameters [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn() -> _` [INFO] [stdout] found fn pointer `fn(String) -> _` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0425, E0580. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "656ec8e0297318ab54130b6a908cea83f816404079cb2a9f4445c36bd1170856", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "656ec8e0297318ab54130b6a908cea83f816404079cb2a9f4445c36bd1170856", kill_on_drop: false }` [INFO] [stdout] 656ec8e0297318ab54130b6a908cea83f816404079cb2a9f4445c36bd1170856