[INFO] cloning repository https://github.com/Lispython/kafka-replicator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lispython/kafka-replicator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLispython%2Fkafka-replicator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLispython%2Fkafka-replicator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e22a1c2268c07b1af32938a13221f0d7fa1cb9af [INFO] testing Lispython/kafka-replicator against 1.59.0 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLispython%2Fkafka-replicator" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Lispython/kafka-replicator on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Lispython/kafka-replicator [INFO] finished tweaking git repo https://github.com/Lispython/kafka-replicator [INFO] tweaked toml for git repo https://github.com/Lispython/kafka-replicator written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/Lispython/kafka-replicator already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a7568bc980da07cd6469bbdd6d95c5cb8e24909ade94bca9e8c5afc42a295b5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5a7568bc980da07cd6469bbdd6d95c5cb8e24909ade94bca9e8c5afc42a295b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a7568bc980da07cd6469bbdd6d95c5cb8e24909ade94bca9e8c5afc42a295b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a7568bc980da07cd6469bbdd6d95c5cb8e24909ade94bca9e8c5afc42a295b5", kill_on_drop: false }` [INFO] [stdout] 5a7568bc980da07cd6469bbdd6d95c5cb8e24909ade94bca9e8c5afc42a295b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8347c8a5b372c5ed22683adfdb85fb95a37243b59cd6657b28884d9638462ef [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f8347c8a5b372c5ed22683adfdb85fb95a37243b59cd6657b28884d9638462ef", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling bytes v0.5.5 [INFO] [stderr] Compiling once_cell v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling arc-swap v0.4.7 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling cc v1.0.57 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling serde v1.0.114 [INFO] [stderr] Compiling smallvec v1.4.1 [INFO] [stderr] Compiling tinyvec v0.3.3 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling serde_json v1.0.56 [INFO] [stderr] Compiling encoding_rs v0.8.23 [INFO] [stderr] Compiling dtoa v0.4.6 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling protobuf v2.16.2 [INFO] [stderr] Compiling prometheus v0.9.0 [INFO] [stderr] Compiling byte-unit v4.0.6 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling rdkafka-sys v1.3.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.3 [INFO] [stderr] Compiling proc-macro-error v1.0.3 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling unicode-normalization v0.1.13 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling flate2 v1.0.16 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling pretty-bytes v0.2.2 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling chrono v0.4.13 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling ctrlc v3.1.5 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling tokio-macros v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling derive_more v0.99.9 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling enum-as-inner v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.36 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling actix-web-codegen v0.2.2 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling structopt-derive v0.4.8 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling pin-project v0.4.22 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling structopt v0.3.15 [INFO] [stderr] Compiling actix-threadpool v0.3.2 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling actix-codec v0.2.0 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling actix-service v1.0.5 [INFO] [stderr] Compiling h2 v0.2.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Compiling actix-utils v1.0.6 [INFO] [stderr] Compiling actix-server v1.0.3 [INFO] [stderr] Compiling actix-tls v1.0.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling actix-router v0.2.4 [INFO] [stderr] Compiling serde_yaml v0.8.13 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Compiling proc-macro-crate v0.1.4 [INFO] [stderr] Compiling num_enum_derive v0.4.3 [INFO] [stderr] Compiling actix-connect v1.0.2 [INFO] [stderr] Compiling actix-http v1.0.1 [INFO] [stderr] Compiling num_enum v0.4.3 [INFO] [stderr] Compiling rdkafka v0.23.1 [INFO] [stderr] Compiling awc v1.0.1 [INFO] [stderr] Compiling actix-web v2.0.0 [INFO] [stderr] Compiling kafka-replicator v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> src/lib.rs:12:1 [INFO] [stdout] | [INFO] [stdout] 12 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Arc`, `AtomicUsize`, `Ordering`, `VarError`, `collections::HashMap`, `self`, `time::Duration` [INFO] [stdout] --> src/utils.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | collections::HashMap, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | env::{self, VarError}, [INFO] [stdout] | ^^^^ ^^^^^^^^ [INFO] [stdout] 11 | sync::{ [INFO] [stdout] 12 | atomic::{AtomicUsize, Ordering}, [INFO] [stdout] | ^^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] 13 | Arc, [INFO] [stdout] | ^^^ [INFO] [stdout] 14 | }, [INFO] [stdout] 15 | time::Duration, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `serde_json` [INFO] [stdout] --> src/utils.rs:18:5 [INFO] [stdout] | [INFO] [stdout] 18 | use serde_json; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `toml` [INFO] [stdout] --> src/utils.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use toml; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `errors` [INFO] [stdout] --> src/utils.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | use super::{config, errors}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `process` [INFO] [stdout] --> src/config.rs:1:31 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{convert::From, fmt, process, thread}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `error::Error` [INFO] [stdout] --> src/config.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | error::Error, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `delay_for` [INFO] [stdout] --> src/config.rs:13:19 [INFO] [stdout] | [INFO] [stdout] 13 | use tokio::time::{delay_for}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BorrowedHeaders`, `DefaultConsumerContext`, `MessageStream`, `OwnedMessage`, `ToBytes`, `groups::GroupList`, `util::Timeout` [INFO] [stdout] --> src/config.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 19 | stream_consumer::{MessageStream, StreamConsumer}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 20 | Consumer, ConsumerContext, DefaultConsumerContext, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 24 | BorrowedHeaders, BorrowedMessage, Headers, Message, OwnedHeaders, OwnedMessage, ToBytes, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 28 | util::Timeout, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 29 | TopicPartitionList, topic_partition_list::TopicPartitionListElem, groups::GroupList, metadata::Metadata, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `future` [INFO] [stdout] --> src/config.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | use futures::{future, stream::StreamExt}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `VarError`, `self` [INFO] [stdout] --> src/config.rs:35:11 [INFO] [stdout] | [INFO] [stdout] 35 | env::{self, VarError}, [INFO] [stdout] | ^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::error::Error` [INFO] [stdout] --> src/errors.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `IntCounter`, `IntGauge` [INFO] [stdout] --> src/metrics.rs:1:33 [INFO] [stdout] | [INFO] [stdout] 1 | use prometheus::{self, Encoder, IntCounter, IntGauge, IntGaugeVec, TextEncoder, Registry, Opts, GaugeVec, IntCounterVec}; [INFO] [stdout] | ^^^^^^^^^^ ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `env` [INFO] [stdout] --> src/metrics.rs:3:11 [INFO] [stdout] | [INFO] [stdout] 3 | use std::{env, io, collections::HashMap, sync::{Arc, Mutex}, marker::Send}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `get` [INFO] [stdout] --> src/metrics.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use actix_web::{get, web, App, HttpServer, Responder, middleware}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/config.rs:267:12 [INFO] [stdout] | [INFO] [stdout] 267 | fn add(mut self, other: DeltaStorage) -> Self::Output { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/config.rs:1010:17 [INFO] [stdout] | [INFO] [stdout] 1010 | &upstream_client.set("auto.offset.reset", "earliest"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 1010 | let _ = &upstream_client.set("auto.offset.reset", "earliest"); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> src/config.rs:1013:17 [INFO] [stdout] | [INFO] [stdout] 1013 | &upstream_client.set("auto.offset.reset", "latest"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 1013 | let _ = &upstream_client.set("auto.offset.reset", "latest"); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rc::Rc` [INFO] [stdout] --> src/main.rs:7:11 [INFO] [stdout] | [INFO] [stdout] 7 | use std::{rc::Rc, sync::{Arc, atomic::{Ordering, AtomicBool}, Mutex}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | rt.block_on(run_replicator(config, Arc::clone(&running), replicator_metrics.clone())); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BorrowedHeaders`, `ClientContext`, `Headers` [INFO] [stdout] --> src/producer.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | client::{ClientContext, DefaultClientContext}, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 8 | message::{BorrowedHeaders, Headers, Message, OwnedHeaders}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Duration`, `SystemTime` [INFO] [stdout] --> src/producer.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | time::{Duration, Instant, SystemTime}, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio` [INFO] [stdout] --> src/observer.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use tokio; [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BorrowedHeaders`, `ClientContext`, `DefaultClientContext`, `FutureProducer`, `FutureRecord`, `Headers`, `Message`, `OwnedHeaders`, `util::Timeout` [INFO] [stdout] --> src/observer.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | client::{ClientContext, DefaultClientContext}, [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | message::{BorrowedHeaders, Headers, Message, OwnedHeaders}, [INFO] [stdout] | ^^^^^^^^^^^^^^^ ^^^^^^^ ^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 11 | producer::{FutureProducer, FutureRecord}, [INFO] [stdout] | ^^^^^^^^^^^^^^ ^^^^^^^^^^^^ [INFO] [stdout] 12 | util::Timeout, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Duration`, `SystemTime`, `error::Error`, `marker::Copy` [INFO] [stdout] --> src/observer.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | error::Error, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 17 | marker::Copy, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 18 | time::{Duration, SystemTime}, [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `App`, `HttpResponse`, `HttpServer`, `web` [INFO] [stdout] --> src/observer.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | use actix_web::{web, App, HttpResponse, HttpServer}; [INFO] [stdout] | ^^^ ^^^ ^^^^^^^^^^^^ ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `collections::HashMap` [INFO] [stdout] --> src/observer.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 23 | use std::{collections::HashMap, path::PathBuf, sync::{atomic::{Ordering, AtomicBool}, Arc, Mutex}}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Encoder`, `IntCounter`, `IntGauge`, `Registry`, `TextEncoder`, `labels` [INFO] [stdout] --> src/observer.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | use prometheus::{self, IntGauge, IntCounter, TextEncoder, Encoder, Registry, labels}; [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^ ^^^^^^^^^^^ ^^^^^^^ ^^^^^^^^ ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Message` [INFO] [stdout] --> src/producer.rs:8:41 [INFO] [stdout] | [INFO] [stdout] 8 | message::{BorrowedHeaders, Headers, Message, OwnedHeaders}, [INFO] [stdout] | ^^^^^^^ [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/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.kafka_replicator.4858ea2d-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b.24lt2aci78d52anu.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/brotli-sys-7e1cfee00b2c6d95/out" "-L" "/opt/rustwide/target/debug/build/rdkafka-sys-0576891d14e80dce/out/src" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libctrlc-58d9614980950026.rlib" "/opt/rustwide/target/debug/deps/libnix-c268494d84bdda64.rlib" "/opt/rustwide/target/debug/deps/libvoid-601034c5058ec8c7.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-411af0050d9de386.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-98509e9c1e8eea64.rlib" "/opt/rustwide/target/debug/deps/libhumantime-0ad7ae6487dc00f7.rlib" "/opt/rustwide/target/debug/deps/libreplicator-4f58ea29b7bbaa53.rlib" "/opt/rustwide/target/debug/deps/libbyte_unit-bf62b56d6339dd3e.rlib" "/opt/rustwide/target/debug/deps/librdkafka-71dd629a6d80c543.rlib" "/opt/rustwide/target/debug/deps/librdkafka_sys-fff1df111509bdd8.rlib" "/opt/rustwide/target/debug/deps/libnum_enum-86b0508adacd6d16.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-2065511ee73144e2.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-59bd0bbb252a8222.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-cc46745e0945b1a7.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-2effe69f3bb71531.rlib" "/opt/rustwide/target/debug/deps/libtoml-25216270699106aa.rlib" "/opt/rustwide/target/debug/deps/libstructopt-e2a4a52b360b2d94.rlib" "/opt/rustwide/target/debug/deps/libclap-7781dd337067fb64.rlib" "/opt/rustwide/target/debug/deps/libvec_map-515ae3bda2e8e623.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-c8446b73a30f7c69.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-d3b89064801ed3a1.rlib" "/opt/rustwide/target/debug/deps/libstrsim-5ed65f37e78831b4.rlib" "/opt/rustwide/target/debug/deps/libatty-42458c1c712ed05a.rlib" "/opt/rustwide/target/debug/deps/libansi_term-2df7e3f976b42be1.rlib" "/opt/rustwide/target/debug/deps/libactix_web-f94975632925d480.rlib" "/opt/rustwide/target/debug/deps/libactix_tls-396daafacb075d19.rlib" "/opt/rustwide/target/debug/deps/libawc-d3fc54e3cfcaacb6.rlib" "/opt/rustwide/target/debug/deps/libactix_server-e1ed073a61bf4dd8.rlib" "/opt/rustwide/target/debug/deps/libsocket2-4f25f2f18d484c7a.rlib" "/opt/rustwide/target/debug/deps/libactix_router-5dd483bafc8d2d63.rlib" "/opt/rustwide/target/debug/deps/libbytestring-e974d507955362af.rlib" "/opt/rustwide/target/debug/deps/libactix_http-cb5dc882f0b95376.rlib" "/opt/rustwide/target/debug/deps/libsha1-fdcaadcc3a2fedb2.rlib" "/opt/rustwide/target/debug/deps/libbase64-110ea6a77d664af0.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-a6ed2ef6ad59bca1.rlib" "/opt/rustwide/target/debug/deps/libdtoa-21bc3ec4bfd1ec01.rlib" "/opt/rustwide/target/debug/deps/libhttparse-33207b296810ef8b.rlib" "/opt/rustwide/target/debug/deps/libchrono-a7f2a7bad39d5e40.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-ddcb2dc91c38645c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-507f7ada49c61cee.rlib" "/opt/rustwide/target/debug/deps/libserde_json-25ec70e685f77bfa.rlib" "/opt/rustwide/target/debug/deps/libryu-1b2f9606b802eb11.rlib" "/opt/rustwide/target/debug/deps/libserde-97c71945226ce013.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-47a5f19d7be2be22.rlib" "/opt/rustwide/target/debug/deps/libregex-b3fc21ea082ac41e.rlib" "/opt/rustwide/target/debug/deps/libthread_local-1fd82909a59c6365.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-c604da1d9f9eb324.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-e1be0e50872a06da.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-37f7d17139cd9425.rlib" "/opt/rustwide/target/debug/deps/libmime-5f4fe2de318311f9.rlib" "/opt/rustwide/target/debug/deps/libflate2-c395040f3393df08.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-9f2eced82c986060.rlib" "/opt/rustwide/target/debug/deps/libbrotli2-9b4a690d774d4322.rlib" "/opt/rustwide/target/debug/deps/libbrotli_sys-3752a0ad9ad5dfd5.rlib" "/opt/rustwide/target/debug/deps/libtime-b9b2b2d08cf9e516.rlib" "/opt/rustwide/target/debug/deps/libfxhash-bfc8afd11c5a5f3d.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-195565e85f6c1ed0.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-edabbc78cff70aa1.rlib" "/opt/rustwide/target/debug/deps/libactix_connect-65ac2c59f1a8d1c4.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-ee41ef5f8cd13f8f.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-d1fcf9c384ca3781.rlib" "/opt/rustwide/target/debug/deps/librand-55d950d900cbc1b3.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-e8a8c59039a8a07c.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-77cd3d410cc8bfdc.rlib" "/opt/rustwide/target/debug/deps/librand_core-0314a838a0053887.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-bb3a0e94af04ca1a.rlib" "/opt/rustwide/target/debug/deps/liburl-9724f6f34c9d78c0.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-32dd5c1ab5974210.rlib" "/opt/rustwide/target/debug/deps/libidna-4efffaf634320301.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-402a2675e7b3cbed.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-326754e7aa3d012c.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-fbe957e6f985f3bf.rlib" "/opt/rustwide/target/debug/deps/libmatches-794dc2bc143388e6.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-e6d5c203fada74e1.rlib" "/opt/rustwide/target/debug/deps/libhostname-d16d0b60ba1bb3ff.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-9e36b93a7eacef48.rlib" "/opt/rustwide/target/debug/deps/libquick_error-91cbbb7f52cfd7fe.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-f8a3db47b20ad7ed.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-6956db3d0006dbb2.rlib" "/opt/rustwide/target/debug/deps/libfailure-2ef0a5355e2af5eb.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-ba1f6ffaefdbbfae.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-1af3e166e29088af.rlib" "/opt/rustwide/target/debug/deps/libadler-b45e2711255369ce.rlib" "/opt/rustwide/target/debug/deps/libobject-e92c37b952e07ab0.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-2296e45d165fad43.rlib" "/opt/rustwide/target/debug/deps/libgimli-e9231050234a1bcf.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-bb9c6c48a985dfdb.rlib" "/opt/rustwide/target/debug/deps/libfutures-e961afeaed666b47.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-ccacae2d9a2625dd.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-05f31434017e2d79.rlib" "/opt/rustwide/target/debug/deps/libactix_threadpool-f4ce7199f0660514.rlib" "/opt/rustwide/target/debug/deps/libthreadpool-584714228e14689d.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-2dd4f8ca77b77611.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-b700333e82462809.rlib" "/opt/rustwide/target/debug/deps/liblock_api-25d475e0df7abafb.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-d46e40bbd3136360.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-7b8a907562117145.rlib" "/opt/rustwide/target/debug/deps/libcopyless-7bbb5713f1b737c7.rlib" "/opt/rustwide/target/debug/deps/libeither-d682a5a41e699347.rlib" "/opt/rustwide/target/debug/deps/libh2-bf0f4f24957294da.rlib" "/opt/rustwide/target/debug/deps/libindexmap-4f8923c41979d2b2.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-6b175a16ead8f33c.rlib" "/opt/rustwide/target/debug/deps/libhttp-19d6ac413524dbdc.rlib" "/opt/rustwide/target/debug/deps/libitoa-653b85f7ff9315e8.rlib" "/opt/rustwide/target/debug/deps/libactix_service-b794c6a22a5aa0ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-308cad76dc9a02a3.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-325203478f0f5ae5.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-476b437a9727a46d.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-17df65389960fc73.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-790cac5aa75dfe30.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-e8fae5145a46fc5f.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-0029fcf5b57be1ee.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-71dbf0286ac48fab.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0409eb6f696bdc99.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-928385c1cc46f1c3.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-4b1c221dcb63b286.rlib" "/opt/rustwide/target/debug/deps/libpin_project-21317150aac82ac4.rlib" "/opt/rustwide/target/debug/deps/libprometheus-1b1ce5b9e01e3362.rlib" "/opt/rustwide/target/debug/deps/libthiserror-9168f0905af4c3de.rlib" "/opt/rustwide/target/debug/deps/libspin-692faa7419677f8a.rlib" "/opt/rustwide/target/debug/deps/libprotobuf-93976869f72dc0f6.rlib" "/opt/rustwide/target/debug/deps/libtokio-ab294da29efae0da.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-c1f5ae319093cc57.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-4eb97980ed119528.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-51e6edcbe6d5b5f5.rlib" "/opt/rustwide/target/debug/deps/libmemchr-d44307df66952faf.rlib" "/opt/rustwide/target/debug/deps/libfnv-cb175ca084a41bf7.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-689ed2c7cedf995c.rlib" "/opt/rustwide/target/debug/deps/libmio-6d53332df1b1f395.rlib" "/opt/rustwide/target/debug/deps/libslab-d80887537af7a894.rlib" "/opt/rustwide/target/debug/deps/libiovec-0a5aaa17e2ac0f53.rlib" "/opt/rustwide/target/debug/deps/libnet2-328041c5789a4518.rlib" "/opt/rustwide/target/debug/deps/liblibc-c49628b866678e9a.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-f605d12a9f4c789e.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-02ff0d0fbc57b9b4.rlib" "/opt/rustwide/target/debug/deps/libbytes-8fef8f0cfe5a233d.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-20817de0e1fe96a3.rlib" "/opt/rustwide/target/debug/deps/liblog-48bf6b66dbf092f6.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3e93dce105ba1ecd.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a46a068050a12a4b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1df56095db9453cb.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-9062de483386e50b.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-b988ab269ff13602.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-1bc822d886d4f7bd.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-963eca8df4c224a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d805b480c9102e58.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-06dfdbc22b935051.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d7523a4d118e6572.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-5d7898c7fac3a07d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8c2bdbab4845bf3d.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-d578639df0547b30.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-58bbb7b1efa3a5e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4c9b082d197c16f8.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-70f9ed6d8e7a5ce6.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8c0a241d0360fa53.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-bad7ed93fdd31371.rlib" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-98b4d121af2b7335.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-1d9f7e5920635d15.rlib" "-Wl,-Bdynamic" "-lsasl2" "-lz" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.59.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/kafka_replicator-ad6a80646ff7d52b" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `kafka-replicator` due to 2 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "f8347c8a5b372c5ed22683adfdb85fb95a37243b59cd6657b28884d9638462ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8347c8a5b372c5ed22683adfdb85fb95a37243b59cd6657b28884d9638462ef", kill_on_drop: false }` [INFO] [stdout] f8347c8a5b372c5ed22683adfdb85fb95a37243b59cd6657b28884d9638462ef