[INFO] cloning repository https://github.com/cosmobobak/peanoplus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cosmobobak/peanoplus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmobobak%2Fpeanoplus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmobobak%2Fpeanoplus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 07480ff035a09e20f9b889726086297c3daf8d40 [INFO] testing cosmobobak/peanoplus 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%2Fcosmobobak%2Fpeanoplus" "/workspace/builds/worker-59/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-59/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cosmobobak/peanoplus 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/cosmobobak/peanoplus [INFO] finished tweaking git repo https://github.com/cosmobobak/peanoplus [INFO] tweaked toml for git repo https://github.com/cosmobobak/peanoplus written to /workspace/builds/worker-59/source/Cargo.toml [INFO] crate git repo https://github.com/cosmobobak/peanoplus 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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] ef6c9ed95fb47254f3ad59bf920d59dc724c4b20ed3ab4b7bce36434d05dd8b8 [INFO] running `Command { std: "docker" "start" "-a" "ef6c9ed95fb47254f3ad59bf920d59dc724c4b20ed3ab4b7bce36434d05dd8b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef6c9ed95fb47254f3ad59bf920d59dc724c4b20ed3ab4b7bce36434d05dd8b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef6c9ed95fb47254f3ad59bf920d59dc724c4b20ed3ab4b7bce36434d05dd8b8", kill_on_drop: false }` [INFO] [stdout] ef6c9ed95fb47254f3ad59bf920d59dc724c4b20ed3ab4b7bce36434d05dd8b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-59/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] 12784d0dacb153a7b6d3c0ba181004332f99534b32149d84c489bf4952e3df24 [INFO] running `Command { std: "docker" "start" "-a" "12784d0dacb153a7b6d3c0ba181004332f99534b32149d84c489bf4952e3df24", kill_on_drop: false }` [INFO] [stderr] Compiling peanoplus v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0425]: cannot find function `atan` in this scope [INFO] [stdout] --> src/main.rs:572:21 [INFO] [stdout] | [INFO] [stdout] 480 | fn tan(x: Frac) -> Frac { [INFO] [stdout] | ----------------------- similarly named function `tan` defined here [INFO] [stdout] ... [INFO] [stdout] 572 | let angle = atan(imag_over_real); [INFO] [stdout] | ^^^^ help: a function with a similar name exists: `tan` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/main.rs:569:27 [INFO] [stdout] | [INFO] [stdout] 569 | fn as_polar(&self) -> String { [INFO] [stdout] | -------- ^^^^^^ expected struct `String`, found `()` [INFO] [stdout] | | [INFO] [stdout] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `peanoplus` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "12784d0dacb153a7b6d3c0ba181004332f99534b32149d84c489bf4952e3df24", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12784d0dacb153a7b6d3c0ba181004332f99534b32149d84c489bf4952e3df24", kill_on_drop: false }` [INFO] [stdout] 12784d0dacb153a7b6d3c0ba181004332f99534b32149d84c489bf4952e3df24