Antonio Magana
09/19/2023, 9:45 PMdebug
and am seeing a lot of this error:
[tracing-subscriber] Unable to write an event to the Writer for this Subscriber! Error: Resource temporarily unavailable (os error 35)
as well as
Caught panic with error: failed printing to stderr: Resource temporarily unavailable (os error 35)
It seems like the test is getting about halfway through the matchers before randomly stopping. Unsure if theres a setting I need to change so any advice here would be appreciated.Antonio Magana
09/19/2023, 10:47 PMthread '<unnamed>' panicked at 'failed printing to stderr: Resource temporarily unavailable (os error 35)', library/std/src/io/stdio.rs:1019:9
Matt (pactflow.io / pact-js / pact-go)
Antonio Magana
09/20/2023, 7:15 PM[tracing-subscriber] Unable to write an event to the Writer for this Subscriber! Error: Resource temporarily unavailable (os error 35)
[tracing-subscriber] Unable to write an event to the Writer for this Subscriber! Error: Resource temporarily unavailable (os error 35)
[tracing-subscriber] Unable to write an event to the Writer for this Subscriber! Error: Resource temporarily unavailable (os error 35)
[tracing-subscriber] Unable to write an event to the Writer for this Subscriber! Error: Resource temporarily unavailable (os error 35)
[tracing-subscriber] Unable to write an event to the Writer for this Subscriber! Error: Resource temporarily unavailable (os error 35)
[tracing-subscriber] Unable to write an event to the Writer for this Subscriber! Error: Resource temporarily unavailable (os error 35)
[tracing-subscriber] Unable to write an event to the Writer for this Subscriber! Error: Resource temporarily unavailable (os error 35)
[tracing-subscriber] Unable to write an event to the Writer for this Subscriber! Error: Resource temporarily unavailable (os error 35)
2023-09-20T19:07:44.686013Z DEBUG ThreadId(02) verify_interaction{interaction="a request for all processing accounts for a business"}: pact_matching::json: compare: Comparing path $.processingAccounts[2].parent.serviceType
Antonio Magana
09/20/2023, 7:15 PMAntonio Magana
09/20/2023, 7:16 PMCaught panic with error: failed printing to stderr: Resource temporarily unavailable (os error 35)
[12:07:44.693] DEBUG (38324): pact-core@14.0.4: shutting down verifier with handle 0
2023-09-20T19:07:44.694175Z DEBUG ThreadId(01) pact_ffi::verifier: pact_ffi::verifier::pactffi_verifier_shutdown FFI function invoked
[12:07:44.694] DEBUG (38324): pact-core@14.0.4: response from verifier: null, 1
[12:07:44.694] ERROR (38324): pact-core@14.0.4: Verification unsuccessful
Matt (pactflow.io / pact-js / pact-go)