[INFO] cloning repository https://github.com/jackkav/neon-electron-scratch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jackkav/neon-electron-scratch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackkav%2Fneon-electron-scratch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackkav%2Fneon-electron-scratch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f3c510c7366730947c1af102d2c080e6364be36e
[INFO] checking jackkav/neon-electron-scratch against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjackkav%2Fneon-electron-scratch" "/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/jackkav/neon-electron-scratch
[INFO] finished tweaking git repo https://github.com/jackkav/neon-electron-scratch
[INFO] tweaked toml for git repo https://github.com/jackkav/neon-electron-scratch written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jackkav/neon-electron-scratch 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/jackkav/neon-electron-scratch 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]  Downloading crates ...
[INFO] [stderr]   Downloaded libc v0.2.135
[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] 66f9996468295a2a70c4a6977f88c3fa18143d708853d2344ad83ac17a95eb43
[INFO] running `Command { std: "docker" "start" "-a" "66f9996468295a2a70c4a6977f88c3fa18143d708853d2344ad83ac17a95eb43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66f9996468295a2a70c4a6977f88c3fa18143d708853d2344ad83ac17a95eb43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66f9996468295a2a70c4a6977f88c3fa18143d708853d2344ad83ac17a95eb43", kill_on_drop: false }`
[INFO] [stdout] 66f9996468295a2a70c4a6977f88c3fa18143d708853d2344ad83ac17a95eb43
[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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fea8e8f6ae003ac05a2e2c9ba31c933e8afd1f5d100bb2be358c02b0ba160d0b
[INFO] running `Command { std: "docker" "start" "-a" "fea8e8f6ae003ac05a2e2c9ba31c933e8afd1f5d100bb2be358c02b0ba160d0b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling neon-build v0.10.1
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]    Compiling neon v0.10.1
[INFO] [stderr]     Checking neon-runtime v0.10.1
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]    Compiling syn-mid v0.5.3
[INFO] [stderr]    Compiling neon-macros v0.10.1
[INFO] [stderr]     Checking neon-electron v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s
[INFO] running `Command { std: "docker" "inspect" "fea8e8f6ae003ac05a2e2c9ba31c933e8afd1f5d100bb2be358c02b0ba160d0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fea8e8f6ae003ac05a2e2c9ba31c933e8afd1f5d100bb2be358c02b0ba160d0b", kill_on_drop: false }`
[INFO] [stdout] fea8e8f6ae003ac05a2e2c9ba31c933e8afd1f5d100bb2be358c02b0ba160d0b
