mr_bundle 0.2.7

Implements the un-/packing of bundles that either embed or reference a set of resources
Documentation
Build #1184683 2024-04-09T13:56:49.984586+00:00
# rustc version
rustc 1.79.0-nightly (ab5bda1aa 2024-04-08)
# docs.rs version
docsrs 0.6.0 (42f2c842 2024-04-05)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/mr_bundle-0.2.7/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/mr_bundle-0.2.7/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240408-1.79.0-nightly-ab5bda1aa\", \"--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] [stdout] d0ec806cf9dd6697213ff588996813d3f659eb7b6bd25b7879755ff2e315edb9
[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" "d0ec806cf9dd6697213ff588996813d3f659eb7b6bd25b7879755ff2e315edb9", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting mr_bundle v0.2.7 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `Bundle::pack_yaml`
[INFO] [stderr]  --> src/lib.rs:8:35
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! A Bundle can also be [packed](Bundle::pack_yaml) and [unpacked](Bundle::unpack_yaml),
[INFO] [stderr]   |                                   ^^^^^^^^^^^^^^^^^ the struct `Bundle` has no field or associated item named `pack_yaml`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Bundle::unpack_yaml`
[INFO] [stderr]  --> src/lib.rs:8:69
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! A Bundle can also be [packed](Bundle::pack_yaml) and [unpacked](Bundle::unpack_yaml),
[INFO] [stderr]   |                                                                     ^^^^^^^^^^^^^^^^^^^ the struct `Bundle` has no field or associated item named `unpack_yaml`
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/lib.rs:4:18
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! A [`Bundle`](crate::Bundle) contains a [`Manifest`](crate::Manifest) as well as any number of arbitrary,
[INFO] [stderr]   |        --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |        |
[INFO] [stderr]   |        because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr]   = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! A [`Bundle`] contains a [`Manifest`](crate::Manifest) as well as any number of arbitrary,
[INFO] [stderr]   |       ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/lib.rs:4:57
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! A [`Bundle`](crate::Bundle) contains a [`Manifest`](crate::Manifest) as well as any number of arbitrary,
[INFO] [stderr]   |                                             ----------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                             |
[INFO] [stderr]   |                                             because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! A [`Bundle`](crate::Bundle) contains a [`Manifest`] as well as any number of arbitrary,
[INFO] [stderr]   |                                            ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/lib.rs:5:55
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! opaque resources in the form of [`ResourceBytes`](crate::ResourceBytes).
[INFO] [stderr]   |                                      ---------------  ^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                      |
[INFO] [stderr]   |                                      because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! opaque resources in the form of [`ResourceBytes`].
[INFO] [stderr]   |                                     ~~~~~~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]   --> src/lib.rs:10:63
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! Bundle packing is performed by following the [`Location`](crate::Location)s specified in the
[INFO] [stderr]    |                                                   ----------  ^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]    |                                                   |
[INFO] [stderr]    |                                                   because label contains path that resolves to same destination
[INFO] [stderr]    |
[INFO] [stderr]    = note: when a link's destination is not specified,
[INFO] [stderr]            the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]    |
[INFO] [stderr] 10 | //! Bundle packing is performed by following the [`Location`]s specified in the
[INFO] [stderr]    |                                                  ~~~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/manifest.rs:5:56
[INFO] [stderr]   |
[INFO] [stderr] 5 | /// A Manifest describes the resources in a [`Bundle`](crate::Bundle) and how
[INFO] [stderr]   |                                              --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                              |
[INFO] [stderr]   |                                              because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 5 | /// A Manifest describes the resources in a [`Bundle`] and how
[INFO] [stderr]   |                                             ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr]  --> src/resource.rs:1:68
[INFO] [stderr]   |
[INFO] [stderr] 1 | /// Arbitrary opaque bytes representing a Resource in a [`Bundle`](crate::Bundle)
[INFO] [stderr]   |                                                          --------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr]   |                                                          |
[INFO] [stderr]   |                                                          because label contains path that resolves to same destination
[INFO] [stderr]   |
[INFO] [stderr]   = note: when a link's destination is not specified,
[INFO] [stderr]           the label is used to resolve intra-doc links
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr]   |
[INFO] [stderr] 1 | /// Arbitrary opaque bytes representing a Resource in a [`Bundle`]
[INFO] [stderr]   |                                                         ~~~~~~~~~~
[INFO] [stderr] 
[INFO] [stderr] warning: `mr_bundle` (lib doc) generated 8 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/mr_bundle/index.html
[INFO] running `Command { std: "docker" "inspect" "d0ec806cf9dd6697213ff588996813d3f659eb7b6bd25b7879755ff2e315edb9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0ec806cf9dd6697213ff588996813d3f659eb7b6bd25b7879755ff2e315edb9", kill_on_drop: false }`
[INFO] [stdout] d0ec806cf9dd6697213ff588996813d3f659eb7b6bd25b7879755ff2e315edb9