[INFO] cloning repository https://github.com/BeatScherrer/albatros_frontend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/BeatScherrer/albatros_frontend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBeatScherrer%2Falbatros_frontend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBeatScherrer%2Falbatros_frontend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 956d4a885c6b45d0646f3ea3c82c68661b4a7e08
[INFO] documenting BeatScherrer/albatros_frontend against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBeatScherrer%2Falbatros_frontend" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/BeatScherrer/albatros_frontend
[INFO] finished tweaking git repo https://github.com/BeatScherrer/albatros_frontend
[INFO] tweaked toml for git repo https://github.com/BeatScherrer/albatros_frontend written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/BeatScherrer/albatros_frontend on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/BeatScherrer/albatros_frontend 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ab2abe80a8c63f6fc01df10a76f1e06ba946540d8e6a66a83befaba9098c0ecc
[INFO] running `Command { std: "docker" "start" "-a" "ab2abe80a8c63f6fc01df10a76f1e06ba946540d8e6a66a83befaba9098c0ecc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ab2abe80a8c63f6fc01df10a76f1e06ba946540d8e6a66a83befaba9098c0ecc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ab2abe80a8c63f6fc01df10a76f1e06ba946540d8e6a66a83befaba9098c0ecc", kill_on_drop: false }`
[INFO] [stdout] ab2abe80a8c63f6fc01df10a76f1e06ba946540d8e6a66a83befaba9098c0ecc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fd14943c14bc72273984f83ec0b1c936fe5befc1232537cfce6f41701d97dba2
[INFO] running `Command { std: "docker" "start" "-a" "fd14943c14bc72273984f83ec0b1c936fe5befc1232537cfce6f41701d97dba2", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]     Checking linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.0.97
[INFO] [stderr]    Compiling wayland-sys v0.31.1
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking raw-window-handle v0.6.1
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking roxmltree v0.19.0
[INFO] [stderr]    Compiling toml_datetime v0.6.6
[INFO] [stderr]     Checking flate2 v1.0.30
[INFO] [stderr]     Checking unicode-bidi-mirroring v0.1.0
[INFO] [stderr]     Checking unicode-ccc v0.1.2
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]    Compiling serde v1.0.202
[INFO] [stderr]     Checking ttf-parser v0.20.0
[INFO] [stderr]     Checking ttf-parser v0.19.2
[INFO] [stderr]     Checking png v0.17.13
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]     Checking piper v0.2.2
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling drm-sys v0.6.1
[INFO] [stderr]     Checking fontconfig-parser v0.5.6
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling syn v2.0.64
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]     Checking event-listener v5.3.0
[INFO] [stderr]     Checking event-listener v4.0.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking euclid v0.22.9
[INFO] [stderr]     Checking async-executor v1.11.0
[INFO] [stderr]    Compiling softbuffer v0.4.2
[INFO] [stderr]     Checking event-listener-strategy v0.4.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.2
[INFO] [stderr]     Checking xxhash-rust v0.8.10
[INFO] [stderr]     Checking async-lock v3.3.0
[INFO] [stderr]     Checking unicode-width v0.1.12
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]     Checking async-broadcast v0.7.0
[INFO] [stderr]    Compiling wgpu-hal v0.19.4
[INFO] [stderr]     Checking codespan-reporting v0.11.1
[INFO] [stderr]     Checking ash v0.37.3+1.3.251
[INFO] [stderr]     Checking wgpu-types v0.19.2
[INFO] [stderr]     Checking rustix v0.38.34
[INFO] [stderr]     Checking lyon_geom v1.0.5
[INFO] [stderr]     Checking blocking v1.6.0
[INFO] [stderr]     Checking xkbcommon-dl v0.4.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.92
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]     Checking etagere v0.2.10
[INFO] [stderr]    Compiling wayland-backend v0.3.3
[INFO] [stderr]     Checking lru v0.12.3
[INFO] [stderr]     Checking lyon_path v1.0.5
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking guillotiere v0.6.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking memmap2 v0.8.0
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]    Compiling wayland-scanner v0.31.1
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking xdg-home v1.1.0
[INFO] [stderr]     Checking dirs v4.0.0
[INFO] [stderr]     Checking fontdb v0.15.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking khronos-egl v6.0.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking parking_lot v0.12.2
[INFO] [stderr]     Checking x11-dl v2.21.0
[INFO] [stderr]    Compiling winit v0.30.0 (https://github.com/iced-rs/winit.git?rev=8affa522bc6dcc497d332a28c03491d22a22f5a7#8affa522)
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking gpu-descriptor v0.2.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking ordered-multimap v0.4.3
[INFO] [stderr]     Checking dpi v0.1.1 (https://github.com/iced-rs/winit.git?rev=8affa522bc6dcc497d332a28c03491d22a22f5a7#8affa522)
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking rust-ini v0.18.0
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking uuid v1.8.0
[INFO] [stderr]    Compiling zvariant_utils v1.1.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.92
[INFO] [stderr]    Compiling zvariant_derive v4.1.0
[INFO] [stderr]    Compiling zbus_macros v4.2.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.60
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling bytemuck_derive v1.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling serde_derive v1.0.202
[INFO] [stderr]    Compiling enumflags2_derive v0.7.9
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking drm-ffi v0.7.1
[INFO] [stderr]    Compiling ctor v0.2.8
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.92
[INFO] [stderr]     Checking wayland-client v0.31.2
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking palette v0.7.6
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking bytemuck v1.16.0
[INFO] [stderr]     Checking polling v3.7.0
[INFO] [stderr]     Checking tiny-xlib v0.2.2
[INFO] [stderr]     Checking naga v0.19.2
[INFO] [stderr]     Checking font-types v0.5.3
[INFO] [stderr]     Checking rustybuzz v0.11.0
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]     Checking calloop v0.12.4
[INFO] [stderr]     Checking async-io v2.3.2
[INFO] [stderr]     Checking drm v0.11.1
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.92
[INFO] [stderr]     Checking tracing-error v0.2.0
[INFO] [stderr]     Checking read-fonts v0.19.1
[INFO] [stderr] error: could not compile `serde_derive` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name serde_derive --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.202/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=cf5a6ecfe81c74a7 -C extra-filename=-bd72ae07e2adc7d6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-df896672a98f0776.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-23aad6dfefdce3e8.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-261a41feaff4030f.rlib --extern proc_macro --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.37.3+1.3.251/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="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded"))' -C metadata=de00af9190d4e35d -C extra-filename=-99500c1a2ee4e54f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-6cd28fc1643a1c42.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "fd14943c14bc72273984f83ec0b1c936fe5befc1232537cfce6f41701d97dba2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd14943c14bc72273984f83ec0b1c936fe5befc1232537cfce6f41701d97dba2", kill_on_drop: false }`
[INFO] [stdout] fd14943c14bc72273984f83ec0b1c936fe5befc1232537cfce6f41701d97dba2
