[INFO] cloning repository https://github.com/BlueZeeKing/robotrs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BlueZeeKing/robotrs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlueZeeKing%2Frobotrs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlueZeeKing%2Frobotrs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2167a2ff33709bb9ae734c0977574e6523011496
[INFO] testing BlueZeeKing/robotrs against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlueZeeKing%2Frobotrs" "/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/.cargo/config.toml
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/BlueZeeKing/robotrs
[INFO] finished tweaking git repo https://github.com/BlueZeeKing/robotrs
[INFO] tweaked toml for git repo https://github.com/BlueZeeKing/robotrs written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BlueZeeKing/robotrs on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BlueZeeKing/robotrs 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 36 packages to latest compatible versions
[INFO] [stderr]       Adding cordyceps v0.3.4
[INFO] [stderr]     Updating darling v0.20.8 -> v0.20.11 (available: v0.21.3)
[INFO] [stderr]     Updating darling_core v0.20.8 -> v0.20.11
[INFO] [stderr]     Updating darling_macro v0.20.8 -> v0.20.11
[INFO] [stderr]       Adding diatomic-waker v0.2.3
[INFO] [stderr]     Updating event-listener v5.3.0 -> v5.4.1
[INFO] [stderr]       Adding fixedbitset v0.5.7
[INFO] [stderr]       Adding futures-buffered v0.2.12
[INFO] [stderr]       Adding futures-concurrency v7.6.3
[INFO] [stderr]       Adding futures-lite v2.6.1
[INFO] [stderr]     Updating generator v0.7.5 -> v0.8.7
[INFO] [stderr]     Updating loom v0.5.6 -> v0.7.2
[INFO] [stderr]       Adding nalgebra v0.33.2 (available: v0.34.1)
[INFO] [stderr]     Updating nalgebra-macros v0.2.1 -> v0.2.2
[INFO] [stderr]     Updating oneshot v0.1.6 -> v0.1.11
[INFO] [stderr]     Updating paste v1.0.14 -> v1.0.15
[INFO] [stderr]     Updating proc-macro2 v1.0.79 -> v1.0.101
[INFO] [stderr]     Updating serde v1.0.197 -> v1.0.228
[INFO] [stderr]       Adding serde_core v1.0.228
[INFO] [stderr]     Updating serde_derive v1.0.197 -> v1.0.228
[INFO] [stderr]     Updating serde_json v1.0.115 -> v1.0.145
[INFO] [stderr]       Adding simba v0.9.1
[INFO] [stderr]       Adding spin v0.10.0
[INFO] [stderr]       Adding strsim v0.11.1
[INFO] [stderr]     Updating syn v2.0.58 -> v2.0.106
[INFO] [stderr]     Updating windows v0.48.0 -> v0.61.3
[INFO] [stderr]       Adding windows-collections v0.2.0
[INFO] [stderr]       Adding windows-core v0.61.2
[INFO] [stderr]       Adding windows-future v0.2.1
[INFO] [stderr]       Adding windows-implement v0.60.2
[INFO] [stderr]       Adding windows-interface v0.59.3
[INFO] [stderr]       Adding windows-link v0.1.3
[INFO] [stderr]       Adding windows-numerics v0.2.0
[INFO] [stderr]       Adding windows-result v0.3.4
[INFO] [stderr]       Adding windows-strings v0.4.2
[INFO] [stderr]       Adding windows-threading v0.1.0
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f1de7e58f77b1c67d0d51191065db436e281e1419ac93795942546d89785d82
[INFO] running `Command { std: "docker" "start" "-a" "9f1de7e58f77b1c67d0d51191065db436e281e1419ac93795942546d89785d82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f1de7e58f77b1c67d0d51191065db436e281e1419ac93795942546d89785d82", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f1de7e58f77b1c67d0d51191065db436e281e1419ac93795942546d89785d82", kill_on_drop: false }`
[INFO] [stdout] 9f1de7e58f77b1c67d0d51191065db436e281e1419ac93795942546d89785d82
[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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5dacdfb758ad9ca960eebe69ac36bc2167ec10d24e79f50a705e4c0599739c8
[INFO] running `Command { std: "docker" "start" "-a" "f5dacdfb758ad9ca960eebe69ac36bc2167ec10d24e79f50a705e4c0599739c8", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]    Compiling jobserver v0.1.28
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling prettyplease v0.2.17
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling fastrand v2.0.2
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling bindgen v0.68.1
[INFO] [stderr]    Compiling cc v1.0.90
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling time v0.3.34
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling tempfile v3.10.1
[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/733b47ea4b1b86216f14ef56e49440c33933f230/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.3/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"' --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=9f5ae81f36ab9218 -C extra-filename=-e0ab21bbff9ffcec --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid -Copt-level=3` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f5dacdfb758ad9ca960eebe69ac36bc2167ec10d24e79f50a705e4c0599739c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5dacdfb758ad9ca960eebe69ac36bc2167ec10d24e79f50a705e4c0599739c8", kill_on_drop: false }`
[INFO] [stdout] f5dacdfb758ad9ca960eebe69ac36bc2167ec10d24e79f50a705e4c0599739c8
