[INFO] cloning repository https://github.com/Silen1t/lcd1602-utils [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Silen1t/lcd1602-utils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSilen1t%2Flcd1602-utils", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSilen1t%2Flcd1602-utils'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4172f5bb7c6e75fc6896bfa9cb065f9e6666254f [INFO] building Silen1t/lcd1602-utils against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSilen1t%2Flcd1602-utils" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Silen1t/lcd1602-utils [INFO] finished tweaking git repo https://github.com/Silen1t/lcd1602-utils [INFO] tweaked toml for git repo https://github.com/Silen1t/lcd1602-utils written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Silen1t/lcd1602-utils on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Silen1t/lcd1602-utils 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1ba15259d22d031c0a4a0f83178369790a81a4969038f62fb4e37ad34c748c20 [INFO] running `Command { std: "docker" "start" "-a" "1ba15259d22d031c0a4a0f83178369790a81a4969038f62fb4e37ad34c748c20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1ba15259d22d031c0a4a0f83178369790a81a4969038f62fb4e37ad34c748c20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ba15259d22d031c0a4a0f83178369790a81a4969038f62fb4e37ad34c748c20", kill_on_drop: false }` [INFO] [stdout] 1ba15259d22d031c0a4a0f83178369790a81a4969038f62fb4e37ad34c748c20 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3b53e4761f8eaec1c866bbcb670f69bf1763b9ed2106960694bc423ec2b19b9f [INFO] running `Command { std: "docker" "start" "-a" "3b53e4761f8eaec1c866bbcb670f69bf1763b9ed2106960694bc423ec2b19b9f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling nb v1.1.0 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling defmt v1.0.1 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling defmt-macros v1.0.1 [INFO] [stderr] Compiling cortex-m v0.7.7 [INFO] [stderr] Compiling nb v0.1.3 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling fixedbitset v0.5.7 [INFO] [stderr] Compiling keccak v0.1.5 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling term v1.1.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Compiling embedded-hal v0.2.7 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling critical-section v1.2.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling embedded-io-async v0.6.1 [INFO] [stderr] Compiling embedded-hal-async v1.0.0 [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stderr] Compiling cortex-m-rt v0.7.5 [INFO] [stderr] Compiling embedded-hal v1.0.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling az v1.2.1 [INFO] [stderr] Compiling ascii-canvas v4.0.0 [INFO] [stderr] Compiling volatile-register v0.2.2 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling hash32 v0.3.1 [INFO] [stderr] Compiling bytemuck v1.23.1 [INFO] [stderr] Compiling debug-helper v0.3.13 [INFO] [stderr] Compiling embassy-time-driver v0.2.1 [INFO] [stderr] Compiling bitfield v0.13.2 [INFO] [stderr] Compiling embedded-io v0.6.1 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling crc-any v2.5.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling heapless v0.8.0 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling litrs v0.4.1 [INFO] [stderr] Compiling sha3 v0.10.8 [INFO] [stderr] Compiling embassy-sync v0.7.2 [INFO] [stderr] Compiling embassy-hal-internal v0.3.0 [INFO] [stderr] Compiling petgraph v0.7.1 [INFO] [stderr] Compiling unicode-width v0.1.14 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling embassy-time-queue-utils v0.3.0 [INFO] [stderr] Compiling document-features v0.2.11 [INFO] [stderr] Compiling rp2040-boot2 v0.3.0 [INFO] [stderr] Compiling rgb v0.8.52 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling rp-pac v7.0.0 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling atomic-polyfill v1.0.3 [INFO] [stderr] Compiling fixed v1.29.0 [INFO] [stderr] Compiling embedded-storage v0.3.1 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling embedded-hal-bus v0.1.0 [INFO] [stderr] Compiling embedded-storage-async v0.4.1 [INFO] [stderr] Compiling codespan-reporting v0.11.1 [INFO] [stderr] Compiling embassy-futures v0.1.2 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling smart-leds-trait v0.3.1 [INFO] [stderr] Compiling embassy-executor-timer-queue v0.1.0 [INFO] [stderr] Compiling embassy-rp v0.8.0 [INFO] [stderr] Compiling smart-leds v0.4.0 [INFO] [stderr] Compiling embedded-graphics-core v0.4.0 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling embedded-hal-nb v1.0.0 [INFO] [stderr] Compiling micromath v2.1.0 [INFO] [stderr] Compiling sha2-const-stable v0.1.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling hd44780-driver v0.4.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [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/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name regex_syntax --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/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=59d28b2f03236ff9 -C extra-filename=-04f6a978551130e5 --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" "3b53e4761f8eaec1c866bbcb670f69bf1763b9ed2106960694bc423ec2b19b9f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b53e4761f8eaec1c866bbcb670f69bf1763b9ed2106960694bc423ec2b19b9f", kill_on_drop: false }` [INFO] [stdout] 3b53e4761f8eaec1c866bbcb670f69bf1763b9ed2106960694bc423ec2b19b9f