[INFO] cloning repository https://github.com/sharifhsn/typst-office
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sharifhsn/typst-office" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsharifhsn%2Ftypst-office", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsharifhsn%2Ftypst-office'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 58d8a044c763acf66eda26eb22ec71a705edb355
[INFO] checking sharifhsn/typst-office against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsharifhsn%2Ftypst-office" "/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/sharifhsn/typst-office
[INFO] finished tweaking git repo https://github.com/sharifhsn/typst-office
[INFO] tweaked toml for git repo https://github.com/sharifhsn/typst-office written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sharifhsn/typst-office on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sharifhsn/typst-office 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a5845834dda746650bba63b5d1d0ef9ebae2904f55e1201b6fab1e6e2e4e5028
[INFO] running `Command { std: "docker" "start" "a5845834dda746650bba63b5d1d0ef9ebae2904f55e1201b6fab1e6e2e4e5028", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5845834dda746650bba63b5d1d0ef9ebae2904f55e1201b6fab1e6e2e4e5028", 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" "a5845834dda746650bba63b5d1d0ef9ebae2904f55e1201b6fab1e6e2e4e5028" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a5845834dda746650bba63b5d1d0ef9ebae2904f55e1201b6fab1e6e2e4e5028", 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" "a5845834dda746650bba63b5d1d0ef9ebae2904f55e1201b6fab1e6e2e4e5028" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking zlib-rs v0.6.6
[INFO] [stderr]     Checking writeable v0.6.3
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]     Checking litemap v0.8.2
[INFO] [stderr]     Checking polycool v0.4.0
[INFO] [stderr]     Checking fearless_simd v0.4.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling bytemuck_derive v1.11.0
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]    Compiling zerocopy-derive v0.8.55
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]     Checking tinyvec v1.12.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]    Compiling icu_locale_data v2.2.0
[INFO] [stderr]     Checking kurbo v0.13.1
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]     Checking hayro-ccitt v0.3.0
[INFO] [stderr]     Checking float-cmp v0.9.0
[INFO] [stderr]    Compiling time-macros v0.2.32
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling unic-langid-macros-impl v0.9.6
[INFO] [stderr]     Checking serde_json v1.0.151
[INFO] [stderr]    Compiling portable-atomic v1.14.0
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]    Compiling icu_collator_data v2.2.0
[INFO] [stderr]     Checking unicode-script v0.5.8
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.4.1
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking bytemuck v1.25.2
[INFO] [stderr]     Checking thiserror v2.0.19
[INFO] [stderr]     Checking quick-xml v0.41.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking unscanny v0.1.0
[INFO] [stderr]     Checking tiny-skia-path v0.12.0
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.4.0
[INFO] [stderr]     Checking xmlwriter v0.1.0
[INFO] [stderr]     Checking unicode-ccc v0.4.0
[INFO] [stderr]    Compiling wasmparser v0.239.0
[INFO] [stderr]    Compiling typst-utils v0.15.1 (https://github.com/sharifhsn/typst?rev=22fd0c0d07777c989e006645e12bd2c16c679823#22fd0c0d)
[INFO] [stderr]     Checking time v0.3.54
[INFO] [stderr]     Checking zerocopy v0.8.55
[INFO] [stderr]     Checking font-types v0.11.3
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking enum-ordinalize v4.4.1
[INFO] [stderr]     Checking svgtypes v0.16.1
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking fontdb v0.23.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking unic-langid-macros v0.9.6
[INFO] [stderr]     Checking rustybuzz v0.20.1
[INFO] [stderr]     Checking unic-langid v0.9.6
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking simplecss v0.2.2
[INFO] [stderr]     Checking wasmi_core v1.1.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking roxmltree v0.21.1
[INFO] [stderr]     Checking imagesize v0.14.0
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]    Compiling codex v0.3.0
[INFO] [stderr]     Checking roman-numerals-rs v3.1.0
[INFO] [stderr]     Checking chinese-variant v1.1.6
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling rust_decimal v1.42.1
[INFO] [stderr]     Checking fancy-regex v0.16.2
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking thin-vec v0.2.19
[INFO] [stderr]     Checking data-url v0.3.2
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking unicode-math-class v0.1.0
[INFO] [stderr]     Checking unicode-vo v0.1.0
[INFO] [stderr]     Checking wasmi_ir v1.1.0
[INFO] [stderr]     Checking biblatex v0.12.0
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]     Checking citationberg v0.7.0
[INFO] [stderr]     Checking chinese-number v0.7.8
[INFO] [stderr]     Checking read-fonts v0.39.2
[INFO] [stderr]     Checking hayro-jbig2 v0.3.0
[INFO] [stderr]     Checking hayro-jpeg2000 v0.3.5
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking color v0.3.3
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_locale v2.2.0
[INFO] [stderr]     Checking rand v0.8.7
[INFO] [stderr]     Checking plist v1.10.0
[INFO] [stderr]     Checking typst-timing v0.15.1 (https://github.com/sharifhsn/typst?rev=22fd0c0d07777c989e006645e12bd2c16c679823#22fd0c0d)
[INFO] [stderr]     Checking ecow v0.2.6
[INFO] [stderr]     Checking hayro-syntax v0.7.2
[INFO] [stderr]    Compiling comemo-macros v0.5.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking usvg v0.47.0
[INFO] [stderr]     Checking euclid v0.22.14
[INFO] [stderr]     Checking csv-core v0.1.13
[INFO] [stderr]     Checking syntect v5.3.0
[INFO] [stderr]     Checking mutate_once v0.1.2
[INFO] [stderr]     Checking hayro-postscript v0.1.0
[INFO] [stderr]    Compiling icu_segmenter_data v2.2.0
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]     Checking wasmi_collections v1.1.0
[INFO] [stderr]     Checking linebender_resource_handle v0.1.1
[INFO] [stderr]     Checking hayro-cmap v0.1.0
[INFO] [stderr]     Checking peniko v0.6.1
[INFO] [stderr]     Checking kamadak-exif v0.6.1
[INFO] [stderr]     Checking csv v1.4.0
[INFO] [stderr]     Checking comemo v0.5.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking guillotiere v0.7.0
[INFO] [stderr]     Checking regex v1.13.1
[INFO] [stderr]    Compiling typst-macros v0.15.1 (https://github.com/sharifhsn/typst?rev=22fd0c0d07777c989e006645e12bd2c16c679823#22fd0c0d)
[INFO] [stderr]     Checking typst-syntax v0.15.1 (https://github.com/sharifhsn/typst?rev=22fd0c0d07777c989e006645e12bd2c16c679823#22fd0c0d)
[INFO] [stderr] error: could not compile `read-fonts` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name read_fonts --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/read-fonts-0.39.2/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("agl", "codegen_test", "default", "experimental_traverse", "ift", "libm", "scaler_test", "serde", "spec_next", "std"))' -C metadata=d3cdfd3e8da9f7ed -C extra-filename=-06acf9630b4f0f3b --out-dir /opt/rustwide/target/debug/build/read-fonts/06acf9630b4f0f3b/out -L dependency=/opt/rustwide/target/debug/build/bytemuck/e2d5ac8d6ed4e336/out -L dependency=/opt/rustwide/target/debug/build/bytemuck_derive/593a87269344fe23/out --extern bytemuck=/opt/rustwide/target/debug/build/bytemuck/e2d5ac8d6ed4e336/out/libbytemuck-e2d5ac8d6ed4e336.rmeta --extern font_types=/opt/rustwide/target/debug/build/font-types/10107892f123ebe3/out/libfont_types-10107892f123ebe3.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] [stderr] error: could not compile `zerocopy` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name zerocopy --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.55/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="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=28d141abd03c2541 -C extra-filename=-1cb591711214fd13 --out-dir /opt/rustwide/target/debug/build/zerocopy/1cb591711214fd13/out --extern zerocopy_derive=/opt/rustwide/target/debug/build/zerocopy-derive/a9041d2d8ab804bd/out/libzerocopy_derive-a9041d2d8ab804bd.so --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)' --check-cfg 'cfg(zerocopy_unstable_ptr)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(no_fp_fmt_parse)'` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "a5845834dda746650bba63b5d1d0ef9ebae2904f55e1201b6fab1e6e2e4e5028", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5845834dda746650bba63b5d1d0ef9ebae2904f55e1201b6fab1e6e2e4e5028", kill_on_drop: false }`
[INFO] [stdout] a5845834dda746650bba63b5d1d0ef9ebae2904f55e1201b6fab1e6e2e4e5028
