[INFO] cloning repository https://github.com/andyyu2004/gqls [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andyyu2004/gqls" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandyyu2004%2Fgqls", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandyyu2004%2Fgqls'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3dde9d5392186750ae4ee8e0349ab395441e3ff3 [INFO] testing andyyu2004/gqls against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandyyu2004%2Fgqls" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andyyu2004/gqls on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/andyyu2004/gqls [INFO] finished tweaking git repo https://github.com/andyyu2004/gqls [INFO] tweaked toml for git repo https://github.com/andyyu2004/gqls written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/andyyu2004/gqls already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9ffead575920fd4abdbf7629116b80a88c9aa723eb74c19029e74458f9aec0ee [INFO] running `Command { std: "docker" "start" "-a" "9ffead575920fd4abdbf7629116b80a88c9aa723eb74c19029e74458f9aec0ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9ffead575920fd4abdbf7629116b80a88c9aa723eb74c19029e74458f9aec0ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ffead575920fd4abdbf7629116b80a88c9aa723eb74c19029e74458f9aec0ee", kill_on_drop: false }` [INFO] [stdout] 9ffead575920fd4abdbf7629116b80a88c9aa723eb74c19029e74458f9aec0ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 087d60cc64c068a6931ee4cb0172684f0276b99c34c6eb65074a1baa67fe2684 [INFO] running `Command { std: "docker" "start" "-a" "087d60cc64c068a6931ee4cb0172684f0276b99c34c6eb65074a1baa67fe2684", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling pin-project-lite v0.2.8 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling vfs v0.1.0 (/opt/rustwide/workdir/src/vfs) [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling ryu v1.0.9 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling la-arena v0.2.1 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Compiling smol_str v0.1.22 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Compiling str_indices v0.3.2 [INFO] [stderr] Compiling tower-layer v0.3.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling tracing-core v0.1.24 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling ropey v1.4.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling quote v1.0.17 [INFO] [stderr] Compiling tree-sitter v0.20.6 [INFO] [stderr] Compiling gqls-parse v0.1.0 (/opt/rustwide/workdir/src/gqls-parse) [INFO] [stderr] Compiling tree-sitter-graphql v0.0.1 (/opt/rustwide/workdir/tree-sitter-graphql) [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling dashmap v5.2.0 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling globset v0.4.8 [INFO] [stderr] Compiling tree-sitter-traversal v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling salsa-macros v0.17.0-pre.2 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Compiling auto_impl v0.5.0 [INFO] [stderr] Compiling tower-lsp-macros v0.6.0 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling salsa v0.17.0-pre.2 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling tracing v0.1.32 [INFO] [stderr] Compiling tracing-subscriber v0.3.10 [INFO] [stderr] Compiling gqls-base-db v0.1.0 (/opt/rustwide/workdir/src/gqls-base-db) [INFO] [stderr] Compiling gqls-ir v0.1.0 (/opt/rustwide/workdir/src/gqls-ir) [INFO] [stderr] Compiling gqls-db v0.1.0 (/opt/rustwide/workdir/src/gqls-db) [INFO] [stderr] Compiling gqls-ide v0.1.0 (/opt/rustwide/workdir/src/gqls-ide) [INFO] [stderr] Compiling tokio-util v0.7.1 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling tower v0.4.12 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling serde_yaml v0.8.23 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling lsp-types v0.92.1 [INFO] [stderr] Compiling tower-lsp v0.16.0 [INFO] [stderr] Compiling gqls v0.1.0 (/opt/rustwide/workdir/src/gqls) [INFO] [stdout] warning: unused import: `anyhow` [INFO] [stdout] --> src/gqls/src/lsp.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | use anyhow::{anyhow, Result}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ChangeSummary` [INFO] [stdout] --> src/gqls/src/lsp.rs:6:25 [INFO] [stdout] | [INFO] [stdout] 6 | Change, ChangeKind, ChangeSummary, Changeset, ChangesetSummary, FileId, Ide, Patch [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashSet` [INFO] [stdout] --> src/gqls/src/lsp.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | use std::collections::{HashMap, HashSet}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.04s [INFO] running `Command { std: "docker" "inspect" "087d60cc64c068a6931ee4cb0172684f0276b99c34c6eb65074a1baa67fe2684", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "087d60cc64c068a6931ee4cb0172684f0276b99c34c6eb65074a1baa67fe2684", kill_on_drop: false }` [INFO] [stdout] 087d60cc64c068a6931ee4cb0172684f0276b99c34c6eb65074a1baa67fe2684 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9f208baf97d4a8b3c2a2bd8e5db00247b230681c42d83578a7aff42ab38d02d6 [INFO] running `Command { std: "docker" "start" "-a" "9f208baf97d4a8b3c2a2bd8e5db00247b230681c42d83578a7aff42ab38d02d6", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dissimilar v1.0.3 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling vfs v0.1.0 (/opt/rustwide/workdir/src/vfs) [INFO] [stderr] Compiling tracing-test-macro v0.2.1 [INFO] [stderr] Compiling tree-sitter-graphql v0.0.1 (/opt/rustwide/workdir/tree-sitter-graphql) [INFO] [stderr] Compiling gqls-parse v0.1.0 (/opt/rustwide/workdir/src/gqls-parse) [INFO] [stderr] Compiling gqls-base-db v0.1.0 (/opt/rustwide/workdir/src/gqls-base-db) [INFO] [stderr] Compiling gqls-db v0.1.0 (/opt/rustwide/workdir/src/gqls-db) [INFO] [stdout] warning: unused import: `anyhow` [INFO] [stdout] --> src/gqls/src/lsp.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | use anyhow::{anyhow, Result}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `ChangeSummary` [INFO] [stdout] --> src/gqls/src/lsp.rs:6:25 [INFO] [stdout] | [INFO] [stdout] 6 | Change, ChangeKind, ChangeSummary, Changeset, ChangesetSummary, FileId, Ide, Patch [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `HashSet` [INFO] [stdout] --> src/gqls/src/lsp.rs:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | use std::collections::{HashMap, HashSet}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: environment variable `CARGO_WORKSPACE_DIR` not defined [INFO] [stdout] --> src/gqls-parse/src/node_generator.rs:7:41 [INFO] [stdout] | [INFO] [stdout] 7 | let path = std::path::PathBuf::from(env!("CARGO_WORKSPACE_DIR")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `env` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `gqls-parse` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "9f208baf97d4a8b3c2a2bd8e5db00247b230681c42d83578a7aff42ab38d02d6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f208baf97d4a8b3c2a2bd8e5db00247b230681c42d83578a7aff42ab38d02d6", kill_on_drop: false }` [INFO] [stdout] 9f208baf97d4a8b3c2a2bd8e5db00247b230681c42d83578a7aff42ab38d02d6