[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 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjon-lipstate%2Fequation" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jon-lipstate/equation on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-1/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" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bcb5faa53403b9e144c21dfc2c6026dc2eae3da2bdeb6259bb0c78f791023b78 [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" "bcb5faa53403b9e144c21dfc2c6026dc2eae3da2bdeb6259bb0c78f791023b78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcb5faa53403b9e144c21dfc2c6026dc2eae3da2bdeb6259bb0c78f791023b78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcb5faa53403b9e144c21dfc2c6026dc2eae3da2bdeb6259bb0c78f791023b78", kill_on_drop: false }` [INFO] [stdout] bcb5faa53403b9e144c21dfc2c6026dc2eae3da2bdeb6259bb0c78f791023b78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e6eb95fbd9f23734846b51ab414bd35d49d2c8ef705715c9584e34fd75b28fb [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" "1e6eb95fbd9f23734846b51ab414bd35d49d2c8ef705715c9584e34fd75b28fb", kill_on_drop: false }` [INFO] [stderr] Compiling minimal-lexical v0.2.1 [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" "1e6eb95fbd9f23734846b51ab414bd35d49d2c8ef705715c9584e34fd75b28fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e6eb95fbd9f23734846b51ab414bd35d49d2c8ef705715c9584e34fd75b28fb", kill_on_drop: false }` [INFO] [stdout] 1e6eb95fbd9f23734846b51ab414bd35d49d2c8ef705715c9584e34fd75b28fb