[INFO] cloning repository https://github.com/lapce/lapce-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lapce/lapce-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapce%2Flapce-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapce%2Flapce-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 445c6a71b05d16095489d91925cad094b3284e10
[INFO] checking lapce/lapce-rust against try#18c1d185ac7a6a3bf399296b35e4b2736809a756 for pr-146972
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapce%2Flapce-rust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/lapce/lapce-rust
[INFO] finished tweaking git repo https://github.com/lapce/lapce-rust
[INFO] tweaked toml for git repo https://github.com/lapce/lapce-rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lapce/lapce-rust on toolchain 18c1d185ac7a6a3bf399296b35e4b2736809a756
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lapce/lapce-rust 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" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking lapce/lapce-rust against try#18c1d185ac7a6a3bf399296b35e4b2736809a756 for pr-146972
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flapce%2Flapce-rust" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/lapce/lapce-rust
[INFO] finished tweaking git repo https://github.com/lapce/lapce-rust
[INFO] tweaked toml for git repo https://github.com/lapce/lapce-rust written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lapce/lapce-rust on toolchain 18c1d185ac7a6a3bf399296b35e4b2736809a756
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lapce/lapce-rust 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" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "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 psp-types v0.1.0
[INFO] [stderr]   Downloaded proc-macro2 v1.0.34
[INFO] [stderr]   Downloaded lapce-plugin v0.1.1
[INFO] [stderr]   Downloaded lapce-wasi-experimental-http v0.10.0
[INFO] [stderr]   Downloaded jsonrpc-lite v0.5.0
[INFO] [stderr]   Downloaded serde_repr v0.1.9
[INFO] [stderr]   Downloaded crc32fast v1.3.0
[INFO] [stderr]   Downloaded serde_derive v1.0.132
[INFO] [stderr]   Downloaded anyhow v1.0.61
[INFO] [stderr]   Downloaded tracing-core v0.1.29
[INFO] [stderr]   Downloaded tracing v0.1.36
[INFO] [stderr]   Downloaded lsp-types v0.93.0
[INFO] [stderr]   Downloaded serde_json v1.0.73
[INFO] [stderr]   Downloaded serde v1.0.132
[INFO] [stderr]   Downloaded syn v1.0.82
[INFO] [stderr]   Downloaded bytes v1.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e398ac3ed5128ab6487d8ef678e04270f2da260e943483f037b2820a9a9c94e
[INFO] running `Command { std: "docker" "start" "-a" "0e398ac3ed5128ab6487d8ef678e04270f2da260e943483f037b2820a9a9c94e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e398ac3ed5128ab6487d8ef678e04270f2da260e943483f037b2820a9a9c94e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e398ac3ed5128ab6487d8ef678e04270f2da260e943483f037b2820a9a9c94e", kill_on_drop: false }`
[INFO] [stdout] 0e398ac3ed5128ab6487d8ef678e04270f2da260e943483f037b2820a9a9c94e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+18c1d185ac7a6a3bf399296b35e4b2736809a756" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4de63a9fb36aa51dd448416d5b48a5037a18966632e2b0a934aa4fbc1f9dd119
[INFO] running `Command { std: "docker" "start" "-a" "4de63a9fb36aa51dd448416d5b48a5037a18966632e2b0a934aa4fbc1f9dd119", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.34
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling serde_derive v1.0.132
[INFO] [stderr]    Compiling serde v1.0.132
[INFO] [stderr]    Compiling serde_json v1.0.73
[INFO] [stderr]    Compiling anyhow v1.0.61
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]     Checking bytes v1.2.1
[INFO] [stderr]     Checking tracing-core v0.1.29
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking flate2 v1.0.22
[INFO] [stderr]    Compiling serde_repr v0.1.9
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling thiserror-impl v1.0.32
[INFO] [stderr]     Checking thiserror v1.0.32
[INFO] [stderr]     Checking tracing v0.1.36
[INFO] [stderr]     Checking lapce-wasi-experimental-http v0.10.0
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking lsp-types v0.93.0
[INFO] [stderr]     Checking jsonrpc-lite v0.5.0
[INFO] [stderr]     Checking psp-types v0.1.0
[INFO] [stderr]     Checking lapce-plugin v0.1.1
[INFO] [stderr]     Checking lapce-rust v0.3.1932 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.91s
[INFO] running `Command { std: "docker" "inspect" "4de63a9fb36aa51dd448416d5b48a5037a18966632e2b0a934aa4fbc1f9dd119", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4de63a9fb36aa51dd448416d5b48a5037a18966632e2b0a934aa4fbc1f9dd119", kill_on_drop: false }`
[INFO] [stdout] 4de63a9fb36aa51dd448416d5b48a5037a18966632e2b0a934aa4fbc1f9dd119
