[INFO] crate pact_matching 0.5.6 is already in cache [INFO] checking pact_matching-0.5.6 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate pact_matching 0.5.6 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate pact_matching 0.5.6 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate pact_matching 0.5.6 [INFO] finished tweaking crates.io crate pact_matching 0.5.6 [INFO] tweaked toml for crates.io crate pact_matching 0.5.6 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c2e28df642a39e79d7d87c0e68bda69a8f492f9144aa2888252653372411e791 [INFO] running `"docker" "start" "-a" "c2e28df642a39e79d7d87c0e68bda69a8f492f9144aa2888252653372411e791"` [INFO] [stderr] Compiling bindgen v0.50.1 [INFO] [stderr] Checking peresil v0.3.0 [INFO] [stderr] Checking indextree v1.3.0 [INFO] [stderr] Checking semver v0.7.0 [INFO] [stderr] Checking base64 v0.7.0 [INFO] [stderr] Checking expectest v0.11.0 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling parse-zoneinfo v0.1.1 [INFO] [stderr] Checking rand_regex v0.12.0 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Checking quickcheck v0.4.1 [INFO] [stderr] Checking sxd-document v0.2.6 [INFO] [stderr] Compiling chrono-tz v0.4.1 [INFO] [stderr] Checking publicsuffix v1.5.4 [INFO] [stderr] Checking hamcrest2 v0.2.6 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking reqwest v0.9.22 [INFO] [stderr] Compiling onig_sys v69.2.0 [INFO] [stderr] Checking onig v5.0.0 [INFO] [stderr] Checking pact_matching v0.5.6 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:379:1 [INFO] [stderr] | [INFO] [stderr] 379 | / lazy_static! { [INFO] [stderr] 380 | | static ref BODY_MATCHERS: [(Regex, fn(expected: &Vec, actual: &Vec, config: DiffConfig, [INFO] [stderr] 381 | | mismatches: &mut Vec, matchers: &MatchingRules)); 3] = [ [INFO] [stderr] 382 | | (Regex::new("application/.*json").unwrap(), json::match_json), [INFO] [stderr] ... | [INFO] [stderr] 385 | | ]; [INFO] [stderr] 386 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:379:1 [INFO] [stderr] | [INFO] [stderr] 379 | / lazy_static! { [INFO] [stderr] 380 | | static ref BODY_MATCHERS: [(Regex, fn(expected: &Vec, actual: &Vec, config: DiffConfig, [INFO] [stderr] 381 | | mismatches: &mut Vec, matchers: &MatchingRules)); 3] = [ [INFO] [stderr] 382 | | (Regex::new("application/.*json").unwrap(), json::match_json), [INFO] [stderr] ... | [INFO] [stderr] 385 | | ]; [INFO] [stderr] 386 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/models/mod.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | / lazy_static! { [INFO] [stderr] 205 | | static ref XMLREGEXP: Regex = Regex::new(r"^\s*<\?xml\s*version.*").unwrap(); [INFO] [stderr] 206 | | static ref HTMLREGEXP: Regex = Regex::new(r"^\s*().*").unwrap(); [INFO] [stderr] 207 | | static ref JSONREGEXP: Regex = Regex::new(r#"^\s*(true|false|null|[0-9]+|"\w*|\{\s*(}|"\w+)|\[\s*)"#).unwrap(); [INFO] [stderr] ... | [INFO] [stderr] 211 | | static ref XML_CONTENT_TYPE: Regex = Regex::new("application/.*xml").unwrap(); [INFO] [stderr] 212 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 18s [INFO] running `"docker" "inspect" "c2e28df642a39e79d7d87c0e68bda69a8f492f9144aa2888252653372411e791"` [INFO] running `"docker" "rm" "-f" "c2e28df642a39e79d7d87c0e68bda69a8f492f9144aa2888252653372411e791"` [INFO] [stdout] c2e28df642a39e79d7d87c0e68bda69a8f492f9144aa2888252653372411e791