Tests timing out with this error: CertVerifyProcBuiltin #22128
-
A few weeks ago these errors starting popping up while running tests. We run the tests via GitHub Actions and have a timeout set on the job step, which is how they eventually "fail". Using Cypress 9.7.0 & Cypress GitHub Action version 3.1.0. We have been running these tests regularly for months with no issues and no significant changes to the tests, other than upgrading versions of cypress. Any ideas on recent changes that may have prompted this?
|
Beta Was this translation helpful? Give feedback.
Replies: 15 comments 6 replies
-
We're seeing the same behavior. Also running Cypress 9.7.0. We are running via Jenkins (not via Github actions). |
Beta Was this translation helpful? Give feedback.
-
Getting the same here after upgrading to 10, seems tests are randomly failing. |
Beta Was this translation helpful? Give feedback.
-
I'm also seeing this error running Cypress 9.7.0 in Jenkins. A high number of tests are being passed over, and I'm tempted to rebuild the pipeline from scratch at this point. |
Beta Was this translation helpful? Give feedback.
-
i'm also seeing this error using cypress 10.1.0 and 10.0.1 this is with Github actions, trying with all the different browsers. the error seems to block network requests to all external servers. we don't want to mock the data because we'd prefer to test it fully e2e |
Beta Was this translation helpful? Give feedback.
-
Seeing the same with Cypress 9.7.0 running in Google's Cloudbuild... anyone has any solutions/workarounds? |
Beta Was this translation helpful? Give feedback.
-
Same here Cypress 10.1.0 running in Azure pipelines |
Beta Was this translation helpful? Give feedback.
-
We're getting the same error with Cypress 10.1.0, wrapped in a Docker image and executed by Travis. |
Beta Was this translation helpful? Give feedback.
-
same error with Cypress 10.1.0, wrapped in a Docker image and executed by CircleCI |
Beta Was this translation helpful? Give feedback.
-
idem, same error with Cypress 10.1.0, wrapped in a Docker image and executed by CircleCI |
Beta Was this translation helpful? Give feedback.
-
After some testing, it seems to me that this is an issue in electron. setting the browser for headless runs to chrome solved this for me.
Still requires attention for electron though! |
Beta Was this translation helpful? Give feedback.
-
looks like there was an issue already closed because the team needs an isolated reproducible example to solve this.
edit: headless mode actually did solve this issue for my team |
Beta Was this translation helpful? Give feedback.
-
We're also seeing this in our electron runs, and would rather not switch to Chrome headless if it can be avoided. These error messages are generating a lot of noise and causing confusion when diagnosing failure causes |
Beta Was this translation helpful? Give feedback.
-
Hi folks, I can confirm that this is not what is causing your tests to time out - this "error" should not be appearing, but it is not affecting the run of Cypress or your tests' ability to make HTTPS requests, it is just an internal debug log of Chromium. #22342 just merged and will suppress this stderr, it will land in Cypress 10.2.0. Other than that, I would search the issue tracker for other issues related to hanging tests in CI - there are a few. |
Beta Was this translation helpful? Give feedback.
-
Hi, we were able to figure out that the issue was being caused by a misconfiguration between our environment variables on the GitHub actions runner and our doppler secrets integration.
Right now we are running in headless chrome and that seems to have suppressed the logs.
Thanks for your help and responsiveness!
… On Jun 15, 2022, at 1:56 PM, Zach Bloomquist ***@***.***> wrote:
Hi folks, I can confirm that this is not what is causing your tests to time out - this "error" should not be appearing, but it is not affecting the run of Cypress or your tests' ability to make HTTPS requests, it is just an internal debug log of Chromium.
I have a PR open that will suppress the log, and an issue open with Electron to fix the bug that's causing this log to appear: #22342 <#22342>
Other than that, I would search the issue tracker for other issues related to hanging tests in CI - there are a few.
—
Reply to this email directly, view it on GitHub <#22128 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACDZUNUCVT2LUCYSJWPN2FDVPIYPFANCNFSM5X746IEQ>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
Jan-2023, I upgraded to Cypress Note. YES, if it's reasoab==nale to mention, but my main application page has connections to:
Also, my tests do I'm going to upgrade to latest Cypress |
Beta Was this translation helpful? Give feedback.
Hi folks, I can confirm that this is not what is causing your tests to time out - this "error" should not be appearing, but it is not affecting the run of Cypress or your tests' ability to make HTTPS requests, it is just an internal debug log of Chromium.
#22342 just merged and will suppress this stderr, it will land in Cypress 10.2.0.
Other than that, I would search the issue tracker for other issues related to hanging tests in CI - there are a few.