[INFO] cloning repository https://github.com/NerdyPepper/eva [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NerdyPepper/eva" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNerdyPepper%2Feva"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNerdyPepper%2Feva'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 432129fcfe47abe83f5f20d544a4f14686921c7e [INFO] checking NerdyPepper/eva against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNerdyPepper%2Feva" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/NerdyPepper/eva on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/NerdyPepper/eva [INFO] finished tweaking git repo https://github.com/NerdyPepper/eva [INFO] tweaked toml for git repo https://github.com/NerdyPepper/eva written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c95ee2080a1996974bc4a161903313f31d3b272d73419952cb9a2b9d86a2d5de [INFO] running `"docker" "start" "-a" "c95ee2080a1996974bc4a161903313f31d3b272d73419952cb9a2b9d86a2d5de"` [INFO] [stderr] Checking radix_fmt v1.0.0 [INFO] [stderr] Checking nix v0.13.1 [INFO] [stderr] Checking rustyline v4.1.0 [INFO] [stderr] Checking eva v0.2.6 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:205:62 [INFO] [stderr] | [INFO] [stderr] 205 | let evaled = eval_math_expression("6*2 + 3 + 12 -3", 0f64).unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found f64 [INFO] [stderr] | help: try using a variant of the expected type: `Some(0f64)` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` [INFO] [stderr] found type `f64` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:210:63 [INFO] [stderr] | [INFO] [stderr] 210 | let evaled = eval_math_expression("sin(30) + tan(45", 0f64).unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found f64 [INFO] [stderr] | help: try using a variant of the expected type: `Some(0f64)` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` [INFO] [stderr] found type `f64` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:215:71 [INFO] [stderr] | [INFO] [stderr] 215 | let evaled = eval_math_expression("(((1 + 2 + 3) ^ 2 ) - 4)", 0f64).unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found f64 [INFO] [stderr] | help: try using a variant of the expected type: `Some(0f64)` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` [INFO] [stderr] found type `f64` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:220:70 [INFO] [stderr] | [INFO] [stderr] 220 | let evaled = eval_math_expression("1.2816 + 1 + 1.2816/1.2", 0f64).unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found f64 [INFO] [stderr] | help: try using a variant of the expected type: `Some(0f64)` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` [INFO] [stderr] found type `f64` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:225:69 [INFO] [stderr] | [INFO] [stderr] 225 | let evaled = eval_math_expression("deg(asin(1) + acos(1))", 0f64).unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found f64 [INFO] [stderr] | help: try using a variant of the expected type: `Some(0f64)` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` [INFO] [stderr] found type `f64` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:230:61 [INFO] [stderr] | [INFO] [stderr] 230 | let evaled = eval_math_expression("1 / (1 + e^-7)", 0f64).unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found f64 [INFO] [stderr] | help: try using a variant of the expected type: `Some(0f64)` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` [INFO] [stderr] found type `f64` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:235:52 [INFO] [stderr] | [INFO] [stderr] 235 | let evaled = eval_math_expression("_ + 9", 9f64).unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found f64 [INFO] [stderr] | help: try using a variant of the expected type: `Some(9f64)` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` [INFO] [stderr] found type `f64` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:240:53 [INFO] [stderr] | [INFO] [stderr] 240 | let evaled = eval_math_expression("9 + _ ", 0f64).unwrap(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected enum `std::option::Option`, found f64 [INFO] [stderr] | help: try using a variant of the expected type: `Some(0f64)` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::option::Option` [INFO] [stderr] found type `f64` [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `eva`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c95ee2080a1996974bc4a161903313f31d3b272d73419952cb9a2b9d86a2d5de"` [INFO] running `"docker" "rm" "-f" "c95ee2080a1996974bc4a161903313f31d3b272d73419952cb9a2b9d86a2d5de"` [INFO] [stdout] c95ee2080a1996974bc4a161903313f31d3b272d73419952cb9a2b9d86a2d5de