[INFO] cloning repository https://github.com/DerFetzer/hab-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/DerFetzer/hab-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDerFetzer%2Fhab-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDerFetzer%2Fhab-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 62107d2f691e63533f9f778ae2c25b00ccd0a139 [INFO] building DerFetzer/hab-rs against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDerFetzer%2Fhab-rs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/DerFetzer/hab-rs [INFO] finished tweaking git repo https://github.com/DerFetzer/hab-rs [INFO] tweaked toml for git repo https://github.com/DerFetzer/hab-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/DerFetzer/hab-rs on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/DerFetzer/hab-rs 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e5c2147c2b7ed856385b822332490a84684bfbd6b7981e0cd594b2b4760e3f66 [INFO] running `Command { std: "docker" "start" "-a" "e5c2147c2b7ed856385b822332490a84684bfbd6b7981e0cd594b2b4760e3f66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e5c2147c2b7ed856385b822332490a84684bfbd6b7981e0cd594b2b4760e3f66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e5c2147c2b7ed856385b822332490a84684bfbd6b7981e0cd594b2b4760e3f66", kill_on_drop: false }` [INFO] [stdout] e5c2147c2b7ed856385b822332490a84684bfbd6b7981e0cd594b2b4760e3f66 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e2123144a794f15ac729458802bca3ca551c5250f2b558404583431b0c4989f [INFO] running `Command { std: "docker" "start" "-a" "3e2123144a794f15ac729458802bca3ca551c5250f2b558404583431b0c4989f", kill_on_drop: false }` [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling writeable v0.6.1 [INFO] [stderr] Compiling litemap v0.8.0 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.6.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling icu_normalizer_data v2.0.0 [INFO] [stderr] Compiling icu_properties_data v2.0.1 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling unicase v2.8.1 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling siphasher v1.0.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling anyhow v1.0.98 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ipnet v2.11.0 [INFO] [stderr] Compiling iri-string v0.7.8 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling by_address v1.2.1 [INFO] [stderr] Compiling phf_generator v0.11.3 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling palette v0.7.6 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling fast-srgb8 v1.0.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling zerovec v0.11.4 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling phf_macros v0.11.3 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling serde_with_macros v3.14.0 [INFO] [stderr] Compiling phf v0.11.3 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling palette_derive v0.7.6 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling icu_provider v2.0.0 [INFO] [stderr] Compiling icu_normalizer v2.0.0 [INFO] [stderr] Compiling icu_properties v2.0.1 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_with v3.14.0 [INFO] [stderr] Compiling reqwest v0.12.22 [INFO] [stderr] Compiling serde-nested-json v0.1.3 [INFO] [stderr] Compiling reqwest-middleware v0.4.2 [INFO] [stderr] Compiling hab-rs-api-client v0.3.0 (/opt/rustwide/workdir/hab-rs-api-client) [INFO] [stderr] Compiling hab-rs v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s [INFO] running `Command { std: "docker" "inspect" "3e2123144a794f15ac729458802bca3ca551c5250f2b558404583431b0c4989f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e2123144a794f15ac729458802bca3ca551c5250f2b558404583431b0c4989f", kill_on_drop: false }` [INFO] [stdout] 3e2123144a794f15ac729458802bca3ca551c5250f2b558404583431b0c4989f [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5778eacd45f3321265f234b4c74d1d197c95a08a6c494b75a1c5d93ab3e2436e [INFO] running `Command { std: "docker" "start" "-a" "5778eacd45f3321265f234b4c74d1d197c95a08a6c494b75a1c5d93ab3e2436e", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling tokio v1.47.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling rustls-pki-types v1.12.0 [INFO] [stderr] Compiling cc v1.2.31 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling serde_json v1.0.142 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling rustls v0.23.31 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling axum-core v0.5.2 [INFO] [stderr] Compiling prost-derive v0.13.5 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling webpki-roots v1.0.2 [INFO] [stderr] Compiling prost v0.13.5 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling tokio-util v0.7.16 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling h2 v0.4.12 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling rustls-webpki v0.103.4 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling axum v0.8.4 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling predicates-core v1.0.9 [INFO] [stderr] Compiling mockall_derive v0.13.1 [INFO] [stderr] Compiling bollard-buildkit-proto v0.6.1 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling prost-types v0.13.5 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling structmeta-derive v0.3.0 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling winnow v0.7.12 [INFO] [stderr] Compiling termtree v0.5.1 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling structmeta v0.3.0 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling predicates-tree v1.0.12 [INFO] [stderr] Compiling predicates v3.1.3 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling hyper-util v0.1.16 [INFO] [stderr] Compiling ureq v2.12.1 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling home v0.5.11 [INFO] [stderr] Compiling fragile v2.0.1 [INFO] [stderr] Compiling rustls-native-certs v0.8.1 [INFO] [stderr] Compiling hyper-timeout v0.5.2 [INFO] [stderr] Compiling reqwest v0.12.22 [INFO] [stderr] Compiling hyperlocal v0.9.1 [INFO] [stderr] Compiling tonic v0.13.1 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling xattr v1.5.1 [INFO] [stderr] Compiling num v0.4.3 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling parse-display-derive v0.9.1 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling rustls-pemfile v2.2.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling conquer-util v0.3.0 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling reqwest-middleware v0.4.2 [INFO] [stderr] Compiling mockall v0.13.1 [INFO] [stderr] Compiling parse-display v0.9.1 [INFO] [stderr] Compiling conquer-once v0.4.0 [INFO] [stderr] Compiling palette v0.7.6 [INFO] [stderr] Compiling docker_credential v1.3.2 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling hab-rs-api-client v0.3.0 (/opt/rustwide/workdir/hab-rs-api-client) [INFO] [stderr] Compiling tokio-tar v0.3.1 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling etcetera v0.10.0 [INFO] [stderr] Compiling ulid v1.2.1 [INFO] [stderr] Compiling serde-nested-json v0.1.3 [INFO] [stderr] Compiling tracing-test-macro v0.2.5 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] error: could not compile `tonic` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name tonic --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tonic-0.13.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 --warn=unreachable_pub '--deny=clippy::uninlined_format_args' --warn=rust_2018_idioms --warn=missing_docs --warn=missing_debug_implementations '--deny=rustdoc::broken_intra_doc_links' --cfg 'feature="channel"' --cfg 'feature="codegen"' --cfg 'feature="default"' --cfg 'feature="prost"' --cfg 'feature="router"' --cfg 'feature="server"' --cfg 'feature="transport"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_tls-any", "channel", "codegen", "default", "deflate", "gzip", "prost", "router", "server", "tls-aws-lc", "tls-native-roots", "tls-ring", "tls-webpki-roots", "transport", "zstd"))' -C metadata=74c474c0cf953192 -C extra-filename=-80798fcba17fca39 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-1026aca84816da2b.so --extern axum=/opt/rustwide/target/debug/deps/libaxum-691af12131229c23.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-2a03de3babadded3.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-bfe11088fe358bd1.rmeta --extern h2=/opt/rustwide/target/debug/deps/libh2-497ed447bdd7bb27.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-8a286151680a468c.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-5d2c120e15cb3719.rmeta --extern http_body_util=/opt/rustwide/target/debug/deps/libhttp_body_util-f2ff7a97002ec3c2.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-51fc3b63d8d15c83.rmeta --extern hyper_timeout=/opt/rustwide/target/debug/deps/libhyper_timeout-c49f01c47e34ea15.rmeta --extern hyper_util=/opt/rustwide/target/debug/deps/libhyper_util-d3d65f9a2d187c4e.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-9bee39bbc5bd523a.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-52de8ce3e941f940.rmeta --extern prost=/opt/rustwide/target/debug/deps/libprost-668847360143a3b0.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-a88a45ba783e0ee2.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-ac2e03158532b441.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-1abcdba0d64ddf77.rmeta --extern tower=/opt/rustwide/target/debug/deps/libtower-363f292de8d5d826.rmeta --extern tower_layer=/opt/rustwide/target/debug/deps/libtower_layer-d70c7e404336389b.rmeta --extern tower_service=/opt/rustwide/target/debug/deps/libtower_service-0d7df29686b13872.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-5b4fad722c2b14ee.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5778eacd45f3321265f234b4c74d1d197c95a08a6c494b75a1c5d93ab3e2436e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5778eacd45f3321265f234b4c74d1d197c95a08a6c494b75a1c5d93ab3e2436e", kill_on_drop: false }` [INFO] [stdout] 5778eacd45f3321265f234b4c74d1d197c95a08a6c494b75a1c5d93ab3e2436e