[INFO] cloning repository https://github.com/hitcherland/clicker-in-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hitcherland/clicker-in-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhitcherland%2Fclicker-in-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhitcherland%2Fclicker-in-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fdae6a062f09a0ddd3d18310e6d8f2ac3e7c8b10 [INFO] checking hitcherland/clicker-in-rust against try#6284d7b4bd27983dba388146648ab844ca7d032f for pr-152971 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhitcherland%2Fclicker-in-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/hitcherland/clicker-in-rust [INFO] finished tweaking git repo https://github.com/hitcherland/clicker-in-rust [INFO] tweaked toml for git repo https://github.com/hitcherland/clicker-in-rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/hitcherland/clicker-in-rust on toolchain 6284d7b4bd27983dba388146648ab844ca7d032f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/hitcherland/clicker-in-rust 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" "+6284d7b4bd27983dba388146648ab844ca7d032f" "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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 51df36b7786e49da322c49e406e0837d8a03ed4120cce10ac31f63c7482397b3 [INFO] running `Command { std: "docker" "start" "-a" "51df36b7786e49da322c49e406e0837d8a03ed4120cce10ac31f63c7482397b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "51df36b7786e49da322c49e406e0837d8a03ed4120cce10ac31f63c7482397b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51df36b7786e49da322c49e406e0837d8a03ed4120cce10ac31f63c7482397b3", kill_on_drop: false }` [INFO] [stdout] 51df36b7786e49da322c49e406e0837d8a03ed4120cce10ac31f63c7482397b3 [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_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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+6284d7b4bd27983dba388146648ab844ca7d032f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec75e18104287a525d0829a156f946cc89771467aa4580d9e985ffd1296f33fa [INFO] running `Command { std: "docker" "start" "-a" "ec75e18104287a525d0829a156f946cc89771467aa4580d9e985ffd1296f33fa", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Checking icondata_core v0.1.0 [INFO] [stderr] Compiling smallvec v1.15.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.100 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Checking num_cpus v1.16.0 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling convert_case v0.8.0 [INFO] [stderr] Compiling zerocopy v0.8.25 [INFO] [stderr] Checking concurrent-queue v2.5.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Checking unicode-ident v1.0.18 [INFO] [stderr] Checking parking_lot_core v0.9.11 [INFO] [stderr] Compiling xxhash-rust v0.8.15 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking event-listener v5.4.0 [INFO] [stderr] Checking throw_error v0.3.0 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling reactive_graph v0.2.2 [INFO] [stderr] Checking event-listener-strategy v0.5.4 [INFO] [stderr] Compiling server_fn_macro v0.8.2 [INFO] [stderr] Checking toml_write v0.1.1 [INFO] [stderr] Checking winnow v0.7.10 [INFO] [stderr] Compiling camino v1.1.9 [INFO] [stderr] Checking indexmap v2.9.0 [INFO] [stderr] Checking async-lock v3.4.0 [INFO] [stderr] Checking dashmap v6.1.0 [INFO] [stderr] Compiling bstr v1.12.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking guardian v1.3.0 [INFO] [stderr] Compiling dtoa v1.0.10 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Checking parking_lot v0.12.4 [INFO] [stderr] Checking quote v1.0.40 [INFO] [stderr] Compiling dtoa-short v0.3.5 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling tachys v0.2.3 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Checking utf8-width v0.1.7 [INFO] [stderr] Compiling prettyplease v0.2.32 [INFO] [stderr] Checking syn v2.0.101 [INFO] [stderr] Compiling parcel_selectors v0.28.2 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking html-escape v0.2.13 [INFO] [stderr] Checking either_of v0.1.6 [INFO] [stderr] Compiling server_fn v0.8.2 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Checking erased v0.1.2 [INFO] [stderr] Compiling iana-time-zone v0.1.63 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling leptos_macro v0.8.2 [INFO] [stderr] Compiling manyhow-macros v0.11.4 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Compiling codemap v0.1.3 [INFO] [stderr] Checking const-str v0.6.2 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling leptos v0.8.2 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling const_format v0.2.34 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling arc-swap v1.7.1 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Checking regex v1.11.1 [INFO] [stderr] Checking globset v0.4.16 [INFO] [stderr] Compiling base62 v2.2.1 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Checking ignore v0.4.23 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling normpath v1.3.0 [INFO] [stderr] Checking icondata_fi v0.1.0 [INFO] [stderr] Checking icondata_hi v0.1.0 [INFO] [stderr] Checking icondata_si v0.1.0 [INFO] [stderr] Checking icondata_bs v0.1.0 [INFO] [stderr] Checking icondata_lu v0.1.0 [INFO] [stderr] Checking icondata_ai v0.1.0 [INFO] [stderr] Checking icondata_ri v0.1.0 [INFO] [stderr] Checking icondata_wi v0.1.0 [INFO] [stderr] Checking globwalk v0.8.1 [INFO] [stderr] Checking icondata_mdi v0.1.0 [INFO] [stderr] Checking icondata_bi v0.1.0 [INFO] [stderr] Checking icondata_tb v0.1.0 [INFO] [stderr] Checking icondata_oc v0.1.0 [INFO] [stderr] Checking icondata_io v0.1.0 [INFO] [stderr] Checking icondata_fa v0.1.0 [INFO] [stderr] Compiling const-str-proc-macro v0.3.2 [INFO] [stderr] Compiling lightningcss-derive v1.0.0-alpha.43 [INFO] [stderr] Checking icondata_ch v0.1.0 [INFO] [stderr] Checking icondata_cg v0.1.0 [INFO] [stderr] Checking icondata_ti v0.1.0 [INFO] [stderr] Checking icondata_im v0.1.0 [INFO] [stderr] Checking icondata_vs v0.1.0 [INFO] [stderr] Compiling const-str v0.3.2 [INFO] [stderr] Compiling rust-i18n v3.1.5 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.100 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling manyhow v0.11.4 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling derive-where v1.4.0 [INFO] [stderr] Compiling syn_derive v0.2.0 [INFO] [stderr] Compiling reactive_stores_macro v0.2.2 [INFO] [stderr] Compiling quote-use-macros v0.8.4 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.100 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling quote-use v0.8.4 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling attribute-derive-macro v0.10.3 [INFO] [stderr] Compiling server_fn_macro_default v0.8.2 [INFO] [stderr] Checking thiserror v1.0.69 [INFO] [stderr] Compiling cssparser v0.33.0 [INFO] [stderr] Compiling typed-builder-macro v0.21.0 [INFO] [stderr] Checking thiserror v2.0.12 [INFO] [stderr] Checking rstml v0.12.1 [INFO] [stderr] Checking icondata v0.6.0 [INFO] [stderr] Checking zerofrom v0.1.6 [INFO] [stderr] Checking pin-project v1.1.10 [INFO] [stderr] Compiling cssparser-color v0.1.0 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.100 [INFO] [stderr] Compiling attribute-derive v0.10.3 [INFO] [stderr] Checking typed-builder v0.21.0 [INFO] [stderr] Checking yoke v0.8.0 [INFO] [stderr] Checking zerovec v0.11.2 [INFO] [stderr] Checking zerotrie v0.2.2 [INFO] [stderr] Checking wasm-bindgen v0.2.100 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking js-sys v0.3.77 [INFO] [stderr] Checking console_error_panic_hook v0.1.7 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking tinystr v0.8.1 [INFO] [stderr] Checking potential_utf v0.1.2 [INFO] [stderr] Checking icu_locale_core v2.0.0 [INFO] [stderr] Checking icu_collections v2.0.0 [INFO] [stderr] Checking icu_provider v2.0.0 [INFO] [stderr] Checking icu_properties v2.0.1 [INFO] [stderr] Checking icu_normalizer v2.0.0 [INFO] [stderr] Checking toml_datetime v0.6.9 [INFO] [stderr] Checking serde_spanned v0.6.8 [INFO] [stderr] Checking hydration_context v0.3.0 [INFO] [stderr] Checking oco_ref v0.2.0 [INFO] [stderr] Checking serde_qs v0.14.0 [INFO] [stderr] Checking leptos_hot_reload v0.8.2 [INFO] [stderr] Checking triomphe v0.1.14 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking toml_edit v0.22.26 [INFO] [stderr] Checking idna_adapter v1.2.1 [INFO] [stderr] Checking idna v1.0.3 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Checking url v2.5.4 [INFO] [stderr] Checking wasm-bindgen-futures v0.4.50 [INFO] [stderr] Checking web-sys v0.3.77 [INFO] [stderr] Checking any_spawner v0.3.0 [INFO] [stderr] Checking codee v0.3.0 [INFO] [stderr] Compiling lasso v0.7.3 [INFO] [stderr] Compiling browserslist-rs v0.17.0 [INFO] [stderr] Checking toml v0.8.22 [INFO] [stderr] Compiling grass_compiler v0.13.4 [INFO] [stderr] Checking config v0.15.11 [INFO] [stderr] Checking rust-i18n-support v3.1.5 [INFO] [stderr] Checking leptos_config v0.8.2 [INFO] [stderr] Checking reactive_stores v0.2.2 [INFO] [stderr] Compiling rust-i18n-macro v3.1.5 [INFO] [stderr] Compiling lightningcss v1.0.0-alpha.65 [INFO] [stderr] Compiling grass v0.13.4 [INFO] [stderr] Checking gloo-utils v0.2.0 [INFO] [stderr] Checking wasm-streams v0.4.2 [INFO] [stderr] Checking gloo-net v0.6.0 [INFO] [stderr] Compiling turf_internals v0.10.1 [INFO] [stderr] error: could not compile `tachys` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6284d7b4bd27983dba388146648ab844ca7d032f/bin/rustc --crate-name tachys --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(leptos_debuginfo)' --check-cfg 'cfg(erase_components)' --check-cfg 'cfg(rustc_nightly)' --cfg 'feature="default"' --cfg 'feature="oco"' --cfg 'feature="reactive_graph"' --cfg 'feature="reactive_stores"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "delegation", "error-hook", "hydrate", "islands", "mark_branches", "nightly", "oco", "reactive_graph", "reactive_stores", "sledgehammer", "ssr", "testing", "tracing"))' -C metadata=27fcecf45eeb50f6 -C extra-filename=-79069d1b52e69dad --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern any_spawner=/opt/rustwide/target/debug/deps/libany_spawner-541295039640301f.rmeta --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-6f2ff243156b0475.so --extern const_str_slice_concat=/opt/rustwide/target/debug/deps/libconst_str_slice_concat-08e7dc445248aa7e.rmeta --extern drain_filter_polyfill=/opt/rustwide/target/debug/deps/libdrain_filter_polyfill-a7bbfc0a5ce76198.rmeta --extern either_of=/opt/rustwide/target/debug/deps/libeither_of-617142b41a40a522.rmeta --extern erased=/opt/rustwide/target/debug/deps/liberased-3ab7775162a332de.rmeta --extern futures=/opt/rustwide/target/debug/deps/libfutures-86ca2a318760545b.rmeta --extern html_escape=/opt/rustwide/target/debug/deps/libhtml_escape-3256f7fd76bc3910.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-dfeb1025692fc247.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-ac1cf5e414eca6f7.rmeta --extern js_sys=/opt/rustwide/target/debug/deps/libjs_sys-d52df297fe695da2.rmeta --extern linear_map=/opt/rustwide/target/debug/deps/liblinear_map-8d2425fed06646a8.rmeta --extern next_tuple=/opt/rustwide/target/debug/deps/libnext_tuple-5d2348e50a9bdbea.rmeta --extern oco_ref=/opt/rustwide/target/debug/deps/liboco_ref-7ff39e1476f8fb04.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-2ad934dc7da92e31.rmeta --extern or_poisoned=/opt/rustwide/target/debug/deps/libor_poisoned-2deb0a42a532e49b.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-75d78a4193f994f0.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-c5e5e8a2bd161c29.so --extern reactive_graph=/opt/rustwide/target/debug/deps/libreactive_graph-1561d4077590049b.rmeta --extern reactive_stores=/opt/rustwide/target/debug/deps/libreactive_stores-6cd61198f78598f8.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-0bb3a5e14e8504c6.rmeta --extern send_wrapper=/opt/rustwide/target/debug/deps/libsend_wrapper-7d07b25e638a46cc.rmeta --extern slotmap=/opt/rustwide/target/debug/deps/libslotmap-7d9a1e89f484891d.rmeta --extern throw_error=/opt/rustwide/target/debug/deps/libthrow_error-fadf0b255c3e4c59.rmeta --extern wasm_bindgen=/opt/rustwide/target/debug/deps/libwasm_bindgen-3e484f4ed33883e4.rmeta --extern web_sys=/opt/rustwide/target/debug/deps/libweb_sys-21db5e37db66f195.rmeta --cap-lints allow --cap-lints=forbid --cfg rustc_nightly` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `lightningcss` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6284d7b4bd27983dba388146648ab844ca7d032f/bin/rustc --crate-name lightningcss --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type rlib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="browserslist"' --cfg 'feature="browserslist-rs"' --cfg 'feature="grid"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "browserslist", "browserslist-rs", "bundler", "clap", "cli", "dashmap", "default", "grid", "into_owned", "jemallocator", "jsonschema", "nodejs", "parcel_sourcemap", "rayon", "schemars", "serde", "serde_json", "sourcemap", "static-self", "substitute_variables", "visitor"))' -C metadata=3306b55ae6856304 -C extra-filename=-125cdab3066a08c4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-a8172e7e6e72bc15.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e3d651804dbb5be8.rmeta --extern browserslist=/opt/rustwide/target/debug/deps/libbrowserslist-d6521355befed9c7.rlib --extern const_str=/opt/rustwide/target/debug/deps/libconst_str-220977fd6598b4bc.rmeta --extern cssparser=/opt/rustwide/target/debug/deps/libcssparser-9cd7cf69b3f29918.rmeta --extern cssparser_color=/opt/rustwide/target/debug/deps/libcssparser_color-8af30b85dcf44ef2.rmeta --extern data_encoding=/opt/rustwide/target/debug/deps/libdata_encoding-8fba1be7334c916e.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-24e8cd3ed53b456f.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-86cbd2945746c232.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-bcf4d76e77cc406a.rmeta --extern lightningcss_derive=/opt/rustwide/target/debug/deps/liblightningcss_derive-44022d73c1bbb431.so --extern parcel_selectors=/opt/rustwide/target/debug/deps/libparcel_selectors-eccf97ee4357068a.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-c5e5e8a2bd161c29.so --extern pathdiff=/opt/rustwide/target/debug/deps/libpathdiff-44924afe65f6c2fa.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-c4afe7c9e622b7a2.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "ec75e18104287a525d0829a156f946cc89771467aa4580d9e985ffd1296f33fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec75e18104287a525d0829a156f946cc89771467aa4580d9e985ffd1296f33fa", kill_on_drop: false }` [INFO] [stdout] ec75e18104287a525d0829a156f946cc89771467aa4580d9e985ffd1296f33fa