[INFO] cloning repository https://github.com/undox-rs/undox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/undox-rs/undox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fundox-rs%2Fundox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fundox-rs%2Fundox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ecc4567cd6cb39bb119e311d29b4a7f411de9fc4 [INFO] testing undox-rs/undox against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fundox-rs%2Fundox" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/undox-rs/undox [INFO] finished tweaking git repo https://github.com/undox-rs/undox [INFO] tweaked toml for git repo https://github.com/undox-rs/undox written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/undox-rs/undox on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/undox-rs/undox 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a038904a83eac38b844c2a22c057134ebc7b71d6bc17dc41b703886f019d4a98 [INFO] running `Command { std: "docker" "start" "-a" "a038904a83eac38b844c2a22c057134ebc7b71d6bc17dc41b703886f019d4a98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a038904a83eac38b844c2a22c057134ebc7b71d6bc17dc41b703886f019d4a98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a038904a83eac38b844c2a22c057134ebc7b71d6bc17dc41b703886f019d4a98", kill_on_drop: false }` [INFO] [stdout] a038904a83eac38b844c2a22c057134ebc7b71d6bc17dc41b703886f019d4a98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 022eee5c34c2e7c8a698b2364f4a0aaa6e6462c5da39e7041b0856c2609ff32d [INFO] running `Command { std: "docker" "start" "-a" "022eee5c34c2e7c8a698b2364f4a0aaa6e6462c5da39e7041b0856c2609ff32d", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling find-msvc-tools v0.1.5 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling tree-sitter-language v0.1.6 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling indexmap v2.12.1 [INFO] [stderr] Compiling tracing-core v0.1.35 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling cc v1.2.49 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling socket2 v0.6.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.7 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling proc-macro-hack v0.5.20+deprecated [INFO] [stderr] Compiling libz-sys v1.1.23 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling pest v2.8.4 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling lexical-util v1.0.7 [INFO] [stderr] Compiling bytes v1.11.0 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling bytestring v1.5.0 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling tree-sitter v0.25.10 [INFO] [stderr] Compiling tracing v0.1.43 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling derive_more-impl v2.1.0 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.2 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling phf_codegen v0.11.3 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling pest_meta v2.8.4 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling actix-service v2.0.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling v_htmlescape v0.15.8 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling tokio-util v0.7.17 [INFO] [stderr] Compiling actix-rt v2.11.0 [INFO] [stderr] Compiling derive_more v2.1.0 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling actix-codec v0.5.2 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Compiling actix-router v0.5.3 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling pest_generator v2.8.4 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling time v0.3.44 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling cssparser-macros v0.6.1 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling local-channel v0.1.5 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling erased-serde v0.4.9 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling brownstone v3.0.0 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling actix-http v3.11.2 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling globset v0.4.18 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling actix-server v2.6.0 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling dlv-list v0.5.2 [INFO] [stderr] Compiling pest_derive v2.8.4 [INFO] [stderr] Compiling actix-web-codegen v4.3.0 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling lexical-write-integer v1.0.6 [INFO] [stderr] Compiling lexical-parse-integer v1.0.6 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling actix-macros v0.2.4 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling tree-sitter-javascript v0.25.0 [INFO] [stderr] Compiling tree-sitter-xml v0.7.0 [INFO] [stderr] Compiling tree-sitter-zig v1.1.2 [INFO] [stderr] Compiling tree-sitter-ruby v0.23.1 [INFO] [stderr] Compiling tree-sitter-python v0.25.0 [INFO] [stderr] Compiling tree-sitter-lua v0.2.0 [INFO] [stderr] Compiling tree-sitter-toml-ng v0.7.0 [INFO] [stderr] Compiling tree-sitter-elm v5.9.0 [INFO] [stderr] Compiling tree-sitter-powershell v0.25.10 [INFO] [stderr] Compiling tree-sitter-typescript v0.23.2 [INFO] [stderr] Compiling tree-sitter-diff v0.1.0 [INFO] [stderr] Compiling tree-sitter-hcl v1.1.0 [INFO] [stderr] Compiling tree-sitter-rust v0.24.0 [INFO] [stderr] Compiling tree-sitter-haskell v0.23.1 [INFO] [stderr] Compiling tree-sitter-css v0.25.0 [INFO] [stderr] Compiling libgit2-sys v0.18.3+1.9.2 [INFO] [stderr] Compiling tree-sitter-c v0.24.1 [INFO] [stderr] Compiling tree-sitter-svelte-ng v1.0.2 [INFO] [stderr] Compiling tree-sitter-sequel v0.3.11 [INFO] [stderr] Compiling tree-sitter-objc v3.0.2 [INFO] [stderr] Compiling tree-sitter-heex v0.8.1 [INFO] [stderr] Compiling tree-sitter-go v0.25.0 [INFO] [stderr] Compiling tree-sitter-php v0.24.2 [INFO] [stderr] Compiling tree-sitter-embedded-template v0.25.0 [INFO] [stderr] Compiling tree-sitter-cpp v0.23.4 [INFO] [stderr] Compiling tree-sitter-json v0.24.8 [INFO] [stderr] Compiling tree-sitter-proto v0.3.0 [INFO] [stderr] Compiling tree-sitter-swift v0.7.1 [INFO] [stderr] Compiling tree-sitter-ocaml v0.24.2 [INFO] [stderr] Compiling tree-sitter-c-sharp v0.23.1 [INFO] [stderr] Compiling tree-sitter-html v0.23.2 [INFO] [stderr] Compiling tree-sitter-asm v0.24.0 [INFO] [stderr] Compiling tree-sitter-nix v0.3.0 [INFO] [stderr] Compiling tree-sitter-gleam v1.0.0 [INFO] [stderr] Compiling tree-sitter-scala v0.24.0 [INFO] [stderr] Compiling tree-sitter-erlang v0.15.0 [INFO] [stderr] Compiling tree-sitter-r v1.2.0 [INFO] [stderr] Compiling tree-sitter-regex v0.25.0 [INFO] [stderr] Compiling tree-sitter-fsharp v0.1.0 [INFO] [stderr] Compiling tree-sitter-cmake v0.7.1 [INFO] [stderr] Compiling tree-sitter-elixir v0.3.4 [INFO] [stderr] Compiling tree-sitter-java v0.23.5 [INFO] [stderr] Compiling tree-sitter-bash v0.25.1 [INFO] [stderr] Compiling tree-sitter-comment v0.3.0 [INFO] [stderr] Compiling tree-sitter-yaml v0.7.2 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling rustler v0.37.2 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling phf_shared v0.12.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Compiling inventory v0.3.21 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling compression-core v0.4.31 [INFO] [stderr] Compiling streaming-iterator v0.1.9 [INFO] [stderr] Compiling joinery v2.1.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling compression-codecs v0.4.35 [INFO] [stderr] Compiling nom-supreme v0.8.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling rustler_codegen v0.37.2 [INFO] [stderr] Compiling autumnus v0.7.8 [INFO] [stderr] Compiling config-derive v0.11.0 [INFO] [stderr] Compiling const_format v0.2.35 [INFO] [stderr] Compiling ordered-multimap v0.7.3 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling phf v0.12.1 [INFO] [stderr] Compiling actix-web v4.12.1 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] error: could not compile `actix-web` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8da20828b6ea601dfd8e2448cb50ace88876bd78/bin/rustc --crate-name actix_web --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.12.1/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 -C debuginfo=2 --deny=rust_2018_idioms --deny=nonstandard_style --deny=future_incompatible --cfg 'feature="__compress"' --cfg 'feature="compat"' --cfg 'feature="compat-routing-macros-force-pub"' --cfg 'feature="compress-brotli"' --cfg 'feature="compress-gzip"' --cfg 'feature="compress-zstd"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="macros"' --cfg 'feature="unicode"' --cfg 'feature="ws"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__compress", "__tls", "actix-tls", "compat", "compat-routing-macros-force-pub", "compress-brotli", "compress-gzip", "compress-zstd", "cookies", "default", "experimental-io-uring", "http2", "macros", "openssl", "rustls", "rustls-0_20", "rustls-0_21", "rustls-0_22", "rustls-0_23", "secure-cookies", "unicode", "ws"))' -C metadata=4245ef3395a874d6 -C extra-filename=-6d45019d263923b4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix_codec=/opt/rustwide/target/debug/deps/libactix_codec-2c4c84410d202ae6.rmeta --extern actix_http=/opt/rustwide/target/debug/deps/libactix_http-837ce7f98eb74c70.rmeta --extern actix_macros=/opt/rustwide/target/debug/deps/libactix_macros-d1b28fa31ec4d815.so --extern actix_router=/opt/rustwide/target/debug/deps/libactix_router-67fa3935f26caff1.rmeta --extern actix_rt=/opt/rustwide/target/debug/deps/libactix_rt-687d6b817ad4ea95.rmeta --extern actix_server=/opt/rustwide/target/debug/deps/libactix_server-64e3f1bfe7659c5a.rmeta --extern actix_service=/opt/rustwide/target/debug/deps/libactix_service-024b06bb0b2b5eea.rmeta --extern actix_utils=/opt/rustwide/target/debug/deps/libactix_utils-443458621d8456b0.rmeta --extern actix_web_codegen=/opt/rustwide/target/debug/deps/libactix_web_codegen-845d9a347d15234a.so --extern bytes=/opt/rustwide/target/debug/deps/libbytes-752d6eacdc0bb513.rmeta --extern bytestring=/opt/rustwide/target/debug/deps/libbytestring-0628e9b5bb4a4a22.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-5af52f617df93f8f.rmeta --extern cookie=/opt/rustwide/target/debug/deps/libcookie-5357453113c9aad6.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-55ea6a8614470e80.rmeta --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-f47fb1c01542042e.rmeta --extern foldhash=/opt/rustwide/target/debug/deps/libfoldhash-5f95cf2ad1e735f9.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-fc6bb1738f00fc87.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-17107c42a793a0ea.rmeta --extern impl_more=/opt/rustwide/target/debug/deps/libimpl_more-6fc7c6fa77315c70.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-6b76ec393d6a2c41.rmeta --extern language_tags=/opt/rustwide/target/debug/deps/liblanguage_tags-f2740fbda1808d44.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-d269868761ac548a.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-4b44681fdb2c65f7.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-0ba6aecba7086d38.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-bedc6e0acd72ff2a.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-482dea5b3973fd4a.rmeta --extern regex_lite=/opt/rustwide/target/debug/deps/libregex_lite-4a6d3648b41d26f3.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-df535a6ee946bc23.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-e70b4fb41088a65c.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-c7ebda8ba4be03b2.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-5854932b8c8b4991.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-5e964938868c5d11.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-72949571023c32ec.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-64b591ea1e28df1d.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-69ff3698f74cc185.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/zstd-sys-ea0cb575c3a30098/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "022eee5c34c2e7c8a698b2364f4a0aaa6e6462c5da39e7041b0856c2609ff32d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "022eee5c34c2e7c8a698b2364f4a0aaa6e6462c5da39e7041b0856c2609ff32d", kill_on_drop: false }` [INFO] [stdout] 022eee5c34c2e7c8a698b2364f4a0aaa6e6462c5da39e7041b0856c2609ff32d