[INFO] fetching crate earthlyls 0.5.5...
[INFO] testing earthlyls-0.5.5 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate earthlyls 0.5.5 into /workspace/builds/worker-0-tc2/source
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate earthlyls 0.5.5
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate earthlyls 0.5.5
[INFO] tweaked toml for crates.io crate earthlyls 0.5.5 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate earthlyls 0.5.5 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate earthlyls 0.5.5 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a90787d6dc0e970c8b807071cae34635f77357de23ef8c28e1b377590d9e4106
[INFO] running `Command { std: "docker" "start" "-a" "a90787d6dc0e970c8b807071cae34635f77357de23ef8c28e1b377590d9e4106", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a90787d6dc0e970c8b807071cae34635f77357de23ef8c28e1b377590d9e4106", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a90787d6dc0e970c8b807071cae34635f77357de23ef8c28e1b377590d9e4106", kill_on_drop: false }`
[INFO] [stdout] a90787d6dc0e970c8b807071cae34635f77357de23ef8c28e1b377590d9e4106
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 752e761f9ddb05dc93f2dee8fe5b6d5252ad101d1635ada23148434234797adf
[INFO] running `Command { std: "docker" "start" "-a" "752e761f9ddb05dc93f2dee8fe5b6d5252ad101d1635ada23148434234797adf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.83
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling anstyle-parse v0.2.4
[INFO] [stderr]    Compiling tree-sitter v0.22.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling mio v1.0.1
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling colorchoice v1.0.1
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling anstyle-query v1.0.3
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling anstream v0.6.14
[INFO] [stderr]    Compiling tree-sitter-bash v0.21.0
[INFO] [stderr]    Compiling tree-sitter-earthfile v0.5.4
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling clap_builder v4.5.26
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling str_indices v0.4.3
[INFO] [stderr]    Compiling ropey v1.6.1
[INFO] [stderr]    Compiling clean-path v0.2.1
[INFO] [stderr]    Compiling glob-match v0.2.1
[INFO] [stderr]    Compiling path-slash v0.2.1
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling maplit v1.0.2
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling auto_impl v1.2.0
[INFO] [stderr]    Compiling tokio v1.43.0
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling clap v4.5.26
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling tokio-util v0.7.11
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling tower-lsp v0.20.0
[INFO] [stderr]    Compiling earthlyls v0.5.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 49s
[INFO] running `Command { std: "docker" "inspect" "752e761f9ddb05dc93f2dee8fe5b6d5252ad101d1635ada23148434234797adf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "752e761f9ddb05dc93f2dee8fe5b6d5252ad101d1635ada23148434234797adf", kill_on_drop: false }`
[INFO] [stdout] 752e761f9ddb05dc93f2dee8fe5b6d5252ad101d1635ada23148434234797adf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91b6851d319486d680bf705c68fab622ef1f137f9268ba6f08262a30f16f6d09
[INFO] running `Command { std: "docker" "start" "-a" "91b6851d319486d680bf705c68fab622ef1f137f9268ba6f08262a30f16f6d09", kill_on_drop: false }`
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling temp-dir v0.1.14
[INFO] [stderr]    Compiling earthlyls v0.5.5 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `earthlyls` (test "document_symbol")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name document_symbol --edition=2021 tests/document_symbol.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62fed02419ce5264 -C extra-filename=-e822273db51e2550 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-5aad7746eeb1502a.rlib --extern clean_path=/opt/rustwide/target/debug/deps/libclean_path-f909ad11f5f30c3b.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-6ea712851d512291.rlib --extern earthlyls=/opt/rustwide/target/debug/deps/libearthlyls-249f419d02c565d2.rlib --extern fs_extra=/opt/rustwide/target/debug/deps/libfs_extra-03eb93cc4e00353e.rlib --extern glob=/opt/rustwide/target/debug/deps/libglob-eeb045b280f2e028.rlib --extern glob_match=/opt/rustwide/target/debug/deps/libglob_match-638394777ba92f98.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-019dc3e6fa39a754.rlib --extern path_slash=/opt/rustwide/target/debug/deps/libpath_slash-9c6734eece396f84.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-4c51e0162cfd9839.rlib --extern ropey=/opt/rustwide/target/debug/deps/libropey-35cdbe9dd37bd16b.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8cd20769dd46e14a.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-17c5966b48812d3a.rlib --extern temp_dir=/opt/rustwide/target/debug/deps/libtemp_dir-e4a1003d8906e127.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0051cc9859dede2c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-202301780e48bd6f.rlib --extern tower_lsp=/opt/rustwide/target/debug/deps/libtower_lsp-2515fedf542e1b34.rlib --extern tree_sitter=/opt/rustwide/target/debug/deps/libtree_sitter-a86fc2b65501df5b.rlib --extern tree_sitter_bash=/opt/rustwide/target/debug/deps/libtree_sitter_bash-c71fc043fd0f77f9.rlib --extern tree_sitter_earthfile=/opt/rustwide/target/debug/deps/libtree_sitter_earthfile-d0e6ef2232d030d3.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/tree-sitter-1a5d40bd2089a6f0/out -L native=/opt/rustwide/target/debug/build/tree-sitter-bash-b90015cd0b845968/out -L native=/opt/rustwide/target/debug/build/tree-sitter-earthfile-8d146c543bc9a00d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `earthlyls` (test "watched_files")
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c2e32f1c9652b13ed99608599c1e855462f421f3/bin/rustc --crate-name watched_files --edition=2021 tests/watched_files.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c24fb30bb256479f -C extra-filename=-e0c322fb2c93c945 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-5aad7746eeb1502a.rlib --extern clean_path=/opt/rustwide/target/debug/deps/libclean_path-f909ad11f5f30c3b.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-6ea712851d512291.rlib --extern earthlyls=/opt/rustwide/target/debug/deps/libearthlyls-249f419d02c565d2.rlib --extern fs_extra=/opt/rustwide/target/debug/deps/libfs_extra-03eb93cc4e00353e.rlib --extern glob=/opt/rustwide/target/debug/deps/libglob-eeb045b280f2e028.rlib --extern glob_match=/opt/rustwide/target/debug/deps/libglob_match-638394777ba92f98.rlib --extern maplit=/opt/rustwide/target/debug/deps/libmaplit-019dc3e6fa39a754.rlib --extern path_slash=/opt/rustwide/target/debug/deps/libpath_slash-9c6734eece396f84.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-4c51e0162cfd9839.rlib --extern ropey=/opt/rustwide/target/debug/deps/libropey-35cdbe9dd37bd16b.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-8cd20769dd46e14a.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-17c5966b48812d3a.rlib --extern temp_dir=/opt/rustwide/target/debug/deps/libtemp_dir-e4a1003d8906e127.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0051cc9859dede2c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-202301780e48bd6f.rlib --extern tower_lsp=/opt/rustwide/target/debug/deps/libtower_lsp-2515fedf542e1b34.rlib --extern tree_sitter=/opt/rustwide/target/debug/deps/libtree_sitter-a86fc2b65501df5b.rlib --extern tree_sitter_bash=/opt/rustwide/target/debug/deps/libtree_sitter_bash-c71fc043fd0f77f9.rlib --extern tree_sitter_earthfile=/opt/rustwide/target/debug/deps/libtree_sitter_earthfile-d0e6ef2232d030d3.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/tree-sitter-1a5d40bd2089a6f0/out -L native=/opt/rustwide/target/debug/build/tree-sitter-bash-b90015cd0b845968/out -L native=/opt/rustwide/target/debug/build/tree-sitter-earthfile-8d146c543bc9a00d/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "91b6851d319486d680bf705c68fab622ef1f137f9268ba6f08262a30f16f6d09", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91b6851d319486d680bf705c68fab622ef1f137f9268ba6f08262a30f16f6d09", kill_on_drop: false }`
[INFO] [stdout] 91b6851d319486d680bf705c68fab622ef1f137f9268ba6f08262a30f16f6d09
