[INFO] cloning repository https://github.com/nc7s/blindcopy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nc7s/blindcopy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnc7s%2Fblindcopy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnc7s%2Fblindcopy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3793d914b987a5c9f1c3995b5d209517ff0768a9 [INFO] checking nc7s/blindcopy against master#f9515fdd5aa132e27d9b580a35b27f4b453251c1 for pr-125923 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnc7s%2Fblindcopy" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nc7s/blindcopy on toolchain f9515fdd5aa132e27d9b580a35b27f4b453251c1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9515fdd5aa132e27d9b580a35b27f4b453251c1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nc7s/blindcopy [INFO] finished tweaking git repo https://github.com/nc7s/blindcopy [INFO] tweaked toml for git repo https://github.com/nc7s/blindcopy written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/nc7s/blindcopy 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" "+f9515fdd5aa132e27d9b580a35b27f4b453251c1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+f9515fdd5aa132e27d9b580a35b27f4b453251c1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] db15ae37fab00123052fe0254a6cb4419926c589e80e0aaac5d2258701b071ef [INFO] running `Command { std: "docker" "start" "-a" "db15ae37fab00123052fe0254a6cb4419926c589e80e0aaac5d2258701b071ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db15ae37fab00123052fe0254a6cb4419926c589e80e0aaac5d2258701b071ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db15ae37fab00123052fe0254a6cb4419926c589e80e0aaac5d2258701b071ef", kill_on_drop: false }` [INFO] [stdout] db15ae37fab00123052fe0254a6cb4419926c589e80e0aaac5d2258701b071ef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+f9515fdd5aa132e27d9b580a35b27f4b453251c1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d6f870fe78d7da1488b60719800ed92608527357f271351e5f75b320234b6186 [INFO] running `Command { std: "docker" "start" "-a" "d6f870fe78d7da1488b60719800ed92608527357f271351e5f75b320234b6186", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Checking libloading v0.8.3 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling wayland-sys v0.31.1 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Checking indexmap v2.2.5 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling wayland-backend v0.3.3 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking petgraph v0.6.4 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking bytecount v0.6.7 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling wayland-scanner v0.31.1 [INFO] [stderr] Checking os_pipe v1.1.5 [INFO] [stderr] Checking tree_magic_mini v3.0.3 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stderr] Checking tempfile v3.10.1 [INFO] [stderr] Checking wayland-client v0.31.2 [INFO] [stderr] Checking wayland-protocols v0.31.2 [INFO] [stderr] Checking wayland-protocols-wlr v0.2.0 [INFO] [stderr] Checking wl-clipboard-rs v0.8.1 [INFO] [stderr] Checking blindcopy v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s [INFO] running `Command { std: "docker" "inspect" "d6f870fe78d7da1488b60719800ed92608527357f271351e5f75b320234b6186", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6f870fe78d7da1488b60719800ed92608527357f271351e5f75b320234b6186", kill_on_drop: false }` [INFO] [stdout] d6f870fe78d7da1488b60719800ed92608527357f271351e5f75b320234b6186 [INFO] checking nc7s/blindcopy against try#71235522a9cf955f6b7ff56c0bfb2651ecd0180b for pr-125923 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnc7s%2Fblindcopy" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nc7s/blindcopy on toolchain 71235522a9cf955f6b7ff56c0bfb2651ecd0180b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+71235522a9cf955f6b7ff56c0bfb2651ecd0180b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nc7s/blindcopy [INFO] finished tweaking git repo https://github.com/nc7s/blindcopy [INFO] tweaked toml for git repo https://github.com/nc7s/blindcopy written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/nc7s/blindcopy 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" "+71235522a9cf955f6b7ff56c0bfb2651ecd0180b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+71235522a9cf955f6b7ff56c0bfb2651ecd0180b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 534ce3680409e44a6d5501104ee1b894f9755190133a8629fa6b8043e64bf7e1 [INFO] running `Command { std: "docker" "start" "-a" "534ce3680409e44a6d5501104ee1b894f9755190133a8629fa6b8043e64bf7e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "534ce3680409e44a6d5501104ee1b894f9755190133a8629fa6b8043e64bf7e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "534ce3680409e44a6d5501104ee1b894f9755190133a8629fa6b8043e64bf7e1", kill_on_drop: false }` [INFO] [stdout] 534ce3680409e44a6d5501104ee1b894f9755190133a8629fa6b8043e64bf7e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+71235522a9cf955f6b7ff56c0bfb2651ecd0180b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0895aade6b0646bfc1bd4aeaa417a03723dbca832bb4e6ca032debc05b76cdb3 [INFO] running `Command { std: "docker" "start" "-a" "0895aade6b0646bfc1bd4aeaa417a03723dbca832bb4e6ca032debc05b76cdb3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking bitflags v2.4.2 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking libloading v0.8.3 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Checking scoped-tls v1.0.1 [INFO] [stderr] Checking smallvec v1.13.1 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking hashbrown v0.14.3 [INFO] [stderr] Compiling nix v0.28.0 [INFO] [stderr] Compiling wayland-sys v0.31.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling quick-xml v0.31.0 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Checking indexmap v2.2.5 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling wayland-backend v0.3.3 [INFO] [stderr] Checking bytecount v0.6.7 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking petgraph v0.6.4 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling wayland-scanner v0.31.1 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking os_pipe v1.1.5 [INFO] [stderr] Checking tree_magic_mini v3.0.3 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling derive-new v0.6.0 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetasZ3STo" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `derive-new` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcoV0vWO/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcoV0vWO/symbols.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.wayland_scanner.4193deb9af834bb5-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.2wd01u673vz9udmm51ye2ziqd.rcgu.rmeta" "/opt/rustwide/target/debug/deps/wayland_scanner-b17f682528cb96e9.d2754ivd19aad98idobk7mr5h.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libquick_xml-23db1a34dd851181.rlib" "/opt/rustwide/target/debug/deps/libmemchr-39436727cf55545f.rlib" "/opt/rustwide/target/debug/deps/libquote-cfd72e5a145dea92.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-c0a7e744780d4271.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-7b828347d8713ecd.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-8e18ebff9fd16879.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9f4544d1e1cf245e.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5c2158c1682442e0.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-404d0b40d67de09f.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e07eeabf48db885c.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c92423f648579064.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-8dab5299a97564ae.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-65891f932666bb65.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-b2634d236d77b88a.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-38ef4997455a5e72.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b2e6b39d803e65fe.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-670f2ef8c6803edf.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-e599f337a82d59c4.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-acbe32895031f6bc.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e21e611894cf2844.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-7b90a2705bcf265b.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-1f7e19b44251c73e.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-4d7d16bbf0636a40.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "-o" "/opt/rustwide/target/debug/deps/libwayland_scanner-b17f682528cb96e9.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `wayland-scanner` (lib) due to 2 previous errors [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaCsFPoK" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rustix` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcG6A4ES/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcG6A4ES/symbols.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.thiserror_impl.a4477a709c0f3756-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.aw58hryrpr5kbe23bpz16985f.rcgu.rmeta" "/opt/rustwide/target/debug/deps/thiserror_impl-fc9cd699feb31cd5.8yl2xgfdjyypvkccpve2a5bzb.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-bfcd5289f2f2e207.rlib" "/opt/rustwide/target/debug/deps/libquote-cfd72e5a145dea92.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-c0a7e744780d4271.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-7b828347d8713ecd.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-8e18ebff9fd16879.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9f4544d1e1cf245e.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5c2158c1682442e0.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-404d0b40d67de09f.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e07eeabf48db885c.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-c92423f648579064.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-8dab5299a97564ae.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-65891f932666bb65.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-b2634d236d77b88a.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-38ef4997455a5e72.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b2e6b39d803e65fe.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-670f2ef8c6803edf.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-e599f337a82d59c4.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-acbe32895031f6bc.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e21e611894cf2844.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-7b90a2705bcf265b.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-1f7e19b44251c73e.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-4d7d16bbf0636a40.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-B/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-L" "/opt/rustwide/rustup-home/toolchains/71235522a9cf955f6b7ff56c0bfb2651ecd0180b/lib/rustlib/x86_64-unknown-linux-gnu/lib/self-contained" "-o" "/opt/rustwide/target/debug/deps/libthiserror_impl-fc9cd699feb31cd5.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `thiserror-impl` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "0895aade6b0646bfc1bd4aeaa417a03723dbca832bb4e6ca032debc05b76cdb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0895aade6b0646bfc1bd4aeaa417a03723dbca832bb4e6ca032debc05b76cdb3", kill_on_drop: false }` [INFO] [stdout] 0895aade6b0646bfc1bd4aeaa417a03723dbca832bb4e6ca032debc05b76cdb3