[INFO] cloning repository https://github.com/psobczak/rust-defence [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/psobczak/rust-defence" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsobczak%2Frust-defence", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsobczak%2Frust-defence'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bfd5d3523807486832d2a0f15af8fd149febe859 [INFO] checking psobczak/rust-defence against try#8c500c7cefd54fd11d57295f3771d576be9ee415 for pr-145113 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsobczak%2Frust-defence" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/psobczak/rust-defence [INFO] finished tweaking git repo https://github.com/psobczak/rust-defence [INFO] tweaked toml for git repo https://github.com/psobczak/rust-defence written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/psobczak/rust-defence on toolchain 8c500c7cefd54fd11d57295f3771d576be9ee415 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c500c7cefd54fd11d57295f3771d576be9ee415" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/psobczak/rust-defence 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" "+8c500c7cefd54fd11d57295f3771d576be9ee415" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+8c500c7cefd54fd11d57295f3771d576be9ee415" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93971edf0c26f4f51f264fcb6838d1225b6644d452b52812557c30d53288cd68 [INFO] running `Command { std: "docker" "start" "-a" "93971edf0c26f4f51f264fcb6838d1225b6644d452b52812557c30d53288cd68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93971edf0c26f4f51f264fcb6838d1225b6644d452b52812557c30d53288cd68", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93971edf0c26f4f51f264fcb6838d1225b6644d452b52812557c30d53288cd68", kill_on_drop: false }` [INFO] [stdout] 93971edf0c26f4f51f264fcb6838d1225b6644d452b52812557c30d53288cd68 [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:ae6f63d130afcfff7f91f5ba9fdb2a74d52830289c6a2ea2d23a94dcfb480a0d" "/opt/rustwide/cargo-home/bin/cargo" "+8c500c7cefd54fd11d57295f3771d576be9ee415" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c9e4059b45f03b8c1d8e649f406db3c00a28648161fbc6273167950167b123d [INFO] running `Command { std: "docker" "start" "-a" "1c9e4059b45f03b8c1d8e649f406db3c00a28648161fbc6273167950167b123d", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling thiserror v1.0.57 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking zerocopy v0.7.32 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Checking allocator-api2 v0.2.16 [INFO] [stderr] Compiling winnow v0.5.40 [INFO] [stderr] Compiling ahash v0.8.9 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling indexmap v2.2.3 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Checking concurrent-queue v2.4.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Compiling syn v2.0.50 [INFO] [stderr] Checking event-listener v4.0.3 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Checking event-listener-strategy v0.4.0 [INFO] [stderr] Checking event-listener v5.1.0 [INFO] [stderr] Checking event-listener-strategy v0.5.0 [INFO] [stderr] Checking async-lock v3.3.0 [INFO] [stderr] Checking futures-lite v2.2.0 [INFO] [stderr] Checking async-task v4.7.0 [INFO] [stderr] Checking async-channel v2.2.0 [INFO] [stderr] Compiling toml_edit v0.21.1 [INFO] [stderr] Compiling getrandom v0.2.12 [INFO] [stderr] Checking smol_str v0.2.1 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Compiling uuid v1.7.0 [INFO] [stderr] Checking nonmax v0.5.5 [INFO] [stderr] Checking web-time v0.2.4 [INFO] [stderr] Checking thread_local v1.1.7 [INFO] [stderr] Checking bevy_ptr v0.13.0 [INFO] [stderr] Checking downcast-rs v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Checking async-executor v1.8.0 [INFO] [stderr] Compiling cfg_aliases v0.1.1 [INFO] [stderr] Checking memchr v2.7.1 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking regex-syntax v0.6.29 [INFO] [stderr] Checking bevy_tasks v0.13.0 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Checking libloading v0.8.1 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling bevy_macro_utils v0.13.0 [INFO] [stderr] Checking tracing-log v0.1.4 [INFO] [stderr] Checking raw-window-handle v0.6.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking matchers v0.1.0 [INFO] [stderr] Checking arrayvec v0.7.4 [INFO] [stderr] Checking termcolor v1.4.1 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Checking codespan-reporting v0.11.1 [INFO] [stderr] Checking crossbeam-channel v0.5.11 [INFO] [stderr] Compiling ash v0.37.3+1.3.251 [INFO] [stderr] Checking regex-automata v0.4.5 [INFO] [stderr] Checking simd-adler32 v0.3.7 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking hexf-parse v0.2.1 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking unicode-xid v0.2.4 [INFO] [stderr] Compiling khronos-egl v6.0.0 [INFO] [stderr] Checking piper v0.2.1 [INFO] [stderr] Compiling wgpu-hal v0.19.1 [INFO] [stderr] Checking libloading v0.7.4 [INFO] [stderr] Checking accesskit v0.12.2 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Compiling encase_derive_impl v0.7.0 [INFO] [stderr] Compiling wgpu-core v0.19.0 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking constant_time_eq v0.3.0 [INFO] [stderr] Checking base64 v0.21.7 [INFO] [stderr] Checking renderdoc-sys v1.0.0 [INFO] [stderr] Checking profiling v1.0.15 [INFO] [stderr] Checking arrayref v0.3.7 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking glow v0.13.1 [INFO] [stderr] Checking async-broadcast v0.5.1 [INFO] [stderr] Compiling blake3 v1.5.0 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling thiserror-impl v1.0.57 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling bytemuck_derive v1.5.0 [INFO] [stderr] Compiling bevy_utils_proc_macros v0.13.0 [INFO] [stderr] Compiling bevy_reflect_derive v0.13.0 [INFO] [stderr] Compiling bevy_ecs_macros v0.13.0 [INFO] [stderr] Checking bytemuck v1.14.3 [INFO] [stderr] Compiling bevy_derive v0.13.0 [INFO] [stderr] Checking regex v1.10.3 [INFO] [stderr] Compiling bevy_asset_macros v0.13.0 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking blocking v1.5.1 [INFO] [stderr] Checking fdeflate v0.3.4 [INFO] [stderr] Checking async-fs v2.1.1 [INFO] [stderr] Compiling wgpu v0.19.1 [INFO] [stderr] Checking const_soft_float v0.1.4 [INFO] [stderr] Checking png v0.17.13 [INFO] [stderr] Compiling encase_derive v0.7.0 [INFO] [stderr] Checking twox-hash v1.6.3 [INFO] [stderr] Checking const_panic v0.2.8 [INFO] [stderr] Checking constgebra v0.1.3 [INFO] [stderr] Checking data-encoding v2.5.0 [INFO] [stderr] Checking color_quant v1.1.0 [INFO] [stderr] Compiling bevy_encase_derive v0.13.0 [INFO] [stderr] Checking image v0.24.8 [INFO] [stderr] Compiling bevy_render_macros v0.13.0 [INFO] [stderr] Checking ktx2 v0.3.0 [INFO] [stderr] Compiling rustix v0.38.31 [INFO] [stderr] Checking linux-raw-sys v0.4.13 [INFO] [stderr] Checking radsort v0.1.0 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Checking euclid v0.22.9 [INFO] [stderr] Checking ttf-parser v0.20.0 [INFO] [stderr] Checking svg_fmt v0.4.1 [INFO] [stderr] Compiling serde_json v1.0.114 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Checking dlib v0.5.2 [INFO] [stderr] Checking nix v0.24.3 [INFO] [stderr] Compiling winit v0.29.10 [INFO] [stderr] Checking guillotiere v0.6.2 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetahykddD" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inotify-sys` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `winit` (build script) [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/8c500c7cefd54fd11d57295f3771d576be9ee415/bin/rustc --crate-name build_script_build --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/winit-0.29.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="bytemuck"' --cfg 'feature="percent-encoding"' --cfg 'feature="rwh_06"' --cfg 'feature="x11"' --cfg 'feature="x11-dl"' --cfg 'feature="x11rb"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "android-game-activity", "android-native-activity", "bytemuck", "default", "memmap2", "mint", "percent-encoding", "rwh_04", "rwh_05", "rwh_06", "sctk", "sctk-adwaita", "serde", "wayland", "wayland-backend", "wayland-client", "wayland-csd-adwaita", "wayland-csd-adwaita-crossfont", "wayland-csd-adwaita-notitle", "wayland-dlopen", "wayland-protocols", "wayland-protocols-plasma", "x11", "x11-dl", "x11rb"))' -C metadata=606d7c2d507cbe72 -C extra-filename=-17d5b23ed261b142 --out-dir /opt/rustwide/target/debug/build/winit-17d5b23ed261b142 -L dependency=/opt/rustwide/target/debug/deps --extern cfg_aliases=/opt/rustwide/target/debug/deps/libcfg_aliases-615fb2d73acd9747.rlib --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/nix-c18fc7f26c49307f.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/nix-c18fc7f26c49307f/dep-lib-nix` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not compile `syn` (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/8c500c7cefd54fd11d57295f3771d576be9ee415/bin/rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/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 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=ab439edb4516a783 -C extra-filename=-0b602f6dece8c2a3 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-43bef833ad5a6872.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-7acff96f9e6772ca.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-f2de522ba645d884.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaf5Tj0B" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `guillotiere` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "1c9e4059b45f03b8c1d8e649f406db3c00a28648161fbc6273167950167b123d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c9e4059b45f03b8c1d8e649f406db3c00a28648161fbc6273167950167b123d", kill_on_drop: false }` [INFO] [stdout] 1c9e4059b45f03b8c1d8e649f406db3c00a28648161fbc6273167950167b123d