schemamama_postgres 0.2.3

PostgreSQL adapter for the Schemamama migration system
Build #698209 2022-12-11T06:54:22.492228+00:00
# rustc version
rustc 1.68.0-nightly (c6fcdb690 2022-12-10)
# docs.rs version
docsrs 0.6.0 (013508c6 2022-12-08)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/schemamama_postgres-0.2.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/schemamama_postgres-0.2.3/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221210-1.68.0-nightly-c6fcdb690\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] a74381f63c6130763a5f2ac6ce0864a2dd04a48acd58b49f42bf52f03c94bba4
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "a74381f63c6130763a5f2ac6ce0864a2dd04a48acd58b49f42bf52f03c94bba4", kill_on_drop: false }`
[INFO] [stderr]  Documenting schemamama_postgres v0.2.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0412]: cannot find type `GenericConnection` in crate `postgres`
[INFO] [stderr]   --> src/lib.rs:28:31
[INFO] [stderr]    |
[INFO] [stderr] 28 |     connection: &'a postgres::GenericConnection,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^ not found in `postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GenericConnection` in crate `postgres`
[INFO] [stderr]   --> src/lib.rs:34:42
[INFO] [stderr]    |
[INFO] [stderr] 34 |     pub fn new(connection: &'a postgres::GenericConnection) -> PostgresAdapter<'a> {
[INFO] [stderr]    |                                          ^^^^^^^^^^^^^^^^^ not found in `postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GenericConnection` in crate `postgres`
[INFO] [stderr]   --> src/lib.rs:40:35
[INFO] [stderr]    |
[INFO] [stderr] 40 |         connection: &'a postgres::GenericConnection,
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^^ not found in `postgres`
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `transaction` is private
[INFO] [stderr]    --> src/lib.rs:5:15
[INFO] [stderr]     |
[INFO] [stderr] 5   | use postgres::transaction::Transaction;
[INFO] [stderr]     |               ^^^^^^^^^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `transaction` is defined here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/postgres-0.19.4/src/lib.rs:104:1
[INFO] [stderr]     |
[INFO] [stderr] 104 | mod transaction;
[INFO] [stderr]     | ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not document `schemamama_postgres`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --crate-type lib --crate-name schemamama_postgres src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=4ed01e41f44070eb -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern postgres=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libpostgres-9ef8bf59e2b02ce1.rmeta --extern schemamama=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libschemamama-8e73ea8fb5aee6d1.rmeta --extern-html-root-url 'postgres=https://docs.rs/postgres/0.19.4/x86_64-unknown-linux-gnu' --extern-html-root-url 'schemamama=https://docs.rs/schemamama/0.3.0/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20221210-1.68.0-nightly-c6fcdb690 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.2.3` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "a74381f63c6130763a5f2ac6ce0864a2dd04a48acd58b49f42bf52f03c94bba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a74381f63c6130763a5f2ac6ce0864a2dd04a48acd58b49f42bf52f03c94bba4", kill_on_drop: false }`
[INFO] [stdout] a74381f63c6130763a5f2ac6ce0864a2dd04a48acd58b49f42bf52f03c94bba4