[INFO] cloning repository https://github.com/chfoo/takecrate [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chfoo/takecrate" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchfoo%2Ftakecrate", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchfoo%2Ftakecrate'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 11a89408eaf288a6c47883f2abb8e39bfe03b4bc [INFO] checking chfoo/takecrate/11a89408eaf288a6c47883f2abb8e39bfe03b4bc against nightly-2024-10-25 for legacyreceiver_rename [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchfoo%2Ftakecrate" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chfoo/takecrate on toolchain nightly-2024-10-25 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2024-10-25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/chfoo/takecrate [INFO] finished tweaking git repo https://github.com/chfoo/takecrate [INFO] tweaked toml for git repo https://github.com/chfoo/takecrate written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/chfoo/takecrate 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" "+nightly-2024-10-25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-10-25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c565c2fd1b3c3210d616849dda975d13c7d013c85792dfea9a955f90a1c87a1c [INFO] running `Command { std: "docker" "start" "-a" "c565c2fd1b3c3210d616849dda975d13c7d013c85792dfea9a955f90a1c87a1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c565c2fd1b3c3210d616849dda975d13c7d013c85792dfea9a955f90a1c87a1c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c565c2fd1b3c3210d616849dda975d13c7d013c85792dfea9a955f90a1c87a1c", kill_on_drop: false }` [INFO] [stdout] c565c2fd1b3c3210d616849dda975d13c7d013c85792dfea9a955f90a1c87a1c [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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-10-25" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 94521940845dd5ffa42a7930329874669185cc3d784dca44c725fda838bfaf6f [INFO] running `Command { std: "docker" "start" "-a" "94521940845dd5ffa42a7930329874669185cc3d784dca44c725fda838bfaf6f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.161 [INFO] [stderr] Checking memchr v2.7.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Checking log v0.4.22 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking once_cell v1.20.2 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking anstyle-parse v0.2.6 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling rustix v0.38.39 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking anstyle-query v1.1.2 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Checking is_terminal_polyfill v1.70.1 [INFO] [stderr] Checking anstyle v1.0.10 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking colorchoice v1.0.3 [INFO] [stderr] Checking anstream v0.6.18 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling thiserror v1.0.68 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking regex-automata v0.4.8 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling bstr v1.10.0 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Checking type-map v0.5.0 [INFO] [stderr] Checking deranged v0.3.11 [INFO] [stderr] Checking castaway v0.2.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Checking num-iter v0.1.45 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking num_threads v0.1.7 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking clap_lex v0.7.2 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking self_cell v1.0.4 [INFO] [stderr] Checking num-conv v0.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.15 [INFO] [stderr] Checking self_cell v0.10.3 [INFO] [stderr] Checking globset v0.4.15 [INFO] [stderr] Checking compact_str v0.8.0 [INFO] [stderr] Checking clap_builder v4.5.20 [INFO] [stderr] Checking time v0.3.36 [INFO] [stderr] Compiling darling_core v0.20.10 [INFO] [stderr] Checking num v0.4.3 [INFO] [stderr] Checking signal-hook-mio v0.2.4 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling crc32c v0.6.8 [INFO] [stderr] Compiling cursive-macros v0.1.0 [INFO] [stderr] Checking crossbeam-channel v0.5.13 [INFO] [stderr] Compiling thiserror v2.0.0 [INFO] [stderr] Checking unicode-width v0.1.14 [INFO] [stderr] Compiling ignore v0.4.23 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking xi-unicode v0.3.0 [INFO] [stderr] Checking fastrand v2.1.1 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking env_filter v0.1.2 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking sha1_smol v1.0.1 [INFO] [stderr] Checking env_logger v0.11.5 [INFO] [stdout] error: failed to write /tmp/rustcMopG7N/lib.rmeta: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `regex-automata` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `ignore` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/nightly-2024-10-25-x86_64-unknown-linux-gnu/bin/rustc --crate-name ignore --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ignore-0.4.23/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=26817562b17b0194 -C extra-filename=-26817562b17b0194 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern crossbeam_deque=/opt/rustwide/target/debug/deps/libcrossbeam_deque-c3b4c9e4a3386874.rmeta --extern globset=/opt/rustwide/target/debug/deps/libglobset-8e52c319939acf6c.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-59a169bde0af823e.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-765219fdbb1e8c1a.rmeta --extern regex_automata=/opt/rustwide/target/debug/deps/libregex_automata-1d91fb7ac26d83c5.rmeta --extern same_file=/opt/rustwide/target/debug/deps/libsame_file-04704364a4f2f255.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-458531359fa23053.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libsyn-e94d7e45863833c4.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/libdarling_core-628dd66ef3f46c5b.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `darling_core` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "94521940845dd5ffa42a7930329874669185cc3d784dca44c725fda838bfaf6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "94521940845dd5ffa42a7930329874669185cc3d784dca44c725fda838bfaf6f", kill_on_drop: false }` [INFO] [stdout] 94521940845dd5ffa42a7930329874669185cc3d784dca44c725fda838bfaf6f