[INFO] cloning repository https://github.com/vannnnish/learn-xiu
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vannnnish/learn-xiu" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvannnnish%2Flearn-xiu", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvannnnish%2Flearn-xiu'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c3324a63710eb6421741865d7943443b60e10e19
[INFO] checking vannnnish/learn-xiu against c0bbd1b6d95c5dc13a0e7f2e2c5dfb0387e1f2d4 for pr-161358
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvannnnish%2Flearn-xiu" "/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/vannnnish/learn-xiu
[INFO] finished tweaking git repo https://github.com/vannnnish/learn-xiu
[INFO] tweaked toml for git repo https://github.com/vannnnish/learn-xiu written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/vannnnish/learn-xiu on toolchain c0bbd1b6d95c5dc13a0e7f2e2c5dfb0387e1f2d4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bbd1b6d95c5dc13a0e7f2e2c5dfb0387e1f2d4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/vannnnish/learn-xiu 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" "+c0bbd1b6d95c5dc13a0e7f2e2c5dfb0387e1f2d4" "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/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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 41347f13e98f6f1b2d9a8a0dc2a3739b29274c11bf9aab18f3ae8b288611d3a9
[INFO] running `Command { std: "docker" "start" "41347f13e98f6f1b2d9a8a0dc2a3739b29274c11bf9aab18f3ae8b288611d3a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41347f13e98f6f1b2d9a8a0dc2a3739b29274c11bf9aab18f3ae8b288611d3a9", 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" "41347f13e98f6f1b2d9a8a0dc2a3739b29274c11bf9aab18f3ae8b288611d3a9" "/opt/rustwide/cargo-home/bin/cargo" "+c0bbd1b6d95c5dc13a0e7f2e2c5dfb0387e1f2d4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41347f13e98f6f1b2d9a8a0dc2a3739b29274c11bf9aab18f3ae8b288611d3a9", 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" "41347f13e98f6f1b2d9a8a0dc2a3739b29274c11bf9aab18f3ae8b288611d3a9" "/opt/rustwide/cargo-home/bin/cargo" "+c0bbd1b6d95c5dc13a0e7f2e2c5dfb0387e1f2d4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling aws-lc-rs v1.16.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking jiff v0.2.21
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking winnow v0.6.26
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking iri-string v0.7.10
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr] error: could not compile `regex-syntax` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/c0bbd1b6d95c5dc13a0e7f2e2c5dfb0387e1f2d4/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10/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="std"' --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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=56f893b02b51c891 -C extra-filename=-6cb68f2e111607e3 --out-dir /opt/rustwide/target/debug/build/regex-syntax/6cb68f2e111607e3/out --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" "41347f13e98f6f1b2d9a8a0dc2a3739b29274c11bf9aab18f3ae8b288611d3a9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41347f13e98f6f1b2d9a8a0dc2a3739b29274c11bf9aab18f3ae8b288611d3a9", kill_on_drop: false }`
[INFO] [stdout] 41347f13e98f6f1b2d9a8a0dc2a3739b29274c11bf9aab18f3ae8b288611d3a9
