[INFO] cloning repository https://github.com/ndbaker1/skanner
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ndbaker1/skanner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fndbaker1%2Fskanner", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fndbaker1%2Fskanner'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cab68f9e33dabf4ef529f403686411e4c778d365
[INFO] checking ndbaker1/skanner against try#59a256151e578f525a26127f2c3e3a6c7e2982ca for pr-149291-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fndbaker1%2Fskanner" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ndbaker1/skanner
[INFO] finished tweaking git repo https://github.com/ndbaker1/skanner
[INFO] tweaked toml for git repo https://github.com/ndbaker1/skanner written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ndbaker1/skanner on toolchain 59a256151e578f525a26127f2c3e3a6c7e2982ca
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+59a256151e578f525a26127f2c3e3a6c7e2982ca" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ndbaker1/skanner 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" "+59a256151e578f525a26127f2c3e3a6c7e2982ca" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+59a256151e578f525a26127f2c3e3a6c7e2982ca" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] db6909531dc1116308a76e75273752253606b9954e31df692766d0e95e476a6e
[INFO] running `Command { std: "docker" "start" "-a" "db6909531dc1116308a76e75273752253606b9954e31df692766d0e95e476a6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "db6909531dc1116308a76e75273752253606b9954e31df692766d0e95e476a6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db6909531dc1116308a76e75273752253606b9954e31df692766d0e95e476a6e", kill_on_drop: false }`
[INFO] [stdout] db6909531dc1116308a76e75273752253606b9954e31df692766d0e95e476a6e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+59a256151e578f525a26127f2c3e3a6c7e2982ca" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a1768fc736ec0f77f30ddefd826a2566261dc125dd66bb34026f543065f7426
[INFO] running `Command { std: "docker" "start" "-a" "0a1768fc736ec0f77f30ddefd826a2566261dc125dd66bb34026f543065f7426", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking indexmap v2.2.2
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling rustix v0.38.30
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]    Compiling bitflags v2.4.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling rustversion v1.0.14
[INFO] [stderr]    Compiling libloading v0.8.1
[INFO] [stderr]     Checking rayon v1.8.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]     Checking http v1.0.0
[INFO] [stderr]    Compiling bindgen v0.64.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling serde_json v1.0.113
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]    Compiling thiserror v1.0.57
[INFO] [stderr]    Compiling openssl v0.10.70
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling proc-maps v0.3.2
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]    Compiling axum v0.7.4
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]     Checking aho-corasick v1.1.2
[INFO] [stderr]     Checking process-memory v0.5.0
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking exr v1.72.0
[INFO] [stderr]    Compiling openssl-sys v0.9.105
[INFO] [stderr]    Compiling libdbus-sys v0.2.5
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]     Checking regex-automata v0.4.5
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling xcb v1.6.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/59a256151e578f525a26127f2c3e3a6c7e2982ca/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.2/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="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=e9e212ba399aca92 -C extra-filename=-62d838f3f56f51ed --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" "0a1768fc736ec0f77f30ddefd826a2566261dc125dd66bb34026f543065f7426", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a1768fc736ec0f77f30ddefd826a2566261dc125dd66bb34026f543065f7426", kill_on_drop: false }`
[INFO] [stdout] 0a1768fc736ec0f77f30ddefd826a2566261dc125dd66bb34026f543065f7426
