[INFO] cloning repository https://github.com/lwjohnst86/watrs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lwjohnst86/watrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flwjohnst86%2Fwatrs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flwjohnst86%2Fwatrs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2aad17d0d6f947a26a4e9d8e8309978e6c5e5eb9 [INFO] checking lwjohnst86/watrs against try#0bdee9e879c87b7211d316e9152109cfd46c576b for pr-150097 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flwjohnst86%2Fwatrs" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/lwjohnst86/watrs [INFO] finished tweaking git repo https://github.com/lwjohnst86/watrs [INFO] tweaked toml for git repo https://github.com/lwjohnst86/watrs written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/lwjohnst86/watrs on toolchain 0bdee9e879c87b7211d316e9152109cfd46c576b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/lwjohnst86/watrs 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" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a6cad013e3c30680763395cf92299e45360117172a266ef094afbc567ebc1d22 [INFO] running `Command { std: "docker" "start" "-a" "a6cad013e3c30680763395cf92299e45360117172a266ef094afbc567ebc1d22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a6cad013e3c30680763395cf92299e45360117172a266ef094afbc567ebc1d22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6cad013e3c30680763395cf92299e45360117172a266ef094afbc567ebc1d22", kill_on_drop: false }` [INFO] [stdout] a6cad013e3c30680763395cf92299e45360117172a266ef094afbc567ebc1d22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+0bdee9e879c87b7211d316e9152109cfd46c576b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81a3b0f0a78a144d4de686555d57bfdd72927c2c7ed4dbcff8176c853244f386 [INFO] running `Command { std: "docker" "start" "-a" "81a3b0f0a78a144d4de686555d57bfdd72927c2c7ed4dbcff8176c853244f386", kill_on_drop: false }` [INFO] [stderr] Checking serde v1.0.219 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling psm v0.1.26 [INFO] [stderr] Checking array-init-cursor v0.2.1 [INFO] [stderr] Compiling stacker v0.1.21 [INFO] [stderr] Checking simdutf8 v0.1.5 [INFO] [stderr] Compiling polars-utils v0.48.1 [INFO] [stderr] Checking rayon v1.10.0 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Compiling bytemuck_derive v1.9.3 [INFO] [stderr] Checking raw-cpuid v11.5.0 [INFO] [stderr] Compiling polars-schema v0.48.1 [INFO] [stderr] Compiling polars-arrow v0.48.1 [INFO] [stderr] Checking ahash v0.8.12 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking planus v0.3.1 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling polars-compute v0.48.1 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Checking dyn-clone v1.0.19 [INFO] [stderr] Checking streaming-iterator v0.1.9 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking ethnum v1.5.2 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Checking fast-float2 v0.2.3 [INFO] [stderr] Checking atoi_simd v0.16.0 [INFO] [stderr] Checking rustix v0.38.44 [INFO] [stderr] Checking mio v1.0.4 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Compiling polars-core v0.48.1 [INFO] [stderr] Compiling ref-cast v1.0.24 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Checking float-cmp v0.10.0 [INFO] [stderr] Compiling polars-ops v0.48.1 [INFO] [stderr] Checking socket2 v0.5.10 [INFO] [stderr] Compiling ref-cast-impl v1.0.24 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking skiplist v0.5.1 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Compiling web_atoms v0.1.3 [INFO] [stderr] Checking argminmax v0.6.3 [INFO] [stderr] Checking crossterm v0.28.1 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Checking tokio v1.45.1 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking bytemuck v1.23.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking comfy-table v7.1.4 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking now v0.1.3 [INFO] [stderr] Checking tracing v0.1.41 [INFO] [stderr] Checking streaming-decompression v0.1.2 [INFO] [stderr] Compiling polars v0.48.1 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Checking glob v0.3.2 [INFO] [stderr] Checking polars-parquet-format v0.1.0 [INFO] [stderr] Checking tungstenite v0.21.0 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Checking inotify v0.11.0 [INFO] [stderr] Checking filetime v0.2.25 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling match_token v0.1.0 [INFO] [stderr] Compiling pulldown-cmark v0.10.3 [INFO] [stderr] Checking hashbrown v0.15.3 [INFO] [stderr] Checking polars-arrow-format v0.1.0 [INFO] [stderr] Checking compact_str v0.8.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking serde_json v1.0.140 [INFO] [stderr] Checking terminal_size v0.4.2 [INFO] [stderr] Checking clap_builder v4.5.37 [INFO] [stderr] Checking string_cache v0.8.9 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Checking tempfile v3.20.0 [INFO] [stderr] Checking notify v8.0.0 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Checking headers v0.3.9 [INFO] [stderr] Compiling pest_meta v2.8.1 [INFO] [stderr] error: could not compile `pest` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0bdee9e879c87b7211d316e9152109cfd46c576b/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=e4dbde6c791281cb -C extra-filename=-7f79ef0bdbb23e23 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-371cdb7d366b303a.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-6f2c187331b5e90d.rmeta --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-9bcde3556d193e0f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "81a3b0f0a78a144d4de686555d57bfdd72927c2c7ed4dbcff8176c853244f386", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81a3b0f0a78a144d4de686555d57bfdd72927c2c7ed4dbcff8176c853244f386", kill_on_drop: false }` [INFO] [stdout] 81a3b0f0a78a144d4de686555d57bfdd72927c2c7ed4dbcff8176c853244f386