[INFO] cloning repository https://github.com/lucasmerlin/phil-dioxus [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lucasmerlin/phil-dioxus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucasmerlin%2Fphil-dioxus", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucasmerlin%2Fphil-dioxus'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ed36f02c5c327685c007352bb7507f8e50be03a1 [INFO] checking lucasmerlin/phil-dioxus against master#336209eef13882bd1e211b24779584cb7ef911eb for pr-129249 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flucasmerlin%2Fphil-dioxus" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lucasmerlin/phil-dioxus on toolchain 336209eef13882bd1e211b24779584cb7ef911eb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+336209eef13882bd1e211b24779584cb7ef911eb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lucasmerlin/phil-dioxus [INFO] finished tweaking git repo https://github.com/lucasmerlin/phil-dioxus [INFO] tweaked toml for git repo https://github.com/lucasmerlin/phil-dioxus written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/lucasmerlin/phil-dioxus 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" "+336209eef13882bd1e211b24779584cb7ef911eb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+336209eef13882bd1e211b24779584cb7ef911eb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8ac5d3f8c7711674dd359a31f019b5b6dc66b37ef2715c65097be618d80e1e3 [INFO] running `Command { std: "docker" "start" "-a" "b8ac5d3f8c7711674dd359a31f019b5b6dc66b37ef2715c65097be618d80e1e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8ac5d3f8c7711674dd359a31f019b5b6dc66b37ef2715c65097be618d80e1e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8ac5d3f8c7711674dd359a31f019b5b6dc66b37ef2715c65097be618d80e1e3", kill_on_drop: false }` [INFO] [stdout] b8ac5d3f8c7711674dd359a31f019b5b6dc66b37ef2715c65097be618d80e1e3 [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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+336209eef13882bd1e211b24779584cb7ef911eb" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca61f33fcdf90bc077a414353be97e57f82d8a391b500388902570966e190b99 [INFO] running `Command { std: "docker" "start" "-a" "ca61f33fcdf90bc077a414353be97e57f82d8a391b500388902570966e190b99", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.203 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.92 [INFO] [stderr] Compiling bumpalo v3.16.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.92 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Checking zerocopy v0.7.34 [INFO] [stderr] Compiling camino v1.1.7 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking overload v0.1.1 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking nu-ansi-term v0.46.0 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking thread_local v1.1.8 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Checking longest-increasing-subsequence v0.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Checking tracing-subscriber v0.3.18 [INFO] [stderr] Checking fixedbitset v0.4.2 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking parking v2.2.0 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Checking percent-encoding v2.3.1 [INFO] [stderr] Checking form_urlencoded v1.2.1 [INFO] [stderr] Compiling syn v2.0.68 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking event-listener v5.3.1 [INFO] [stderr] Compiling cfg-expr v0.15.8 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Checking tinyvec_macros v0.1.1 [INFO] [stderr] Checking ordered-float v2.10.1 [INFO] [stderr] Compiling prettyplease v0.2.20 [INFO] [stderr] Checking tinyvec v1.6.1 [INFO] [stderr] Compiling generational-box v0.5.1 [INFO] [stderr] Compiling internment v0.7.5 [INFO] [stderr] Checking event-listener-strategy v0.5.2 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling md5 v0.7.0 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking async-channel v2.3.1 [INFO] [stderr] Checking lru v0.12.3 [INFO] [stderr] Checking piper v0.2.3 [INFO] [stderr] Checking futures-lite v2.3.0 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking anymap2 v0.13.0 [INFO] [stderr] Checking petgraph v0.6.5 [INFO] [stderr] Compiling dioxus-cli-config v0.5.0 [INFO] [stderr] Compiling dioxus-interpreter-js v0.5.1 [INFO] [stderr] Checking dioxus-debug-cell v0.1.1 [INFO] [stderr] Checking unicode-bidi v0.3.15 [INFO] [stderr] Compiling constcat v0.3.1 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking async-task v4.7.1 [INFO] [stderr] Checking sledgehammer_utils v0.2.1 [INFO] [stderr] Checking spinning v0.1.0 [INFO] [stderr] Checking to_method v1.1.0 [INFO] [stderr] Checking intmap v0.7.1 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Compiling dioxus v0.5.1 [INFO] [stderr] Compiling dioxus-config-macro v0.5.0 [INFO] [stderr] Checking blocking v1.6.1 [INFO] [stderr] Checking unicode-normalization v0.1.23 [INFO] [stderr] Checking idna v0.5.0 [INFO] [stderr] Checking url v2.5.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.92 [INFO] [stderr] Compiling darling_core v0.20.9 [INFO] [stderr] Compiling serde_derive v1.0.203 [INFO] [stderr] Compiling thiserror-impl v1.0.61 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_repr v0.1.19 [INFO] [stderr] Compiling dioxus-html-internal-macro v0.5.0 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling sledgehammer_bindgen_macro v0.5.0 [INFO] [stderr] Compiling dioxus-router-macro v0.5.1 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `serde_repr` (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/336209eef13882bd1e211b24779584cb7ef911eb/bin/rustc --crate-name serde_repr --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.19/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=7ecf8a433e5bf7f0 -C extra-filename=-157c2f435f2fe54d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-4ae7d46f9c2e09a7.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-21a38749253ea9f4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-c98e570e19543b60.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] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `darling_core` (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/336209eef13882bd1e211b24779584cb7ef911eb/bin/rustc --crate-name darling_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.9/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("diagnostics", "strsim", "suggestions"))' -C metadata=e450080556fd33e0 -C extra-filename=-0374463f0376f5ec --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fnv=/opt/rustwide/target/debug/deps/libfnv-bd60753855300b18.rmeta --extern ident_case=/opt/rustwide/target/debug/deps/libident_case-ecc112105bc5215b.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-4ae7d46f9c2e09a7.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-21a38749253ea9f4.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-c98e570e19543b60.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustcymlO6v/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustcymlO6v/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/tracing_attributes-77faa17ee1702880.01h2ulfdbnvuvqzs4250u29vk.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-c98e570e19543b60.rlib,libquote-21a38749253ea9f4.rlib,libproc_macro2-4ae7d46f9c2e09a7.rlib,libunicode_ident-f2de522ba645d884.rlib}" "/opt/rustwide/rustup-home/toolchains/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-2963b726cc2c28a6.rlib,libstd-d65a5ac20318153f.rlib,libpanic_unwind-2bb2dc770f85ce8b.rlib,libobject-9b9f40fedc72cbd3.rlib,libmemchr-acaba234307e3229.rlib,libaddr2line-0d2a2947033be5cb.rlib,libgimli-4b696ea70cf889e2.rlib,librustc_demangle-741737f672144e00.rlib,libstd_detect-877ef754a8d7bbc5.rlib,libhashbrown-4b0fa0dfda5a1e9f.rlib,librustc_std_workspace_alloc-f8380c6b73361bc1.rlib,libminiz_oxide-ff263e6b90a5cc8b.rlib,libadler2-ccfc99c2be77a0c6.rlib,libunwind-539c10841379036d.rlib,libcfg_if-30ef77b212ec994c.rlib,liblibc-559675126e63b890.rlib,liballoc-dbf90ecca2f9f9ee.rlib,librustc_std_workspace_core-e0b0460135bcf21d.rlib,libcore-d4097fdcbddd3bc7.rlib,libcompiler_builtins-3e345e2c9be40361.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libtracing_attributes-77faa17ee1702880.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 `tracing-attributes` (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/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustc05l4Av/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc05l4Av/symbols.o" "<16 object files omitted>" "/opt/rustwide/target/debug/deps/sledgehammer_bindgen_macro-693192f24300ef2c.47gl9s7kl6zt0mkkt4mbj59pt.rcgu.rmeta" "<1 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libsyn-c98e570e19543b60.rlib,libquote-21a38749253ea9f4.rlib,libproc_macro2-4ae7d46f9c2e09a7.rlib,libunicode_ident-f2de522ba645d884.rlib}" "/opt/rustwide/rustup-home/toolchains/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libproc_macro-2963b726cc2c28a6.rlib,libstd-d65a5ac20318153f.rlib,libpanic_unwind-2bb2dc770f85ce8b.rlib,libobject-9b9f40fedc72cbd3.rlib,libmemchr-acaba234307e3229.rlib,libaddr2line-0d2a2947033be5cb.rlib,libgimli-4b696ea70cf889e2.rlib,librustc_demangle-741737f672144e00.rlib,libstd_detect-877ef754a8d7bbc5.rlib,libhashbrown-4b0fa0dfda5a1e9f.rlib,librustc_std_workspace_alloc-f8380c6b73361bc1.rlib,libminiz_oxide-ff263e6b90a5cc8b.rlib,libadler2-ccfc99c2be77a0c6.rlib,libunwind-539c10841379036d.rlib,libcfg_if-30ef77b212ec994c.rlib,liblibc-559675126e63b890.rlib,liballoc-dbf90ecca2f9f9ee.rlib,librustc_std_workspace_core-e0b0460135bcf21d.rlib,libcore-d4097fdcbddd3bc7.rlib,libcompiler_builtins-3e345e2c9be40361.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/336209eef13882bd1e211b24779584cb7ef911eb/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libsledgehammer_bindgen_macro-693192f24300ef2c.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 `sledgehammer_bindgen_macro` (lib) due to 1 previous error [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetaLOYhpy" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_derive` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "ca61f33fcdf90bc077a414353be97e57f82d8a391b500388902570966e190b99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca61f33fcdf90bc077a414353be97e57f82d8a391b500388902570966e190b99", kill_on_drop: false }` [INFO] [stdout] ca61f33fcdf90bc077a414353be97e57f82d8a391b500388902570966e190b99