[INFO] cloning repository https://github.com/jon-lipstate/equation [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jon-lipstate/equation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjon-lipstate%2Fequation", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjon-lipstate%2Fequation'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd5b9c256a61099b423c3eaddb075083fc05100e [INFO] testing jon-lipstate/equation 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%2Fjon-lipstate%2Fequation" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jon-lipstate/equation 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/jon-lipstate/equation [INFO] finished tweaking git repo https://github.com/jon-lipstate/equation [INFO] tweaked toml for git repo https://github.com/jon-lipstate/equation written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/jon-lipstate/equation 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] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] e8cc52a880720926964c2be0d0fd20991702d3a0c23799f6ea265cd9040326c8 [INFO] running `Command { std: "docker" "start" "-a" "e8cc52a880720926964c2be0d0fd20991702d3a0c23799f6ea265cd9040326c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8cc52a880720926964c2be0d0fd20991702d3a0c23799f6ea265cd9040326c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8cc52a880720926964c2be0d0fd20991702d3a0c23799f6ea265cd9040326c8", kill_on_drop: false }` [INFO] [stdout] e8cc52a880720926964c2be0d0fd20991702d3a0c23799f6ea265cd9040326c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] b6fe06256a3eaf45c0550d77f2cdb9d1df7723c75cc5b4ba14b032281847ed2c [INFO] running `Command { std: "docker" "start" "-a" "b6fe06256a3eaf45c0550d77f2cdb9d1df7723c75cc5b4ba14b032281847ed2c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling nom v7.1.0 [INFO] [stderr] Compiling uom v0.31.1 [INFO] [stderr] Compiling equation v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0583]: file not found for module `json` [INFO] [stdout] --> src/main.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | mod json; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: to create the module `json`, create file "src/json.rs" or "src/json/mod.rs" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: the method `parse` exists for fn item `fn() -> impl Fn(&[ExprValue])-> Result<(&[ExprValue], ExprValue), nom::Err<()>> {actor_any::<'_>}`, but its trait bounds were not satisfied [INFO] [stdout] --> src/math.rs:280:24 [INFO] [stdout] | [INFO] [stdout] 280 | let ii = actor_any.parse(input); [INFO] [stdout] | ^^^^^ method cannot be called on `fn() -> impl Fn(&[ExprValue])-> Result<(&[ExprValue], ExprValue), nom::Err<()>> {actor_any::<'_>}` due to unsatisfied trait bounds [INFO] [stdout] | [INFO] [stdout] = note: `actor_any` is a function, perhaps you wish to call it [INFO] [stdout] = note: the following trait bounds were not satisfied: [INFO] [stdout] ` impl Fn(&[ExprValue])-> Result<(&[ExprValue], ExprValue), nom::Err<()>> {actor_any::<'_>} as FnOnce<(_,)>>::Output = Result<(_, _), nom::Err<_>>` [INFO] [stdout] which is required by `fn() -> impl Fn(&[ExprValue])-> Result<(&[ExprValue], ExprValue), nom::Err<()>> {actor_any::<'_>}: Parser<_, _, _>` [INFO] [stdout] `fn() -> impl Fn(&[ExprValue])-> Result<(&[ExprValue], ExprValue), nom::Err<()>> {actor_any::<'_>}: FnMut<(_,)>` [INFO] [stdout] which is required by `fn() -> impl Fn(&[ExprValue])-> Result<(&[ExprValue], ExprValue), nom::Err<()>> {actor_any::<'_>}: Parser<_, _, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0583, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0583`. [INFO] [stdout] [INFO] [stderr] error: could not compile `equation` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "b6fe06256a3eaf45c0550d77f2cdb9d1df7723c75cc5b4ba14b032281847ed2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6fe06256a3eaf45c0550d77f2cdb9d1df7723c75cc5b4ba14b032281847ed2c", kill_on_drop: false }` [INFO] [stdout] b6fe06256a3eaf45c0550d77f2cdb9d1df7723c75cc5b4ba14b032281847ed2c