[INFO] fetching crate tower-lsp 0.19.0... [INFO] testing tower-lsp-0.19.0 against try#ecd7b559f89c73ac8f1d318f7501006f37b944b2 for pr-112849 [INFO] extracting crate tower-lsp 0.19.0 into /workspace/builds/worker-3-tc2/source [INFO] validating manifest of crates.io crate tower-lsp 0.19.0 on toolchain ecd7b559f89c73ac8f1d318f7501006f37b944b2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tower-lsp 0.19.0 [INFO] finished tweaking crates.io crate tower-lsp 0.19.0 [INFO] tweaked toml for crates.io crate tower-lsp 0.19.0 written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate crates.io crate tower-lsp 0.19.0 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" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 46a5f6220e0a0af6297328e8c5a2f4d34319d8da342a26bf61a6e5e18e79a0c7 [INFO] running `Command { std: "docker" "start" "-a" "46a5f6220e0a0af6297328e8c5a2f4d34319d8da342a26bf61a6e5e18e79a0c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "46a5f6220e0a0af6297328e8c5a2f4d34319d8da342a26bf61a6e5e18e79a0c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46a5f6220e0a0af6297328e8c5a2f4d34319d8da342a26bf61a6e5e18e79a0c7", kill_on_drop: false }` [INFO] [stdout] 46a5f6220e0a0af6297328e8c5a2f4d34319d8da342a26bf61a6e5e18e79a0c7 [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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c18954f12202cf56342f85023424791d82cc5be823a6349f3ca08c58b38b1601 [INFO] running `Command { std: "docker" "start" "-a" "c18954f12202cf56342f85023424791d82cc5be823a6349f3ca08c58b38b1601", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.50 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling tokio v1.24.2 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling async-trait v0.1.61 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling dashmap v5.4.0 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling serde_repr v0.1.10 [INFO] [stderr] Compiling tower-lsp-macros v0.8.0 [INFO] [stderr] Compiling auto_impl v1.0.1 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling futures v0.3.25 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling lsp-types v0.94.0 [INFO] [stderr] Compiling tower-lsp v0.19.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.96s [INFO] running `Command { std: "docker" "inspect" "c18954f12202cf56342f85023424791d82cc5be823a6349f3ca08c58b38b1601", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c18954f12202cf56342f85023424791d82cc5be823a6349f3ca08c58b38b1601", kill_on_drop: false }` [INFO] [stdout] c18954f12202cf56342f85023424791d82cc5be823a6349f3ca08c58b38b1601 [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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/opt/rustwide/cargo-home/bin/cargo" "+ecd7b559f89c73ac8f1d318f7501006f37b944b2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd85975e948b971732fd3dba012f624d11956fb735c5301cbd264f18b65b577f [INFO] running `Command { std: "docker" "start" "-a" "bd85975e948b971732fd3dba012f624d11956fb735c5301cbd264f18b65b577f", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling semver v1.0.16 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling tokio v1.24.2 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling tokio-macros v1.8.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling pharos v0.5.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling sha-1 v0.10.1 [INFO] [stderr] Compiling async_io_stream v0.3.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling ws_stream_tungstenite v0.9.0 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling tungstenite v0.17.3 [INFO] [stderr] Compiling futures-executor v0.3.25 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling futures v0.3.25 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling async-tungstenite v0.18.0 [INFO] [stderr] Compiling tower-lsp v0.19.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `tower-lsp` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/ecd7b559f89c73ac8f1d318f7501006f37b944b2/bin/rustc --crate-name tower_lsp --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="runtime-tokio"' --cfg 'feature="tokio"' --cfg 'feature="tokio-util"' -C metadata=e980d2c1a2fcca7d -C extra-filename=-e980d2c1a2fcca7d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-f430f66d815d7380.so --extern async_tungstenite=/opt/rustwide/target/debug/deps/libasync_tungstenite-09e35efbf0f4afb5.rlib --extern auto_impl=/opt/rustwide/target/debug/deps/libauto_impl-235a46a6ccb158ec.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-dc8f85496c6f21be.rlib --extern dashmap=/opt/rustwide/target/debug/deps/libdashmap-ebfbd33d580cab2b.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-602c40a145eadf98.rlib --extern httparse=/opt/rustwide/target/debug/deps/libhttparse-c1c7bf356ee1c630.rlib --extern lsp_types=/opt/rustwide/target/debug/deps/liblsp_types-0587c0b7be7fffb0.rlib --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-f2bfb15f1a627319.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-a88a304303c2c853.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-8bbdb7325dc5e160.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-b587b7dc9c870edd.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-62d5b0358fc78f18.rlib --extern tower=/opt/rustwide/target/debug/deps/libtower-cc2df1497bb5eb39.rlib --extern tower_lsp_macros=/opt/rustwide/target/debug/deps/libtower_lsp_macros-e7acdedf917d625c.so --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c16520337f2eb4cb.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-126fc4ddbc768898.rlib --extern ws_stream_tungstenite=/opt/rustwide/target/debug/deps/libws_stream_tungstenite-814a5df5d6a81170.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "bd85975e948b971732fd3dba012f624d11956fb735c5301cbd264f18b65b577f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd85975e948b971732fd3dba012f624d11956fb735c5301cbd264f18b65b577f", kill_on_drop: false }` [INFO] [stdout] bd85975e948b971732fd3dba012f624d11956fb735c5301cbd264f18b65b577f