[INFO] cloning repository https://github.com/hatlonely/hello-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hatlonely/hello-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatlonely%2Fhello-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatlonely%2Fhello-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3c867e27a75693c246e7fac034be44834caf3402
[INFO] checking hatlonely/hello-rust against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhatlonely%2Fhello-rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hatlonely/hello-rust
[INFO] finished tweaking git repo https://github.com/hatlonely/hello-rust
[INFO] tweaked toml for git repo https://github.com/hatlonely/hello-rust written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hatlonely/hello-rust on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/hatlonely/hello-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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `actix_http_debug` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../actix_http_debug
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `actix-http-debug`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:38:8
[INFO] [stderr]    |
[INFO] [stderr] 38 - name = "actix_http_debug"
[INFO] [stderr] 38 + name = "actix-http-debug"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `actix_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../actix_server
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `actix-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:30:8
[INFO] [stderr]    |
[INFO] [stderr] 30 - name = "actix_server"
[INFO] [stderr] 30 + name = "actix-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `hello_rust` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../hello_rust
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `hello-rust`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "hello_rust"
[INFO] [stderr] 2 + name = "hello-rust"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `hyper_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../hyper_server
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `hyper-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:26:8
[INFO] [stderr]    |
[INFO] [stderr] 26 - name = "hyper_server"
[INFO] [stderr] 26 + name = "hyper-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `jsonrpsee_http` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc2/source/target/.../jsonrpsee_http
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `jsonrpsee-http`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 - name = "jsonrpsee_http"
[INFO] [stderr] 6 + name = "jsonrpsee-http"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `rocket_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../rocket_server
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rocket-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:34:8
[INFO] [stderr]    |
[INFO] [stderr] 34 - name = "rocket_server"
[INFO] [stderr] 34 + name = "rocket-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `tarpc_client` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../tarpc_client
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `tarpc-client`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "tarpc_client"
[INFO] [stderr] 22 + name = "tarpc-client"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `tarpc_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../tarpc_server
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `tarpc-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "tarpc_server"
[INFO] [stderr] 18 + name = "tarpc-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `tonic_client` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../tonic_client
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `tonic-client`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 - name = "tonic_client"
[INFO] [stderr] 14 + name = "tonic-client"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `tonic_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../tonic_server
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `tonic-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "tonic_server"
[INFO] [stderr] 10 + name = "tonic-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: `hello_rust` (manifest) generated 10 warnings
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 204878d762f23e529fb2d25956ca4f7efa10d43597d6e9465c5cf57d36e81726
[INFO] running `Command { std: "docker" "start" "204878d762f23e529fb2d25956ca4f7efa10d43597d6e9465c5cf57d36e81726", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "204878d762f23e529fb2d25956ca4f7efa10d43597d6e9465c5cf57d36e81726", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "204878d762f23e529fb2d25956ca4f7efa10d43597d6e9465c5cf57d36e81726" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "204878d762f23e529fb2d25956ca4f7efa10d43597d6e9465c5cf57d36e81726", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "204878d762f23e529fb2d25956ca4f7efa10d43597d6e9465c5cf57d36e81726" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: binary `actix_http_debug` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../actix_http_debug
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `actix-http-debug`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:38:8
[INFO] [stderr]    |
[INFO] [stderr] 38 - name = "actix_http_debug"
[INFO] [stderr] 38 + name = "actix-http-debug"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `actix_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../actix_server
[INFO] [stderr]    |                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `actix-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:30:8
[INFO] [stderr]    |
[INFO] [stderr] 30 - name = "actix_server"
[INFO] [stderr] 30 + name = "actix-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `hello_rust` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../hello_rust
[INFO] [stderr]   |                          ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `hello-rust`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "hello_rust"
[INFO] [stderr] 2 + name = "hello-rust"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `hyper_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../hyper_server
[INFO] [stderr]    |                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `hyper-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:26:8
[INFO] [stderr]    |
[INFO] [stderr] 26 - name = "hyper_server"
[INFO] [stderr] 26 + name = "hyper-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `jsonrpsee_http` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /opt/rustwide/target/.../jsonrpsee_http
[INFO] [stderr]   |                          ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `jsonrpsee-http`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 - name = "jsonrpsee_http"
[INFO] [stderr] 6 + name = "jsonrpsee-http"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `rocket_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../rocket_server
[INFO] [stderr]    |                          ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rocket-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:34:8
[INFO] [stderr]    |
[INFO] [stderr] 34 - name = "rocket_server"
[INFO] [stderr] 34 + name = "rocket-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `tarpc_client` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../tarpc_client
[INFO] [stderr]    |                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `tarpc-client`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "tarpc_client"
[INFO] [stderr] 22 + name = "tarpc-client"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `tarpc_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../tarpc_server
[INFO] [stderr]    |                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `tarpc-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "tarpc_server"
[INFO] [stderr] 18 + name = "tarpc-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `tonic_client` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../tonic_client
[INFO] [stderr]    |                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `tonic-client`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 - name = "tonic_client"
[INFO] [stderr] 14 + name = "tonic-client"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `tonic_server` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../tonic_server
[INFO] [stderr]    |                          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `tonic-server`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "tonic_server"
[INFO] [stderr] 10 + name = "tonic-server"
[INFO] [stderr]    |
[INFO] [stderr] warning: `hello_rust` (manifest) generated 10 warnings
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.164
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking itoa v1.0.13
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling httparse v1.9.5
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking hashbrown v0.15.1
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.95
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling anyhow v1.0.93
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling wasm-bindgen v0.2.95
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]     Checking icu_properties_data v1.5.0
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling rustls v0.23.18
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking icu_normalizer_data v1.5.0
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cpufeatures v0.2.16
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling ref-cast v1.0.23
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling cc v1.2.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling prettyplease v0.2.25
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]     Checking rustls-native-certs v0.7.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling fastrand v2.2.0
[INFO] [stderr]    Compiling zstd-safe v7.2.1
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling tokio v1.41.1
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]     Checking inlinable_string v0.1.15
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling zstd-sys v2.0.13+zstd.1.5.6
[INFO] [stderr]    Compiling multimap v0.10.0
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.95
[INFO] [stderr]    Compiling tempfile v3.14.0
[INFO] [stderr]    Compiling devise_core v0.4.2
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking actix-service v2.0.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking brotli-decompressor v4.0.1
[INFO] [stderr]     Checking bytestring v1.4.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.95
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]     Checking flate2 v1.0.35
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.7
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.95
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling prost-derive v0.13.3
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.23
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.1
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking opentelemetry v0.26.0
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling hyper v0.14.31
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]     Checking pin-project v1.1.7
[INFO] [stderr]    Compiling enum-ordinalize v4.3.0
[INFO] [stderr]    Compiling devise_codegen v0.4.2
[INFO] [stderr]     Checking js-sys v0.3.72
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling educe v0.5.11
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]    Compiling devise v0.4.2
[INFO] [stderr]    Compiling prost v0.13.3
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling actix-router v0.5.3
[INFO] [stderr]    Compiling prost-types v0.13.3
[INFO] [stderr]     Checking brotli v6.0.0
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]    Compiling rocket v0.5.1
[INFO] [stderr]    Compiling prost-build v0.13.3
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.41.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=7c21c6e724e2bd69 -C extra-filename=-b564f4066b844b8a --out-dir /opt/rustwide/target/debug/build/tokio/b564f4066b844b8a/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d541ac7a75168aa5/out -L dependency=/opt/rustwide/target/debug/build/libc/7e2ce4dc83da3f63/out -L dependency=/opt/rustwide/target/debug/build/lock_api/74da742ede98e441/out -L dependency=/opt/rustwide/target/debug/build/log/5bba7294d90dc890/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/48c573029687cf0a/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/smallvec/4ed96af55ccf2e92/out --extern bytes=/opt/rustwide/target/debug/build/bytes/8e4293a600cd4db1/out/libbytes-8e4293a600cd4db1.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/7e2ce4dc83da3f63/out/liblibc-7e2ce4dc83da3f63.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/8a1e2f1a2c40d2b6/out/libmio-8a1e2f1a2c40d2b6.rmeta --extern parking_lot=/opt/rustwide/target/debug/build/parking_lot/a82212c491a5da99/out/libparking_lot-a82212c491a5da99.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/61fd4e4df647da40/out/libpin_project_lite-61fd4e4df647da40.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/4278eee4227b703f/out/libsignal_hook_registry-4278eee4227b703f.rmeta --extern socket2=/opt/rustwide/target/debug/build/socket2/c990a60f055d796f/out/libsocket2-c990a60f055d796f.rmeta --extern tokio_macros=/opt/rustwide/target/debug/build/tokio-macros/0899d9b738c19cd4/out/libtokio_macros-0899d9b738c19cd4.so --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "204878d762f23e529fb2d25956ca4f7efa10d43597d6e9465c5cf57d36e81726", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "204878d762f23e529fb2d25956ca4f7efa10d43597d6e9465c5cf57d36e81726", kill_on_drop: false }`
[INFO] [stdout] 204878d762f23e529fb2d25956ca4f7efa10d43597d6e9465c5cf57d36e81726
