[INFO] cloning repository https://github.com/jsnng/rustds [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jsnng/rustds" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsnng%2Frustds", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsnng%2Frustds'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a9a63ea03bc0cba14de08101c4db491dcd4952ef [INFO] checking jsnng/rustds against try#93086cfebfccb79083c59d0d3b2052944bba643c for pr-146440-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjsnng%2Frustds" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jsnng/rustds [INFO] finished tweaking git repo https://github.com/jsnng/rustds [INFO] tweaked toml for git repo https://github.com/jsnng/rustds written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jsnng/rustds on toolchain 93086cfebfccb79083c59d0d3b2052944bba643c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jsnng/rustds 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" "+93086cfebfccb79083c59d0d3b2052944bba643c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+93086cfebfccb79083c59d0d3b2052944bba643c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6af6d800b97e23c094bb77f189c9d7127cc2b2c85fa9a79bd356cfa2266648f2 [INFO] running `Command { std: "docker" "start" "-a" "6af6d800b97e23c094bb77f189c9d7127cc2b2c85fa9a79bd356cfa2266648f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6af6d800b97e23c094bb77f189c9d7127cc2b2c85fa9a79bd356cfa2266648f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6af6d800b97e23c094bb77f189c9d7127cc2b2c85fa9a79bd356cfa2266648f2", kill_on_drop: false }` [INFO] [stdout] 6af6d800b97e23c094bb77f189c9d7127cc2b2c85fa9a79bd356cfa2266648f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+93086cfebfccb79083c59d0d3b2052944bba643c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff7e65c6161010bb26e9f59c5527727acf1828b3c7b15e433860c18dea70051f [INFO] running `Command { std: "docker" "start" "-a" "ff7e65c6161010bb26e9f59c5527727acf1828b3c7b15e433860c18dea70051f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling libc v0.2.185 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Checking zeroize v1.8.2 [INFO] [stderr] Compiling aws-lc-rs v1.16.3 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking rustls-pki-types v1.14.1 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling rustls v0.23.40 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling nix v0.30.1 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Checking webpki-roots v1.0.7 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Checking bitflags v2.11.1 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Checking regex-syntax v0.8.10 [INFO] [stderr] Checking ciborium-io v0.2.2 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Compiling cc v1.2.60 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking parking_lot_core v0.9.12 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Compiling kani-verifier v0.67.0 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking cast v0.3.0 [INFO] [stderr] Checking unicode-ident v1.0.24 [INFO] [stderr] Compiling winnow v1.0.2 [INFO] [stderr] Compiling bronotdsaurs v0.1.0 (/opt/rustwide/workdir/crates/bronotdsaurs) [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling aws-lc-sys v0.40.0 [INFO] [stderr] Compiling aws-lc-sys v0.41.0 [INFO] [stderr] Compiling alloca v0.4.0 [INFO] [stderr] Compiling semver v1.0.28 [INFO] [stderr] Checking criterion-plot v0.8.2 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking clap v4.6.1 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Checking os_info v3.14.0 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Checking page_size v0.6.0 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking rayon v1.12.0 [INFO] [stderr] Checking plotters v0.3.7 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling pastey v0.2.3 [INFO] [stderr] Checking collections v0.1.0 (/opt/rustwide/workdir/foundation/collections) [INFO] [stderr] Checking oorandom v11.1.5 [INFO] [stderr] Checking traits v0.1.0 (/opt/rustwide/workdir/foundation/traits) [INFO] [stderr] Checking bytes v1.11.1 [INFO] [stderr] Checking home v0.5.12 [INFO] [stderr] Checking anes v0.1.6 [INFO] [stderr] Compiling toml_edit v0.25.11+spec-1.1.0 [INFO] [stderr] Compiling zerocopy-derive v0.8.48 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling derive_proc_macros v0.1.0 (/opt/rustwide/workdir/crates/derive_proc_macros) [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling derive_builder_core v0.20.2 [INFO] [stderr] Checking tokio v1.52.3 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Checking dotenvy v0.15.7 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Compiling derive_builder_macro v0.20.2 [INFO] [stderr] Checking derive_builder v0.20.2 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Checking slab v0.4.12 [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Checking futures-task v0.3.32 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking tinytemplate v1.2.1 [INFO] [stderr] Checking plugins v0.1.0 (/opt/rustwide/workdir/foundation/plugins) [INFO] [stderr] Checking colored v3.1.1 [INFO] [stderr] Checking fedauth v0.1.0 (/opt/rustwide/workdir/crates/fedauth) [INFO] [stderr] Checking interface v0.1.0 (/opt/rustwide/workdir/crates/interface) [INFO] [stderr] Checking half v2.7.1 [INFO] [stderr] Checking ciborium-ll v0.2.2 [INFO] [stderr] Checking ciborium v0.2.2 [INFO] [stderr] Checking criterion v0.8.2 [INFO] [stderr] Checking rstest v0.26.1 [INFO] [stderr] Checking rustls-webpki v0.103.13 [INFO] [stderr] Checking transport v0.1.0 (/opt/rustwide/workdir/foundation/transport) [INFO] [stdout] warning: unused variable: `example` [INFO] [stdout] --> crates/bronotdsaurs/src/tds/decoder/token.rs:366:13 [INFO] [stdout] | [INFO] [stdout] 366 | let example: [u32; 707] = [ [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_example` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `attention` [INFO] [stdout] --> crates/bronotdsaurs/src/tds/session/sql_batch.rs:206:43 [INFO] [stdout] | [INFO] [stdout] 206 | pub async fn receive(&mut self, attention: Attention, mut on_col_metadata: M, mut on_row: F) -> Result crates/bronotdsaurs/src/tds/session/sql_batch.rs:206:43 [INFO] [stdout] | [INFO] [stdout] 206 | pub async fn receive(&mut self, attention: Attention, mut on_col_metadata: M, mut on_row: F) -> Result crates/bronotdsaurs/src/tds/encoder/bulk_load.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 62 | struct BulkLoadTWT { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> crates/bronotdsaurs/src/tds/encoder/bulk_load.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 68 | impl BulkLoadTWT { [INFO] [stdout] | -------------------------------------- associated function in this implementation [INFO] [stdout] 69 | pub fn new(transport: T) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DecodeState` is never constructed [INFO] [stdout] --> crates/bronotdsaurs/src/tds/session/sql_batch.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | struct DecodeState { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> crates/bronotdsaurs/src/tds/session/sql_batch.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 41 | impl DecodeState { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] 42 | fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `SENT`, `take`, and `sent` are never used [INFO] [stdout] --> crates/bronotdsaurs/src/tds/types/message.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 28 | impl Attention { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 31 | const SENT: u8 = 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub(crate) fn take(&self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | pub(crate) fn sent(&self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: struct `PreLoginActivityID` is never constructed [INFO] [stdout] --> crates/bronotdsaurs/src/tds/types/prelogin.rs:222:12 [INFO] [stdout] | [INFO] [stdout] 222 | pub struct PreLoginActivityID<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it [INFO] [stdout] = note: `#[deny(unused_unconstructable_pub_structs)]` (part of `#[deny(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: struct `SspiToken` is never constructed [INFO] [stdout] --> crates/bronotdsaurs/src/tds/types/tokens/sspi.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct SspiToken { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bronotdsaurs` (lib test) due to 2 previous errors; 7 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: struct `BulkLoadTWT` is never constructed [INFO] [stdout] --> crates/bronotdsaurs/src/tds/encoder/bulk_load.rs:62:8 [INFO] [stdout] | [INFO] [stdout] 62 | struct BulkLoadTWT { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> crates/bronotdsaurs/src/tds/encoder/bulk_load.rs:69:12 [INFO] [stdout] | [INFO] [stdout] 68 | impl BulkLoadTWT { [INFO] [stdout] | -------------------------------------- associated function in this implementation [INFO] [stdout] 69 | pub fn new(transport: T) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `DecodeState` is never constructed [INFO] [stdout] --> crates/bronotdsaurs/src/tds/session/sql_batch.rs:33:8 [INFO] [stdout] | [INFO] [stdout] 33 | struct DecodeState { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `new` is never used [INFO] [stdout] --> crates/bronotdsaurs/src/tds/session/sql_batch.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 41 | impl DecodeState { [INFO] [stdout] | ---------------- associated function in this implementation [INFO] [stdout] 42 | fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `SENT`, `take`, and `sent` are never used [INFO] [stdout] --> crates/bronotdsaurs/src/tds/types/message.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 28 | impl Attention { [INFO] [stdout] | -------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 31 | const SENT: u8 = 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 36 | pub(crate) fn take(&self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 39 | pub(crate) fn sent(&self) -> bool { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: struct `PreLoginActivityID` is never constructed [INFO] [stdout] --> crates/bronotdsaurs/src/tds/types/prelogin.rs:222:12 [INFO] [stdout] | [INFO] [stdout] 222 | pub struct PreLoginActivityID<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it [INFO] [stdout] = note: `#[deny(unused_unconstructable_pub_structs)]` (part of `#[deny(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: struct `SspiToken` is never constructed [INFO] [stdout] --> crates/bronotdsaurs/src/tds/types/tokens/sspi.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct SspiToken { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bronotdsaurs` (lib) due to 2 previous errors; 6 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ff7e65c6161010bb26e9f59c5527727acf1828b3c7b15e433860c18dea70051f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff7e65c6161010bb26e9f59c5527727acf1828b3c7b15e433860c18dea70051f", kill_on_drop: false }` [INFO] [stdout] ff7e65c6161010bb26e9f59c5527727acf1828b3c7b15e433860c18dea70051f