[INFO] cloning repository https://github.com/fido-node/rusty-belt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/fido-node/rusty-belt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffido-node%2Frusty-belt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffido-node%2Frusty-belt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 7a75b667af4a845a6909cfc2b6dbd08c51dfa587 [INFO] checking fido-node/rusty-belt against try#0fe3684930279e4d3be3aca66b30f82946ce9ac2 for pr-138340 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffido-node%2Frusty-belt" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/fido-node/rusty-belt on toolchain 0fe3684930279e4d3be3aca66b30f82946ce9ac2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0fe3684930279e4d3be3aca66b30f82946ce9ac2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/fido-node/rusty-belt [INFO] finished tweaking git repo https://github.com/fido-node/rusty-belt [INFO] tweaked toml for git repo https://github.com/fido-node/rusty-belt written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/fido-node/rusty-belt 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" "+0fe3684930279e4d3be3aca66b30f82946ce9ac2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+0fe3684930279e4d3be3aca66b30f82946ce9ac2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1eb62817934764120331f91a904dfd8bafbf96f80cba9fb55d4246e50972d1fb [INFO] running `Command { std: "docker" "start" "-a" "1eb62817934764120331f91a904dfd8bafbf96f80cba9fb55d4246e50972d1fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1eb62817934764120331f91a904dfd8bafbf96f80cba9fb55d4246e50972d1fb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1eb62817934764120331f91a904dfd8bafbf96f80cba9fb55d4246e50972d1fb", kill_on_drop: false }` [INFO] [stdout] 1eb62817934764120331f91a904dfd8bafbf96f80cba9fb55d4246e50972d1fb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:1680c8fbd8dfb46fcd6d22e546df16ab0e007457dc29fcd9e987cdd5077fd1af" "/opt/rustwide/cargo-home/bin/cargo" "+0fe3684930279e4d3be3aca66b30f82946ce9ac2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9208b053a22254513466dca47a412d5f750e6d03a379d7667d42e5548901c8bf [INFO] running `Command { std: "docker" "start" "-a" "9208b053a22254513466dca47a412d5f750e6d03a379d7667d42e5548901c8bf", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Compiling rustix v0.38.25 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling bitflags v2.4.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.11 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Checking ryu v1.0.15 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling memoffset v0.9.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.15 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Checking smallvec v1.11.2 [INFO] [stderr] Checking futures-sink v0.3.29 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Checking aho-corasick v1.1.2 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling fastrand v2.0.1 [INFO] [stderr] Compiling rayon-core v1.12.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling home v0.5.5 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Checking itoa v1.0.9 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Checking crossbeam-deque v0.8.3 [INFO] [stderr] Checking anstyle-parse v0.2.2 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking predicates-core v1.0.6 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking destructure_traitobject v0.2.0 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Compiling multimap v0.8.3 [INFO] [stderr] Checking futures-io v0.3.29 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Checking unsafe-any-ors v1.0.0 [INFO] [stderr] Checking anstream v0.6.4 [INFO] [stderr] Checking deranged v0.3.10 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking socket2 v0.5.5 [INFO] [stderr] Checking signal-hook-registry v1.4.1 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Checking mio v0.8.9 [INFO] [stderr] Checking itertools v0.10.5 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Checking unicode-width v0.1.11 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking termtree v0.4.1 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Compiling petgraph v0.6.4 [INFO] [stderr] Compiling tempfile v3.8.1 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Checking iana-time-zone v0.1.58 [INFO] [stderr] Checking time-core v0.1.2 [INFO] [stderr] Checking minimal-lexical v0.2.1 [INFO] [stderr] Checking chrono v0.4.31 [INFO] [stderr] Checking time v0.3.30 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Checking clap_builder v4.4.9 [INFO] [stderr] Checking nom v7.1.3 [INFO] [stderr] Checking predicates-tree v1.0.9 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Checking rayon v1.8.0 [INFO] [stderr] Checking typemap-ors v1.0.0 [INFO] [stderr] Checking thread-id v4.2.1 [INFO] [stderr] Checking bytesize v1.3.0 [INFO] [stderr] Checking downcast v0.11.0 [INFO] [stderr] Checking fragile v2.0.0 [INFO] [stderr] Checking log-mdc v0.1.0 [INFO] [stderr] Checking arc-swap v1.6.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking unsafe-libyaml v0.2.9 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Checking default-net v0.21.0 [INFO] [stderr] Checking humansize v2.1.3 [INFO] [stderr] Checking systemstat v0.2.3 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Checking sysinfo v0.29.11 [INFO] [stderr] Checking predicates v2.1.5 [INFO] [stderr] Compiling mockall_derive v0.11.4 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling prost-derive v0.12.3 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Checking tokio v1.34.0 [INFO] [stderr] Compiling pest v2.7.5 [INFO] [stderr] Compiling prost v0.12.3 [INFO] [stderr] Checking clap v4.4.10 [INFO] [stderr] Checking mockall v0.11.4 [INFO] [stderr] Compiling pest_meta v2.7.5 [INFO] [stderr] Compiling prost-types v0.12.3 [INFO] [stderr] Compiling pest_generator v2.7.5 [INFO] [stderr] Compiling prost-build v0.12.3 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `prost-types` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0fe3684930279e4d3be3aca66b30f82946ce9ac2/bin/rustc --crate-name prost_types --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-types-0.12.3/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("default", "std"))' -C metadata=8dfc73c74770ab7d -C extra-filename=-a0686d1934c3d7fe --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern prost=/opt/rustwide/target/debug/deps/libprost-f20f8026d359e202.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--version-script=/tmp/rustcrPnPAR/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcrPnPAR/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/serde_derive-06cc2d36879de2cb.5d5ipo6w7psyzdfbfvckssw68.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-fdb3e38ddf76a73a.rlib,libquote-4688de12413f884a.rlib,libproc_macro2-986947809d392d9d.rlib,libunicode_ident-f2de522ba645d884.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-*,libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcrPnPAR/raw-dylibs" "-B/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" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libserde_derive-06cc2d36879de2cb.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] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on devicerustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `prost-build` (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/0fe3684930279e4d3be3aca66b30f82946ce9ac2/bin/rustc --crate-name prost_build --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/prost-build-0.12.3/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="default"' --cfg 'feature="format"' --cfg 'feature="prettyplease"' --cfg 'feature="syn"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cleanup-markdown", "default", "format", "prettyplease", "pulldown-cmark", "pulldown-cmark-to-cmark", "syn"))' -C metadata=15cd5e0e5976e8c0 -C extra-filename=-11904688c163aedd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-c4884103821d89b2.rmeta --extern heck=/opt/rustwide/target/debug/deps/libheck-24e790723ad01371.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-4a91d432270540d3.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-e6b98240a3bec45e.rmeta --extern multimap=/opt/rustwide/target/debug/deps/libmultimap-6262531962cb8cb0.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-d697ede34dafd981.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-5665d76bbc0707ab.rmeta --extern prettyplease=/opt/rustwide/target/debug/deps/libprettyplease-ad8450b0643e47fe.rmeta --extern prost=/opt/rustwide/target/debug/deps/libprost-f20f8026d359e202.rmeta --extern prost_types=/opt/rustwide/target/debug/deps/libprost_types-a0686d1934c3d7fe.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-05cb782c00cbadb6.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-fdb3e38ddf76a73a.rmeta --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-104af1f4fea531b1.rmeta --extern which=/opt/rustwide/target/debug/deps/libwhich-9be8481c5795f16f.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetamBoX2T/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `futures-util` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "9208b053a22254513466dca47a412d5f750e6d03a379d7667d42e5548901c8bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9208b053a22254513466dca47a412d5f750e6d03a379d7667d42e5548901c8bf", kill_on_drop: false }` [INFO] [stdout] 9208b053a22254513466dca47a412d5f750e6d03a379d7667d42e5548901c8bf