mango-orm 0.6.32

ORM-like API MongoDB for Rust.
Documentation
Build #574240 2022-06-11T10:19:19.032916+00:00
# rustc version
rustc 1.63.0-nightly (ec55c6130 2022-06-10)
# docs.rs version
docsrs 0.6.0 (c280b04 2022-05-30)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/mango-orm-0.6.32/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/mango-orm-0.6.32/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/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\", \"-20220610-1.63.0-nightly-ec55c6130\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 93576622ae6c1e1e812ef0d65fdb5ae98e2e552680d6ff39adb4f13cf3e822b9
[INFO] running `Command { std: "docker" "start" "-a" "93576622ae6c1e1e812ef0d65fdb5ae98e2e552680d6ff39adb4f13cf3e822b9", kill_on_drop: false }`
[INFO] [stderr]  Documenting mango-orm v0.6.32 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/db_query_api/common.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.aggregate
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.aggregate>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[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/models/db_query_api/common.rs:15:31
[INFO] [stderr]    |
[INFO] [stderr] 15 |     /// See the documentation https://docs.mongodb.com/manual/aggregation/ for more information on aggregations.
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.mongodb.com/manual/aggregation/>`
[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/models/db_query_api/common.rs:45:9
[INFO] [stderr]    |
[INFO] [stderr] 45 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.count_documents
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.count_documents>`
[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/models/db_query_api/common.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 72 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.delete_many
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.delete_many>`
[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/models/db_query_api/common.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.delete_one
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.delete_one>`
[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/models/db_query_api/common.rs:160:9
[INFO] [stderr]     |
[INFO] [stderr] 160 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.distinct
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.distinct>`
[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/models/db_query_api/common.rs:189:9
[INFO] [stderr]     |
[INFO] [stderr] 189 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.drop
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.drop>`
[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/models/db_query_api/common.rs:231:9
[INFO] [stderr]     |
[INFO] [stderr] 231 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.estimated_document_count
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.estimated_document_count>`
[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/models/db_query_api/common.rs:256:9
[INFO] [stderr]     |
[INFO] [stderr] 256 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.find
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.find>`
[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/models/db_query_api/common.rs:312:9
[INFO] [stderr]     |
[INFO] [stderr] 312 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.find_one
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.find_one>`
[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/models/db_query_api/common.rs:354:9
[INFO] [stderr]     |
[INFO] [stderr] 354 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.find_one_and_delete
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.find_one_and_delete>`
[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/models/db_query_api/common.rs:410:9
[INFO] [stderr]     |
[INFO] [stderr] 410 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.name
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.name>`
[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/models/db_query_api/common.rs:433:9
[INFO] [stderr]     |
[INFO] [stderr] 433 |     /// https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.namespace
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/mongodb/1.1.1/mongodb/struct.Collection.html#method.namespace>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `mango-orm` (lib doc) generated 13 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.25s
[INFO] running `Command { std: "docker" "inspect" "93576622ae6c1e1e812ef0d65fdb5ae98e2e552680d6ff39adb4f13cf3e822b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93576622ae6c1e1e812ef0d65fdb5ae98e2e552680d6ff39adb4f13cf3e822b9", kill_on_drop: false }`
[INFO] [stdout] 93576622ae6c1e1e812ef0d65fdb5ae98e2e552680d6ff39adb4f13cf3e822b9