Tyler Biethman
Tyler Biethman
@mspears-tpximpact thanks for the report. Your `Cypress install force` logs show the .zip file download starting, but not finishing. Can you clarify if there are additional Cypress logs in the...
Thank you for confirming, that is definitely strange. This is the output I get from a completed install: Cypress Install Log ``` tyler@C02FCCXBMD6N cypress-firefox-flakiness % DEBUG=cypress:cli npx cypress install --force...
@h3rmanj ah, that is interesting too. Not sure why the lock file would change on you like that, but I'm glad you seem to be back in action. @mspears-tpximpact thank...
@mspears-tpximpact I reviewed your logs, but they don't seem to show a force install (with debug logging) of the custom binary. Unfortunately, we won't see the new logs otherwise. Can...
Thank you @mspears-tpximpact . I can see this in the log now: `2022-08-04T08:01:31.425Z cypress:cli Got progress error, ECONNRESET` Which correlates to some new logging here: https://github.com/cypress-io/cypress/commit/2e3208fb72317a20893d1a7a93c761555633e401#diff-fff25299074a9802cd33334fcd4e4f7fa8af7c3403c4e5588403238bc9e23f82R313 This specific error handler...
@mspears-tpximpact Looks like there's an incompatibility with gcc and node 16 on your image: https://stackoverflow.com/questions/70681713/g-error-unrecognized-command-line-option-std-gnu14-with-gcc-version-9. I see some new request logs though, we're just not getting to the cypress install...
Well it shows the request lib starting the request, but no more info regarding the following ECONNRESET error. Hmm. I think the next best thing we could do is try...
Interesting, well there's the ECONNRESET at least. I'm reaching the limits of my knowledge on these subjects, so I did some strategic googling. This seems like it _could_ be relevant?...
Hmm, well the `test-request` script I provided was using `https://`. I also see `https://` being used for the proxy in some of the previous cypress logs you provided: ``` 2022-07-28T09:19:03.597Z...
@FerdinandFidel thanks for reaching out. There could be a few things causing that error: * You don't have a file at `/cypress/support/e2e.{js,jsx,ts,tsx}`. By default, Cypress expects that file to exist...