[INFO] cloning repository https://github.com/sinon/franzide [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sinon/franzide" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsinon%2Ffranzide", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsinon%2Ffranzide'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3a4a799f2e8b4ff47c579b3ea94a47dec2aa7a77 [INFO] checking sinon/franzide against master#a932eb36f8adf6c8cdfc450f063943da3112d621 for pr-140209-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsinon%2Ffranzide" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sinon/franzide on toolchain a932eb36f8adf6c8cdfc450f063943da3112d621 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sinon/franzide [INFO] finished tweaking git repo https://github.com/sinon/franzide [INFO] tweaked toml for git repo https://github.com/sinon/franzide written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/sinon/franzide 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" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bcff575aab758cf288e9a66f2e486add74fe8dc5738775a5220fc8fce0f80025 [INFO] running `Command { std: "docker" "start" "-a" "bcff575aab758cf288e9a66f2e486add74fe8dc5738775a5220fc8fce0f80025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bcff575aab758cf288e9a66f2e486add74fe8dc5738775a5220fc8fce0f80025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bcff575aab758cf288e9a66f2e486add74fe8dc5738775a5220fc8fce0f80025", kill_on_drop: false }` [INFO] [stdout] bcff575aab758cf288e9a66f2e486add74fe8dc5738775a5220fc8fce0f80025 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+a932eb36f8adf6c8cdfc450f063943da3112d621" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe72db1ecb8889baa142609536ce9ed67e47c62e401ea1501db83c3deec6cb7f [INFO] running `Command { std: "docker" "start" "-a" "fe72db1ecb8889baa142609536ce9ed67e47c62e401ea1501db83c3deec6cb7f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling unicode-ident v1.0.16 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Compiling anyhow v1.0.97 [INFO] [stderr] Checking bytes v1.10.0 [INFO] [stderr] Checking pin-project-lite v0.2.16 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking socket2 v0.5.8 [INFO] [stderr] Checking mio v1.0.3 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Checking tokio v1.43.0 [INFO] [stderr] Checking franzide v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/main.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | /// ??? Timing out here when running the test harness [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 205 | stream.read_exact(topics_buf.as_mut_slice()).await?; [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/main.rs:204:9 [INFO] [stdout] | [INFO] [stdout] 204 | /// ??? Timing out here when running the test harness [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 205 | stream.read_exact(topics_buf.as_mut_slice()).await?; [INFO] [stdout] | --------------------------------------------------- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MessageResponseHeader` is never constructed [INFO] [stdout] --> src/main.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | struct MessageResponseHeader { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/main.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 39 | struct TopicPartition { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 40 | error_code: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 41 | partition_index: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 42 | leader_id: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 43 | leader_epoch: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 44 | replica_nodes: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 45 | isr_nodes: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 46 | eligible_leader_replicas: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | last_known_elr: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TopicPartition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `error_code`, `name`, `is_internal`, `partitions`, and `topic_authorized_operations` are never read [INFO] [stdout] --> src/main.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 51 | struct Topic { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 52 | error_code: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 53 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 54 | // topic_id: uuid, [INFO] [stdout] 55 | is_internal: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 56 | partitions: Vec, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 57 | topic_authorized_operations: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Topic` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `topics`, `response_partition_limit`, and `cursor` are never read [INFO] [stdout] --> src/main.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 97 | struct DescribeTopicPartitionsRequestBody { [INFO] [stdout] | ---------------------------------- fields in this struct [INFO] [stdout] 98 | topics: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 99 | response_partition_limit: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 100 | cursor: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `MessageResponseHeader` is never constructed [INFO] [stdout] --> src/main.rs:24:8 [INFO] [stdout] | [INFO] [stdout] 24 | struct MessageResponseHeader { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/main.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 39 | struct TopicPartition { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 40 | error_code: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 41 | partition_index: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] 42 | leader_id: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 43 | leader_epoch: u32, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 44 | replica_nodes: u32, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 45 | isr_nodes: u32, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 46 | eligible_leader_replicas: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 47 | last_known_elr: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `TopicPartition` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `error_code`, `name`, `is_internal`, `partitions`, and `topic_authorized_operations` are never read [INFO] [stdout] --> src/main.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 51 | struct Topic { [INFO] [stdout] | ----- fields in this struct [INFO] [stdout] 52 | error_code: u16, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 53 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 54 | // topic_id: uuid, [INFO] [stdout] 55 | is_internal: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 56 | partitions: Vec, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 57 | topic_authorized_operations: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Topic` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `topics`, `response_partition_limit`, and `cursor` are never read [INFO] [stdout] --> src/main.rs:98:5 [INFO] [stdout] | [INFO] [stdout] 97 | struct DescribeTopicPartitionsRequestBody { [INFO] [stdout] | ---------------------------------- fields in this struct [INFO] [stdout] 98 | topics: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 99 | response_partition_limit: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 100 | cursor: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s [INFO] running `Command { std: "docker" "inspect" "fe72db1ecb8889baa142609536ce9ed67e47c62e401ea1501db83c3deec6cb7f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe72db1ecb8889baa142609536ce9ed67e47c62e401ea1501db83c3deec6cb7f", kill_on_drop: false }` [INFO] [stdout] fe72db1ecb8889baa142609536ce9ed67e47c62e401ea1501db83c3deec6cb7f