pgx 0.0.14

pgx: A Rust framework for creating Postgres extensions
Documentation
Build #290224 2020-09-07T00:38:59.324548+00:00
# rustc version
rustc 1.48.0-nightly (d006f5734 2020-08-28)
# docs.rs version
docsrs 0.6.0 (bfa6ada 2020-09-04)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/pgx-0.0.14/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/pgx-0.0.14/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" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=-Z unstable-options --static-root-path / --cap-lints warn --extern-html-root-url lazy_static=https://docs.rs/lazy_static/1.4.0 --extern-html-root-url bitflags=https://docs.rs/bitflags/1.2.1 --extern-html-root-url serde=https://docs.rs/serde/1.0.115 --extern-html-root-url serde_cbor=https://docs.rs/serde_cbor/0.11.1 --extern-html-root-url num_traits=https://docs.rs/num-traits/0.2.12 --extern-html-root-url pgx_pg_sys=https://docs.rs/pgx-pg-sys/0.0.14 --extern-html-root-url enum_primitive_derive=https://docs.rs/enum-primitive-derive/0.2.1 --extern-html-root-url pgx_macros=https://docs.rs/pgx-macros/0.0.14 --extern-html-root-url serde_json=https://docs.rs/serde_json/1.0.57 --extern-html-root-url time=https://docs.rs/time/0.2.17 --resource-suffix -20200828-1.48.0-nightly-d006f5734" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "doc" "--lib" "--no-deps" "--features" "pg12" "--no-default-features" "-j2", kill_on_drop: false }`
[INFO] [stdout] 79bbf6172bf7ba76b169f167a651aad821aebf366ff65ac3725da264f34a443b
[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" "79bbf6172bf7ba76b169f167a651aad821aebf366ff65ac3725da264f34a443b", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.76
[INFO] [stderr]    Compiling proc-macro2 v1.0.20
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling syn v1.0.40
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]    Compiling serde_derive v1.0.115
[INFO] [stderr]    Compiling serde v1.0.115
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling regex-syntax v0.6.18
[INFO] [stderr]    Compiling rayon-core v1.8.0
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling libloading v0.6.3
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling bindgen v0.55.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling termcolor v1.1.0
[INFO] [stderr]    Compiling unescape v0.1.0
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling either v1.6.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling shlex v0.1.1
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.18
[INFO] [stderr]    Compiling const_fn v0.4.2
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.57
[INFO] [stderr]     Checking half v1.6.0
[INFO] [stderr]     Checking itoa v0.4.6
[INFO] [stderr]     Checking once_cell v1.4.1
[INFO] [stderr]    Compiling memoffset v0.5.5
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling rayon v1.4.0
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling thread_local v1.0.1
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling standback v0.2.10
[INFO] [stderr]    Compiling time v0.2.17
[INFO] [stderr]    Compiling build-deps v0.1.4
[INFO] [stderr]    Compiling clang-sys v1.0.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling dirs-sys v0.3.5
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling which v3.1.1
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]    Compiling aho-corasick v0.7.13
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling dirs v3.0.1
[INFO] [stderr]    Compiling crossbeam-channel v0.4.4
[INFO] [stderr]    Compiling regex v1.3.9
[INFO] [stderr]    Compiling cexpr v0.4.0
[INFO] [stderr]    Compiling crossbeam-deque v0.7.3
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling time-macros-impl v0.1.1
[INFO] [stderr]    Compiling enum-primitive-derive v0.2.1
[INFO] [stderr]     Checking time-macros v0.1.0
[INFO] [stderr]    Compiling toml v0.5.6
[INFO] [stderr]     Checking serde_cbor v0.11.1
[INFO] [stderr]    Compiling pgx-utils v0.0.14
[INFO] [stderr]    Compiling pgx-pg-sys v0.0.14
[INFO] [stderr]    Compiling pgx-macros v0.0.14
[INFO] [stderr]  Documenting pgx v0.0.14 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `T`
[INFO] [stderr]   --> src/datum/array.rs:44:10
[INFO] [stderr]    |
[INFO] [stderr] 44 |     /// [`T`] can be [pg_sys::Datum] if the elements are not all of the same type
[INFO] [stderr]    |          ^^^ unresolved link
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(broken_intra_doc_links)]` on by default
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `PgMemoryContext`
[INFO] [stderr]   --> src/datum/into.rs:21:65
[INFO] [stderr]    |
[INFO] [stderr] 21 | /// of a Rust type, that memory **must** be allocated within a [PgMemoryContext]
[INFO] [stderr]    |                                                                 ^^^^^^^^^^^^^^^ unresolved link
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `NOTICE`
[INFO] [stderr]   --> src/log.rs:40:21
[INFO] [stderr]    |
[INFO] [stderr] 40 |     /// Warnings.  [NOTICE] is for expected messages like implicit sequence creation by SERIAL.
[INFO] [stderr]    |                     ^^^^^^ unresolved link
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `WARNING`
[INFO] [stderr]   --> src/log.rs:41:10
[INFO] [stderr]    |
[INFO] [stderr] 41 |     /// [WARNING] is for unexpected messages.
[INFO] [stderr]    |          ^^^^^^^ unresolved link
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `::switch_to`
[INFO] [stderr]    --> src/memcxt.rs:149:56
[INFO] [stderr]     |
[INFO] [stderr] 149 |     /// Create a temporary MemoryContext for use with [::switch_to()].  It gets deleted as soon
[INFO] [stderr]     |                                                        ^^^^^^^^^^^^^ unresolved link
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `::switch_to`
[INFO] [stderr]    --> src/memcxt.rs:150:13
[INFO] [stderr]     |
[INFO] [stderr] 150 |     /// as [::switch_to()] exits.
[INFO] [stderr]     |             ^^^^^^^^^^^^^ unresolved link
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: 6 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2m 19s
[INFO] running `Command { std: "docker" "inspect" "79bbf6172bf7ba76b169f167a651aad821aebf366ff65ac3725da264f34a443b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79bbf6172bf7ba76b169f167a651aad821aebf366ff65ac3725da264f34a443b", kill_on_drop: false }`
[INFO] [stdout] 79bbf6172bf7ba76b169f167a651aad821aebf366ff65ac3725da264f34a443b