[INFO] fetching crate theory 0.1.0...
[INFO] checking theory-0.1.0 against master#cb06d12710575a0d7ff71d6fe108f3bcff4f9195 for pr-128425-1
[INFO] extracting crate theory 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate theory 0.1.0 on toolchain cb06d12710575a0d7ff71d6fe108f3bcff4f9195
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate theory 0.1.0
[INFO] finished tweaking crates.io crate theory 0.1.0
[INFO] tweaked toml for crates.io crate theory 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate theory 0.1.0 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" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded endiannezz_derive v0.2.2
[INFO] [stderr]   Downloaded endiannezz v0.6.5
[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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da20396ce4ac8ddf15cd56fe2ec701f3e88f322f127d1ab861a394e97bd1054a
[INFO] running `Command { std: "docker" "start" "-a" "da20396ce4ac8ddf15cd56fe2ec701f3e88f322f127d1ab861a394e97bd1054a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da20396ce4ac8ddf15cd56fe2ec701f3e88f322f127d1ab861a394e97bd1054a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da20396ce4ac8ddf15cd56fe2ec701f3e88f322f127d1ab861a394e97bd1054a", kill_on_drop: false }`
[INFO] [stdout] da20396ce4ac8ddf15cd56fe2ec701f3e88f322f127d1ab861a394e97bd1054a
[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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+cb06d12710575a0d7ff71d6fe108f3bcff4f9195" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd6cee9ea5cd75aba61957f62c86adcfd44a0b9c696fd4cf46d601a32da7be74
[INFO] running `Command { std: "docker" "start" "-a" "cd6cee9ea5cd75aba61957f62c86adcfd44a0b9c696fd4cf46d601a32da7be74", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.43
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling syn v1.0.100
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling rustversion v1.0.9
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling thiserror v1.0.36
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking miniz_oxide v0.5.4
[INFO] [stderr]     Checking twox-hash v1.6.3
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking tinyvec v1.6.0
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking lru v0.8.1
[INFO] [stderr]     Checking lz4_flex v0.9.5
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]     Checking once_cell v1.15.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking flate2 v1.0.24
[INFO] [stderr]    Compiling endiannezz v0.6.5
[INFO] [stderr]    Compiling num_enum_derive v0.5.7
[INFO] [stderr]    Compiling thiserror-impl v1.0.36
[INFO] [stderr]    Compiling endiannezz_derive v0.2.2
[INFO] [stderr]    Compiling clap_derive v4.0.10
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaXjZPzi/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `endiannezz_derive` (lib) due to 1 previous error
[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/rustcQwiyIw/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcQwiyIw/symbols.o" "<6 object files omitted>" "/opt/rustwide/target/debug/deps/num_enum_derive-56bc8665402f6173.ax8exp346afhpg6jtm7h6bhbd.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-6523e23224b59cb7.rlib,libquote-9d2732495fb0ef86.rlib,libproc_macro2-fc31dc47a431c21d.rlib,libunicode_ident-04ce5545b0413897.rlib}.rlib" "<sysroot>/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" "-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/libnum_enum_derive-56bc8665402f6173.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 `num_enum_derive` (lib) due to 1 previous error
[INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device
[INFO] [stderr] error: could not compile `thiserror-impl` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/cb06d12710575a0d7ff71d6fe108f3bcff4f9195/bin/rustc --crate-name thiserror_impl --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.36/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=77f5cb04b9778dc2 -C extra-filename=-ec35e1e4b5c6f875 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-fc31dc47a431c21d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-9d2732495fb0ef86.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-6523e23224b59cb7.rlib --extern proc_macro --cap-lints allow --cap-lints=forbid` (exit status: 101)
[INFO] [stdout] error: error writing metadata object file: No space left on device (os error 28)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clap_derive` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "cd6cee9ea5cd75aba61957f62c86adcfd44a0b9c696fd4cf46d601a32da7be74", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd6cee9ea5cd75aba61957f62c86adcfd44a0b9c696fd4cf46d601a32da7be74", kill_on_drop: false }`
[INFO] [stdout] cd6cee9ea5cd75aba61957f62c86adcfd44a0b9c696fd4cf46d601a32da7be74
