[INFO] cloning repository https://github.com/ericrobolson/sample-brained [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ericrobolson/sample-brained" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fericrobolson%2Fsample-brained", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fericrobolson%2Fsample-brained'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d9d11904fde7398d80adc4b16657b60ad2d91b60 [INFO] testing ericrobolson/sample-brained against master#552a959051cebf8f88a8f558399baf733bec9ce0 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fericrobolson%2Fsample-brained" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ericrobolson/sample-brained on toolchain 552a959051cebf8f88a8f558399baf733bec9ce0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ericrobolson/sample-brained [INFO] finished tweaking git repo https://github.com/ericrobolson/sample-brained [INFO] tweaked toml for git repo https://github.com/ericrobolson/sample-brained written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ericrobolson/sample-brained 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" "+552a959051cebf8f88a8f558399baf733bec9ce0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef734350cbf89a77116ea30e3ae3aa56319cbc7c951ce9910fde77cd567a0b12 [INFO] running `Command { std: "docker" "start" "-a" "ef734350cbf89a77116ea30e3ae3aa56319cbc7c951ce9910fde77cd567a0b12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef734350cbf89a77116ea30e3ae3aa56319cbc7c951ce9910fde77cd567a0b12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef734350cbf89a77116ea30e3ae3aa56319cbc7c951ce9910fde77cd567a0b12", kill_on_drop: false }` [INFO] [stdout] ef734350cbf89a77116ea30e3ae3aa56319cbc7c951ce9910fde77cd567a0b12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b42053f1f9116fabcac1c4f600f18f0fefeed8bfea715554cde0e82eb5ff890 [INFO] running `Command { std: "docker" "start" "-a" "7b42053f1f9116fabcac1c4f600f18f0fefeed8bfea715554cde0e82eb5ff890", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling bytemuck v1.16.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling cpal v0.15.3 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling serde_json v1.0.122 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling hound v3.5.1 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling claxon v0.4.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling symphonia-core v0.5.4 [INFO] [stderr] Compiling ogg v0.8.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling alsa-sys v0.3.1 [INFO] [stderr] Compiling lewton v0.10.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling syn v2.0.72 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling alsa v0.9.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling symphonia-metadata v0.5.4 [INFO] [stderr] Compiling symphonia-bundle-mp3 v0.5.4 [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaobtAh6" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: rustc interrupted by SIGSEGV, printing backtrace [INFO] [stderr] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/librustc_driver-7b664f477d0907af.so(+0x37c3ef3)[0x771dd19c3ef3] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x42520)[0x771dd56b1520] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/bin/rustc(+0x12f97)[0x63cc7459af97] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x455bf)[0x771dd56b45bf] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(on_exit+0x0)[0x771dd56b4610] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/librustc_driver-7b664f477d0907af.so(+0x47802c9)[0x771dd29802c9] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/libLLVM.so.19.1-rust-1.86.0-nightly(_ZN4llvm18report_fatal_errorERKNS_5TwineEb+0x134)[0x771dc9b98bf4] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/libLLVM.so.19.1-rust-1.86.0-nightly(+0x8666f52)[0x771dcd466f52] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/librustc_driver-7b664f477d0907af.so(LLVMRustWriteOutputFile+0x1f0)[0x771dd3e9b238] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/librustc_driver-7b664f477d0907af.so(+0x5c9ad37)[0x771dd3e9ad37] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/librustc_driver-7b664f477d0907af.so(+0x5cb84ef)[0x771dd3eb84ef] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/librustc_driver-7b664f477d0907af.so(+0x5cb81a8)[0x771dd3eb81a8] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/librustc_driver-7b664f477d0907af.so(_RINvNtNtCs9e2sSSN07si_3std3sys9backtrace28___rust_begin_short_backtraceNCINvXs0_CslvCXZivp51p_18rustc_codegen_llvmNtB1g_18LlvmCodegenBackendNtNtNtCshdtitMM36ts_17rustc_codegen_ssa6traits7backend19ExtraBackendMethods18spawn_named_threadNCINvNtNtB2k_4back5write10spawn_workB1O_E0uE0uEB1g_+0x5d8)[0x771dd3ebb6d8] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/librustc_driver-7b664f477d0907af.so(+0x5cf1d3b)[0x771dd3ef1d3b] [INFO] [stderr] /opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/lib/librustc_driver-7b664f477d0907af.so(+0x5cf21ef)[0x771dd3ef21ef] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(+0x94ac3)[0x771dd5703ac3] [INFO] [stderr] /lib/x86_64-linux-gnu/libc.so.6(clone+0x44)[0x771dd5794a04] [INFO] [stderr] [INFO] [stderr] note: we would appreciate a report at https://github.com/rust-lang/rust [INFO] [stderr] help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216 [INFO] [stderr] error: could not compile `symphonia-bundle-mp3` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaOEibN6/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaapg2BS/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `cpal` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `alsa` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/552a959051cebf8f88a8f558399baf733bec9ce0/bin/rustc --crate-name alsa --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alsa-0.9.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85d393f8f1a87a8f -C extra-filename=-6101f8ffd9e1a055 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern alsa_sys=/opt/rustwide/target/debug/deps/libalsa_sys-0e7199844e8286c8.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-ce446ee600bbaa5e.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-fe9819ecd9fb6bb5.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu` (signal: 11, SIGSEGV: invalid memory reference) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaETDI1L/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `chrono` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "7b42053f1f9116fabcac1c4f600f18f0fefeed8bfea715554cde0e82eb5ff890", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b42053f1f9116fabcac1c4f600f18f0fefeed8bfea715554cde0e82eb5ff890", kill_on_drop: false }` [INFO] [stdout] 7b42053f1f9116fabcac1c4f600f18f0fefeed8bfea715554cde0e82eb5ff890