[INFO] cloning repository https://github.com/websublime/workspace-tools [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/websublime/workspace-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebsublime%2Fworkspace-tools", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebsublime%2Fworkspace-tools'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed01db69ce219dff4b411ef9027e26d761ec6789 [INFO] checking websublime/workspace-tools against try#446cb600aa4837dd6c513f14fa0d25a909b177d7 for pr-149195 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebsublime%2Fworkspace-tools" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/websublime/workspace-tools [INFO] finished tweaking git repo https://github.com/websublime/workspace-tools [INFO] tweaked toml for git repo https://github.com/websublime/workspace-tools written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/websublime/workspace-tools on toolchain 446cb600aa4837dd6c513f14fa0d25a909b177d7 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/websublime/workspace-tools 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" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a8079f18c522f35b0476f6cf29b916a959f38281ab2fa015fdaac535255803a [INFO] running `Command { std: "docker" "start" "-a" "0a8079f18c522f35b0476f6cf29b916a959f38281ab2fa015fdaac535255803a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a8079f18c522f35b0476f6cf29b916a959f38281ab2fa015fdaac535255803a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a8079f18c522f35b0476f6cf29b916a959f38281ab2fa015fdaac535255803a", kill_on_drop: false }` [INFO] [stdout] 0a8079f18c522f35b0476f6cf29b916a959f38281ab2fa015fdaac535255803a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+446cb600aa4837dd6c513f14fa0d25a909b177d7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5335c81e6372cd04f512241f49be50401628e4eddcc047e958c46f054aa0c3cb [INFO] running `Command { std: "docker" "start" "-a" "5335c81e6372cd04f512241f49be50401628e4eddcc047e958c46f054aa0c3cb", kill_on_drop: false }` [INFO] [stderr] Checking bitflags v2.10.0 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking regex-automata v0.4.13 [INFO] [stderr] Checking tokio v1.48.0 [INFO] [stderr] Compiling openssl-src v300.5.4+3.5.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking winnow v0.5.40 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking humantime v2.3.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking tracing v0.1.43 [INFO] [stderr] Compiling libz-sys v1.1.23 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling libgit2-sys v0.18.2+1.9.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking humantime-serde v1.1.1 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Checking url v2.5.7 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking uuid v1.18.1 [INFO] [stderr] Checking toml v0.5.11 [INFO] [stderr] Checking semver v1.0.27 [INFO] [stderr] Checking path-clean v1.0.1 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Checking unicode-width v0.2.2 [INFO] [stderr] Checking chrono v0.4.42 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Checking console v0.16.1 [INFO] [stderr] Checking retry-policies v0.4.0 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Checking winnow v0.7.14 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking fuzzy-matcher v0.3.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling sublime_cli_tools v0.0.23 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Checking unit-prefix v0.5.2 [INFO] [stderr] Checking toml_edit v0.19.15 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] warning: sublime_cli_tools@0.0.23: Shell completions will be generated in OUT_DIR: /opt/rustwide/target/debug/build/sublime_cli_tools-b3ad3b34b7422a38/out [INFO] [stderr] Checking sysexits v0.10.0 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Checking indicatif v0.18.3 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking rand_xorshift v0.4.0 [INFO] [stderr] Checking assert-json-diff v2.0.2 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking regex v1.12.2 [INFO] [stderr] Checking derive_more v2.0.1 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking tracing-subscriber v0.3.22 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking async-stream v0.3.6 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking tempfile v3.23.0 [INFO] [stderr] Checking terminal_size v0.4.3 [INFO] [stderr] Checking crossterm v0.29.0 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking dialoguer v0.12.0 [INFO] [stderr] Checking rusty-fork v0.3.1 [INFO] [stderr] Checking clap_builder v4.5.53 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking proptest v1.9.0 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Checking toml v0.7.8 [INFO] [stderr] Checking comfy-table v7.2.1 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking package-json v0.5.0 [INFO] [stderr] Checking tokio-util v0.7.17 [INFO] [stderr] Checking tower v0.5.2 [INFO] [stderr] Checking tokio-stream v0.1.17 [INFO] [stderr] Checking sublime_standard_tools v0.0.14 (/opt/rustwide/workdir/crates/standard) [INFO] [stderr] Checking tower-http v0.6.7 [INFO] [stderr] Checking tokio-test v0.4.4 [INFO] [stderr] Checking h2 v0.4.12 [INFO] [stderr] Checking clap v4.5.53 [INFO] [stderr] Checking clap_complete v4.5.61 [INFO] [stderr] Checking hyper v1.8.1 [INFO] [stderr] Checking hyper-util v0.1.18 [INFO] [stderr] Checking mockito v1.7.0 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Checking git2 v0.20.2 [INFO] [stderr] Checking tokio-native-tls v0.3.1 [INFO] [stderr] Checking hyper-tls v0.6.0 [INFO] [stderr] Checking reqwest v0.12.24 [INFO] [stderr] Checking reqwest-middleware v0.3.3 [INFO] [stderr] Checking sublime_git_tools v0.0.14 (/opt/rustwide/workdir/crates/git) [INFO] [stderr] Checking reqwest-retry v0.6.1 [INFO] [stderr] Checking sublime_pkg_tools v0.0.18 (/opt/rustwide/workdir/crates/pkg) [INFO] [stderr] error: could not compile `sublime_pkg_tools` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/446cb600aa4837dd6c513f14fa0d25a909b177d7/bin/rustc --crate-name sublime_pkg_tools --edition=2024 crates/pkg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4080de057b07b757 -C extra-filename=-0077c6e4cee80d0e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-900bdbe41a87440f.so --extern base64=/opt/rustwide/target/debug/deps/libbase64-e08b94e4b5ffeef5.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-dc31e9ba1da47c05.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-7cf7827d273ae838.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-8211aef12ba87a2e.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-d1445fb67721d80a.rmeta --extern mockito=/opt/rustwide/target/debug/deps/libmockito-4f796913d526047d.rmeta --extern package_json=/opt/rustwide/target/debug/deps/libpackage_json-34b40477b73a038c.rmeta --extern path_clean=/opt/rustwide/target/debug/deps/libpath_clean-3ecd01bebfe54e0f.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-f57ad9f9a4f8663b.rmeta --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-0480ed729e471f66.rmeta --extern proptest=/opt/rustwide/target/debug/deps/libproptest-1f5e68ded6055e07.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-f7a155bd0874451c.rmeta --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-8f68ec35a5554381.rmeta --extern reqwest_middleware=/opt/rustwide/target/debug/deps/libreqwest_middleware-3ba545ca003ba378.rmeta --extern reqwest_retry=/opt/rustwide/target/debug/deps/libreqwest_retry-14da82262af5db1e.rmeta --extern semver=/opt/rustwide/target/debug/deps/libsemver-da9788e593d32266.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f8c8c5db38833c12.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d90b624ffa28bcc3.rmeta --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-7575b410ec08eb55.rmeta --extern sublime_git_tools=/opt/rustwide/target/debug/deps/libsublime_git_tools-1658aa336da6acd8.rmeta --extern sublime_standard_tools=/opt/rustwide/target/debug/deps/libsublime_standard_tools-9ad8a4ba666874da.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-2e612ab728f52deb.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-92431067fbb2d843.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-a64e8e6ade114457.rmeta --extern tokio_test=/opt/rustwide/target/debug/deps/libtokio_test-e8eebc4f9639bd80.rmeta --extern toml=/opt/rustwide/target/debug/deps/libtoml-72585d5209e894c4.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-0a7d405d772a5510.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/openssl-sys-aa7dea60913e3678/out/openssl-build/install/lib -L native=/opt/rustwide/target/debug/build/libgit2-sys-339f97dbfe745182/out/build -L native=/opt/rustwide/target/debug/build/libssh2-sys-6df3619515958fbb/out/build` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5335c81e6372cd04f512241f49be50401628e4eddcc047e958c46f054aa0c3cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5335c81e6372cd04f512241f49be50401628e4eddcc047e958c46f054aa0c3cb", kill_on_drop: false }` [INFO] [stdout] 5335c81e6372cd04f512241f49be50401628e4eddcc047e958c46f054aa0c3cb