[INFO] cloning repository https://github.com/SegaraRai/strip-whitespace
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SegaraRai/strip-whitespace" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSegaraRai%2Fstrip-whitespace", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSegaraRai%2Fstrip-whitespace'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 67ffe1012cf6bfdcc50a7081d19178a746124f7d
[INFO] checking SegaraRai/strip-whitespace against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSegaraRai%2Fstrip-whitespace" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/SegaraRai/strip-whitespace
[INFO] finished tweaking git repo https://github.com/SegaraRai/strip-whitespace
[INFO] tweaked toml for git repo https://github.com/SegaraRai/strip-whitespace written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SegaraRai/strip-whitespace on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SegaraRai/strip-whitespace 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-3-tc2/source/crates/core/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 62398363ca4b7c6116ce737545fac9cd3d4d8c68f94eb7f57405d7df75a97698
[INFO] running `Command { std: "docker" "start" "62398363ca4b7c6116ce737545fac9cd3d4d8c68f94eb7f57405d7df75a97698", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62398363ca4b7c6116ce737545fac9cd3d4d8c68f94eb7f57405d7df75a97698", 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" "62398363ca4b7c6116ce737545fac9cd3d4d8c68f94eb7f57405d7df75a97698" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62398363ca4b7c6116ce737545fac9cd3d4d8c68f94eb7f57405d7df75a97698", 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" "62398363ca4b7c6116ce737545fac9cd3d4d8c68f94eb7f57405d7df75a97698" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/crates/core/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling tree-sitter-language v0.1.7
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.115
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking uuid v1.23.0
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking unicode-id-start v1.4.0
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking streaming-iterator v0.1.9
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking if_chain v1.0.3
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.115
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.115
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling tsify-macros v0.5.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling tree-sitter-astro v0.0.1 (https://github.com/SegaraRai/tree-sitter-astro.git#f4a51839)
[INFO] [stderr]    Compiling tree-sitter-svelte-ng v2.0.0 (https://github.com/SegaraRai/tree-sitter-svelte.git#4f8929d4)
[INFO] [stderr]    Compiling libfuzzer-sys v0.4.12
[INFO] [stderr]     Checking sourcemap v9.3.2
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.115
[INFO] [stderr] error: could not compile `regex-automata` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/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="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=447edb4db38f2a6e -C extra-filename=-4a31e178b803a626 --out-dir /opt/rustwide/target/debug/build/regex-automata/4a31e178b803a626/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/00c5dcb761c88f44/out -L dependency=/opt/rustwide/target/debug/build/memchr/8545c9ad976f3721/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/c4859b00f972f4a7/out --extern aho_corasick=/opt/rustwide/target/debug/build/aho-corasick/00c5dcb761c88f44/out/libaho_corasick-00c5dcb761c88f44.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/8545c9ad976f3721/out/libmemchr-8545c9ad976f3721.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/c4859b00f972f4a7/out/libregex_syntax-c4859b00f972f4a7.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" "62398363ca4b7c6116ce737545fac9cd3d4d8c68f94eb7f57405d7df75a97698", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62398363ca4b7c6116ce737545fac9cd3d4d8c68f94eb7f57405d7df75a97698", kill_on_drop: false }`
[INFO] [stdout] 62398363ca4b7c6116ce737545fac9cd3d4d8c68f94eb7f57405d7df75a97698
