[INFO] cloning repository https://github.com/shiroyashik/doggy-watch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shiroyashik/doggy-watch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshiroyashik%2Fdoggy-watch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fshiroyashik%2Fdoggy-watch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dca70ba2cc9bca925280c8930c3f4b3fc98a7d2c [INFO] testing shiroyashik/doggy-watch 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%2Fshiroyashik%2Fdoggy-watch" "/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/shiroyashik/doggy-watch 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/shiroyashik/doggy-watch [INFO] finished tweaking git repo https://github.com/shiroyashik/doggy-watch [INFO] tweaked toml for git repo https://github.com/shiroyashik/doggy-watch written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/shiroyashik/doggy-watch 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] cfa6419a3f1a4b1fee86f6726ba0dc1b5573c08648766e4a57aaecbfeaf8296e [INFO] running `Command { std: "docker" "start" "-a" "cfa6419a3f1a4b1fee86f6726ba0dc1b5573c08648766e4a57aaecbfeaf8296e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cfa6419a3f1a4b1fee86f6726ba0dc1b5573c08648766e4a57aaecbfeaf8296e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cfa6419a3f1a4b1fee86f6726ba0dc1b5573c08648766e4a57aaecbfeaf8296e", kill_on_drop: false }` [INFO] [stdout] cfa6419a3f1a4b1fee86f6726ba0dc1b5573c08648766e4a57aaecbfeaf8296e [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] 7de165208ffef998cc30ee49f9280e6d185f9cd3002bc5b4a4540153ad600f0c [INFO] running `Command { std: "docker" "start" "-a" "7de165208ffef998cc30ee49f9280e6d185f9cd3002bc5b4a4540153ad600f0c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling once_cell v1.20.3 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling value-bag v1.10.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling cc v1.2.13 [INFO] [stderr] Compiling bytes v1.10.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling log v0.4.25 [INFO] [stderr] Compiling itoa v1.0.14 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling tracing-core v0.1.33 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling foldhash v0.1.4 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling litemap v0.7.4 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling getrandom v0.3.1 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling hashbrown v0.15.2 [INFO] [stderr] Compiling zerocopy v0.8.17 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling ryu v1.0.19 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling serde_json v1.0.138 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling indexmap v2.7.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling event-listener v5.4.0 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling rustls-pki-types v1.11.0 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling openssl-sys v0.9.105 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling bigdecimal v0.4.7 [INFO] [stderr] Compiling rust_decimal v1.36.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling time-macros v0.2.19 [INFO] [stderr] Compiling rand_core v0.9.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcm5O4RB" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `powerfmt` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `ring v0.17.8` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/ring-b07f4ad9a2c7ea45/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=RING_PREGENERATE_ASM [INFO] [stderr] cargo:rustc-env=RING_CORE_PREFIX=ring_core_0_17_8_ [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ring-0.17.8/build.rs:426:10: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5d9c456813f0 - std::backtrace_rs::backtrace::libunwind::trace::h8ddfbb338e69e199 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x5d9c456813f0 - std::backtrace_rs::backtrace::trace_unsynchronized::h4b42ed801e8ee862 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x5d9c456813f0 - std::sys::backtrace::_print_fmt::hb90198f2c10bf707 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x5d9c456813f0 - ::fmt::h0f123f0656f13ecf [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x5d9c456a5e53 - core::fmt::rt::Argument::fmt::h12e51c1529489cd8 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x5d9c456a5e53 - core::fmt::write::h0abcdef7aa759353 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x5d9c4567da43 - std::io::Write::write_fmt::h35f2880f7855f55a [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x5d9c45681242 - std::sys::backtrace::BacktraceLock::print::h759bdab738e31d9d [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x5d9c456823cf - std::panicking::default_hook::{{closure}}::h0616f7020c8b9e0d [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x5d9c4568223a - std::panicking::default_hook::hcb4bf3fe9044f7f6 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x5d9c45682d72 - std::panicking::rust_panic_with_hook::h2fd8d6252462d800 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x5d9c45682b1a - std::panicking::begin_panic_handler::{{closure}}::h746cf6ba43e1c73f [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x5d9c45681909 - std::sys::backtrace::__rust_end_short_backtrace::hba3f7b171935b491 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x5d9c456827ad - rust_begin_unwind [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x5d9c455df600 - core::panicking::panic_fmt::h34cc4efb1683329b [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x5d9c455dfa76 - core::result::unwrap_failed::h7658f905fcb0751c [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x5d9c455e7891 - build_script_build::build_c_code::hb5e543c9f26c2507 [INFO] [stderr] 17: 0x5d9c455e6987 - build_script_build::ring_build_rs_main::hf0eed9d58812dedf [INFO] [stderr] 18: 0x5d9c455e5e84 - build_script_build::main::h79d6a1d9b0b2c532 [INFO] [stderr] 19: 0x5d9c455e4b13 - core::ops::function::FnOnce::call_once::h53a4f9054f92c791 [INFO] [stderr] 20: 0x5d9c455ee186 - std::sys::backtrace::__rust_begin_short_backtrace::h4a8c0f90d05029b6 [INFO] [stderr] 21: 0x5d9c455ee0d9 - std::rt::lang_start::{{closure}}::h052bcc2cb0a9561a [INFO] [stderr] 22: 0x5d9c456799b0 - core::ops::function::impls:: for &F>::call_once::h9601c86577723145 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 23: 0x5d9c456799b0 - std::panicking::try::do_call::h8817ae430c5825c1 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:587:40 [INFO] [stderr] 24: 0x5d9c456799b0 - std::panicking::try::ha6c516562438d26b [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:550:19 [INFO] [stderr] 25: 0x5d9c456799b0 - std::panic::catch_unwind::hd30edb0fa8e1aa42 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panic.rs:358:14 [INFO] [stderr] 26: 0x5d9c456799b0 - std::rt::lang_start_internal::{{closure}}::h4ce5c96c39e994a5 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/rt.rs:168:24 [INFO] [stderr] 27: 0x5d9c456799b0 - std::panicking::try::do_call::h397fda5d1714972f [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:587:40 [INFO] [stderr] 28: 0x5d9c456799b0 - std::panicking::try::ha72ffffb1d107af4 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panicking.rs:550:19 [INFO] [stderr] 29: 0x5d9c456799b0 - std::panic::catch_unwind::ha60eb34d643aa591 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/panic.rs:358:14 [INFO] [stderr] 30: 0x5d9c456799b0 - std::rt::lang_start_internal::h051d1c050856cca6 [INFO] [stderr] at /rustc/f0cb41030579cd1a6f72bd23f38e677052d5d485/library/std/src/rt.rs:164:5 [INFO] [stderr] 31: 0x5d9c455ee0c1 - std::rt::lang_start::h5d3a9491b0cf3776 [INFO] [stderr] 32: 0x5d9c455edcd5 - main [INFO] [stderr] 33: 0x7370eaaf5d90 - [INFO] [stderr] 34: 0x7370eaaf5e40 - __libc_start_main [INFO] [stderr] 35: 0x5d9c455dfd05 - _start [INFO] [stderr] 36: 0x0 - [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta7bFDqF" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rand_core` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "7de165208ffef998cc30ee49f9280e6d185f9cd3002bc5b4a4540153ad600f0c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7de165208ffef998cc30ee49f9280e6d185f9cd3002bc5b4a4540153ad600f0c", kill_on_drop: false }` [INFO] [stdout] 7de165208ffef998cc30ee49f9280e6d185f9cd3002bc5b4a4540153ad600f0c