[INFO] crate pact_consumer 0.4.0 is already in cache [INFO] extracting crate pact_consumer 0.4.0 into work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/pact_consumer/0.4.0 [INFO] extracting crate pact_consumer 0.4.0 into work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/pact_consumer/0.4.0 [INFO] validating manifest of pact_consumer-0.4.0 on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pact_consumer-0.4.0 on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pact_consumer-0.4.0 [INFO] finished frobbing pact_consumer-0.4.0 [INFO] frobbed toml for pact_consumer-0.4.0 written to work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/pact_consumer/0.4.0/Cargo.toml [INFO] started frobbing pact_consumer-0.4.0 [INFO] finished frobbing pact_consumer-0.4.0 [INFO] frobbed toml for pact_consumer-0.4.0 written to work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/reg/pact_consumer/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking pact_consumer-0.4.0 against master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-4/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/reg/pact_consumer/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9d2eab12766171373ff411630752110e132c8670771f2a75c620470fe0bb6538 [INFO] running `"docker" "start" "-a" "9d2eab12766171373ff411630752110e132c8670771f2a75c620470fe0bb6538"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking chrono-tz v0.4.1 [INFO] [stderr] Checking pact_matching v0.5.1 [INFO] [stderr] Checking pact_mock_server v0.4.1 [INFO] [stderr] Checking pact_consumer v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/patterns/json_pattern.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | Pattern(Box>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Pattern` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/patterns/string_pattern.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | Pattern(Box>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Pattern` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/util.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | // Only use "." syntax for things which are obvious identifiers. [INFO] [stderr] 102 | | static ref IDENT: Regex = Regex::new(r#"^[_A-Za-z][_A-Za-z0-9]*$"#) [INFO] [stderr] 103 | | .expect("could not parse IDENT regex"); [INFO] [stderr] ... | [INFO] [stderr] 106 | | .expect("could not parse ESCAPE regex"); [INFO] [stderr] 107 | | } [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/util.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | // Only use "." syntax for things which are obvious identifiers. [INFO] [stderr] 102 | | static ref IDENT: Regex = Regex::new(r#"^[_A-Za-z][_A-Za-z0-9]*$"#) [INFO] [stderr] 103 | | .expect("could not parse IDENT regex"); [INFO] [stderr] ... | [INFO] [stderr] 106 | | .expect("could not parse ESCAPE regex"); [INFO] [stderr] 107 | | } [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/util.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | // Only use "." syntax for things which are obvious identifiers. [INFO] [stderr] 102 | | static ref IDENT: Regex = Regex::new(r#"^[_A-Za-z][_A-Za-z0-9]*$"#) [INFO] [stderr] 103 | | .expect("could not parse IDENT regex"); [INFO] [stderr] ... | [INFO] [stderr] 106 | | .expect("could not parse ESCAPE regex"); [INFO] [stderr] 107 | | } [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/util.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | // Only use "." syntax for things which are obvious identifiers. [INFO] [stderr] 102 | | static ref IDENT: Regex = Regex::new(r#"^[_A-Za-z][_A-Za-z0-9]*$"#) [INFO] [stderr] 103 | | .expect("could not parse IDENT regex"); [INFO] [stderr] ... | [INFO] [stderr] 106 | | .expect("could not parse ESCAPE regex"); [INFO] [stderr] 107 | | } [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/patterns/json_pattern.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | Pattern(Box>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Pattern` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/patterns/string_pattern.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | Pattern(Box>), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Pattern` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/util.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | // Only use "." syntax for things which are obvious identifiers. [INFO] [stderr] 102 | | static ref IDENT: Regex = Regex::new(r#"^[_A-Za-z][_A-Za-z0-9]*$"#) [INFO] [stderr] 103 | | .expect("could not parse IDENT regex"); [INFO] [stderr] ... | [INFO] [stderr] 106 | | .expect("could not parse ESCAPE regex"); [INFO] [stderr] 107 | | } [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/util.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | // Only use "." syntax for things which are obvious identifiers. [INFO] [stderr] 102 | | static ref IDENT: Regex = Regex::new(r#"^[_A-Za-z][_A-Za-z0-9]*$"#) [INFO] [stderr] 103 | | .expect("could not parse IDENT regex"); [INFO] [stderr] ... | [INFO] [stderr] 106 | | .expect("could not parse ESCAPE regex"); [INFO] [stderr] 107 | | } [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/util.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | // Only use "." syntax for things which are obvious identifiers. [INFO] [stderr] 102 | | static ref IDENT: Regex = Regex::new(r#"^[_A-Za-z][_A-Za-z0-9]*$"#) [INFO] [stderr] 103 | | .expect("could not parse IDENT regex"); [INFO] [stderr] ... | [INFO] [stderr] 106 | | .expect("could not parse ESCAPE regex"); [INFO] [stderr] 107 | | } [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/util.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | / lazy_static! { [INFO] [stderr] 101 | | // Only use "." syntax for things which are obvious identifiers. [INFO] [stderr] 102 | | static ref IDENT: Regex = Regex::new(r#"^[_A-Za-z][_A-Za-z0-9]*$"#) [INFO] [stderr] 103 | | .expect("could not parse IDENT regex"); [INFO] [stderr] ... | [INFO] [stderr] 106 | | .expect("could not parse ESCAPE regex"); [INFO] [stderr] 107 | | } [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] error[E0308]: mismatched types [INFO] [stderr] --> src/mock_server.rs:45:44 [INFO] [stderr] | [INFO] [stderr] 45 | let port = start_mock_server(uuid, pact, 0) [INFO] [stderr] | ^^^^ expected struct `pact_matching::models::Pact`, found a different struct `pact_matching::models::Pact` [INFO] [stderr] | [INFO] [stderr] = note: expected type `pact_matching::models::Pact` (struct `pact_matching::models::Pact`) [INFO] [stderr] found type `pact_matching::models::Pact` (struct `pact_matching::models::Pact`) [INFO] [stderr] note: Perhaps two different versions of crate `pact_matching` are being used? [INFO] [stderr] --> src/mock_server.rs:45:44 [INFO] [stderr] | [INFO] [stderr] 45 | let port = start_mock_server(uuid, pact, 0) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `pact_consumer`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/mock_server.rs:45:44 [INFO] [stderr] | [INFO] [stderr] 45 | let port = start_mock_server(uuid, pact, 0) [INFO] [stderr] | ^^^^ expected struct `pact_matching::models::Pact`, found a different struct `pact_matching::models::Pact` [INFO] [stderr] | [INFO] [stderr] = note: expected type `pact_matching::models::Pact` (struct `pact_matching::models::Pact`) [INFO] [stderr] found type `pact_matching::models::Pact` (struct `pact_matching::models::Pact`) [INFO] [stderr] note: Perhaps two different versions of crate `pact_matching` are being used? [INFO] [stderr] --> src/mock_server.rs:45:44 [INFO] [stderr] | [INFO] [stderr] 45 | let port = start_mock_server(uuid, pact, 0) [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `pact_consumer`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9d2eab12766171373ff411630752110e132c8670771f2a75c620470fe0bb6538"` [INFO] running `"docker" "rm" "-f" "9d2eab12766171373ff411630752110e132c8670771f2a75c620470fe0bb6538"` [INFO] [stdout] 9d2eab12766171373ff411630752110e132c8670771f2a75c620470fe0bb6538