[INFO] fetching crate telar-macros 0.1.8...
[INFO] checking telar-macros-0.1.8 against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] extracting crate telar-macros 0.1.8 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate telar-macros 0.1.8
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate telar-macros 0.1.8
[INFO] tweaked toml for crates.io crate telar-macros 0.1.8 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate telar-macros 0.1.8 on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate telar-macros 0.1.8 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:32:1
[INFO] [stderr]    |
[INFO] [stderr] 32 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `telar-macros` (manifest) generated 1 warning
[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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cb3e8294a2c6897e7ab930c167b1db13b9fbf11c2e2ea262671c24ab80b87942
[INFO] running `Command { std: "docker" "start" "cb3e8294a2c6897e7ab930c167b1db13b9fbf11c2e2ea262671c24ab80b87942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb3e8294a2c6897e7ab930c167b1db13b9fbf11c2e2ea262671c24ab80b87942", 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" "cb3e8294a2c6897e7ab930c167b1db13b9fbf11c2e2ea262671c24ab80b87942" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb3e8294a2c6897e7ab930c167b1db13b9fbf11c2e2ea262671c24ab80b87942", 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" "cb3e8294a2c6897e7ab930c167b1db13b9fbf11c2e2ea262671c24ab80b87942" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: explicit `package.readme` can be inferred
[INFO] [stderr]   --> Cargo.toml:32:1
[INFO] [stderr]    |
[INFO] [stderr] 32 | readme = "README.md"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::manual_readme` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.readme`
[INFO] [stderr] warning: `telar-macros` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling simd-adler32 v0.3.10
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling log v0.4.33
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling arrayvec v0.7.8
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]     Checking fontconfig-parser v0.5.8
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking kurbo v0.13.1
[INFO] [stderr]     Checking zune-core v0.5.3
[INFO] [stderr]    Compiling roxmltree v0.20.0
[INFO] [stderr]    Compiling tinyvec v1.12.0
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]    Compiling polycool v0.4.0
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]     Checking data-url v0.3.2
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking unicode-script v0.5.8
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking pxfm v0.1.30
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]     Checking fontdb v0.24.0
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling roxmltree v0.21.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling syn v3.0.4
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling svgtypes v0.16.1
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling weezl v0.1.12
[INFO] [stderr]    Compiling imagesize v0.15.0
[INFO] [stderr]    Compiling base64 v0.23.1
[INFO] [stderr]     Checking telar-reactive-local v0.1.8
[INFO] [stderr]     Checking xxhash-rust v0.8.18
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]     Checking telar-geometry-core v0.1.8
[INFO] [stderr]     Checking telar-reactive-core v0.1.8
[INFO] [stderr]     Checking toml v1.1.4+spec-1.1.0
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling gif v0.14.2
[INFO] [stderr]     Checking telar-i18n-core v0.1.8
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]    Compiling bytemuck_derive v1.12.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling font-types v0.12.2
[INFO] [stderr]    Compiling tiny-skia-path v0.12.0
[INFO] [stderr]    Compiling safe_arch v1.1.0
[INFO] [stderr]    Compiling rgb v0.8.53
[INFO] [stderr]     Checking thiserror v2.0.20
[INFO] [stderr]     Checking telar-parser v0.1.8
[INFO] [stderr]     Checking tiny-skia v0.12.0
[INFO] [stderr]     Checking read-fonts v0.41.0
[INFO] [stderr]     Checking wide v1.6.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr] error: could not compile `wide` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/79c0559184f27f4433a6fbc260b950d06d4a4889/bin/rustc --crate-name wide --edition=2024 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/wide-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c967fb7064bc332b -C extra-filename=-81bfc50133fdb45f --out-dir /opt/rustwide/target/debug/build/wide/81bfc50133fdb45f/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/fee736138b071a54/out -L dependency=/opt/rustwide/target/debug/build/bytemuck_derive/d822e6b1a0eec283/out --extern bytemuck=/opt/rustwide/target/debug/build/bytemuck/fee736138b071a54/out/libbytemuck-fee736138b071a54.rmeta --extern safe_arch=/opt/rustwide/target/debug/build/safe_arch/99db249c65d69bad/out/libsafe_arch-99db249c65d69bad.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cb3e8294a2c6897e7ab930c167b1db13b9fbf11c2e2ea262671c24ab80b87942", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb3e8294a2c6897e7ab930c167b1db13b9fbf11c2e2ea262671c24ab80b87942", kill_on_drop: false }`
[INFO] [stdout] cb3e8294a2c6897e7ab930c167b1db13b9fbf11c2e2ea262671c24ab80b87942
