[INFO] cloning repository https://github.com/hafeoz/waylrc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hafeoz/waylrc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhafeoz%2Fwaylrc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhafeoz%2Fwaylrc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 169ed66b05233027dd619eb0972b5f9c2fe18be8 [INFO] testing hafeoz/waylrc against try#ed7f3d77595b4831fdf085f2529aa13b5b51ff7d for pr-134530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhafeoz%2Fwaylrc" "/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/hafeoz/waylrc on toolchain ed7f3d77595b4831fdf085f2529aa13b5b51ff7d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/hafeoz/waylrc [INFO] finished tweaking git repo https://github.com/hafeoz/waylrc [INFO] tweaked toml for git repo https://github.com/hafeoz/waylrc written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/hafeoz/waylrc 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" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 062cc573d5efb02f8789d56f0ec9771b9e90fb4da76cd40e97c2c0b74c55c130 [INFO] running `Command { std: "docker" "start" "-a" "062cc573d5efb02f8789d56f0ec9771b9e90fb4da76cd40e97c2c0b74c55c130", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "062cc573d5efb02f8789d56f0ec9771b9e90fb4da76cd40e97c2c0b74c55c130", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "062cc573d5efb02f8789d56f0ec9771b9e90fb4da76cd40e97c2c0b74c55c130", kill_on_drop: false }` [INFO] [stdout] 062cc573d5efb02f8789d56f0ec9771b9e90fb4da76cd40e97c2c0b74c55c130 [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=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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ed7f3d77595b4831fdf085f2529aa13b5b51ff7d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e502cff3c7404704f93543b74141bd9c85dc26e3545f6e22e8e77e55d540fa9 [INFO] running `Command { std: "docker" "start" "-a" "4e502cff3c7404704f93543b74141bd9c85dc26e3545f6e22e8e77e55d540fa9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.64 [INFO] [stderr] Compiling unicode-ident v1.0.10 [INFO] [stderr] Compiling quote v1.0.29 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling rustix v0.38.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling bitflags v2.3.3 [INFO] [stderr] Compiling linux-raw-sys v0.4.3 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling anstyle-parse v0.2.1 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling anstyle v1.0.1 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling thiserror v1.0.43 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.19 [INFO] [stderr] Compiling unicode-segmentation v1.10.1 [INFO] [stderr] Compiling serde v1.0.171 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.102 [INFO] [stderr] Compiling libdbus-sys v0.2.5 [INFO] [stderr] Compiling clap_lex v0.5.0 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling regex-syntax v0.7.4 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling pin-project-lite v0.2.10 [INFO] [stderr] Compiling ogg_pager v0.5.0 [INFO] [stderr] Compiling utf8-width v0.1.6 [INFO] [stderr] Compiling either v1.8.1 [INFO] [stderr] Compiling itoa v1.0.8 [INFO] [stderr] Compiling base64 v0.21.2 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling syn v2.0.25 [INFO] [stderr] Compiling aho-corasick v1.0.2 [INFO] [stderr] Compiling ryu v1.0.14 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling html-escape v0.2.13 [INFO] [stderr] Compiling flate2 v1.0.26 [INFO] [stderr] Compiling derive_is_enum_variant v0.1.1 [INFO] [stderr] Compiling dbus v0.9.7 [INFO] [stderr] Compiling tracing-subscriber v0.3.17 [INFO] [stderr] Compiling is-terminal v0.4.9 [INFO] [stderr] Compiling anstream v0.3.2 [INFO] [stderr] Compiling clap_builder v4.3.11 [INFO] [stderr] Compiling regex-automata v0.3.3 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling enum-kinds v0.5.1 [INFO] [stderr] Compiling thiserror-impl v1.0.43 [INFO] [stderr] Compiling serde_derive v1.0.171 [INFO] [stderr] Compiling clap_derive v4.3.2 [INFO] [stderr] Compiling lofty_attr v0.9.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling regex v1.9.1 [INFO] [stderr] Compiling lofty v0.15.0 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling from_variants_impl v1.0.2 [INFO] [stderr] Compiling from_variants v1.0.2 [INFO] [stderr] Compiling mpris v2.0.1 [INFO] [stderr] Compiling clap v4.3.11 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `lofty` (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/ed7f3d77595b4831fdf085f2529aa13b5b51ff7d/bin/rustc --crate-name lofty --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lofty-0.15.0/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 -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="id3v2_compression_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "id3v2_compression_support"))' -C metadata=2e4b31571c060451 -C extra-filename=-cf045b9b1a5a7a6b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-0d7bb3da3cc4ec80.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-379f547b04d51d02.rmeta --extern flate2=/opt/rustwide/target/debug/deps/libflate2-cf04f36bb89a665e.rmeta --extern lofty_attr=/opt/rustwide/target/debug/deps/liblofty_attr-0c2e924d3a05f68e.so --extern log=/opt/rustwide/target/debug/deps/liblog-7586ba8641f928f2.rmeta --extern ogg_pager=/opt/rustwide/target/debug/deps/libogg_pager-8a804ab686870855.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-778c08b2406fdd3b.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-175ce97b71606b31.so --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "4e502cff3c7404704f93543b74141bd9c85dc26e3545f6e22e8e77e55d540fa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e502cff3c7404704f93543b74141bd9c85dc26e3545f6e22e8e77e55d540fa9", kill_on_drop: false }` [INFO] [stdout] 4e502cff3c7404704f93543b74141bd9c85dc26e3545f6e22e8e77e55d540fa9