controller 0.6.0

Tembo Operator for Postgres
Documentation
Build #924191 2023-09-28 20:22:17
# rustc version
rustc 1.74.0-nightly (3223b0b5e 2023-09-20)# docs.rs version
docsrs 0.6.0 (4635eb74 2023-09-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/controller-0.6.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/controller-0.6.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4f8da3c744d2da974e54ce020a79f4ad54313e914ebeaab8fc086f07e8d8b066" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2023-09-21" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230920-1.74.0-nightly-3223b0b5e\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8c7fcab9727fcf224645ccd58119aebabf4a19e7b12a22391381ef55faf30b3f
[INFO] running `Command { std: "docker" "start" "-a" "8c7fcab9727fcf224645ccd58119aebabf4a19e7b12a22391381ef55faf30b3f", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting controller v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unclosed HTML tag `PgConfig`
[INFO] [stderr]    --> src/extensions/database_queries.rs:279:82
[INFO] [stderr]     |
[INFO] [stderr] 279 | /// Parse the output of `SHOW ALL` to get the parameter and its value. Return Vec<PgConfig>
[INFO] [stderr]     |                                                                                  ^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr]     |
[INFO] [stderr] 279 | /// Parse the output of `SHOW ALL` to get the parameter and its value. Return `Vec<PgConfig>`
[INFO] [stderr]     |                                                                               +             +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ingress_route_crd.rs:21:146
[INFO] [stderr]    |
[INFO] [stderr] 21 | ...atic configuration. More info: https://doc.traefik.io/traefik/v2.9/routing/entrypoints/ Default: all.
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/entrypoints/>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ingress_route_crd.rs:26:55
[INFO] [stderr]    |
[INFO] [stderr] 26 |     /// TLS defines the TLS configuration. More info: https://doc.traefik.io/traefik/v2.9/routing/routers/#tls
[INFO] [stderr]    |                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/routers/#tls>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ingress_route_crd.rs:36:53
[INFO] [stderr]    |
[INFO] [stderr] 36 |     /// Match defines the router's rule. More info: https://doc.traefik.io/traefik/v2.9/routing/routers/#rule
[INFO] [stderr]    |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/routers/#rule>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ingress_route_crd.rs:39:88
[INFO] [stderr]    |
[INFO] [stderr] 39 | ...ources. More info: https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-middleware
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-middleware>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ingress_route_crd.rs:42:60
[INFO] [stderr]    |
[INFO] [stderr] 42 |     /// Priority defines the router's priority. More info: https://doc.traefik.io/traefik/v2.9/routing/routers/#priority
[INFO] [stderr]    |                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/routers/#priority>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/ingress_route_crd.rs:97:70
[INFO] [stderr]    |
[INFO] [stderr] 97 |     /// Sticky defines the sticky sessions configuration. More info: https://doc.traefik.io/traefik/v2.9/routing/services/#sticky-sessions
[INFO] [stderr]    |                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/services/#sticky-sessions>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:123:66
[INFO] [stderr]     |
[INFO] [stderr] 123 | /// Sticky defines the sticky sessions configuration. More info: https://doc.traefik.io/traefik/v2.9/routing/services/#sticky-sessions
[INFO] [stderr]     |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/services/#sticky-sessions>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:140:59
[INFO] [stderr]     |
[INFO] [stderr] 140 |     /// SameSite defines the same site policy. More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite
[INFO] [stderr]     |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:148:51
[INFO] [stderr]     |
[INFO] [stderr] 148 | /// TLS defines the TLS configuration. More info: https://doc.traefik.io/traefik/v2.9/routing/routers/#tls
[INFO] [stderr]     |                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/routers/#tls>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:151:152
[INFO] [stderr]     |
[INFO] [stderr] 151 | ...onfiguration. More info: https://doc.traefik.io/traefik/v2.9/https/acme/#certificate-resolvers
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/https/acme/#certificate-resolvers>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:154:97
[INFO] [stderr]     |
[INFO] [stderr] 154 | ...sue certificates. More info: https://doc.traefik.io/traefik/v2.9/routing/routers/#domains
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/routers/#domains>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:157:168
[INFO] [stderr]     |
[INFO] [stderr] 157 | ... TLSOption is used. More info: https://doc.traefik.io/traefik/v2.9/https/tls/#tls-options
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/https/tls/#tls-options>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:179:164
[INFO] [stderr]     |
[INFO] [stderr] 179 | ... TLSOption is used. More info: https://doc.traefik.io/traefik/v2.9/https/tls/#tls-options
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/https/tls/#tls-options>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:182:71
[INFO] [stderr]     |
[INFO] [stderr] 182 | ...Option. More info: https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-tlsoption
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-tlsoption>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:184:81
[INFO] [stderr]     |
[INFO] [stderr] 184 | ...Option. More info: https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-tlsoption
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-tlsoption>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:192:70
[INFO] [stderr]     |
[INFO] [stderr] 192 | ...TLSStore. More info: https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-tlsstore
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-tlsstore>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/ingress_route_crd.rs:194:80
[INFO] [stderr]     |
[INFO] [stderr] 194 | ...TLSStore. More info: https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-tlsstore
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doc.traefik.io/traefik/v2.9/routing/providers/kubernetes-crd/#kind-tlsstore>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `controller` (lib doc) generated 18 warnings (run `cargo fix --lib -p controller` to apply 17 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.66s
[INFO] running `Command { std: "docker" "inspect" "8c7fcab9727fcf224645ccd58119aebabf4a19e7b12a22391381ef55faf30b3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c7fcab9727fcf224645ccd58119aebabf4a19e7b12a22391381ef55faf30b3f", kill_on_drop: false }`
[INFO] [stdout] 8c7fcab9727fcf224645ccd58119aebabf4a19e7b12a22391381ef55faf30b3f