[INFO] cloning repository https://github.com/vincenthz/ooofa [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vincenthz/ooofa" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvincenthz%2Fooofa", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvincenthz%2Fooofa'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9401e6afa872dcd8109404bfcaa49cb9bee92ae6 [INFO] testing vincenthz/ooofa against beta-2025-02-18 for beta-1.86-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvincenthz%2Fooofa" "/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/vincenthz/ooofa on toolchain beta-2025-02-18 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/vincenthz/ooofa [INFO] finished tweaking git repo https://github.com/vincenthz/ooofa [INFO] tweaked toml for git repo https://github.com/vincenthz/ooofa written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/vincenthz/ooofa 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-02-18" "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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61e639e460d32f8ffb896faae4c6cceeeb94e54541db5dc6243ec1642ff62648 [INFO] running `Command { std: "docker" "start" "-a" "61e639e460d32f8ffb896faae4c6cceeeb94e54541db5dc6243ec1642ff62648", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61e639e460d32f8ffb896faae4c6cceeeb94e54541db5dc6243ec1642ff62648", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61e639e460d32f8ffb896faae4c6cceeeb94e54541db5dc6243ec1642ff62648", kill_on_drop: false }` [INFO] [stdout] 61e639e460d32f8ffb896faae4c6cceeeb94e54541db5dc6243ec1642ff62648 [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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-02-18" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab9fe36e671b90c843ebfe8f44588dd69951c449825121018ea6bbff13267819 [INFO] running `Command { std: "docker" "start" "-a" "ab9fe36e671b90c843ebfe8f44588dd69951c449825121018ea6bbff13267819", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling base32 v0.4.0 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling cryptoxide v0.3.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling aotp v0.1.0 (https://github.com/vincenthz/aotp#4fe4857f) [INFO] [stderr] Compiling serde_yaml v0.8.20 [INFO] [stderr] Compiling ooofa v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `ooofa` (bin "ooofa") [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/beta-2025-02-18-x86_64-unknown-linux-gnu/bin/rustc --crate-name ooofa --edition=2018 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d66da49a7c90ce0 -C extra-filename=-b394a0fb1f9eb54c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aotp=/opt/rustwide/target/debug/deps/libaotp-5debfbded6b05d8e.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-9bf37994d320e170.rlib --extern console=/opt/rustwide/target/debug/deps/libconsole-a6cc0ab45970e3be.rlib --extern indicatif=/opt/rustwide/target/debug/deps/libindicatif-dd1a2b624570ed7c.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-f5b40835a645cd78.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-111cdc235cbfb375.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-346ebc26cd0bd749.rlib --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "ab9fe36e671b90c843ebfe8f44588dd69951c449825121018ea6bbff13267819", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab9fe36e671b90c843ebfe8f44588dd69951c449825121018ea6bbff13267819", kill_on_drop: false }` [INFO] [stdout] ab9fe36e671b90c843ebfe8f44588dd69951c449825121018ea6bbff13267819