[INFO] cloning repository https://github.com/kubkon/risc0-build-patched
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kubkon/risc0-build-patched" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkubkon%2Frisc0-build-patched", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkubkon%2Frisc0-build-patched'...
[INFO] [stderr] /workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkubkon%2Frisc0-build-patched: No space left on device
[WARN] Retrying crate fetch in 3 seconds (attempt 1)
[INFO] cloning repository https://github.com/kubkon/risc0-build-patched
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kubkon/risc0-build-patched" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkubkon%2Frisc0-build-patched", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkubkon%2Frisc0-build-patched'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e584614d1cdaee1cb0d8acf43165b96628e6eca3
[INFO] checking kubkon/risc0-build-patched against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkubkon%2Frisc0-build-patched" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kubkon/risc0-build-patched
[INFO] finished tweaking git repo https://github.com/kubkon/risc0-build-patched
[INFO] tweaked toml for git repo https://github.com/kubkon/risc0-build-patched written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kubkon/risc0-build-patched on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kubkon/risc0-build-patched 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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded docker-generate v0.1.3
[INFO] [stderr]   Downloaded include_bytes_aligned v0.1.4
[INFO] [stderr]   Downloaded risc0-binfmt v2.0.0
[INFO] [stderr]   Downloaded risc0-zkos-v1compat v2.0.0
[INFO] [stderr]   Downloaded risc0-core v2.0.0
[INFO] [stderr]   Downloaded no_std_strings v0.1.3
[INFO] [stderr]   Downloaded risc0-zkvm-platform v2.0.1
[INFO] [stderr]   Downloaded risc0-zkp v2.0.0
[INFO] [stderr]   Downloaded rzup v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 06ff4cd02d9b15f8723b677126b7364af5e69644a2f48da01f1ade4031dffb57
[INFO] running `Command { std: "docker" "start" "-a" "06ff4cd02d9b15f8723b677126b7364af5e69644a2f48da01f1ade4031dffb57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "06ff4cd02d9b15f8723b677126b7364af5e69644a2f48da01f1ade4031dffb57", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "06ff4cd02d9b15f8723b677126b7364af5e69644a2f48da01f1ade4031dffb57", kill_on_drop: false }`
[INFO] [stdout] 06ff4cd02d9b15f8723b677126b7364af5e69644a2f48da01f1ade4031dffb57
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e659ef2e3c2a5c4b62d8b27dafa8f8947109584559756146ac8e6408b55c1ecf
[INFO] running `Command { std: "docker" "start" "-a" "e659ef2e3c2a5c4b62d8b27dafa8f8947109584559756146ac8e6408b55c1ecf", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling cc v1.2.19
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr] error: failed to run custom build command for `proc-macro2 v1.0.95`
[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/proc-macro2-d49143055ae731b5/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(fuzzing)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(no_is_available)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(no_literal_byte_character)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(no_literal_c_string)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(no_source_text)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(proc_macro_span)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(procmacro2_backtrace)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(procmacro2_nightly_testing)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(procmacro2_semver_exempt)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(randomize_layout)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(span_locations)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(super_unstable)
[INFO] [stderr]   cargo:rustc-check-cfg=cfg(wrap_proc_macro)
[INFO] [stderr]   cargo:rerun-if-changed=build/probe.rs
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Failed to create /opt/rustwide/target/debug/build/proc-macro2-4c7e1b59b48745a7/out/probe: No space left on device (os error 28)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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/build/typenum-096ef4cbab98003b/rmetaRudJgA"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaMWPaFQ"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `futures-core` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `typenum` (build script) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaslIJKn"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `subtle` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `version_check` (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/8f21a5c92ea55c348c275a1bc4fedbdf181e0d64/bin/rustc --crate-name version_check --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2bca0c236b37ec2e -C extra-filename=-9366c3982144fcbd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcsrZIiQ/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcsrZIiQ/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/libc-b53c3876fb4c3971/build_script_build-b53c3876fb4c3971" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[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] [stderr] error: could not compile `libc` (build script) due to 1 previous error
[INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetasTJKMU"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cc` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "e659ef2e3c2a5c4b62d8b27dafa8f8947109584559756146ac8e6408b55c1ecf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e659ef2e3c2a5c4b62d8b27dafa8f8947109584559756146ac8e6408b55c1ecf", kill_on_drop: false }`
[INFO] [stdout] e659ef2e3c2a5c4b62d8b27dafa8f8947109584559756146ac8e6408b55c1ecf
