[INFO] cloning repository https://github.com/emincanozcan/shortrs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/emincanozcan/shortrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femincanozcan%2Fshortrs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femincanozcan%2Fshortrs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e897f2101a323993581d828d2fc95ddde9910da [INFO] checking emincanozcan/shortrs against master#f4d794ea0b845413344621d89f6c945062748485 for pr-119369 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Femincanozcan%2Fshortrs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/emincanozcan/shortrs on toolchain f4d794ea0b845413344621d89f6c945062748485 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f4d794ea0b845413344621d89f6c945062748485" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/emincanozcan/shortrs [INFO] finished tweaking git repo https://github.com/emincanozcan/shortrs [INFO] tweaked toml for git repo https://github.com/emincanozcan/shortrs written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/emincanozcan/shortrs 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" "+f4d794ea0b845413344621d89f6c945062748485" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+f4d794ea0b845413344621d89f6c945062748485" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4634efb738f7d88c15efb387d5b674a6b4a50058c5a9ae6508d0c9a3265247ff [INFO] running `Command { std: "docker" "start" "-a" "4634efb738f7d88c15efb387d5b674a6b4a50058c5a9ae6508d0c9a3265247ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4634efb738f7d88c15efb387d5b674a6b4a50058c5a9ae6508d0c9a3265247ff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4634efb738f7d88c15efb387d5b674a6b4a50058c5a9ae6508d0c9a3265247ff", kill_on_drop: false }` [INFO] [stdout] 4634efb738f7d88c15efb387d5b674a6b4a50058c5a9ae6508d0c9a3265247ff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+f4d794ea0b845413344621d89f6c945062748485" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 768c539a7ad581957bd453dc6f53b0413a5b3636f4a269aa7a6e9bfb06e8ab43 [INFO] running `Command { std: "docker" "start" "-a" "768c539a7ad581957bd453dc6f53b0413a5b3636f4a269aa7a6e9bfb06e8ab43", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking pin-project-lite v0.2.10 [INFO] [stderr] Compiling serde v1.0.174 [INFO] [stderr] Compiling serde_derive v1.0.174 [INFO] [stderr] Checking log v0.4.19 [INFO] [stderr] Compiling tokio v1.29.1 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling quote v1.0.32 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Checking alloc-no-stdlib v2.0.4 [INFO] [stderr] Checking local-waker v0.1.3 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling zstd-safe v6.0.6 [INFO] [stderr] Checking mio v0.8.8 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Checking tracing v0.1.37 [INFO] [stderr] Compiling syn v2.0.27 [INFO] [stderr] Checking alloc-stdlib v0.2.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking aho-corasick v1.0.2 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking miniz_oxide v0.7.1 [INFO] [stderr] Checking brotli-decompressor v2.3.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling time-macros v0.2.10 [INFO] [stderr] Checking actix-service v2.0.2 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Compiling bytestring v1.3.0 [INFO] [stderr] Checking actix-utils v3.0.1 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Compiling serde_json v1.0.103 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Compiling regex-automata v0.3.3 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Checking idna v0.4.0 [INFO] [stderr] Checking local-channel v0.1.3 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking sha1 v0.10.5 [INFO] [stderr] Checking brotli v3.3.4 [INFO] [stderr] Checking flate2 v1.0.26 [INFO] [stderr] Checking encoding_rs v0.8.32 [INFO] [stderr] Checking httpdate v1.0.2 [INFO] [stderr] Checking base64 v0.21.2 [INFO] [stderr] Checking time v0.3.23 [INFO] [stderr] Checking language-tags v0.3.2 [INFO] [stderr] Checking url v2.4.0 [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/f4d794ea0b845413344621d89f6c945062748485/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.7.4/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="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"' -C metadata=fa116bc2cbedbe18 -C extra-filename=-fa116bc2cbedbe18 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --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" "768c539a7ad581957bd453dc6f53b0413a5b3636f4a269aa7a6e9bfb06e8ab43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "768c539a7ad581957bd453dc6f53b0413a5b3636f4a269aa7a6e9bfb06e8ab43", kill_on_drop: false }` [INFO] [stdout] 768c539a7ad581957bd453dc6f53b0413a5b3636f4a269aa7a6e9bfb06e8ab43