[INFO] cloning repository https://github.com/matinsanei/Hermes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matinsanei/Hermes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatinsanei%2FHermes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatinsanei%2FHermes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 748fae04ae95aa78d07b3462f1063b4f5be7f4aa
[INFO] testing matinsanei/Hermes against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatinsanei%2FHermes" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/matinsanei/Hermes
[INFO] finished tweaking git repo https://github.com/matinsanei/Hermes
[INFO] tweaked toml for git repo https://github.com/matinsanei/Hermes written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/matinsanei/Hermes on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/matinsanei/Hermes already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "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] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ryu v1.0.20
[INFO] [stderr]   Downloaded itoa v1.0.15
[INFO] [stderr]   Downloaded serde_json v1.0.145
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dddcb24670d23aa524ef38a59fdff71ee88cf9fa6976583c5244a9f562da75aa
[INFO] running `Command { std: "docker" "start" "-a" "dddcb24670d23aa524ef38a59fdff71ee88cf9fa6976583c5244a9f562da75aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dddcb24670d23aa524ef38a59fdff71ee88cf9fa6976583c5244a9f562da75aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dddcb24670d23aa524ef38a59fdff71ee88cf9fa6976583c5244a9f562da75aa", kill_on_drop: false }`
[INFO] [stdout] dddcb24670d23aa524ef38a59fdff71ee88cf9fa6976583c5244a9f562da75aa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 18ddfc7bdf9122fca028b23f8844ea4880eac9d2084810cba683ed52ae680c4e
[INFO] running `Command { std: "docker" "start" "-a" "18ddfc7bdf9122fca028b23f8844ea4880eac9d2084810cba683ed52ae680c4e", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling hermes-core v0.1.0 (/opt/rustwide/workdir/crates/hermes-core)
[INFO] [stderr]    Compiling hermes-math v0.1.0 (/opt/rustwide/workdir/crates/hermes-math)
[INFO] [stderr]    Compiling hermes-plugins v0.1.0 (/opt/rustwide/workdir/crates/hermes-plugins)
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling hermes-protocol v0.1.0 (/opt/rustwide/workdir/crates/hermes-protocol)
[INFO] [stderr]    Compiling hermes-sim v0.1.0 (/opt/rustwide/workdir/targets/hermes-sim)
[INFO] [stderr]    Compiling hermes-cli v0.1.0 (/opt/rustwide/workdir/tools/hermes-cli)
[INFO] [stderr]    Compiling hermes-node v0.1.0 (/opt/rustwide/workdir/targets/hermes-node)
[INFO] [stdout] error[E0432]: unresolved import `hermes_math::parse_linear`
[INFO] [stdout]  --> targets/hermes-sim/src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hermes_math::parse_linear;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `parse_linear` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hermes-sim` (bin "hermes-sim") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "18ddfc7bdf9122fca028b23f8844ea4880eac9d2084810cba683ed52ae680c4e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "18ddfc7bdf9122fca028b23f8844ea4880eac9d2084810cba683ed52ae680c4e", kill_on_drop: false }`
[INFO] [stdout] 18ddfc7bdf9122fca028b23f8844ea4880eac9d2084810cba683ed52ae680c4e
