mango-orm 0.6.14

ORM-like API MongoDB for Rust.
Documentation
Build #454299 2021-10-27T09:55:11.104601+00:00
# rustc version
rustc 1.58.0-nightly (e269e6bf4 2021-10-26)
# docs.rs version
docsrs 0.6.0 (f0f19a6 2021-10-27)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/mango-orm-0.6.14/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/mango-orm-0.6.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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20211026-1.58.0-nightly-e269e6bf4" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 4ca1378023e2cb6d1258a6b4c2707514b2d60dbea033f0d120f6214abb151525
[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" "4ca1378023e2cb6d1258a6b4c2707514b2d60dbea033f0d120f6214abb151525", kill_on_drop: false }`
[INFO] [stderr]  Documenting mango-orm v0.6.14 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/models/db_query_api/common.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |     /// 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:32:31
[INFO] [stderr]    |
[INFO] [stderr] 32 |     /// 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:62:9
[INFO] [stderr]    |
[INFO] [stderr] 62 |     /// 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:89:9
[INFO] [stderr]    |
[INFO] [stderr] 89 |     /// 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:133:9
[INFO] [stderr]     |
[INFO] [stderr] 133 |     /// 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:177:9
[INFO] [stderr]     |
[INFO] [stderr] 177 |     /// 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:206:9
[INFO] [stderr]     |
[INFO] [stderr] 206 |     /// 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:248:9
[INFO] [stderr]     |
[INFO] [stderr] 248 |     /// 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:273:9
[INFO] [stderr]     |
[INFO] [stderr] 273 |     /// 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:329:9
[INFO] [stderr]     |
[INFO] [stderr] 329 |     /// 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:371:9
[INFO] [stderr]     |
[INFO] [stderr] 371 |     /// 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:427:9
[INFO] [stderr]     |
[INFO] [stderr] 427 |     /// 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:450:9
[INFO] [stderr]     |
[INFO] [stderr] 450 |     /// 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.90s
[INFO] running `Command { std: "docker" "inspect" "4ca1378023e2cb6d1258a6b4c2707514b2d60dbea033f0d120f6214abb151525", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ca1378023e2cb6d1258a6b4c2707514b2d60dbea033f0d120f6214abb151525", kill_on_drop: false }`
[INFO] [stdout] 4ca1378023e2cb6d1258a6b4c2707514b2d60dbea033f0d120f6214abb151525