Question to all pact ffi users: Does anyone got th...
# libpact_ffi-users
t
Question to all pact ffi users: Does anyone got this similar errors while testing ffi implementation in Windows Server (from Github Actions)?
Script phpunit --debug -c example/phpunit.all.xml handling the test event returned with error code -1073741819
👎 1
Here are some related logs:
Copy code
thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-1.27.0\src\runtime\scheduler\multi_thread\<http://worker.rs:884:58|worker.rs:884:58>

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread '<unnamed>' panicked at 'assertion failed: c.runtime.get().is_entered()', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\tokio-1.27.0\src\runtime\<http://context.rs:292:17|context.rs:292:17>

thread '<unnamed>' panicked at 'called `Option::unwrap()` on a `None` value', Script phpunit --debug -c example/phpunit.all.xml handling the test event returned with error code -1073741819
The error itself is quite random. And these logs are even more random. This is the second time I saw them. So not sure it's related to the error.
u
tokio-1.27.0\src\runtime\scheduler\multi_thread\<http://worker.rs:884:58|worker.rs:884:58>
That's in the Tokio runtime