[INFO] cloning repository https://github.com/linera-io/walrus-demo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/linera-io/walrus-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinera-io%2Fwalrus-demo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinera-io%2Fwalrus-demo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 40fcfe3b8f80c5203f7be877b4225c29a6b3c128
[INFO] checking linera-io/walrus-demo against master#32cd9114712a24010b0583624dc52ac302194128 for pr-143717
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinera-io%2Fwalrus-demo" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/linera-io/walrus-demo
[INFO] finished tweaking git repo https://github.com/linera-io/walrus-demo
[INFO] tweaked toml for git repo https://github.com/linera-io/walrus-demo written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/linera-io/walrus-demo on toolchain 32cd9114712a24010b0583624dc52ac302194128
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/linera-io/walrus-demo 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" "+32cd9114712a24010b0583624dc52ac302194128" "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 wit-bindgen v0.24.0
[INFO] [stderr]   Downloaded wit-bindgen-rust-macro v0.24.0
[INFO] [stderr]   Downloaded wit-bindgen-rust v0.24.0
[INFO] [stderr]   Downloaded custom_debug_derive v0.6.2
[INFO] [stderr]   Downloaded port-selector v0.1.6
[INFO] [stderr]   Downloaded wasmer-derive v4.4.0
[INFO] [stderr]   Downloaded wasm-metadata v0.202.0
[INFO] [stderr]   Downloaded linera-sdk-derive v0.14.0
[INFO] [stderr]   Downloaded linera-views-derive v0.14.0
[INFO] [stderr]   Downloaded linera-version v0.14.0
[INFO] [stderr]   Downloaded linera-storage-service v0.14.0
[INFO] [stderr]   Downloaded linera-chain v0.14.0
[INFO] [stderr]   Downloaded linera-storage v0.14.0
[INFO] [stderr]   Downloaded linera-base v0.14.0
[INFO] [stderr]   Downloaded wit-component v0.202.0
[INFO] [stderr]   Downloaded linera-wasmer-compiler-singlepass v4.4.0-linera.7
[INFO] [stderr]   Downloaded linera-core v0.14.0
[INFO] [stderr]   Downloaded wasmparser v0.202.0
[INFO] [stderr]   Downloaded linera-views v0.14.0
[INFO] [stderr]   Downloaded linera-wasmer v4.4.0-linera.7
[INFO] [stderr]   Downloaded linera-witty v0.14.0
[INFO] [stderr]   Downloaded wit-parser v0.202.0
[INFO] [stderr]   Downloaded linera-wasm-instrument v0.4.0-linera.1
[INFO] [stderr]   Downloaded async-graphql v7.0.2
[INFO] [stderr]   Downloaded async-graphql-derive v7.0.2
[INFO] [stderr]   Downloaded test-strategy v0.3.1
[INFO] [stderr]   Downloaded linera-wasmer-compiler-cranelift v4.4.0-linera.7
[INFO] [stderr]   Downloaded linera-wasmer-compiler v4.4.0-linera.7
[INFO] [stderr]   Downloaded linera-wasmer-vm v4.4.0-linera.7
[INFO] [stderr]   Downloaded wasmer-types v4.4.0
[INFO] [stderr]   Downloaded linera-witty-macros v0.14.0
[INFO] [stderr]   Downloaded wasm-encoder v0.202.0
[INFO] [stderr]   Downloaded linera-sdk v0.14.0
[INFO] [stderr]   Downloaded linera-parity-wasm v0.45.1-linera.1
[INFO] [stderr]   Downloaded linera-execution v0.14.0
[INFO] [stderr]   Downloaded shared-buffer v0.1.4
[INFO] [stderr]   Downloaded wit-bindgen-core v0.24.0
[INFO] [stderr]   Downloaded wit-bindgen-rt v0.24.0
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a431ca3c57223a1c37039c6e4110d66bc9da98c756969d01ca1f26bd1f34f262
[INFO] running `Command { std: "docker" "start" "-a" "a431ca3c57223a1c37039c6e4110d66bc9da98c756969d01ca1f26bd1f34f262", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a431ca3c57223a1c37039c6e4110d66bc9da98c756969d01ca1f26bd1f34f262", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a431ca3c57223a1c37039c6e4110d66bc9da98c756969d01ca1f26bd1f34f262", kill_on_drop: false }`
[INFO] [stdout] a431ca3c57223a1c37039c6e4110d66bc9da98c756969d01ca1f26bd1f34f262
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+32cd9114712a24010b0583624dc52ac302194128" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 11fed1e4e0af5a320129756d4c8a3ccc66119f598882e77941bca4789a5b4071
[INFO] running `Command { std: "docker" "start" "-a" "11fed1e4e0af5a320129756d4c8a3ccc66119f598882e77941bca4789a5b4071", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling cc v1.2.10
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking bitflags v2.8.0
[INFO] [stderr]    Compiling serde_json v1.0.139
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking try-lock v0.2.5
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling rend v0.4.2
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling rkyv v0.7.45
[INFO] [stderr]    Compiling cranelift-isle v0.91.1
[INFO] [stderr]     Checking base64ct v1.6.0
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling corosensei v0.1.4
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.91.1
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.91.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking miniz_oxide v0.8.3
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.12
[INFO] [stdout] error: failed to write /tmp/rustc4fHy46/symbols.o: No space left on device (os error 28)
[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: could not compile `zerofrom-derive` (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/32cd9114712a24010b0583624dc52ac302194128/bin/rustc --crate-name zerofrom_derive --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=791873549558688f -C extra-filename=-ae9d40aeba7dde03 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-844c68018ef35cd7.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-5e899913a7e6f36c.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-843800906dbcd92b.rlib --extern synstructure=/opt/rustwide/target/debug/deps/libsynstructure-c11b559f16ca2763.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `zerovec-derive` (lib) due to 1 previous error
[INFO] [stderr] error: could not compile `displaydoc` (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/32cd9114712a24010b0583624dc52ac302194128/bin/rustc --crate-name displaydoc --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c03be7a419565b68 -C extra-filename=-cd8e797f772dec0f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-844c68018ef35cd7.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-5e899913a7e6f36c.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-843800906dbcd92b.rlib --extern proc_macro --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" "-Wl,--version-script=/tmp/rustcE4Y8SX/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcE4Y8SX/symbols.o" "<16 object files omitted>" "/tmp/rustcE4Y8SX/rmeta.o" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-843800906dbcd92b,libquote-5e899913a7e6f36c,libproc_macro2-844c68018ef35cd7,libunicode_ident-13328ff8d6cc16fd}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,librustc_literal_escaper-*,librustc_std_workspace_std-*,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/rustcE4Y8SX/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libserde_derive-20d09c2cfee6169c.so" "-Wl,--gc-sections" "-shared" "-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 `serde_derive` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "11fed1e4e0af5a320129756d4c8a3ccc66119f598882e77941bca4789a5b4071", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11fed1e4e0af5a320129756d4c8a3ccc66119f598882e77941bca4789a5b4071", kill_on_drop: false }`
[INFO] [stdout] 11fed1e4e0af5a320129756d4c8a3ccc66119f598882e77941bca4789a5b4071
