[go: up one dir, main page]

insta 1.14.1

A snapshot testing library for Rust
Documentation
Build #568143 2022-05-31 09:42:39
# rustc version
rustc 1.63.0-nightly (c35035cef 2022-05-30)# docs.rs version
docsrs 0.6.0 (c280b04 2022-05-30)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/insta-1.14.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/insta-1.14.1/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" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220530-1.63.0-nightly-c35035cef\", \"--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] 4e6522f2d6ca1b5c1806b5c3949a445c8e691d870bf3f125228617eaf720b3cc
[INFO] running `Command { std: "docker" "start" "-a" "4e6522f2d6ca1b5c1806b5c3949a445c8e691d870bf3f125228617eaf720b3cc", kill_on_drop: false }`
[INFO] [stderr]  Documenting insta v1.14.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `assert_yaml_snapshot`
[INFO] [stderr]   --> src/macros.rs:22:31
[INFO] [stderr]    |
[INFO] [stderr] 22 | /// This works exactly like [`assert_yaml_snapshot!`]
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^ no item named `assert_yaml_snapshot` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]    = note: `macro_rules` named `assert_yaml_snapshot` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `assert_yaml_snapshot`
[INFO] [stderr]   --> src/macros.rs:64:31
[INFO] [stderr]    |
[INFO] [stderr] 64 | /// This works exactly like [`assert_yaml_snapshot!`]
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^ no item named `assert_yaml_snapshot` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = note: `macro_rules` named `assert_yaml_snapshot` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `assert_debug_snapshot`
[INFO] [stderr]    --> src/macros.rs:103:1
[INFO] [stderr]     |
[INFO] [stderr] 103 | / /// Asserts a `Serialize` snapshot in YAML format.
[INFO] [stderr] 104 | | ///
[INFO] [stderr] 105 | | /// The value needs to implement the `serde::Serialize` trait and the snapshot
[INFO] [stderr] 106 | | /// will be serialized in YAML format.  This does mean that unlike the debug
[INFO] [stderr] ...   |
[INFO] [stderr] 143 | | ///
[INFO] [stderr] 144 | | /// The snapshot name is optional but can be provided as first argument.
[INFO] [stderr]     | |________________________________________________________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the link appears in this line:
[INFO] [stderr]             
[INFO] [stderr]             Unlike the [`assert_debug_snapshot!`]
[INFO] [stderr]                         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = note: no item named `assert_debug_snapshot` in scope
[INFO] [stderr]     = note: `macro_rules` named `assert_debug_snapshot` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `assert_yaml_snapshot`
[INFO] [stderr]    --> src/macros.rs:171:31
[INFO] [stderr]     |
[INFO] [stderr] 171 | /// This works exactly like [`assert_yaml_snapshot!`]
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^ no item named `assert_yaml_snapshot` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `macro_rules` named `assert_yaml_snapshot` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `assert_yaml_snapshot`
[INFO] [stderr]    --> src/macros.rs:212:31
[INFO] [stderr]     |
[INFO] [stderr] 212 | /// This works exactly like [`assert_yaml_snapshot!`] but serializes in JSON format.
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^ no item named `assert_yaml_snapshot` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `macro_rules` named `assert_yaml_snapshot` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: `insta` (lib doc) generated 5 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.14s
[INFO] running `Command { std: "docker" "inspect" "4e6522f2d6ca1b5c1806b5c3949a445c8e691d870bf3f125228617eaf720b3cc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e6522f2d6ca1b5c1806b5c3949a445c8e691d870bf3f125228617eaf720b3cc", kill_on_drop: false }`
[INFO] [stdout] 4e6522f2d6ca1b5c1806b5c3949a445c8e691d870bf3f125228617eaf720b3cc