[INFO] cloning repository https://github.com/innovabinaria/rust_dapr_nats_producer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/innovabinaria/rust_dapr_nats_producer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finnovabinaria%2Frust_dapr_nats_producer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finnovabinaria%2Frust_dapr_nats_producer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1c50996957b5f81a973a3080698b7b4c7cc503d4
[INFO] checking innovabinaria/rust_dapr_nats_producer against eff8269f797067c30555e77f160ec84c0ed15cd9 for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finnovabinaria%2Frust_dapr_nats_producer" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/innovabinaria/rust_dapr_nats_producer
[INFO] finished tweaking git repo https://github.com/innovabinaria/rust_dapr_nats_producer
[INFO] tweaked toml for git repo https://github.com/innovabinaria/rust_dapr_nats_producer written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/innovabinaria/rust_dapr_nats_producer on toolchain eff8269f797067c30555e77f160ec84c0ed15cd9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/innovabinaria/rust_dapr_nats_producer 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" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded trim-in-place v0.1.7
[INFO] [stderr]   Downloaded rust-ini v0.21.1
[INFO] [stderr]   Downloaded jiff-static v0.2.11
[INFO] [stderr]   Downloaded config v0.15.11
[INFO] [stderr]   Downloaded dapr v0.15.1
[INFO] [stderr]   Downloaded jiff v0.2.11
[INFO] [stderr]   Downloaded winnow v0.7.9
[INFO] [stderr]   Downloaded yaml-rust2 v0.10.1
[INFO] [stderr]   Downloaded dapr-macros v0.15.1
[INFO] [stderr]   Downloaded cc v1.2.21
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 554073b2de826652626a764f0d4f4fc8e2b467d3127ecd3e28d7498e954af7b0
[INFO] running `Command { std: "docker" "start" "554073b2de826652626a764f0d4f4fc8e2b467d3127ecd3e28d7498e954af7b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "554073b2de826652626a764f0d4f4fc8e2b467d3127ecd3e28d7498e954af7b0", 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" "554073b2de826652626a764f0d4f4fc8e2b467d3127ecd3e28d7498e954af7b0" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "554073b2de826652626a764f0d4f4fc8e2b467d3127ecd3e28d7498e954af7b0", 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" "554073b2de826652626a764f0d4f4fc8e2b467d3127ecd3e28d7498e954af7b0" "/opt/rustwide/cargo-home/bin/cargo" "+eff8269f797067c30555e77f160ec84c0ed15cd9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling cc v1.2.21
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling crunchy v0.2.3
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling prettyplease v0.2.32
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling socket2 v0.5.9
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling pest v2.8.0
[INFO] [stderr]     Checking serde_json v1.0.140
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling openssl-sys v0.9.108
[INFO] [stderr]    Compiling axum-core v0.3.4
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_locid v1.5.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/eff8269f797067c30555e77f160ec84c0ed15cd9/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/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 --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=4b684b4fc46dca58 -C extra-filename=-a1bfb260f05aa852 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-696d9749778e1593.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-07c61d5058b4388b.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-6ffab9ca72757bba.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-adfde0747c520c34.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-74a94107be1d212b.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-c3ca62d0afdb8ae3.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-1f22a69f7b139e0b.so --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" "554073b2de826652626a764f0d4f4fc8e2b467d3127ecd3e28d7498e954af7b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "554073b2de826652626a764f0d4f4fc8e2b467d3127ecd3e28d7498e954af7b0", kill_on_drop: false }`
[INFO] [stdout] 554073b2de826652626a764f0d4f4fc8e2b467d3127ecd3e28d7498e954af7b0
