Dec 02 04:51:36.917 INFO documenting pact_matching-0.4.5 against master#147e60c5f89cfa2d3ffc247413956a37582c98e7 for pr-55318-1 Dec 02 04:51:36.917 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318-1/worker-4/master#147e60c5f89cfa2d3ffc247413956a37582c98e7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55318-1/master#147e60c5f89cfa2d3ffc247413956a37582c98e7:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +147e60c5f89cfa2d3ffc247413956a37582c98e7-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 02 04:51:37.142 INFO [stdout] dc1f84ff7a0b1c9f55a40de33f46813afdfdf7e2a586047c387c20125b08029d Dec 02 04:51:37.144 INFO running `"docker" "start" "-a" "dc1f84ff7a0b1c9f55a40de33f46813afdfdf7e2a586047c387c20125b08029d"` Dec 02 04:51:37.607 INFO [stderr] usermod: no changes Dec 02 04:51:37.869 INFO [stderr] Checking p-macro v0.2.0 Dec 02 04:51:37.869 INFO [stderr] Checking maplit v0.1.6 Dec 02 04:51:37.869 INFO [stderr] Checking indextree v1.3.0 Dec 02 04:51:37.869 INFO [stderr] Checking sxd-document v0.2.6 Dec 02 04:51:39.519 INFO [stderr] Documenting pact_matching v0.4.5 (/source) Dec 02 04:51:44.463 INFO [stderr] warning: `[1]` cannot be resolved, ignoring it... Dec 02 04:51:44.463 INFO [stderr] --> src/lib.rs:1:1 Dec 02 04:51:44.463 INFO [stderr] | Dec 02 04:51:44.463 INFO [stderr] 1 | / //! The `pact_matching` crate provides the core logic to performing matching on HTTP requests Dec 02 04:51:44.463 INFO [stderr] 2 | | //! and responses. It implements the V3 Pact specification (https://github.com/pact-foundation/pact-specification/tree/version-3). Dec 02 04:51:44.463 INFO [stderr] 3 | | //! Dec 02 04:51:44.463 INFO [stderr] 4 | | //! ## To use it Dec 02 04:51:44.463 INFO [stderr] ... | Dec 02 04:51:44.463 INFO [stderr] 323 | | //! | MinMaxType | `{ "match": "type", "min": 1, "max": 10 }` | This executes a type based match against the values, that is, they are equal if they are the same type. In addition, if the values represent a collection, the length of the actual value is compared against the minimum and maximum. | Dec 02 04:51:44.463 INFO [stderr] 324 | | //! Dec 02 04:51:44.463 INFO [stderr] | |___^ Dec 02 04:51:44.463 INFO [stderr] | Dec 02 04:51:44.463 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Dec 02 04:51:44.463 INFO [stderr] = note: the link appears in this line: Dec 02 04:51:44.463 INFO [stderr] Dec 02 04:51:44.463 INFO [stderr] | $.item1.level[1] | $(2).item1(2).level(2)[1(2)] | 16 | Dec 02 04:51:44.463 INFO [stderr] ^ Dec 02 04:51:44.463 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 04:51:44.463 INFO [stderr] Dec 02 04:51:44.463 INFO [stderr] warning: `[1]` cannot be resolved, ignoring it... Dec 02 04:51:44.463 INFO [stderr] --> src/lib.rs:1:1 Dec 02 04:51:44.463 INFO [stderr] | Dec 02 04:51:44.463 INFO [stderr] 1 | / //! The `pact_matching` crate provides the core logic to performing matching on HTTP requests Dec 02 04:51:44.463 INFO [stderr] 2 | | //! and responses. It implements the V3 Pact specification (https://github.com/pact-foundation/pact-specification/tree/version-3). Dec 02 04:51:44.463 INFO [stderr] 3 | | //! Dec 02 04:51:44.463 INFO [stderr] 4 | | //! ## To use it Dec 02 04:51:44.463 INFO [stderr] ... | Dec 02 04:51:44.463 INFO [stderr] 323 | | //! | MinMaxType | `{ "match": "type", "min": 1, "max": 10 }` | This executes a type based match against the values, that is, they are equal if they are the same type. In addition, if the values represent a collection, the length of the actual value is compared against the minimum and maximum. | Dec 02 04:51:44.463 INFO [stderr] 324 | | //! Dec 02 04:51:44.463 INFO [stderr] | |___^ Dec 02 04:51:44.464 INFO [stderr] | Dec 02 04:51:44.464 INFO [stderr] = note: the link appears in this line: Dec 02 04:51:44.464 INFO [stderr] Dec 02 04:51:44.464 INFO [stderr] | $.item1.level[1].id | $(2).item1(2).level(2)[1(2)].id(2) | 32 | Dec 02 04:51:44.464 INFO [stderr] ^ Dec 02 04:51:44.464 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 04:51:44.464 INFO [stderr] Dec 02 04:51:44.464 INFO [stderr] warning: `[1]` cannot be resolved, ignoring it... Dec 02 04:51:44.464 INFO [stderr] --> src/lib.rs:1:1 Dec 02 04:51:44.464 INFO [stderr] | Dec 02 04:51:44.464 INFO [stderr] 1 | / //! The `pact_matching` crate provides the core logic to performing matching on HTTP requests Dec 02 04:51:44.464 INFO [stderr] 2 | | //! and responses. It implements the V3 Pact specification (https://github.com/pact-foundation/pact-specification/tree/version-3). Dec 02 04:51:44.464 INFO [stderr] 3 | | //! Dec 02 04:51:44.464 INFO [stderr] 4 | | //! ## To use it Dec 02 04:51:44.464 INFO [stderr] ... | Dec 02 04:51:44.464 INFO [stderr] 323 | | //! | MinMaxType | `{ "match": "type", "min": 1, "max": 10 }` | This executes a type based match against the values, that is, they are equal if they are the same type. In addition, if the values represent a collection, the length of the actual value is compared against the minimum and maximum. | Dec 02 04:51:44.464 INFO [stderr] 324 | | //! Dec 02 04:51:44.464 INFO [stderr] | |___^ Dec 02 04:51:44.464 INFO [stderr] | Dec 02 04:51:44.464 INFO [stderr] = note: the link appears in this line: Dec 02 04:51:44.464 INFO [stderr] Dec 02 04:51:44.464 INFO [stderr] | $.item1.level[1].name | $(2).item1(2).level(2)[1(2)].name(0) | 0 | Dec 02 04:51:44.464 INFO [stderr] ^ Dec 02 04:51:44.464 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 04:51:44.464 INFO [stderr] Dec 02 04:51:44.464 INFO [stderr] warning: `[2]` cannot be resolved, ignoring it... Dec 02 04:51:44.464 INFO [stderr] --> src/lib.rs:1:1 Dec 02 04:51:44.464 INFO [stderr] | Dec 02 04:51:44.464 INFO [stderr] 1 | / //! The `pact_matching` crate provides the core logic to performing matching on HTTP requests Dec 02 04:51:44.464 INFO [stderr] 2 | | //! and responses. It implements the V3 Pact specification (https://github.com/pact-foundation/pact-specification/tree/version-3). Dec 02 04:51:44.464 INFO [stderr] 3 | | //! Dec 02 04:51:44.464 INFO [stderr] 4 | | //! ## To use it Dec 02 04:51:44.464 INFO [stderr] ... | Dec 02 04:51:44.464 INFO [stderr] 323 | | //! | MinMaxType | `{ "match": "type", "min": 1, "max": 10 }` | This executes a type based match against the values, that is, they are equal if they are the same type. In addition, if the values represent a collection, the length of the actual value is compared against the minimum and maximum. | Dec 02 04:51:44.464 INFO [stderr] 324 | | //! Dec 02 04:51:44.464 INFO [stderr] | |___^ Dec 02 04:51:44.464 INFO [stderr] | Dec 02 04:51:44.464 INFO [stderr] = note: the link appears in this line: Dec 02 04:51:44.464 INFO [stderr] Dec 02 04:51:44.464 INFO [stderr] | $.item1.level[2] | $(2).item1(2).level(2)[2(0)] | 0 | Dec 02 04:51:44.464 INFO [stderr] ^ Dec 02 04:51:44.464 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 04:51:44.464 INFO [stderr] Dec 02 04:51:44.464 INFO [stderr] warning: `[2]` cannot be resolved, ignoring it... Dec 02 04:51:44.464 INFO [stderr] --> src/lib.rs:1:1 Dec 02 04:51:44.464 INFO [stderr] | Dec 02 04:51:44.464 INFO [stderr] 1 | / //! The `pact_matching` crate provides the core logic to performing matching on HTTP requests Dec 02 04:51:44.464 INFO [stderr] 2 | | //! and responses. It implements the V3 Pact specification (https://github.com/pact-foundation/pact-specification/tree/version-3). Dec 02 04:51:44.464 INFO [stderr] 3 | | //! Dec 02 04:51:44.464 INFO [stderr] 4 | | //! ## To use it Dec 02 04:51:44.464 INFO [stderr] ... | Dec 02 04:51:44.464 INFO [stderr] 323 | | //! | MinMaxType | `{ "match": "type", "min": 1, "max": 10 }` | This executes a type based match against the values, that is, they are equal if they are the same type. In addition, if the values represent a collection, the length of the actual value is compared against the minimum and maximum. | Dec 02 04:51:44.464 INFO [stderr] 324 | | //! Dec 02 04:51:44.464 INFO [stderr] | |___^ Dec 02 04:51:44.464 INFO [stderr] | Dec 02 04:51:44.464 INFO [stderr] = note: the link appears in this line: Dec 02 04:51:44.464 INFO [stderr] Dec 02 04:51:44.464 INFO [stderr] | $.item1.level[2].id | $(2).item1(2).level(2)[2(0)].id(2) | 0 | Dec 02 04:51:44.464 INFO [stderr] ^ Dec 02 04:51:44.464 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 04:51:44.464 INFO [stderr] Dec 02 04:51:44.689 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.06s Dec 02 04:51:44.709 INFO [stderr] su: No module specific data is present Dec 02 04:51:45.393 INFO running `"docker" "inspect" "dc1f84ff7a0b1c9f55a40de33f46813afdfdf7e2a586047c387c20125b08029d"` Dec 02 04:51:45.672 INFO running `"docker" "rm" "-f" "dc1f84ff7a0b1c9f55a40de33f46813afdfdf7e2a586047c387c20125b08029d"` Dec 02 04:51:45.912 INFO [stdout] dc1f84ff7a0b1c9f55a40de33f46813afdfdf7e2a586047c387c20125b08029d