pact_models 0.0.1

Pact-Rust support library that provides the core models for dealing with Pact files
Documentation
Build #3812262021-04-25T03:42:28.995385+00:00
# rustc version
rustc 1.53.0-nightly (42816d61e 2021-04-24)# docs.rs version
docsrs 0.6.0 (c9d80ad 2021-04-18)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/pact_models-0.0.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/pact_models-0.0.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" "2" "--user" "1001:1001" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210424-1.53.0-nightly-42816d61e" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 29875a593fd76806c6dbe08c361f86e109bdfc4aca7fde3471f722ef63fb6c52
[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" "29875a593fd76806c6dbe08c361f86e109bdfc4aca7fde3471f722ef63fb6c52", kill_on_drop: false }`
[INFO] [stderr] /opt/crates-build-env/entrypoint.sh: line 7: /etc/hosts: Permission denied
[INFO] [stderr]    Compiling proc-macro2 v1.0.26
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.70
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking regex-syntax v0.6.23
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking base64 v0.13.0
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking mime v0.3.16
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]     Checking itertools v0.10.0
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking aho-corasick v0.7.15
[INFO] [stderr]     Checking regex v1.4.6
[INFO] [stderr]     Checking bytes v1.0.1
[INFO] [stderr]  Documenting pact_models v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib.rs:16:48
[INFO] [stderr]    |
[INFO] [stderr] 16 |   /// First version of the pact specification (https://github.com/pact-foundation/pact-specification/tree/version-1)
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/pact-foundation/pact-specification/tree/version-1>`
[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/lib.rs:18:49
[INFO] [stderr]    |
[INFO] [stderr] 18 |   /// Second version of the pact specification (https://github.com/pact-foundation/pact-specification/tree/version-1.1)
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/pact-foundation/pact-specification/tree/version-1.1>`
[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/lib.rs:20:46
[INFO] [stderr]    |
[INFO] [stderr] 20 |   /// Version two of the pact specification (https://github.com/pact-foundation/pact-specification/tree/version-2)
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/pact-foundation/pact-specification/tree/version-2>`
[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/lib.rs:22:48
[INFO] [stderr]    |
[INFO] [stderr] 22 |   /// Version three of the pact specification (https://github.com/pact-foundation/pact-specification/tree/version-3)
[INFO] [stderr]    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/pact-foundation/pact-specification/tree/version-3>`
[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/lib.rs:24:47
[INFO] [stderr]    |
[INFO] [stderr] 24 |   /// Version four of the pact specification (https://github.com/pact-foundation/pact-specification/tree/version-4)
[INFO] [stderr]    |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/pact-foundation/pact-specification/tree/version-4>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: 5 warnings emitted
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 26.48s
[INFO] running `Command { std: "docker" "inspect" "29875a593fd76806c6dbe08c361f86e109bdfc4aca7fde3471f722ef63fb6c52", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29875a593fd76806c6dbe08c361f86e109bdfc4aca7fde3471f722ef63fb6c52", kill_on_drop: false }`
[INFO] [stdout] 29875a593fd76806c6dbe08c361f86e109bdfc4aca7fde3471f722ef63fb6c52