[INFO] cloning repository https://github.com/queuetue/planter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/queuetue/planter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqueuetue%2Fplanter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqueuetue%2Fplanter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 29b0dc24764faa3f6d8828580c258992ec0e554a [INFO] testing queuetue/planter against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fqueuetue%2Fplanter" "/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/queuetue/planter [INFO] finished tweaking git repo https://github.com/queuetue/planter [INFO] tweaked toml for git repo https://github.com/queuetue/planter written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/queuetue/planter on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/queuetue/planter 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" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 109fe2199ca607739529c3666bb628db526dd28ef51aef0bdc78efd4e505279c [INFO] running `Command { std: "docker" "start" "-a" "109fe2199ca607739529c3666bb628db526dd28ef51aef0bdc78efd4e505279c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "109fe2199ca607739529c3666bb628db526dd28ef51aef0bdc78efd4e505279c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "109fe2199ca607739529c3666bb628db526dd28ef51aef0bdc78efd4e505279c", kill_on_drop: false }` [INFO] [stdout] 109fe2199ca607739529c3666bb628db526dd28ef51aef0bdc78efd4e505279c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e09be0046cea377c8e08aa0b9326e7f6fa372418d6401f2ed3e69f717942d12c [INFO] running `Command { std: "docker" "start" "-a" "e09be0046cea377c8e08aa0b9326e7f6fa372418d6401f2ed3e69f717942d12c", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.2.30 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling signal-hook-registry v1.4.5 [INFO] [stderr] Compiling mio v1.0.4 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling base64ct v1.8.0 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling serde_json v1.0.141 [INFO] [stderr] Compiling rustversion v1.0.21 [INFO] [stderr] Compiling rustls v0.23.29 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling ed25519 v2.2.3 [INFO] [stderr] Compiling parking_lot v0.12.4 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rustls-native-certs v0.7.3 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling sha1_smol v1.0.1 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling humantime v2.2.0 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling openssl-sys v0.9.109 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling nuid v0.5.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling tempfile v3.20.0 [INFO] [stderr] Compiling openssl v0.10.73 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling signatory v0.27.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling rustls-webpki v0.103.4 [INFO] [stderr] Compiling rustls-webpki v0.102.8 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling zerovec-derive v0.11.1 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.88 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling serde_repr v0.1.20 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling yoke v0.8.0 [INFO] [stderr] Compiling zerovec v0.11.2 [INFO] [stderr] Compiling zerotrie v0.2.2 [INFO] [stderr] Compiling ed25519-dalek v2.2.0 [INFO] [stderr] Compiling nkeys v0.4.5 [INFO] [stderr] Compiling tinystr v0.8.1 [INFO] [stderr] Compiling potential_utf v0.1.2 [INFO] [stderr] Compiling icu_collections v2.0.0 [INFO] [stderr] Compiling icu_locale_core v2.0.0 [INFO] [stderr] Compiling serde v1.0.219 [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 futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling url v2.5.4 [INFO] [stderr] Compiling bytes v1.10.1 [INFO] [stderr] Compiling deranged v0.4.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.17 [INFO] [stderr] Compiling serde_nanos v0.1.4 [INFO] [stderr] Compiling chrono v0.4.41 [INFO] [stderr] Compiling tokio v1.46.1 [INFO] [stderr] Compiling http v1.3.1 [INFO] [stderr] Compiling time v0.3.41 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling http-body-util v0.1.3 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling tokio-util v0.7.15 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.26.2 [INFO] [stderr] Compiling tryhard v0.5.2 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling tower-http v0.6.6 [INFO] [stderr] Compiling h2 v0.4.11 [INFO] [stderr] Compiling combine v4.6.7 [INFO] [stderr] Compiling async-nats v0.36.0 [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling redis v0.25.4 [INFO] [stderr] Compiling hyper-util v0.1.15 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.22 [INFO] [stderr] Compiling planter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `RedisEventBus` [INFO] [stdout] --> src/log/mod.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | pub use service::{RedisEventBus, LoggingService}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nats_client` [INFO] [stdout] --> src/main.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | let nats_client = if let Ok(nats_url) = std::env::var("NATS_URL") { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nats_client` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `set_bus` is never used [INFO] [stdout] --> src/log/event_bus.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn set_bus(bus: Box) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_plan_logs` is never used [INFO] [stdout] --> src/log/storage.rs:105:18 [INFO] [stdout] | [INFO] [stdout] 52 | impl LogStorage { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 105 | pub async fn get_plan_logs(&self, plan_id: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `RedisEventBus` is never constructed [INFO] [stdout] --> src/log/service.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct RedisEventBus { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/log/service.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 9 | impl RedisEventBus { [INFO] [stdout] | ------------------ associated function in this implementation [INFO] [stdout] 10 | pub fn new(redis_client: RedisClient) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_plan_logs` is never used [INFO] [stdout] --> src/log/service.rs:106:18 [INFO] [stdout] | [INFO] [stdout] 40 | impl LoggingService { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 106 | pub async fn get_plan_logs(&self, plan_id: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `connect` is never used [INFO] [stdout] --> src/nats/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | pub async fn connect(url: &str) -> Result> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/nats/session.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl NatsSession { [INFO] [stdout] | ---------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 29 | pub fn control_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub fn log_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | pub fn events_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn state_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub fn get_state_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | pub fn diff_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | pub async fn send_control(&self, command: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | pub async fn publish_state(&self, phase_id: String, status: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 80 | pub async fn publish_log(&self, phase_id: Option, level: String, message: String) -> Result<(), Box Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | pub async fn subscribe_start(&self) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `server_url` is never read [INFO] [stdout] --> src/nats/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct NatsClient { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 8 | client: Client, [INFO] [stdout] 9 | server_url: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `session_with_id`, `health_check`, `server_info`, and `subscribe_all_sessions` are never used [INFO] [stdout] --> src/nats/client.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl NatsClient { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn session_with_id(&self, session_id: String) -> NatsSession { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub async fn health_check(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn server_info(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | pub async fn subscribe_all_sessions(&self) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ControlMessage` is never constructed [INFO] [stdout] --> src/nats/messages.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct ControlMessage { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StateMessage` is never constructed [INFO] [stdout] --> src/nats/messages.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct StateMessage { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LogMessage` is never constructed [INFO] [stdout] --> src/nats/messages.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct LogMessage { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `SessionMessage` is never used [INFO] [stdout] --> src/nats/messages.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | pub enum SessionMessage { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `SessionControl` is never used [INFO] [stdout] --> src/nats/messages.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | pub enum SessionControl { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.25.4 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "e09be0046cea377c8e08aa0b9326e7f6fa372418d6401f2ed3e69f717942d12c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e09be0046cea377c8e08aa0b9326e7f6fa372418d6401f2ed3e69f717942d12c", kill_on_drop: false }` [INFO] [stdout] e09be0046cea377c8e08aa0b9326e7f6fa372418d6401f2ed3e69f717942d12c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f74bb708df2f6879be80317b3fa9fb62deb11d8cdd78b48c236b292516e4e98a [INFO] running `Command { std: "docker" "start" "-a" "f74bb708df2f6879be80317b3fa9fb62deb11d8cdd78b48c236b292516e4e98a", kill_on_drop: false }` [INFO] [stderr] Compiling hyper v1.6.0 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling hyper-util v0.1.15 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling axum v0.7.9 [INFO] [stderr] Compiling reqwest v0.12.22 [INFO] [stderr] Compiling planter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/diff/plan/tests.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/executor/driver/tests.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/executor/hooks/tests.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `LoggingService` [INFO] [stdout] --> tests/endpoints_integration.rs:8:33 [INFO] [stdout] | [INFO] [stdout] 8 | use planter::log::{init_logger, LoggingService}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::net::SocketAddr` [INFO] [stdout] --> tests/shutdown_reload_real.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::net::SocketAddr; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Child` [INFO] [stdout] --> tests/shutdown_reload_real.rs:6:29 [INFO] [stdout] | [INFO] [stdout] 6 | use std::process::{Command, Child}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::thread` [INFO] [stdout] --> tests/shutdown_reload_real.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use std::thread; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `post` [INFO] [stdout] --> tests/sync_from_integration.rs:7:35 [INFO] [stdout] | [INFO] [stdout] 7 | use axum::{Router, routing::{get, post}}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `session_id` [INFO] [stdout] --> tests/nats_session_integration.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | let session_id = session.session_id.clone(); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_session_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RedisEventBus` [INFO] [stdout] --> src/log/mod.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | pub use service::{RedisEventBus, LoggingService}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `RedisEventBus` [INFO] [stdout] --> src/log/mod.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | pub use service::{RedisEventBus, LoggingService}; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/diff/plan/tests.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/executor/driver/tests.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/executor/hooks/tests.rs:3:9 [INFO] [stdout] | [INFO] [stdout] 3 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state_sub` [INFO] [stdout] --> tests/nats_http_integration.rs:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | let state_sub = peer_client.subscribe(state_subject.clone()).await.unwrap(); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_state_sub` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `log_sub` [INFO] [stdout] --> tests/nats_http_integration.rs:176:9 [INFO] [stdout] | [INFO] [stdout] 176 | let log_sub = peer_client.subscribe(log_subject.clone()).await.unwrap(); [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_log_sub` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcYKhW2Y/symbols.o" "<3 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libplanter-827bd48ca7b7fe4b,libtempfile-8d2ca2723e06c9e4,libfastrand-74ae4622d963d882,librustix-b5d5c116fcdd431b,liblinux_raw_sys-3ad707107d7cedd3,libhumantime-9dcfc412a2bcaf9a,liblazy_static-afffdbb119bd9ac1,libuuid-9a27a03728474f4a,libgetrandom-740e7b5d6d0817be,libasync_nats-a341b5a597d0b7e1,librustls_native_certs-8c938bb5b477b072,librustls_pemfile-9754edcc47083710,libserde_nanos-a11d077d1d4a2254,libtryhard-99701898d6b1dcd9,libnuid-f1cd2934e3652510,libwebpki-e9a5f63a781b5288,libtime-fbbceea0b0235e61,libtime_core-ba5abd5afeccc7b5,libnum_conv-d31d2cdd240da3de,libderanged-9b29fe9ce8d9a85c,libpowerfmt-521a460cc2ff4e45,libportable_atomic-5f2e1d63f3a11700,libregex-c94f6af0a8dcb078,libregex_automata-86bba6ed228f6579,libaho_corasick-e86d35dad3c7fe93,libregex_syntax-3727c38b46230be4,libnkeys-493f60fac85de622,libdata_encoding-6e8c651bc486090c,libsignatory-a085f13b35ca139b,libpkcs8-be4d93cb633db7f6,libspki-dc3827831858d80c,libder-57836cb063f6231e,libpem_rfc7468-94e93e4118fd340e,libbase64ct-11d3c7c4ab85b8da,libconst_oid-31bf52a9edb7c9ff,librand-22aac44b3fb61588,librand_chacha-1835935a79b3d0ba,libppv_lite86-745c780cbfef83bc,libzerocopy-429829aa0665372b,librand_core-f1e5d7c27f8e8cb6,libed25519_dalek-decd2b0390e9e740,libsha2-8298cf246f6dd915,libcurve25519_dalek-ba5c25cec62a49ae,libcpufeatures-bb85f9e0eaf4b5a3,libed25519-f308d4b2394328db,libsignature-dcc4e3d68e805dc1,libdigest-f42eab8a23200ea3,libblock_buffer-69b2399560e8742f,libcrypto_common-66edc97558ab7ca9,libgeneric_array-86881b7c29aa25eb,libtypenum-0448dfa6533ed2e8,libtokio_rustls-5c55e3358c91830d,librustls-8e5a6481bfaf3fa8,libsubtle-e2f0af8959bd7889,libwebpki-e62fd834bc37adc0,libring-30710638f09d37db,libgetrandom-a15cee17ce946a1c,libuntrusted-151845769873c416,libfutures-16f7d43238a0766a,libfutures_executor-6c5bdbd0df8505c9,libthiserror-1282ff73cf9cfe28,libredis-e56ad43cff52eec3,libsha1_smol-538f4627c693850a,libcombine-0d0d086d4892778a,libaxum-f5b4c7215612faf8,libserde_path_to_error-667ec3b67330720e,libmatchit-994b7d2346168c4c,libaxum_core-44da527a2ad3d0f5,libchrono-b2e293da91077d49,libiana_time_zone-4ff00b44c3c16daa,libnum_traits-c33a51d2327c8d61}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libreqwest-0283648773aaa501,libserde_urlencoded-3ad14ff8b88990a4,librustls_pki_types-9954fd240514b53c,libzeroize-fabec83a71c28d82,libhyper_tls-eb0e590a52470260,libtokio_native_tls-bcfe7a8c0b0deba1,libmime-7cbfcc84299bf52b,libencoding_rs-140b061c9213f590,libserde_json-bf21169f98096b9d,libryu-f1418741a05f84c6,libtower_http-6c55669bd330a1bb,libiri_string-78898a3d7d778ef5,libtower-215d4a47b2dd9eb3,libtower_layer-5699d784b4449e00,libnative_tls-054129abc073973b,libopenssl_probe-d74274d8b7245f2e,libopenssl-925a7ce69e83a10d,libbitflags-3e5fc0b9a597167a,libforeign_types-5f537df59e969067,libforeign_types_shared-eb5f1cae025af37f,libopenssl_sys-9c8286385b0bc345,libhyper_util-a7c4a4f1ce78ca85,libbase64-fff42f7554bbeb90,libipnet-7f24c5b85fa70b77,libtower_service-222788e4f5219726,libhyper-03461b314595c036,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libh2-e29b581628a01cdc,libtracing-c8450b7dc86ed54c,libtracing_core-8dda8360ca83487e,libonce_cell-db8f3eed2a1f3f7b,libindexmap-f34aa63359e7e2eb,libequivalent-9631f206a02b9f54,libhashbrown-9cffc267c59929e3,libatomic_waker-f98c2fb1596910db,libtokio_util-c261c0f130967f26,libhttpdate-fd089b66c335a993,libfutures_util-bad6008852340252,libmemchr-68452485f2c33fee,libfutures_io-de365546141a7cae,libslab-2b1bc74cc8c02a09,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libtokio-74035f5f5242de48,libsignal_hook_registry-c9c3dad00c22134f,libsocket2-c9e344f59810649f,libmio-93f9491c280d5226,libparking_lot-fe70b8d4729e0859,libparking_lot_core-c048d3b1787371ba,liblibc-0d953531f2bb7a47,libcfg_if-6a6f703e7144cd38,liblock_api-ccf13efd4e88e514,libscopeguard-88d64e99d3001c2a,libhttp_body_util-e2ffaa19151dd47c,libpin_project_lite-5ffafa3f2ed0bb57,libhttp_body-b18181814117a15b,liblog-7a84f66deca8d420,liburl-844e6d677beefa20,libidna-6e22502be1aacb79,libutf8_iter-efb3984ee203d151,libidna_adapter-a5db6da099f88bcb,libicu_properties-2579972b4f54c135,libicu_properties_data-3ce857fd8af40458,libicu_normalizer-fa198cc496f8c600,libsmallvec-128704011005142e,libicu_normalizer_data-36a6e4b72d993458,libicu_collections-311390797458245f,libpotential_utf-f3f76c57e2f37903,libicu_provider-4f576ec97f3d7cc1,libicu_locale_core-c56cce8494eb9a44,libtinystr-f32e15cd8750f76f,liblitemap-7055f24027520888,libwriteable-39ee9a118905f912,libzerovec-127d1eab9fd4763f,libzerotrie-f2d6bf55e0e8ef72,libyoke-9c2d601928f90633,libstable_deref_trait-456565f84dafac83,libzerofrom-a0caf7b58bc66f13,libform_urlencoded-79e0e98fcd485548,libpercent_encoding-7f7ecf94013a574b,libhttp-dddd1ac819429104,libitoa-7e733f37fe56f881,libbytes-eef4487f62c55d8f,libserde-3e72a1d4f6b7b61b,libfnv-2a26f5d3b9cd4973,libsync_wrapper-c4446c9ab9748a89,libfutures_core-c23514cefd9aa7c7}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcYKhW2Y/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-8a4dd6f5848fdecc/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/shutdown_reload_real-89609995444eb44e" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `planter` (test "shutdown_reload_real") due to 1 previous error; 3 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcOKEBoM/symbols.o" "<7 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libplanter-827bd48ca7b7fe4b,libtempfile-8d2ca2723e06c9e4,libfastrand-74ae4622d963d882,librustix-b5d5c116fcdd431b,libbitflags-3e5fc0b9a597167a,liblinux_raw_sys-3ad707107d7cedd3,libhumantime-9dcfc412a2bcaf9a,liblazy_static-afffdbb119bd9ac1,libuuid-9a27a03728474f4a,libgetrandom-740e7b5d6d0817be,libasync_nats-a341b5a597d0b7e1,librustls_native_certs-8c938bb5b477b072,libopenssl_probe-d74274d8b7245f2e,librustls_pemfile-9754edcc47083710,libserde_nanos-a11d077d1d4a2254,libtryhard-99701898d6b1dcd9,libnuid-f1cd2934e3652510,libwebpki-e9a5f63a781b5288,libtime-fbbceea0b0235e61,libtime_core-ba5abd5afeccc7b5,libnum_conv-d31d2cdd240da3de,libderanged-9b29fe9ce8d9a85c,libpowerfmt-521a460cc2ff4e45,libportable_atomic-5f2e1d63f3a11700,libregex-c94f6af0a8dcb078,libregex_automata-86bba6ed228f6579,libaho_corasick-e86d35dad3c7fe93,libregex_syntax-3727c38b46230be4,libnkeys-493f60fac85de622,libdata_encoding-6e8c651bc486090c,libsignatory-a085f13b35ca139b,libpkcs8-be4d93cb633db7f6,libspki-dc3827831858d80c,libder-57836cb063f6231e,libpem_rfc7468-94e93e4118fd340e,libbase64ct-11d3c7c4ab85b8da,libconst_oid-31bf52a9edb7c9ff,librand-22aac44b3fb61588,librand_chacha-1835935a79b3d0ba,libppv_lite86-745c780cbfef83bc,libzerocopy-429829aa0665372b,librand_core-f1e5d7c27f8e8cb6,libed25519_dalek-decd2b0390e9e740,libsha2-8298cf246f6dd915,libcurve25519_dalek-ba5c25cec62a49ae,libcpufeatures-bb85f9e0eaf4b5a3,libed25519-f308d4b2394328db,libsignature-dcc4e3d68e805dc1,libdigest-f42eab8a23200ea3,libblock_buffer-69b2399560e8742f,libcrypto_common-66edc97558ab7ca9,libgeneric_array-86881b7c29aa25eb,libtypenum-0448dfa6533ed2e8,libtokio_rustls-5c55e3358c91830d,librustls-8e5a6481bfaf3fa8,libsubtle-e2f0af8959bd7889,libwebpki-e62fd834bc37adc0,libring-30710638f09d37db,libgetrandom-a15cee17ce946a1c,libuntrusted-151845769873c416,librustls_pki_types-9954fd240514b53c,libzeroize-fabec83a71c28d82,libfutures-16f7d43238a0766a,libfutures_executor-6c5bdbd0df8505c9,libthiserror-1282ff73cf9cfe28,libredis-e56ad43cff52eec3,liburl-844e6d677beefa20,libidna-6e22502be1aacb79,libutf8_iter-efb3984ee203d151,libidna_adapter-a5db6da099f88bcb,libicu_properties-2579972b4f54c135,libicu_properties_data-3ce857fd8af40458,libicu_normalizer-fa198cc496f8c600,libicu_normalizer_data-36a6e4b72d993458,libicu_collections-311390797458245f,libpotential_utf-f3f76c57e2f37903,libicu_provider-4f576ec97f3d7cc1,libicu_locale_core-c56cce8494eb9a44,libtinystr-f32e15cd8750f76f,liblitemap-7055f24027520888,libwriteable-39ee9a118905f912,libzerovec-127d1eab9fd4763f,libzerotrie-f2d6bf55e0e8ef72,libyoke-9c2d601928f90633,libstable_deref_trait-456565f84dafac83,libzerofrom-a0caf7b58bc66f13,libsha1_smol-538f4627c693850a,libcombine-0d0d086d4892778a,libaxum-f5b4c7215612faf8,libserde_path_to_error-667ec3b67330720e,libserde_json-bf21169f98096b9d,libserde_urlencoded-3ad14ff8b88990a4,libryu-f1418741a05f84c6,libform_urlencoded-79e0e98fcd485548,libhyper_util-a7c4a4f1ce78ca85,libbase64-fff42f7554bbeb90,libpercent_encoding-7f7ecf94013a574b,libipnet-7f24c5b85fa70b77,libhyper-03461b314595c036,libwant-4a0be0a267c8825f,libtry_lock-b2ba3b7879656042,libhttparse-2dcf90c780aed9d3,libh2-e29b581628a01cdc,libindexmap-f34aa63359e7e2eb,libequivalent-9631f206a02b9f54,libhashbrown-9cffc267c59929e3,libatomic_waker-f98c2fb1596910db,libtokio_util-c261c0f130967f26,libhttpdate-fd089b66c335a993,libmatchit-994b7d2346168c4c,libaxum_core-44da527a2ad3d0f5,libmime-7cbfcc84299bf52b,libhttp_body_util-e2ffaa19151dd47c,libhttp_body-b18181814117a15b,libhttp-dddd1ac819429104,libitoa-7e733f37fe56f881,libfnv-2a26f5d3b9cd4973,libtracing-c8450b7dc86ed54c,liblog-7a84f66deca8d420,libtracing_core-8dda8360ca83487e,libonce_cell-db8f3eed2a1f3f7b,libtower-215d4a47b2dd9eb3,libsync_wrapper-c4446c9ab9748a89,libfutures_util-bad6008852340252,libmemchr-68452485f2c33fee,libfutures_io-de365546141a7cae,libslab-2b1bc74cc8c02a09,libfutures_channel-f8b566c7bd079e89,libfutures_sink-bb58a37a11906cee,libfutures_task-0897da15ce1c548c,libpin_utils-edd6e294c1e21a4f,libtower_layer-5699d784b4449e00,libtower_service-222788e4f5219726,libchrono-b2e293da91077d49,libiana_time_zone-4ff00b44c3c16daa,libnum_traits-c33a51d2327c8d61,libtokio_stream-5faa148119468d08,libfutures_core-c23514cefd9aa7c7,libtokio-74035f5f5242de48,libsignal_hook_registry-c9c3dad00c22134f,libsocket2-c9e344f59810649f,libbytes-eef4487f62c55d8f,libserde-3e72a1d4f6b7b61b,libmio-93f9491c280d5226,libparking_lot-fe70b8d4729e0859,libparking_lot_core-c048d3b1787371ba,liblibc-0d953531f2bb7a47,libcfg_if-6a6f703e7144cd38,libsmallvec-128704011005142e,liblock_api-ccf13efd4e88e514,libscopeguard-88d64e99d3001c2a,libpin_project_lite-5ffafa3f2ed0bb57}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcOKEBoM/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-8a4dd6f5848fdecc/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nats_session_integration-b4c5dc24332c82a8" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `planter` (test "nats_session_integration") due to 1 previous error; 1 warning emitted [INFO] [stdout] warning: unused variable: `nats_client` [INFO] [stdout] --> src/main.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | let nats_client = if let Ok(nats_url) = std::env::var("NATS_URL") { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nats_client` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `nats_client` [INFO] [stdout] --> src/main.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | let nats_client = if let Ok(nats_url) = std::env::var("NATS_URL") { [INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_nats_client` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DefaultBus` is never constructed [INFO] [stdout] --> src/log/event_bus.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct DefaultBus; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `set_bus` is never used [INFO] [stdout] --> src/log/event_bus.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn set_bus(bus: Box) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_plan_logs` is never used [INFO] [stdout] --> src/log/storage.rs:105:18 [INFO] [stdout] | [INFO] [stdout] 52 | impl LogStorage { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 105 | pub async fn get_plan_logs(&self, plan_id: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `RedisEventBus` is never constructed [INFO] [stdout] --> src/log/service.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct RedisEventBus { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/log/service.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 9 | impl RedisEventBus { [INFO] [stdout] | ------------------ associated function in this implementation [INFO] [stdout] 10 | pub fn new(redis_client: RedisClient) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_plan_logs` is never used [INFO] [stdout] --> src/log/service.rs:106:18 [INFO] [stdout] | [INFO] [stdout] 40 | impl LoggingService { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 106 | pub async fn get_plan_logs(&self, plan_id: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `connect` is never used [INFO] [stdout] --> src/nats/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | pub async fn connect(url: &str) -> Result> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/nats/session.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl NatsSession { [INFO] [stdout] | ---------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 29 | pub fn control_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub fn log_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | pub fn events_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn state_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub fn get_state_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | pub fn diff_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | pub async fn send_control(&self, command: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | pub async fn publish_state(&self, phase_id: String, status: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 80 | pub async fn publish_log(&self, phase_id: Option, level: String, message: String) -> Result<(), Box Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | pub async fn subscribe_start(&self) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `server_url` is never read [INFO] [stdout] --> src/nats/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct NatsClient { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 8 | client: Client, [INFO] [stdout] 9 | server_url: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `session_with_id`, `health_check`, `server_info`, and `subscribe_all_sessions` are never used [INFO] [stdout] --> src/nats/client.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl NatsClient { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn session_with_id(&self, session_id: String) -> NatsSession { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub async fn health_check(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn server_info(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | pub async fn subscribe_all_sessions(&self) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ControlMessage` is never constructed [INFO] [stdout] --> src/nats/messages.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct ControlMessage { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StateMessage` is never constructed [INFO] [stdout] --> src/nats/messages.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct StateMessage { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LogMessage` is never constructed [INFO] [stdout] --> src/nats/messages.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct LogMessage { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `SessionMessage` is never used [INFO] [stdout] --> src/nats/messages.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | pub enum SessionMessage { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `SessionControl` is never used [INFO] [stdout] --> src/nats/messages.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | pub enum SessionControl { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `set_bus` is never used [INFO] [stdout] --> src/log/event_bus.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn set_bus(bus: Box) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_plan_logs` is never used [INFO] [stdout] --> src/log/storage.rs:105:18 [INFO] [stdout] | [INFO] [stdout] 52 | impl LogStorage { [INFO] [stdout] | --------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 105 | pub async fn get_plan_logs(&self, plan_id: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `RedisEventBus` is never constructed [INFO] [stdout] --> src/log/service.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct RedisEventBus { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> src/log/service.rs:10:12 [INFO] [stdout] | [INFO] [stdout] 9 | impl RedisEventBus { [INFO] [stdout] | ------------------ associated function in this implementation [INFO] [stdout] 10 | pub fn new(redis_client: RedisClient) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `get_plan_logs` is never used [INFO] [stdout] --> src/log/service.rs:106:18 [INFO] [stdout] | [INFO] [stdout] 40 | impl LoggingService { [INFO] [stdout] | ------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 106 | pub async fn get_plan_logs(&self, plan_id: &str) -> Result, Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `connect` is never used [INFO] [stdout] --> src/nats/mod.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | pub async fn connect(url: &str) -> Result> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple methods are never used [INFO] [stdout] --> src/nats/session.rs:29:12 [INFO] [stdout] | [INFO] [stdout] 14 | impl NatsSession { [INFO] [stdout] | ---------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 29 | pub fn control_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 33 | pub fn log_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 37 | pub fn events_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn state_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 45 | pub fn get_state_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 49 | pub fn diff_subject(&self) -> String { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 62 | pub async fn send_control(&self, command: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 70 | pub async fn publish_state(&self, phase_id: String, status: String) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 80 | pub async fn publish_log(&self, phase_id: Option, level: String, message: String) -> Result<(), Box Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 96 | pub async fn subscribe_start(&self) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `server_url` is never read [INFO] [stdout] --> src/nats/client.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct NatsClient { [INFO] [stdout] | ---------- field in this struct [INFO] [stdout] 8 | client: Client, [INFO] [stdout] 9 | server_url: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `session_with_id`, `health_check`, `server_info`, and `subscribe_all_sessions` are never used [INFO] [stdout] --> src/nats/client.rs:41:12 [INFO] [stdout] | [INFO] [stdout] 12 | impl NatsClient { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 41 | pub fn session_with_id(&self, session_id: String) -> NatsSession { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 46 | pub async fn health_check(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 55 | pub fn server_info(&self) -> &str { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 60 | pub async fn subscribe_all_sessions(&self) -> Result> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ControlMessage` is never constructed [INFO] [stdout] --> src/nats/messages.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct ControlMessage { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `StateMessage` is never constructed [INFO] [stdout] --> src/nats/messages.rs:18:12 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct StateMessage { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `LogMessage` is never constructed [INFO] [stdout] --> src/nats/messages.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct LogMessage { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `SessionMessage` is never used [INFO] [stdout] --> src/nats/messages.rs:37:10 [INFO] [stdout] | [INFO] [stdout] 37 | pub enum SessionMessage { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `SessionControl` is never used [INFO] [stdout] --> src/nats/messages.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | pub enum SessionControl { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f74bb708df2f6879be80317b3fa9fb62deb11d8cdd78b48c236b292516e4e98a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f74bb708df2f6879be80317b3fa9fb62deb11d8cdd78b48c236b292516e4e98a", kill_on_drop: false }` [INFO] [stdout] f74bb708df2f6879be80317b3fa9fb62deb11d8cdd78b48c236b292516e4e98a