[INFO] cloning repository https://github.com/tronical/css2slint [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tronical/css2slint" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftronical%2Fcss2slint", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftronical%2Fcss2slint'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f5bee5c0847434b88c560bb69190d7475c70d67c [INFO] documenting tronical/css2slint against beta-2025-04-13 for beta-1.87-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftronical%2Fcss2slint" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tronical/css2slint on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tronical/css2slint [INFO] finished tweaking git repo https://github.com/tronical/css2slint [INFO] tweaked toml for git repo https://github.com/tronical/css2slint written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/tronical/css2slint 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-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8347d5a8343f19649c173c90fb5092b7ddb41ad3749d910e9ef3bcc53919624e [INFO] running `Command { std: "docker" "start" "-a" "8347d5a8343f19649c173c90fb5092b7ddb41ad3749d910e9ef3bcc53919624e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8347d5a8343f19649c173c90fb5092b7ddb41ad3749d910e9ef3bcc53919624e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8347d5a8343f19649c173c90fb5092b7ddb41ad3749d910e9ef3bcc53919624e", kill_on_drop: false }` [INFO] [stdout] 8347d5a8343f19649c173c90fb5092b7ddb41ad3749d910e9ef3bcc53919624e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 140ea652b83b85723ac12a327ec61b12610572fd1f2b876f09ccea641b652965 [INFO] running `Command { std: "docker" "start" "-a" "140ea652b83b85723ac12a327ec61b12610572fd1f2b876f09ccea641b652965", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.49 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Checking once_cell v1.17.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.13 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Checking getrandom v0.2.8 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling bytecheck v0.6.9 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Checking itoa v1.0.5 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling rend v0.3.6 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rayon-core v1.10.1 [INFO] [stderr] Checking outref v0.1.0 [INFO] [stderr] Compiling parking_lot_core v0.9.6 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Compiling rkyv v0.7.39 [INFO] [stderr] Checking simd-abstraction v0.7.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Checking dtoa-short v0.3.3 [INFO] [stderr] Checking crossbeam-deque v0.8.2 [INFO] [stderr] Checking crossbeam-channel v0.5.6 [INFO] [stderr] Checking num_cpus v1.15.0 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Checking ryu v1.0.12 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking seahash v4.1.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking either v1.8.0 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking base64-simd v0.7.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking data-url v0.1.1 [INFO] [stderr] Checking os_str_bytes v6.4.1 [INFO] [stderr] Checking vlq v0.5.1 [INFO] [stderr] Checking precomputed-hash v0.1.1 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Checking dashmap v5.4.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Compiling parcel_selectors v0.25.0 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking data-encoding v2.3.3 [INFO] [stderr] Checking textwrap v0.16.0 [INFO] [stderr] Checking rayon v1.6.1 [INFO] [stderr] Compiling phf_generator v0.10.0 [INFO] [stderr] Checking pathdiff v0.2.1 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking clap v3.2.23 [INFO] [stderr] Compiling ptr_meta_derive v0.1.4 [INFO] [stderr] Compiling bytecheck_derive v0.6.9 [INFO] [stderr] Compiling cssparser v0.29.6 [INFO] [stderr] Compiling phf_macros v0.10.0 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling rkyv_derive v0.7.39 [INFO] [stderr] Compiling const-str-proc-macro v0.3.2 [INFO] [stderr] Checking ptr_meta v0.1.4 [INFO] [stderr] Checking const-str v0.3.2 [INFO] [stderr] Checking phf v0.10.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `rkyv_derive` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-04-13-x86_64-unknown-linux-gnu/bin/rustc --crate-name rkyv_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rkyv_derive-0.7.39/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("arbitrary_enum_discriminant", "archive_be", "archive_le", "copy", "default", "strict"))' -C metadata=3194ba3b61bead6e -C extra-filename=-b98c31545772f639 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-bb773f180d3c7c3a.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-fbb10033df1a3fe4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-97c769128de5ce81.rlib --extern proc_macro --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "140ea652b83b85723ac12a327ec61b12610572fd1f2b876f09ccea641b652965", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "140ea652b83b85723ac12a327ec61b12610572fd1f2b876f09ccea641b652965", kill_on_drop: false }` [INFO] [stdout] 140ea652b83b85723ac12a327ec61b12610572fd1f2b876f09ccea641b652965