[INFO] cloning repository https://github.com/simonswine/jsonnet-language-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/simonswine/jsonnet-language-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonswine%2Fjsonnet-language-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonswine%2Fjsonnet-language-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 17e9a959b62ce233edcf341507e9ff4cd4230f65 [INFO] checking simonswine/jsonnet-language-server against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsimonswine%2Fjsonnet-language-server" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/simonswine/jsonnet-language-server on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/simonswine/jsonnet-language-server [INFO] finished tweaking git repo https://github.com/simonswine/jsonnet-language-server [INFO] tweaked toml for git repo https://github.com/simonswine/jsonnet-language-server written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/simonswine/jsonnet-language-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bb1be08b08c9f0ced65d9173b3e524b281a28df29091879c4223eb863a1e4def [INFO] running `Command { std: "docker" "start" "-a" "bb1be08b08c9f0ced65d9173b3e524b281a28df29091879c4223eb863a1e4def", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bb1be08b08c9f0ced65d9173b3e524b281a28df29091879c4223eb863a1e4def", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb1be08b08c9f0ced65d9173b3e524b281a28df29091879c4223eb863a1e4def", kill_on_drop: false }` [INFO] [stdout] bb1be08b08c9f0ced65d9173b3e524b281a28df29091879c4223eb863a1e4def [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0a1365496241789dde8d87af850ea55a4459a6377783bc02f523ef6898d6b78b [INFO] running `Command { std: "docker" "start" "-a" "0a1365496241789dde8d87af850ea55a4459a6377783bc02f523ef6898d6b78b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Compiling peg-runtime v0.6.3 [INFO] [stderr] Compiling unescape v0.1.0 [INFO] [stderr] Compiling libc v0.2.88 [INFO] [stderr] Compiling jrsonnet-stdlib v0.3.4 (https://github.com/CertainLach/jrsonnet.git?rev=0.3.4#f91abe0d) [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking yansi-term v0.1.2 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking closure v0.3.0 [INFO] [stderr] Checking pathdiff v0.2.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking unicode-normalization v0.1.17 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking regex v1.4.4 [INFO] [stderr] Checking annotate-snippets v0.9.0 [INFO] [stderr] Compiling peg-macros v0.6.3 [INFO] [stderr] Checking crossbeam-channel v0.5.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking idna v0.2.2 [INFO] [stderr] Compiling peg v0.6.3 [INFO] [stderr] Checking jrsonnet-types v0.3.4 (https://github.com/CertainLach/jrsonnet.git?rev=0.3.4#f91abe0d) [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling serde_repr v0.1.6 [INFO] [stderr] Checking thiserror v1.0.24 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking jrsonnet-interner v0.3.4 (https://github.com/CertainLach/jrsonnet.git?rev=0.3.4#f91abe0d) [INFO] [stderr] Checking url v2.2.1 [INFO] [stderr] Checking bincode v1.3.2 [INFO] [stderr] Checking jrsonnet-parser v0.3.4 (https://github.com/CertainLach/jrsonnet.git?rev=0.3.4#f91abe0d) [INFO] [stderr] Checking lsp-server v0.5.0 [INFO] [stderr] Checking lsp-types v0.88.0 [INFO] [stderr] Compiling jrsonnet-evaluator v0.3.4 (https://github.com/CertainLach/jrsonnet.git?rev=0.3.4#f91abe0d) [INFO] [stderr] Checking jsonnet-language-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.14s [INFO] running `Command { std: "docker" "inspect" "0a1365496241789dde8d87af850ea55a4459a6377783bc02f523ef6898d6b78b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a1365496241789dde8d87af850ea55a4459a6377783bc02f523ef6898d6b78b", kill_on_drop: false }` [INFO] [stdout] 0a1365496241789dde8d87af850ea55a4459a6377783bc02f523ef6898d6b78b