[INFO] cloning repository https://github.com/martinmares/postgres-explorer
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/martinmares/postgres-explorer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinmares%2Fpostgres-explorer", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinmares%2Fpostgres-explorer'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa28fed508a339643e99e3a52d1d2c71f9b1b73a
[INFO] testing martinmares/postgres-explorer against try#33835004928d3bf65db4d4712e1330766263b0bd for pr-155739
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmartinmares%2Fpostgres-explorer" "/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/martinmares/postgres-explorer
[INFO] finished tweaking git repo https://github.com/martinmares/postgres-explorer
[INFO] tweaked toml for git repo https://github.com/martinmares/postgres-explorer written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/martinmares/postgres-explorer on toolchain 33835004928d3bf65db4d4712e1330766263b0bd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/martinmares/postgres-explorer 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" "+33835004928d3bf65db4d4712e1330766263b0bd" "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" "+33835004928d3bf65db4d4712e1330766263b0bd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e8e1052b3307d7d3be4b111da0cdd2f7c1bc37fa67e493f122fb878b63823927
[INFO] running `Command { std: "docker" "start" "-a" "e8e1052b3307d7d3be4b111da0cdd2f7c1bc37fa67e493f122fb878b63823927", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e8e1052b3307d7d3be4b111da0cdd2f7c1bc37fa67e493f122fb878b63823927", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e8e1052b3307d7d3be4b111da0cdd2f7c1bc37fa67e493f122fb878b63823927", kill_on_drop: false }`
[INFO] [stdout] e8e1052b3307d7d3be4b111da0cdd2f7c1bc37fa67e493f122fb878b63823927
[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" "+33835004928d3bf65db4d4712e1330766263b0bd" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 407ac96d2f7749e8c86c01f378a37a180eb8d0c5522ede1488903abe36453763
[INFO] running `Command { std: "docker" "start" "-a" "407ac96d2f7749e8c86c01f378a37a180eb8d0c5522ede1488903abe36453763", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling zerocopy v0.8.38
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling deranged v0.5.5
[INFO] [stderr]    Compiling time-macros v0.2.26
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling tokio-openssl v0.6.5
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling whoami v2.1.0
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling http-range-header v0.4.2
[INFO] [stderr]    Compiling time v0.3.46
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling openssl-src v300.5.5+3.5.5
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling aws-lc-sys v0.37.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling postgres-protocol v0.6.10
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling postgres-types v0.2.12
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling askama_parser v0.15.4
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling askama_derive v0.15.4
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tokio-postgres v0.7.16
[INFO] [stderr]    Compiling aws-lc-rs v1.15.4
[INFO] [stderr]    Compiling askama_macros v0.15.4
[INFO] [stderr]    Compiling askama v0.15.4
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.1
[INFO] [stderr]    Compiling axum-extra v0.12.5
[INFO] [stderr]    Compiling postgres-openssl v0.5.2
[INFO] [stderr]    Compiling sqlx v0.8.6
[INFO] [stderr]    Compiling postgres-explorer v0.7.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `IntoResponse`
[INFO] [stdout]  --> src/handlers/patroni.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 | use axum::response::{Html, IntoResponse};
[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: `axum_extra::extract::CookieJar`
[INFO] [stdout]  --> src/handlers/patroni.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use axum_extra::extract::CookieJar;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stdout]    --> src/handlers/blueprint.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout] 282 |     let mut rng = rand::thread_rng();
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> src/handlers/blueprint.rs:285:27
[INFO] [stdout]     |
[INFO] [stdout] 285 |             let idx = rng.gen_range(0..CHARSET.len());
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JOB_CLEANUP_AGE` is never used
[INFO] [stdout]   --> src/handlers/mod.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub const JOB_CLEANUP_AGE: Duration = Duration::from_secs(60 * 60); // 1 hour
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `job_id` is never read
[INFO] [stdout]   --> src/handlers/mod.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct ExportJob {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 61 |     pub job_id: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExportJob` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_ctx` is never used
[INFO] [stdout]   --> src/handlers/mod.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn build_ctx(state: &Arc<AppState>) -> AppContext {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/patroni.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 46 |         String(String),
[INFO] [stdout]    |         ------ ^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 46 -         String(String),
[INFO] [stdout] 46 +         String(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TableDetailDb` is never constructed
[INFO] [stdout]   --> src/handlers/table_detail.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct TableDetailDb {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `seq_scans` is never read
[INFO] [stdout]   --> src/handlers/tuning.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct FullScanQuery {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub seq_scans: i64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FullScanQuery` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `active_connections`, `max_connections`, and `databases` are never read
[INFO] [stdout]   --> src/templates/mod.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct DashboardTemplate {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub active_connections: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 30 |     pub max_connections: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub databases: Vec<DatabaseInfo>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `allow_conn`, `is_template`, and `conn_limit` are never read
[INFO] [stdout]   --> src/templates/mod.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct DatabaseInfo {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub allow_conn: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 47 |     pub is_template: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 48 |     pub conn_limit: i32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DatabaseInfo` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `options` is never read
[INFO] [stdout]   --> src/templates/mod.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct ConnectionInfo {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub options: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConnectionInfo` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/templates/mod.rs:89:9
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct TablesTemplate {
[INFO] [stdout]     |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  89 |     pub filter: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  94 |     pub page: usize,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     pub filtered_count: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]  98 |     pub total_pages: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]  99 |     pub showing_start: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 100 |     pub showing_end: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 101 |     pub tables: Vec<TableRow>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub is_fetching: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ctx`, `schema`, `name`, and `per_page` are never read
[INFO] [stdout]    --> src/templates/mod.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub struct TableDataTemplate {
[INFO] [stdout]     |            ----------------- fields in this struct
[INFO] [stdout] 167 |     pub ctx: AppContext,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 168 |     pub schema: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 169 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub per_page: usize,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/templates/mod.rs:197:9
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub struct IndicesTemplate {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub indices: Vec<IndexRow>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub sort_by: String,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 204 |     pub sort_order: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 205 |     pub page: usize,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 206 |     pub per_page: usize,
[INFO] [stdout] 207 |     pub total_count: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 208 |     pub filtered_count: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 209 |     pub total_pages: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 210 |     pub showing_start: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 211 |     pub showing_end: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `idx_tup_read_count` and `idx_tup_fetch_count` are never read
[INFO] [stdout]    --> src/templates/mod.rs:318:9
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct IndexRow {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 |     pub idx_tup_read_count: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 319 |     pub idx_tup_fetch: String,
[INFO] [stdout] 320 |     pub idx_tup_fetch_count: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IndexRow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `size_bytes` is never read
[INFO] [stdout]    --> src/templates/mod.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub struct TopTable {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 387 |     pub size_bytes: i64,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TopTable` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `base_path` is never read
[INFO] [stdout]    --> src/templates/mod.rs:407:9
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub struct TuningTemplate {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 407 |     pub base_path: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_pattern_expression` is never used
[INFO] [stdout]   --> src/utils/filter.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub fn parse_pattern_expression(input: &str) -> (Vec<String>, Vec<String>) {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `filter_names` is never used
[INFO] [stdout]    --> src/utils/filter.rs:132:8
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub fn filter_names(names: &[String], expression: &str) -> Vec<String> {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 20s
[INFO] running `Command { std: "docker" "inspect" "407ac96d2f7749e8c86c01f378a37a180eb8d0c5522ede1488903abe36453763", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "407ac96d2f7749e8c86c01f378a37a180eb8d0c5522ede1488903abe36453763", kill_on_drop: false }`
[INFO] [stdout] 407ac96d2f7749e8c86c01f378a37a180eb8d0c5522ede1488903abe36453763
[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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e031f83c4dbbdc75d80721a0723c62f652bc4361c828cbe4813bf9df9eb6ccb4
[INFO] running `Command { std: "docker" "start" "-a" "e031f83c4dbbdc75d80721a0723c62f652bc4361c828cbe4813bf9df9eb6ccb4", kill_on_drop: false }`
[INFO] [stderr]    Compiling postgres-explorer v0.7.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `IntoResponse`
[INFO] [stdout]  --> src/handlers/patroni.rs:4:28
[INFO] [stdout]   |
[INFO] [stdout] 4 | use axum::response::{Html, IntoResponse};
[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: `axum_extra::extract::CookieJar`
[INFO] [stdout]  --> src/handlers/patroni.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use axum_extra::extract::CookieJar;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stdout]    --> src/handlers/blueprint.rs:282:25
[INFO] [stdout]     |
[INFO] [stdout] 282 |     let mut rng = rand::thread_rng();
[INFO] [stdout]     |                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stdout]    --> src/handlers/blueprint.rs:285:27
[INFO] [stdout]     |
[INFO] [stdout] 285 |             let idx = rng.gen_range(0..CHARSET.len());
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `JOB_CLEANUP_AGE` is never used
[INFO] [stdout]   --> src/handlers/mod.rs:44:11
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub const JOB_CLEANUP_AGE: Duration = Duration::from_secs(60 * 60); // 1 hour
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `job_id` is never read
[INFO] [stdout]   --> src/handlers/mod.rs:61:9
[INFO] [stdout]    |
[INFO] [stdout] 60 | pub struct ExportJob {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 61 |     pub job_id: String,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ExportJob` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `build_ctx` is never used
[INFO] [stdout]   --> src/handlers/mod.rs:70:8
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn build_ctx(state: &Arc<AppState>) -> AppContext {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/handlers/patroni.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 46 |         String(String),
[INFO] [stdout]    |         ------ ^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 46 -         String(String),
[INFO] [stdout] 46 +         String(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TableDetailDb` is never constructed
[INFO] [stdout]   --> src/handlers/table_detail.rs:16:8
[INFO] [stdout]    |
[INFO] [stdout] 16 | struct TableDetailDb {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `seq_scans` is never read
[INFO] [stdout]   --> src/handlers/tuning.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct FullScanQuery {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub seq_scans: i64,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FullScanQuery` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `active_connections`, `max_connections`, and `databases` are never read
[INFO] [stdout]   --> src/templates/mod.rs:29:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub struct DashboardTemplate {
[INFO] [stdout]    |            ----------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub active_connections: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 30 |     pub max_connections: i32,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub databases: Vec<DatabaseInfo>,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `allow_conn`, `is_template`, and `conn_limit` are never read
[INFO] [stdout]   --> src/templates/mod.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub struct DatabaseInfo {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 46 |     pub allow_conn: bool,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 47 |     pub is_template: bool,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 48 |     pub conn_limit: i32,
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `DatabaseInfo` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `options` is never read
[INFO] [stdout]   --> src/templates/mod.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 61 | pub struct ConnectionInfo {
[INFO] [stdout]    |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 72 |     pub options: String,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ConnectionInfo` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/templates/mod.rs:89:9
[INFO] [stdout]     |
[INFO] [stdout]  86 | pub struct TablesTemplate {
[INFO] [stdout]     |            -------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout]  89 |     pub filter: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  94 |     pub page: usize,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  97 |     pub filtered_count: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]  98 |     pub total_pages: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]  99 |     pub showing_start: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 100 |     pub showing_end: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 101 |     pub tables: Vec<TableRow>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 104 |     pub is_fetching: bool,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `ctx`, `schema`, `name`, and `per_page` are never read
[INFO] [stdout]    --> src/templates/mod.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 166 | pub struct TableDataTemplate {
[INFO] [stdout]     |            ----------------- fields in this struct
[INFO] [stdout] 167 |     pub ctx: AppContext,
[INFO] [stdout]     |         ^^^
[INFO] [stdout] 168 |     pub schema: String,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 169 |     pub name: String,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub per_page: usize,
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]    --> src/templates/mod.rs:197:9
[INFO] [stdout]     |
[INFO] [stdout] 194 | pub struct IndicesTemplate {
[INFO] [stdout]     |            --------------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub indices: Vec<IndexRow>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 203 |     pub sort_by: String,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 204 |     pub sort_order: String,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout] 205 |     pub page: usize,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 206 |     pub per_page: usize,
[INFO] [stdout] 207 |     pub total_count: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 208 |     pub filtered_count: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout] 209 |     pub total_pages: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 210 |     pub showing_start: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 211 |     pub showing_end: usize,
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `idx_tup_read_count` and `idx_tup_fetch_count` are never read
[INFO] [stdout]    --> src/templates/mod.rs:318:9
[INFO] [stdout]     |
[INFO] [stdout] 309 | pub struct IndexRow {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 318 |     pub idx_tup_read_count: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 319 |     pub idx_tup_fetch: String,
[INFO] [stdout] 320 |     pub idx_tup_fetch_count: i64,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `IndexRow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `size_bytes` is never read
[INFO] [stdout]    --> src/templates/mod.rs:387:9
[INFO] [stdout]     |
[INFO] [stdout] 383 | pub struct TopTable {
[INFO] [stdout]     |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 387 |     pub size_bytes: i64,
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TopTable` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `base_path` is never read
[INFO] [stdout]    --> src/templates/mod.rs:407:9
[INFO] [stdout]     |
[INFO] [stdout] 398 | pub struct TuningTemplate {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 407 |     pub base_path: String,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.33s
[INFO] running `Command { std: "docker" "inspect" "e031f83c4dbbdc75d80721a0723c62f652bc4361c828cbe4813bf9df9eb6ccb4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e031f83c4dbbdc75d80721a0723c62f652bc4361c828cbe4813bf9df9eb6ccb4", kill_on_drop: false }`
[INFO] [stdout] e031f83c4dbbdc75d80721a0723c62f652bc4361c828cbe4813bf9df9eb6ccb4
[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" "+33835004928d3bf65db4d4712e1330766263b0bd" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6f907d2bed395d12c587e40dad2037d73cc99be6802b0dd24717cad1e85fd3f2
[INFO] running `Command { std: "docker" "start" "-a" "6f907d2bed395d12c587e40dad2037d73cc99be6802b0dd24717cad1e85fd3f2", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `IntoResponse`
[INFO] [stderr]  --> src/handlers/patroni.rs:4:28
[INFO] [stderr]   |
[INFO] [stderr] 4 | use axum::response::{Html, IntoResponse};
[INFO] [stderr]   |                            ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `axum_extra::extract::CookieJar`
[INFO] [stderr]  --> src/handlers/patroni.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use axum_extra::extract::CookieJar;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng`
[INFO] [stderr]    --> src/handlers/blueprint.rs:282:25
[INFO] [stderr]     |
[INFO] [stderr] 282 |     let mut rng = rand::thread_rng();
[INFO] [stderr]     |                         ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated method `rand::Rng::gen_range`: Renamed to `random_range`
[INFO] [stderr]    --> src/handlers/blueprint.rs:285:27
[INFO] [stderr]     |
[INFO] [stderr] 285 |             let idx = rng.gen_range(0..CHARSET.len());
[INFO] [stderr]     |                           ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: constant `JOB_CLEANUP_AGE` is never used
[INFO] [stderr]   --> src/handlers/mod.rs:44:11
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub const JOB_CLEANUP_AGE: Duration = Duration::from_secs(60 * 60); // 1 hour
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `job_id` is never read
[INFO] [stderr]   --> src/handlers/mod.rs:61:9
[INFO] [stderr]    |
[INFO] [stderr] 60 | pub struct ExportJob {
[INFO] [stderr]    |            --------- field in this struct
[INFO] [stderr] 61 |     pub job_id: String,
[INFO] [stderr]    |         ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ExportJob` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `build_ctx` is never used
[INFO] [stderr]   --> src/handlers/mod.rs:70:8
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub fn build_ctx(state: &Arc<AppState>) -> AppContext {
[INFO] [stderr]    |        ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/handlers/patroni.rs:46:16
[INFO] [stderr]    |
[INFO] [stderr] 46 |         String(String),
[INFO] [stderr]    |         ------ ^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         field in this variant
[INFO] [stderr]    |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 46 -         String(String),
[INFO] [stderr] 46 +         String(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TableDetailDb` is never constructed
[INFO] [stderr]   --> src/handlers/table_detail.rs:16:8
[INFO] [stderr]    |
[INFO] [stderr] 16 | struct TableDetailDb {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `seq_scans` is never read
[INFO] [stderr]   --> src/handlers/tuning.rs:18:9
[INFO] [stderr]    |
[INFO] [stderr] 13 | pub struct FullScanQuery {
[INFO] [stderr]    |            ------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 18 |     pub seq_scans: i64,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `FullScanQuery` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `active_connections`, `max_connections`, and `databases` are never read
[INFO] [stderr]   --> src/templates/mod.rs:29:9
[INFO] [stderr]    |
[INFO] [stderr] 16 | pub struct DashboardTemplate {
[INFO] [stderr]    |            ----------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub active_connections: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 30 |     pub max_connections: i32,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 34 |     pub databases: Vec<DatabaseInfo>,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `allow_conn`, `is_template`, and `conn_limit` are never read
[INFO] [stderr]   --> src/templates/mod.rs:46:9
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub struct DatabaseInfo {
[INFO] [stderr]    |            ------------ fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 46 |     pub allow_conn: bool,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr] 47 |     pub is_template: bool,
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr] 48 |     pub conn_limit: i32,
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `DatabaseInfo` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `options` is never read
[INFO] [stderr]   --> src/templates/mod.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 61 | pub struct ConnectionInfo {
[INFO] [stderr]    |            -------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 72 |     pub options: String,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ConnectionInfo` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]    --> src/templates/mod.rs:89:9
[INFO] [stderr]     |
[INFO] [stderr]  86 | pub struct TablesTemplate {
[INFO] [stderr]     |            -------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr]  89 |     pub filter: String,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr]  94 |     pub page: usize,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr] ...
[INFO] [stderr]  97 |     pub filtered_count: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr]  98 |     pub total_pages: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr]  99 |     pub showing_start: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^^^
[INFO] [stderr] 100 |     pub showing_end: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 101 |     pub tables: Vec<TableRow>,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 104 |     pub is_fetching: bool,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `ctx`, `schema`, `name`, and `per_page` are never read
[INFO] [stderr]    --> src/templates/mod.rs:167:9
[INFO] [stderr]     |
[INFO] [stderr] 166 | pub struct TableDataTemplate {
[INFO] [stderr]     |            ----------------- fields in this struct
[INFO] [stderr] 167 |     pub ctx: AppContext,
[INFO] [stderr]     |         ^^^
[INFO] [stderr] 168 |     pub schema: String,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] 169 |     pub name: String,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 174 |     pub per_page: usize,
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: multiple fields are never read
[INFO] [stderr]    --> src/templates/mod.rs:197:9
[INFO] [stderr]     |
[INFO] [stderr] 194 | pub struct IndicesTemplate {
[INFO] [stderr]     |            --------------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 197 |     pub indices: Vec<IndexRow>,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 203 |     pub sort_by: String,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr] 204 |     pub sort_order: String,
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr] 205 |     pub page: usize,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr] 206 |     pub per_page: usize,
[INFO] [stderr] 207 |     pub total_count: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 208 |     pub filtered_count: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^
[INFO] [stderr] 209 |     pub total_pages: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 210 |     pub showing_start: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^^^
[INFO] [stderr] 211 |     pub showing_end: usize,
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `idx_tup_read_count` and `idx_tup_fetch_count` are never read
[INFO] [stderr]    --> src/templates/mod.rs:318:9
[INFO] [stderr]     |
[INFO] [stderr] 309 | pub struct IndexRow {
[INFO] [stderr]     |            -------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 318 |     pub idx_tup_read_count: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 319 |     pub idx_tup_fetch: String,
[INFO] [stderr] 320 |     pub idx_tup_fetch_count: i64,
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `IndexRow` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `size_bytes` is never read
[INFO] [stderr]    --> src/templates/mod.rs:387:9
[INFO] [stderr]     |
[INFO] [stderr] 383 | pub struct TopTable {
[INFO] [stderr]     |            -------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 387 |     pub size_bytes: i64,
[INFO] [stderr]     |         ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `TopTable` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `base_path` is never read
[INFO] [stderr]    --> src/templates/mod.rs:407:9
[INFO] [stderr]     |
[INFO] [stderr] 398 | pub struct TuningTemplate {
[INFO] [stderr]     |            -------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 407 |     pub base_path: String,
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `postgres-explorer` (bin "postgres-explorer" test) generated 19 warnings (run `cargo fix --bin "postgres-explorer" -p postgres-explorer --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/postgres_explorer-a1bce5bd0d8fabe9)
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test utils::filter::tests::test_parse_pattern_expression_or ... ok
[INFO] [stdout] test utils::filter::tests::test_parse_pattern_expression_and_not ... ok
[INFO] [stdout] test utils::filter::tests::test_matches_pattern_exact ... ok
[INFO] [stdout] test utils::filter::tests::test_parse_pattern_expression_simple ... ok
[INFO] [stdout] test utils::filter::tests::test_matches_pattern_wildcard_end ... ok
[INFO] [stdout] test utils::filter::tests::test_matches_pattern_wildcard_start ... ok
[INFO] [stdout] test utils::filter::tests::test_matches_pattern_wildcard_middle ... ok
[INFO] [stdout] test utils::filter::tests::test_parse_pattern_expression_complex ... ok
[INFO] [stdout] test utils::filter::tests::test_filter_names ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- utils::filter::tests::test_filter_names stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'utils::filter::tests::test_filter_names' (18) panicked at src/utils/filter.rs:233:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: ["user_test", "user_admin"]
[INFO] [stdout]  right: ["user_admin"]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ddedfa815aa - std[ec419fa8110287d5]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ddedfa815aa - std[ec419fa8110287d5]::backtrace_rs::backtrace::trace_unsynchronized::<std[ec419fa8110287d5]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ddedfa815aa - std[ec419fa8110287d5]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5ddedfa815aa - <<std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[35159d6ffb30e017]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5ddedfa967aa - <core[35159d6ffb30e017]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5ddedfa967aa - core[35159d6ffb30e017]::fmt::write
[INFO] [stdout]    6:     0x5ddedfa85de2 - std[ec419fa8110287d5]::io::default_write_fmt::<alloc[a8a7aba520129d98]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5ddedfa85de2 - <alloc[a8a7aba520129d98]::vec::Vec<u8> as std[ec419fa8110287d5]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5ddedfa605af - <std[ec419fa8110287d5]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5ddedfa605af - std[ec419fa8110287d5]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5ddedfa79a59 - std[ec419fa8110287d5]::panicking::default_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5ddedf70b75c - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5ddedf70b75c - test[a8007afcd3effadc]::test_main_inner::<test[a8007afcd3effadc]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5ddedfa79c12 - <alloc[a8a7aba520129d98]::boxed::Box<dyn for<'a, 'b> core[35159d6ffb30e017]::ops::function::Fn<(&'a std[ec419fa8110287d5]::panic::PanicHookInfo<'b>,), Output = ()> + core[35159d6ffb30e017]::marker::Sync + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::Fn<(&std[ec419fa8110287d5]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5ddedfa79c12 - std[ec419fa8110287d5]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5ddedfa60668 - std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5ddedfa58009 - std[ec419fa8110287d5]::sys::backtrace::__rust_end_short_backtrace::<std[ec419fa8110287d5]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5ddedfa6137d - __rustc[cfb3622dd870db93]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5ddedfa96fec - core[35159d6ffb30e017]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ddedfa96ea3 - core[35159d6ffb30e017]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5ddedf6fba41 - core[35159d6ffb30e017]::panicking::assert_failed::<alloc[a8a7aba520129d98]::vec::Vec<alloc[a8a7aba520129d98]::string::String>, alloc[a8a7aba520129d98]::vec::Vec<&str>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5ddedf6f79be - postgres_explorer[e601844053f0e89f]::utils::filter::tests::test_filter_names
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/filter.rs:233:9
[INFO] [stdout]   22:     0x5ddedf6f5ff7 - postgres_explorer[e601844053f0e89f]::utils::filter::tests::test_filter_names::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/utils/filter.rs:221:27
[INFO] [stdout]   23:     0x5ddedf6fc8c6 - <postgres_explorer[e601844053f0e89f]::utils::filter::tests::test_filter_names::{closure#0} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ddedf6fea3b - <fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ddedf6fea3b - test[a8007afcd3effadc]::__rust_begin_short_backtrace::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, fn() -> core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5ddedf70c22b - test[a8007afcd3effadc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5ddedf70c22b - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5ddedf70c22b - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5ddedf70c22b - std[ec419fa8110287d5]::panicking::catch_unwind::<core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>, core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5ddedf70c22b - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<test[a8007afcd3effadc]::run_test_in_process::{closure#0}>, core[35159d6ffb30e017]::result::Result<(), alloc[a8a7aba520129d98]::string::String>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ddedf70c22b - test[a8007afcd3effadc]::run_test_in_process
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5ddedf70c22b - test[a8007afcd3effadc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5ddedf706c04 - test[a8007afcd3effadc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5ddedf706c04 - std[ec419fa8110287d5]::sys::backtrace::__rust_begin_short_backtrace::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5ddedf70ee32 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5ddedf70ee32 - <core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5ddedf70ee32 - std[ec419fa8110287d5]::panicking::catch_unwind::do_call::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5ddedf70ee32 - std[ec419fa8110287d5]::panicking::catch_unwind::<(), core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5ddedf70ee32 - std[ec419fa8110287d5]::panic::catch_unwind::<core[35159d6ffb30e017]::panic::unwind_safe::AssertUnwindSafe<std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ddedf70ee32 - std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked::<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5ddedf70ee32 - <std[ec419fa8110287d5]::thread::lifecycle::spawn_unchecked<test[a8007afcd3effadc]::run_test::{closure#1}, ()>::{closure#1} as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ddedfa80ebf - <alloc[a8a7aba520129d98]::boxed::Box<dyn core[35159d6ffb30e017]::ops::function::FnOnce<(), Output = ()> + core[35159d6ffb30e017]::marker::Send> as core[35159d6ffb30e017]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   43:     0x5ddedfa80ebf - <std[ec419fa8110287d5]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/33835004928d3bf65db4d4712e1330766263b0bd/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x75ffe8276aa4 - <unknown>
[INFO] [stdout]   45:     0x75ffe8303a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     utils::filter::tests::test_filter_names
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin postgres-explorer`
[INFO] running `Command { std: "docker" "inspect" "6f907d2bed395d12c587e40dad2037d73cc99be6802b0dd24717cad1e85fd3f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f907d2bed395d12c587e40dad2037d73cc99be6802b0dd24717cad1e85fd3f2", kill_on_drop: false }`
[INFO] [stdout] 6f907d2bed395d12c587e40dad2037d73cc99be6802b0dd24717cad1e85fd3f2
