[INFO] cloning repository https://github.com/egrieco/eunicode [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/egrieco/eunicode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegrieco%2Feunicode", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegrieco%2Feunicode'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0aec69ac649c9ba93ee18e1b559c814f1e0d86ee [INFO] checking egrieco/eunicode against 011c518242557d21690f7936b5812318dc2fec47 for pr-159877 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fegrieco%2Feunicode" "/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/egrieco/eunicode [INFO] finished tweaking git repo https://github.com/egrieco/eunicode [INFO] tweaked toml for git repo https://github.com/egrieco/eunicode written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/egrieco/eunicode on toolchain 011c518242557d21690f7936b5812318dc2fec47 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/egrieco/eunicode 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" "+011c518242557d21690f7936b5812318dc2fec47" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] dc51071998a52bc653dd1e4e4a22fc30abab19108258622d2fe6d07b53e61070 [INFO] running `Command { std: "docker" "start" "dc51071998a52bc653dd1e4e4a22fc30abab19108258622d2fe6d07b53e61070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc51071998a52bc653dd1e4e4a22fc30abab19108258622d2fe6d07b53e61070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc51071998a52bc653dd1e4e4a22fc30abab19108258622d2fe6d07b53e61070" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc51071998a52bc653dd1e4e4a22fc30abab19108258622d2fe6d07b53e61070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dc51071998a52bc653dd1e4e4a22fc30abab19108258622d2fe6d07b53e61070" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking phf_shared v0.11.3 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Checking mac v0.1.1 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking futf v0.1.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking tendril v0.4.3 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking atomic v0.6.1 [INFO] [stderr] Checking dirs-sys-next v0.1.2 [INFO] [stderr] Checking dtoa v1.0.11 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking lab v0.11.0 [INFO] [stderr] Checking anstyle v1.0.13 [INFO] [stderr] Checking dirs-next v2.0.0 [INFO] [stderr] Checking uuid v1.17.0 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking dtoa-short v0.3.5 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking png v0.18.1 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking anstream v0.6.21 [INFO] [stderr] Checking unicode-normalization v0.1.25 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Checking euclid v0.22.11 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling match_token v0.35.0 [INFO] [stderr] Checking signal-hook-registry v1.4.5 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling string_cache_codegen v0.5.4 [INFO] [stderr] Compiling terminfo v0.9.0 [INFO] [stderr] Compiling charname v1.17.0 [INFO] [stderr] Checking csv-core v0.1.12 [INFO] [stderr] Checking clap_lex v1.0.0 [INFO] [stderr] Checking finl_unicode v1.4.0 [INFO] [stderr] Compiling web_atoms v0.1.3 [INFO] [stderr] Checking deltae v0.3.2 [INFO] [stderr] Compiling clap_derive v4.5.55 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Checking filedescriptor v0.8.3 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Checking clap_builder v4.5.60 [INFO] [stderr] Compiling pest v2.8.1 [INFO] [stderr] Checking image v0.25.9 [INFO] [stderr] Checking signal-hook v0.3.18 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Checking regex-automata v0.4.9 [INFO] [stderr] Checking term v0.7.0 [INFO] [stderr] Checking vtparse v0.6.2 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Checking csscolorparser v0.6.2 [INFO] [stderr] Checking cssparser v0.35.0 [INFO] [stderr] Checking termios v0.3.3 [INFO] [stderr] Checking serde v1.0.228 [INFO] [stderr] Checking is-terminal v0.4.16 [INFO] [stderr] Checking memmem v0.1.1 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking deunicode v1.6.2 [INFO] [stderr] Checking encode_unicode v1.0.0 [INFO] [stderr] Checking rustrict v0.7.38 [INFO] [stderr] Checking limace v0.1.1 [INFO] [stderr] Checking unicode-security v0.1.2 [INFO] [stderr] Checking linkify v0.10.0 [INFO] [stderr] Checking ucd v0.1.1 [INFO] [stderr] Checking string_cache v0.8.9 [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/011c518242557d21690f7936b5812318dc2fec47/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 -C embed-bitcode=no -C debuginfo=2 --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=afa711bf54ac096b -C extra-filename=-b581979344303e99 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-a8313380c25031b5.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-0c1371c9d24307b1.rmeta --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-8ab8af40ba2b2122.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/011c518242557d21690f7936b5812318dc2fec47/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=db41dc5809dcc0c3 -C extra-filename=-3ef6fea4e3211a74 --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-1b45cd433c1ea429.rmeta --extern ucd_trie=/opt/rustwide/target/debug/deps/libucd_trie-9bcde3556d193e0f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "dc51071998a52bc653dd1e4e4a22fc30abab19108258622d2fe6d07b53e61070", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc51071998a52bc653dd1e4e4a22fc30abab19108258622d2fe6d07b53e61070", kill_on_drop: false }` [INFO] [stdout] dc51071998a52bc653dd1e4e4a22fc30abab19108258622d2fe6d07b53e61070