[INFO] fetching crate supmcu-rs 1.0.0...
[INFO] checking supmcu-rs-1.0.0 against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491
[INFO] extracting crate supmcu-rs 1.0.0 into /workspace/builds/worker-4-tc2/source
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate supmcu-rs 1.0.0
[INFO] finished tweaking crates.io crate supmcu-rs 1.0.0
[INFO] tweaked toml for crates.io crate supmcu-rs 1.0.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate supmcu-rs 1.0.0 on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate supmcu-rs 1.0.0 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7cd010330d73e6916091273552a68839ceb9d9109a146cd6d089fe05d07c1cc9
[INFO] running `Command { std: "docker" "start" "7cd010330d73e6916091273552a68839ceb9d9109a146cd6d089fe05d07c1cc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7cd010330d73e6916091273552a68839ceb9d9109a146cd6d089fe05d07c1cc9", 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" "7cd010330d73e6916091273552a68839ceb9d9109a146cd6d089fe05d07c1cc9" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7cd010330d73e6916091273552a68839ceb9d9109a146cd6d089fe05d07c1cc9", 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" "7cd010330d73e6916091273552a68839ceb9d9109a146cd6d089fe05d07c1cc9" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling zmij v1.0.4
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling pest v2.8.4
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking ascii_utils v0.9.3
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking fast_chemail v0.9.6
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking static_assertions_next v1.1.2
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr] error: could not compile `pest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.4/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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=ad77420f304fad71 -C extra-filename=-17fa2aa66050e653 --out-dir /opt/rustwide/target/debug/build/pest/17fa2aa66050e653/out -C strip=symbols -L dependency=/opt/rustwide/target/debug/build/memchr/ace30802bcf33945/out -L dependency=/opt/rustwide/target/debug/build/ucd-trie/90b7b82093ecf5cc/out --extern memchr=/opt/rustwide/target/debug/build/memchr/ace30802bcf33945/out/libmemchr-ace30802bcf33945.rmeta --extern ucd_trie=/opt/rustwide/target/debug/build/ucd-trie/90b7b82093ecf5cc/out/libucd_trie-90b7b82093ecf5cc.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pest` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/615014f15745532730b9ce7a1d9309f8b4756f93/bin/rustc --crate-name pest --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=37c417e3163cbe60 -C extra-filename=-b50c33423a743a4e --out-dir /opt/rustwide/target/debug/build/pest/b50c33423a743a4e/out -C strip=symbols -L dependency=/opt/rustwide/target/debug/build/memchr/525f8b9c7c5e3aff/out -L dependency=/opt/rustwide/target/debug/build/ucd-trie/83fc3cf62b2d678d/out --extern memchr=/opt/rustwide/target/debug/build/memchr/525f8b9c7c5e3aff/out/libmemchr-525f8b9c7c5e3aff.rmeta --extern ucd_trie=/opt/rustwide/target/debug/build/ucd-trie/83fc3cf62b2d678d/out/libucd_trie-83fc3cf62b2d678d.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "7cd010330d73e6916091273552a68839ceb9d9109a146cd6d089fe05d07c1cc9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7cd010330d73e6916091273552a68839ceb9d9109a146cd6d089fe05d07c1cc9", kill_on_drop: false }`
[INFO] [stdout] 7cd010330d73e6916091273552a68839ceb9d9109a146cd6d089fe05d07c1cc9
