[INFO] cloning repository https://github.com/guillemcordoba/empty-arc-clamping-bug-reproduction [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/guillemcordoba/empty-arc-clamping-bug-reproduction" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillemcordoba%2Fempty-arc-clamping-bug-reproduction", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillemcordoba%2Fempty-arc-clamping-bug-reproduction'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 17819b08001b039adcebc86090a8d92d2de8ec02 [INFO] checking guillemcordoba/empty-arc-clamping-bug-reproduction against try#de39175d9e0f63ff8967b81f9639ba28d11ae6ef for pr-135331 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fguillemcordoba%2Fempty-arc-clamping-bug-reproduction" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/guillemcordoba/empty-arc-clamping-bug-reproduction on toolchain de39175d9e0f63ff8967b81f9639ba28d11ae6ef [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+de39175d9e0f63ff8967b81f9639ba28d11ae6ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/guillemcordoba/empty-arc-clamping-bug-reproduction [INFO] finished tweaking git repo https://github.com/guillemcordoba/empty-arc-clamping-bug-reproduction [INFO] tweaked toml for git repo https://github.com/guillemcordoba/empty-arc-clamping-bug-reproduction written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/guillemcordoba/empty-arc-clamping-bug-reproduction 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" "+de39175d9e0f63ff8967b81f9639ba28d11ae6ef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libsodium-sys-stable v1.20.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+de39175d9e0f63ff8967b81f9639ba28d11ae6ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e4c04f6bd58e4390f7666531fe939c938cdbba7f569a0dedc75b161ff9ea2aba [INFO] running `Command { std: "docker" "start" "-a" "e4c04f6bd58e4390f7666531fe939c938cdbba7f569a0dedc75b161ff9ea2aba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e4c04f6bd58e4390f7666531fe939c938cdbba7f569a0dedc75b161ff9ea2aba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4c04f6bd58e4390f7666531fe939c938cdbba7f569a0dedc75b161ff9ea2aba", kill_on_drop: false }` [INFO] [stdout] e4c04f6bd58e4390f7666531fe939c938cdbba7f569a0dedc75b161ff9ea2aba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+de39175d9e0f63ff8967b81f9639ba28d11ae6ef" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d78c2e24eae0fa234e091503f0bfcdf3aa7b3c48b43ecea8dd3c96945d56d2a [INFO] running `Command { std: "docker" "start" "-a" "3d78c2e24eae0fa234e091503f0bfcdf3aa7b3c48b43ecea8dd3c96945d56d2a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.83 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking pin-project-lite v0.2.14 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Checking value-bag v1.9.0 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling zerocopy v0.7.34 [INFO] [stderr] Compiling thiserror v1.0.61 [INFO] [stderr] Checking log v0.4.21 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling ahash v0.7.8 [INFO] [stderr] Checking bytes v1.6.0 [INFO] [stderr] Checking futures-core v0.3.30 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking itoa v1.0.11 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling serde_json v1.0.117 [INFO] [stderr] Checking bitflags v2.5.0 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Checking futures-io v0.3.30 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling syn v2.0.65 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling jobserver v0.1.31 [INFO] [stderr] Checking futures-sink v0.3.30 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Checking futures-channel v0.3.30 [INFO] [stderr] Checking futures-task v0.3.30 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Compiling cc v1.0.98 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Checking ryu v1.0.18 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Checking fastrand v2.1.0 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] error: failed to run custom build command for `typenum v1.17.0` [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/typenum-029e1058a132b731/build-script-main` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=build/main.rs [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.17.0/build/main.rs:184:63: [INFO] [stderr] called `Result::unwrap()` on an `Err` value: Os { code: 28, kind: StorageFull, message: "No space left on device" } [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x60bcd7e5bc3a - std::backtrace_rs::backtrace::libunwind::trace::hdb97677258a5cce2 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/../../backtrace/src/backtrace/libunwind.rs:116:5 [INFO] [stderr] 1: 0x60bcd7e5bc3a - std::backtrace_rs::backtrace::trace_unsynchronized::he63c542d193f8b06 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x60bcd7e5bc3a - std::sys::backtrace::_print_fmt::h88ddcd796dcb939b [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x60bcd7e5bc3a - ::fmt::h73a9760b6c80bf45 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x60bcd7e791b3 - core::fmt::rt::Argument::fmt::h5a3c787495e3d9bc [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x60bcd7e791b3 - core::fmt::write::h3b80bb191bbfa86b [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/core/src/fmt/mod.rs:1440:21 [INFO] [stderr] 6: 0x60bcd7e58fc3 - std::io::Write::write_fmt::h667bcc5ee1cc7ad0 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/io/mod.rs:1887:15 [INFO] [stderr] 7: 0x60bcd7e5ba82 - std::sys::backtrace::BacktraceLock::print::hf2e3d857479f0be6 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x60bcd7e5cae0 - std::panicking::default_hook::{{closure}}::h660fedf080f0a942 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x60bcd7e5c8c0 - std::panicking::default_hook::h8d8f322d51c2184a [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panicking.rs:322:9 [INFO] [stderr] 10: 0x60bcd7e5d172 - std::panicking::rust_panic_with_hook::he4c146fac33823fb [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panicking.rs:828:13 [INFO] [stderr] 11: 0x60bcd7e5d00a - std::panicking::begin_panic_handler::{{closure}}::h7259b15b14c91958 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panicking.rs:701:13 [INFO] [stderr] 12: 0x60bcd7e5c139 - std::sys::backtrace::__rust_end_short_backtrace::h0280b5e653fca0f2 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x60bcd7e5cc9d - rust_begin_unwind [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panicking.rs:692:5 [INFO] [stderr] 14: 0x60bcd7e783e0 - core::panicking::panic_fmt::h0470914209dac491 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x60bcd7e78786 - core::result::unwrap_failed::hac961e6a134ecc25 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/core/src/result.rs:1704:5 [INFO] [stderr] 16: 0x60bcd7e3aea7 - build_script_main::main::h803a391457ec99db [INFO] [stderr] 17: 0x60bcd7e37c53 - core::ops::function::FnOnce::call_once::h4428dea65d3e6399 [INFO] [stderr] 18: 0x60bcd7e37896 - std::sys::backtrace::__rust_begin_short_backtrace::hb0d7104f400fa7fd [INFO] [stderr] 19: 0x60bcd7e35709 - std::rt::lang_start::{{closure}}::h49111bdba0c32470 [INFO] [stderr] 20: 0x60bcd7e56517 - core::ops::function::impls:: for &F>::call_once::h8be8c52ab644622e [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 21: 0x60bcd7e56517 - std::panicking::try::do_call::h1de5020d9bde75fa [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panicking.rs:584:40 [INFO] [stderr] 22: 0x60bcd7e56517 - std::panicking::try::h5161a6c8d04b896b [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panicking.rs:547:19 [INFO] [stderr] 23: 0x60bcd7e56517 - std::panic::catch_unwind::h18b1034af6c5bc29 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panic.rs:358:14 [INFO] [stderr] 24: 0x60bcd7e56517 - std::rt::lang_start_internal::{{closure}}::hde35e218a0098743 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/rt.rs:174:48 [INFO] [stderr] 25: 0x60bcd7e56517 - std::panicking::try::do_call::h6cd02ecb004ba910 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panicking.rs:584:40 [INFO] [stderr] 26: 0x60bcd7e56517 - std::panicking::try::h0f07c93df4992af1 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panicking.rs:547:19 [INFO] [stderr] 27: 0x60bcd7e56517 - std::panic::catch_unwind::h743663722d27e6a5 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/panic.rs:358:14 [INFO] [stderr] 28: 0x60bcd7e56517 - std::rt::lang_start_internal::ha2c2b403f0d1b6f3 [INFO] [stderr] at /rustc/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/library/std/src/rt.rs:174:20 [INFO] [stderr] 29: 0x60bcd7e356e7 - std::rt::lang_start::h4e82536a97964f79 [INFO] [stderr] 30: 0x60bcd7e3b375 - main [INFO] [stderr] 31: 0x7c6e4b987d90 - [INFO] [stderr] 32: 0x7c6e4b987e40 - __libc_start_main [INFO] [stderr] 33: 0x60bcd7e25225 - _start [INFO] [stderr] 34: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to write `/opt/rustwide/target/debug/build/rustix-9ce44cf6a88a5a5c/output` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/deps/lazy_static-da843c3b2190f62a.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/lazy_static-da843c3b2190f62a/dep-lib-lazy_static` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcePcBJN" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaj8gdQ7/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `linux-raw-sys` (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/rmeta3R1WmI" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `vcpkg` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `fastrand` (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/rmetau0v7HP" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `crc32fast` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta7lr4gt/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `getrandom` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaCWXRUH/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `indexmap` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetac6yhhw/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `linux-raw-sys` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `cc` (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/de39175d9e0f63ff8967b81f9639ba28d11ae6ef/bin/rustc --crate-name cc --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.0.98/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="jobserver"' --cfg 'feature="libc"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "libc", "once_cell", "parallel"))' -C metadata=64cf7057d1c1914e -C extra-filename=-53b81f3be67e80bd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern jobserver=/opt/rustwide/target/debug/deps/libjobserver-de6b17b0cbeb6874.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-162b7383b05aae27.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-934a7f6bf1a96730.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetanW59W3" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-traits` (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/rmeta6iOmXI" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetadQWIgD" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "3d78c2e24eae0fa234e091503f0bfcdf3aa7b3c48b43ecea8dd3c96945d56d2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d78c2e24eae0fa234e091503f0bfcdf3aa7b3c48b43ecea8dd3c96945d56d2a", kill_on_drop: false }` [INFO] [stdout] 3d78c2e24eae0fa234e091503f0bfcdf3aa7b3c48b43ecea8dd3c96945d56d2a