[INFO] cloning repository https://github.com/Javier-varez/d1-app
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Javier-varez/d1-app" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJavier-varez%2Fd1-app", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJavier-varez%2Fd1-app'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d818357240f02a4d879e8ebb791035aa12df24c5
[INFO] testing Javier-varez/d1-app against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJavier-varez%2Fd1-app" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Javier-varez/d1-app
[INFO] finished tweaking git repo https://github.com/Javier-varez/d1-app
[INFO] tweaked toml for git repo https://github.com/Javier-varez/d1-app written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Javier-varez/d1-app on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Javier-varez/d1-app 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded riscv-rt-macros v0.2.2
[INFO] [stderr]   Downloaded riscv-macros v0.1.0
[INFO] [stderr]   Downloaded riscv v0.12.1
[INFO] [stderr]   Downloaded riscv-pac v0.2.0
[INFO] [stderr]   Downloaded riscv-rt v0.13.0
[INFO] [stderr]   Downloaded nb v0.1.3
[INFO] [stderr]   Downloaded vcell v0.1.3
[INFO] [stderr]   Downloaded panic-halt v1.0.0
[INFO] [stderr]   Downloaded riscv v0.10.1
[INFO] [stderr]   Downloaded embedded-hal v0.2.7
[INFO] [stderr]   Downloaded d1-pac v0.0.32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9896a979e2ca55d6bd61b8f54d7180e38e2f843c03a05c82d1dd604d3392b73f
[INFO] running `Command { std: "docker" "start" "9896a979e2ca55d6bd61b8f54d7180e38e2f843c03a05c82d1dd604d3392b73f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9896a979e2ca55d6bd61b8f54d7180e38e2f843c03a05c82d1dd604d3392b73f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9896a979e2ca55d6bd61b8f54d7180e38e2f843c03a05c82d1dd604d3392b73f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9896a979e2ca55d6bd61b8f54d7180e38e2f843c03a05c82d1dd604d3392b73f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9896a979e2ca55d6bd61b8f54d7180e38e2f843c03a05c82d1dd604d3392b73f" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stderr]    Compiling critical-section v1.2.0
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling riscv v0.10.1
[INFO] [stderr]    Compiling riscv v0.12.1
[INFO] [stderr]    Compiling embedded-hal v1.0.0
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling riscv-rt v0.13.0
[INFO] [stderr]    Compiling riscv-pac v0.2.0
[INFO] [stderr]    Compiling d1-pac v0.0.32
[INFO] [stderr]    Compiling vcell v0.1.3
[INFO] [stderr]    Compiling panic-halt v1.0.0
[INFO] [stderr]    Compiling nb v0.1.3
[INFO] [stderr]    Compiling embedded-hal v0.2.7
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling riscv-macros v0.1.0
[INFO] [stderr]    Compiling riscv-rt-macros v0.2.2
[INFO] [stderr]    Compiling d1 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: unwinding panics are not supported without std
[INFO] [stdout]   |
[INFO] [stdout]   = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding
[INFO] [stdout]   = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `d1` (bin "d1") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "9896a979e2ca55d6bd61b8f54d7180e38e2f843c03a05c82d1dd604d3392b73f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9896a979e2ca55d6bd61b8f54d7180e38e2f843c03a05c82d1dd604d3392b73f", kill_on_drop: false }`
[INFO] [stdout] 9896a979e2ca55d6bd61b8f54d7180e38e2f843c03a05c82d1dd604d3392b73f
