[INFO] cloning repository https://github.com/synchronal/lazuli [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/synchronal/lazuli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynchronal%2Flazuli", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynchronal%2Flazuli'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0e52292b746c8f2e7e2b6a092d1e2dca10481eb4 [INFO] checking synchronal/lazuli against master#9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9 for pr-124108 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynchronal%2Flazuli" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/synchronal/lazuli on toolchain 9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/synchronal/lazuli [INFO] finished tweaking git repo https://github.com/synchronal/lazuli [INFO] tweaked toml for git repo https://github.com/synchronal/lazuli written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/synchronal/lazuli 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" "+9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tiberius v0.12.2 [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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 97612a10c5d0e7227471559994d431c608bcd587dc5b39cc3cec91569ad60927 [INFO] running `Command { std: "docker" "start" "-a" "97612a10c5d0e7227471559994d431c608bcd587dc5b39cc3cec91569ad60927", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97612a10c5d0e7227471559994d431c608bcd587dc5b39cc3cec91569ad60927", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97612a10c5d0e7227471559994d431c608bcd587dc5b39cc3cec91569ad60927", kill_on_drop: false }` [INFO] [stdout] 97612a10c5d0e7227471559994d431c608bcd587dc5b39cc3cec91569ad60927 [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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 05b18dcf68b0f0996a049973851a6dc02dcb1a1162daab52acc51b5c16557532 [INFO] running `Command { std: "docker" "start" "-a" "05b18dcf68b0f0996a049973851a6dc02dcb1a1162daab52acc51b5c16557532", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Checking pin-project-lite v0.2.13 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling crossbeam-utils v0.8.16 [INFO] [stderr] Checking futures-io v0.3.29 [INFO] [stderr] Checking value-bag v1.4.2 [INFO] [stderr] Checking memchr v2.6.4 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Checking log v0.4.20 [INFO] [stderr] Checking once_cell v1.18.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking bitflags v2.4.1 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Checking concurrent-queue v2.3.0 [INFO] [stderr] Checking fastrand v2.0.1 [INFO] [stderr] Checking event-listener v4.0.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Checking event-listener-strategy v0.4.0 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling rustix v0.38.25 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking async-lock v3.1.2 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking futures-lite v2.0.1 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking linux-raw-sys v0.4.11 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Checking utf8parse v0.2.1 [INFO] [stderr] Checking unicode-bidi v0.3.13 [INFO] [stderr] Compiling openssl v0.10.60 [INFO] [stderr] Compiling openssl-src v300.1.6+3.1.4 [INFO] [stderr] Checking unicode-normalization v0.1.22 [INFO] [stderr] Checking futures-sink v0.3.29 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Checking async-task v4.5.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking event-listener v2.5.3 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking piper v0.2.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Checking anstyle-parse v0.2.2 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking async-channel v2.1.1 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Checking anstyle-query v1.0.0 [INFO] [stderr] Compiling async-trait v0.1.74 [INFO] [stderr] Compiling openssl-sys v0.9.96 [INFO] [stderr] Checking linux-raw-sys v0.3.8 [INFO] [stderr] Checking colorchoice v1.0.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking waker-fn v1.1.1 [INFO] [stderr] Checking anstyle v1.0.4 [INFO] [stderr] Checking fastrand v1.9.0 [INFO] [stderr] Checking url v2.5.0 [INFO] [stderr] Checking futures-lite v1.13.0 [INFO] [stderr] Checking anstream v0.6.4 [INFO] [stderr] Checking async-lock v2.8.0 [INFO] [stderr] Checking async-executor v1.8.0 [INFO] [stderr] Checking socket2 v0.4.10 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking clap_lex v0.6.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Checking bytes v1.5.0 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking clap_builder v4.4.8 [INFO] [stderr] Checking async-channel v1.9.0 [INFO] [stderr] Checking rtoolbox v0.0.2 [INFO] [stderr] Checking kv-log-macro v1.0.7 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking uuid v1.6.1 [INFO] [stderr] Checking pretty-hex v0.3.0 [INFO] [stderr] Checking connection-string v0.2.0 [INFO] [stderr] Checking rpassword v7.3.1 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-macro v0.3.29 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling enumflags2_derive v0.7.8 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Checking enumflags2 v0.7.8 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `async-trait` (lib) [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] [stderr] error: could not compile `clap_derive` (lib) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustc4ljeld/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc4ljeld/symbols.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.thiserror_impl.48d233c53949f891-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.2j1ua4ovxaq5e999.rcgu.rmeta" "/opt/rustwide/target/debug/deps/thiserror_impl-2f4bef3260f90c9e.2xpz8v6k3q94qg0p.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-b0b9a0c4eb7d0515.rlib" "/opt/rustwide/target/debug/deps/libquote-e4e3a6d78a755520.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-6375e599813e0b62.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-7b828347d8713ecd.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-8e91c69f736b6c6c.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9579298f7adeed43.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-30ebcfe9aa7a4196.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-447055add1ba8c49.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d5850394f5e88a83.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-2f44910628f7ca43.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3dd11e65597a5ea4.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d165f4a7abbb9616.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-3781141152ab7425.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5040104958e026fe.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5437a8743ef2c818.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d68ee5585c16f3ee.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-366f17269992a057.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cdbf121704652761.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-63a7ba8ec01639e9.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-58a6a8f1c6263bc9.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5b4c158c083efc1f.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libthiserror_impl-2f4bef3260f90c9e.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `thiserror-impl` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustccW6mpv/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustccW6mpv/symbols.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.00.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.01.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.02.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.03.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.04.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.05.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.06.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.07.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.08.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.09.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.tracing_attributes.26cec570b5e06f1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.bq79wwjm2hls4u7.rcgu.rmeta" "/opt/rustwide/target/debug/deps/tracing_attributes-67e9c8031f7d8e0e.11kjn5ih0d8woho1.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsyn-b0b9a0c4eb7d0515.rlib" "/opt/rustwide/target/debug/deps/libquote-e4e3a6d78a755520.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-6375e599813e0b62.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-7b828347d8713ecd.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-8e91c69f736b6c6c.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9579298f7adeed43.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-30ebcfe9aa7a4196.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-447055add1ba8c49.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d5850394f5e88a83.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-2f44910628f7ca43.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-3dd11e65597a5ea4.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d165f4a7abbb9616.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-3781141152ab7425.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-5040104958e026fe.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5437a8743ef2c818.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d68ee5585c16f3ee.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-366f17269992a057.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-cdbf121704652761.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-63a7ba8ec01639e9.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-8c4c4e24ed6290fa.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-58a6a8f1c6263bc9.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9686387289eaa322.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-5b4c158c083efc1f.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libtracing_attributes-67e9c8031f7d8e0e.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tracing-attributes` (lib) due to 2 previous errors [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/futures_util-ab6003a08c3806d9.d`: 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] [stderr] error: failed to run custom build command for `openssl-sys v0.9.96` [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/openssl-sys-ff50c11c666a2413/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-env-changed=X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR [INFO] [stderr] X86_64_UNKNOWN_LINUX_GNU_OPENSSL_NO_VENDOR unset [INFO] [stderr] cargo:rerun-if-env-changed=OPENSSL_NO_VENDOR [INFO] [stderr] OPENSSL_NO_VENDOR unset [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu [INFO] [stderr] CC_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu [INFO] [stderr] CC_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CC [INFO] [stderr] HOST_CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CC [INFO] [stderr] CC = None [INFO] [stderr] cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS [INFO] [stderr] CRATE_CC_NO_DEFAULTS = None [INFO] [stderr] DEBUG = Some("true") [INFO] [stderr] CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] CFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] CFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_CFLAGS [INFO] [stderr] HOST_CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=CFLAGS [INFO] [stderr] CFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64-unknown-linux-gnu [INFO] [stderr] AR_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=AR_x86_64_unknown_linux_gnu [INFO] [stderr] AR_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_AR [INFO] [stderr] HOST_AR = None [INFO] [stderr] cargo:rerun-if-env-changed=AR [INFO] [stderr] AR = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] ARFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] ARFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_ARFLAGS [INFO] [stderr] HOST_ARFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=ARFLAGS [INFO] [stderr] ARFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIB_x86_64-unknown-linux-gnu [INFO] [stderr] RANLIB_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIB_x86_64_unknown_linux_gnu [INFO] [stderr] RANLIB_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_RANLIB [INFO] [stderr] HOST_RANLIB = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIB [INFO] [stderr] RANLIB = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIBFLAGS_x86_64-unknown-linux-gnu [INFO] [stderr] RANLIBFLAGS_x86_64-unknown-linux-gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIBFLAGS_x86_64_unknown_linux_gnu [INFO] [stderr] RANLIBFLAGS_x86_64_unknown_linux_gnu = None [INFO] [stderr] cargo:rerun-if-env-changed=HOST_RANLIBFLAGS [INFO] [stderr] HOST_RANLIBFLAGS = None [INFO] [stderr] cargo:rerun-if-env-changed=RANLIBFLAGS [INFO] [stderr] RANLIBFLAGS = None [INFO] [stderr] running cd "/opt/rustwide/target/debug/build/openssl-sys-c991dfd671e8162f/out/openssl-build/build/src" && env -u CROSS_COMPILE AR="ar" CC="cc" RANLIB="ranlib" "perl" "./Configure" "--prefix=/opt/rustwide/target/debug/build/openssl-sys-c991dfd671e8162f/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" [INFO] [stderr] Configuring OpenSSL version 3.1.4 for target linux-x86_64 [INFO] [stderr] Using os-specific seed configuration [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] Failure! Makefile wasn't produced. [INFO] [stderr] Please read INSTALL.md and associated NOTES-* files. You may also have to [INFO] [stderr] look over your available compiler tool chain or change your configuration. [INFO] [stderr] [INFO] [stderr] mkdir /opt/rustwide/target/debug/build/openssl-sys-c991dfd671e8162f/out/openssl-build/build/src/doc/man: No space left on device at ./Configure line 1844. [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/openssl-src-300.1.6+3.1.4/src/lib.rs:585:9: [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Error configuring OpenSSL build: [INFO] [stderr] Command: cd "/opt/rustwide/target/debug/build/openssl-sys-c991dfd671e8162f/out/openssl-build/build/src" && env -u CROSS_COMPILE AR="ar" CC="cc" RANLIB="ranlib" "perl" "./Configure" "--prefix=/opt/rustwide/target/debug/build/openssl-sys-c991dfd671e8162f/out/openssl-build/install" "--openssldir=/usr/local/ssl" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "linux-x86_64" "-O2" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" [INFO] [stderr] Exit status: exit status: 28 [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x5635c46389e5 - std::backtrace_rs::backtrace::libunwind::trace::hcc63b0f2331727e2 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5 [INFO] [stderr] 1: 0x5635c46389e5 - std::backtrace_rs::backtrace::trace_unsynchronized::h14c962ba71d6cff4 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x5635c46389e5 - std::sys_common::backtrace::_print_fmt::h7cd5535e19233646 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/sys_common/backtrace.rs:68:5 [INFO] [stderr] 3: 0x5635c46389e5 - ::fmt::hcf2c69794bc9381e [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stderr] 4: 0x5635c465e2db - core::fmt::rt::Argument::fmt::h63f2e072632f33f3 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/core/src/fmt/rt.rs:165:63 [INFO] [stderr] 5: 0x5635c465e2db - core::fmt::write::hd9083e94e0cfaf80 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/core/src/fmt/mod.rs:1157:21 [INFO] [stderr] 6: 0x5635c463534f - std::io::Write::write_fmt::h6720e5b885213554 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/io/mod.rs:1832:15 [INFO] [stderr] 7: 0x5635c46387be - std::sys_common::backtrace::_print::ha4326e50102eba86 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stderr] 8: 0x5635c46387be - std::sys_common::backtrace::print::h27d7b074821cee6f [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stderr] 9: 0x5635c463a299 - std::panicking::default_hook::{{closure}}::h02f488e9ce0989c3 [INFO] [stderr] 10: 0x5635c4639fdd - std::panicking::default_hook::h6ee36a98a63f6326 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panicking.rs:291:9 [INFO] [stderr] 11: 0x5635c463a733 - std::panicking::rust_panic_with_hook::hf366412d36e22e37 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panicking.rs:788:13 [INFO] [stderr] 12: 0x5635c463a614 - std::panicking::begin_panic_handler::{{closure}}::hbbb76e4bdc687d49 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panicking.rs:657:13 [INFO] [stderr] 13: 0x5635c4638ea9 - std::sys_common::backtrace::__rust_end_short_backtrace::h9b2f849018d1d649 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/sys_common/backtrace.rs:171:18 [INFO] [stderr] 14: 0x5635c463a347 - rust_begin_unwind [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panicking.rs:645:5 [INFO] [stderr] 15: 0x5635c4539383 - core::panicking::panic_fmt::he3e69656f3962df3 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/core/src/panicking.rs:72:14 [INFO] [stderr] 16: 0x5635c45b9ee4 - openssl_src::Build::run_command::h5c80fc84ff646472 [INFO] [stderr] 17: 0x5635c45b8b0f - openssl_src::Build::build::hd9febb9a43d30b5c [INFO] [stderr] 18: 0x5635c453cae6 - build_script_main::find_vendored::get_openssl::h9be40b6c7e0a7899 [INFO] [stderr] 19: 0x5635c453e448 - build_script_main::find_openssl::h9507e9d71240f387 [INFO] [stderr] 20: 0x5635c453e651 - build_script_main::main::h3e5645c74fa130d9 [INFO] [stderr] 21: 0x5635c453a523 - core::ops::function::FnOnce::call_once::hdb633cec4f1e722e [INFO] [stderr] 22: 0x5635c4539ce6 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha4afb78a3c8d1620 [INFO] [stderr] 23: 0x5635c4539e19 - std::rt::lang_start::{{closure}}::h748d91ca40d6610f [INFO] [stderr] 24: 0x5635c4630f36 - core::ops::function::impls:: for &F>::call_once::hf2846e5bd1a70a70 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 25: 0x5635c4630f36 - std::panicking::try::do_call::h72ccb47bce7a2469 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panicking.rs:552:40 [INFO] [stderr] 26: 0x5635c4630f36 - std::panicking::try::h428176f7e74f0d55 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panicking.rs:516:19 [INFO] [stderr] 27: 0x5635c4630f36 - std::panic::catch_unwind::hb60ed866f45ac64f [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panic.rs:149:14 [INFO] [stderr] 28: 0x5635c4630f36 - std::rt::lang_start_internal::{{closure}}::h3059f65dbecd5550 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/rt.rs:141:48 [INFO] [stderr] 29: 0x5635c4630f36 - std::panicking::try::do_call::h6cd1e97b5ead36d3 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panicking.rs:552:40 [INFO] [stderr] 30: 0x5635c4630f36 - std::panicking::try::hcb3828570f328a40 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panicking.rs:516:19 [INFO] [stderr] 31: 0x5635c4630f36 - std::panic::catch_unwind::hbea66ce8902a8f58 [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/panic.rs:149:14 [INFO] [stderr] 32: 0x5635c4630f36 - std::rt::lang_start_internal::h960a048078d6d02c [INFO] [stderr] at /rustc/9f432d7b44d5c4ac0ce76fed8315ffac8dcab8f9/library/std/src/rt.rs:141:20 [INFO] [stderr] 33: 0x5635c4539df7 - std::rt::lang_start::h54d1ae4b1163b017 [INFO] [stderr] 34: 0x5635c4542a85 - main [INFO] [stderr] 35: 0x7f07f5250d90 - [INFO] [stderr] 36: 0x7f07f5250e40 - __libc_start_main [INFO] [stderr] 37: 0x5635c4539ad5 - _start [INFO] [stderr] 38: 0x0 - [INFO] running `Command { std: "docker" "inspect" "05b18dcf68b0f0996a049973851a6dc02dcb1a1162daab52acc51b5c16557532", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05b18dcf68b0f0996a049973851a6dc02dcb1a1162daab52acc51b5c16557532", kill_on_drop: false }` [INFO] [stdout] 05b18dcf68b0f0996a049973851a6dc02dcb1a1162daab52acc51b5c16557532 [INFO] checking synchronal/lazuli against try#2e5b7739e5167b731ad5eb628f04a54f932f1fe2 for pr-124108 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynchronal%2Flazuli" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/synchronal/lazuli on toolchain 2e5b7739e5167b731ad5eb628f04a54f932f1fe2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/synchronal/lazuli [INFO] finished tweaking git repo https://github.com/synchronal/lazuli [INFO] tweaked toml for git repo https://github.com/synchronal/lazuli written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/synchronal/lazuli 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" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66dae4a2f1759ea33be45fb86cebadb066bb1bb878cac1121a1fbb7a2e3b070b [INFO] running `Command { std: "docker" "start" "-a" "66dae4a2f1759ea33be45fb86cebadb066bb1bb878cac1121a1fbb7a2e3b070b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66dae4a2f1759ea33be45fb86cebadb066bb1bb878cac1121a1fbb7a2e3b070b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66dae4a2f1759ea33be45fb86cebadb066bb1bb878cac1121a1fbb7a2e3b070b", kill_on_drop: false }` [INFO] [stdout] 66dae4a2f1759ea33be45fb86cebadb066bb1bb878cac1121a1fbb7a2e3b070b [INFO] checking synchronal/lazuli against try#2e5b7739e5167b731ad5eb628f04a54f932f1fe2 for pr-124108 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynchronal%2Flazuli" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/synchronal/lazuli on toolchain 2e5b7739e5167b731ad5eb628f04a54f932f1fe2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/synchronal/lazuli [INFO] finished tweaking git repo https://github.com/synchronal/lazuli [INFO] tweaked toml for git repo https://github.com/synchronal/lazuli written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/synchronal/lazuli 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" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9292e1657f6450fd8b3accff7c457c1b18de75a4b1b47b3eb618f09612d24794 [INFO] running `Command { std: "docker" "start" "-a" "9292e1657f6450fd8b3accff7c457c1b18de75a4b1b47b3eb618f09612d24794", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9292e1657f6450fd8b3accff7c457c1b18de75a4b1b47b3eb618f09612d24794", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9292e1657f6450fd8b3accff7c457c1b18de75a4b1b47b3eb618f09612d24794", kill_on_drop: false }` [INFO] [stdout] 9292e1657f6450fd8b3accff7c457c1b18de75a4b1b47b3eb618f09612d24794 [INFO] checking synchronal/lazuli against try#2e5b7739e5167b731ad5eb628f04a54f932f1fe2 for pr-124108 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynchronal%2Flazuli" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/synchronal/lazuli on toolchain 2e5b7739e5167b731ad5eb628f04a54f932f1fe2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/synchronal/lazuli [INFO] finished tweaking git repo https://github.com/synchronal/lazuli [INFO] tweaked toml for git repo https://github.com/synchronal/lazuli written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/synchronal/lazuli 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" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fb576c4fb22eb83efddacefdc2dc90609787f1a3789b977a6c7f9a108cdd9156 [INFO] running `Command { std: "docker" "start" "-a" "fb576c4fb22eb83efddacefdc2dc90609787f1a3789b977a6c7f9a108cdd9156", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fb576c4fb22eb83efddacefdc2dc90609787f1a3789b977a6c7f9a108cdd9156", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fb576c4fb22eb83efddacefdc2dc90609787f1a3789b977a6c7f9a108cdd9156", kill_on_drop: false }` [INFO] [stdout] fb576c4fb22eb83efddacefdc2dc90609787f1a3789b977a6c7f9a108cdd9156 [INFO] checking synchronal/lazuli against try#2e5b7739e5167b731ad5eb628f04a54f932f1fe2 for pr-124108 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynchronal%2Flazuli" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/synchronal/lazuli on toolchain 2e5b7739e5167b731ad5eb628f04a54f932f1fe2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/synchronal/lazuli [INFO] finished tweaking git repo https://github.com/synchronal/lazuli [INFO] tweaked toml for git repo https://github.com/synchronal/lazuli written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/synchronal/lazuli 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" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 23bfeb1153e5e9811413d061c36284721faf0bc1ab015d6667cc7d0409904d15 [INFO] running `Command { std: "docker" "start" "-a" "23bfeb1153e5e9811413d061c36284721faf0bc1ab015d6667cc7d0409904d15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "23bfeb1153e5e9811413d061c36284721faf0bc1ab015d6667cc7d0409904d15", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "23bfeb1153e5e9811413d061c36284721faf0bc1ab015d6667cc7d0409904d15", kill_on_drop: false }` [INFO] [stdout] 23bfeb1153e5e9811413d061c36284721faf0bc1ab015d6667cc7d0409904d15 [INFO] checking synchronal/lazuli against try#2e5b7739e5167b731ad5eb628f04a54f932f1fe2 for pr-124108 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsynchronal%2Flazuli" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/synchronal/lazuli on toolchain 2e5b7739e5167b731ad5eb628f04a54f932f1fe2 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/synchronal/lazuli [INFO] finished tweaking git repo https://github.com/synchronal/lazuli [INFO] tweaked toml for git repo https://github.com/synchronal/lazuli written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/synchronal/lazuli 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" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+2e5b7739e5167b731ad5eb628f04a54f932f1fe2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] Error response from daemon: write /var/lib/docker/containers/24b2a469d76225ea047c39abe4c7f9147c20d781be09036e2d15e1e771a98a72/.tmp-hostconfig.json1202037403: no space left on device [ERROR] this task or one of its parent failed! [ERROR] command failed: exit status: 1 [ERROR] note: run with `RUST_BACKTRACE=1` to display a backtrace.