-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unzipping Cypress fails on Concourse #3515
Comments
I've started encountering this on CircleCI.
The error message itself is not consistent, just that it fails to unzip Cypress each time. |
I'm experiencing the same on Travis. This issue is kind of duplication of mine: #3439 Now I see that the title of my issue is not appropriate. The memory leak message is just a warning. The problem is that when the |
Seems to be an issue with version 3.1.5 (for me), I downgraded to 3.1.0 and it worked. |
@aryzing @ruffle1986 I completely removed |
@mlb5000 thanks for the suggestion, unfortunately removing yarn.lock is not an option for me, huge repo, many dependencies, breaks project. |
@aryzing rerunning |
I'm running into the same issue on BuildKite and when trying to install on Debian. Only happening with 3.1.5. Previous version I used (3.1.3) installs without issue. Ran Issue seems to be the same as what ruffle1986 mentions. Main issue is: Full output: yarn install v1.10.1
[1/5] Validating package.json...
[2/5] Resolving packages...
warning Resolution field "extend@3.0.2" is incompatible with requested version "extend@2.*"
[3/5] Fetching packages...
info fsevents@1.2.4: The platform "linux" is incompatible with this module.
info "fsevents@1.2.4" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
[5/5] Building fresh packages...
[-/8] ⢀ waiting...
[-/8] ⠠ waiting...
[3/8] ⠠ cypress
[-/8] ⠠ waiting...
error /home/vagrant/clio/themis/node_modules/cypress: Command failed.
Exit code: 1
Command: node index.js --exec install
Arguments:
Directory: /home/vagrant/clio/themis/node_modules/cypress
Output:
Installing Cypress (version: 3.1.5)
[19:02:27] Downloading Cypress [started]
[19:02:28] Downloading Cypress 0% 0s [title changed]
[19:02:28] Downloading Cypress 1% 10s [title changed]
[19:02:28] Downloading Cypress 1% 20s [title changed]
[19:02:28] Downloading Cypress 2% 15s [title changed]
[19:02:28] Downloading Cypress 2% 21s [title changed]
[19:02:28] Downloading Cypress 3% 17s [title changed]
[19:02:28] Downloading Cypress 3% 20s [title changed]
[19:02:28] Downloading Cypress 3% 24s [title changed]
[19:02:28] Downloading Cypress 3% 27s [title changed]
[19:02:28] Downloading Cypress 4% 23s [title changed]
[19:02:29] Downloading Cypress 4% 25s [title changed]
[19:02:29] Downloading Cypress 5% 22s [title changed]
[19:02:29] Downloading Cypress 6% 20s [title changed]
[19:02:29] Downloading Cypress 6% 21s [title changed]
[19:02:29] Downloading Cypress 6% 23s [title changed]
[19:02:29] Downloading Cypress 7% 21s [title changed]
[19:02:29] Downloading Cypress 7% 22s [title changed]
[19:02:29] Downloading Cypress 8% 21s [title changed]
[19:02:29] Downloading Cypress 8% 22s [title changed]
[19:02:30] Downloading Cypress 9% 20s [title changed]
[19:02:30] Downloading Cypress 9% 21s [title changed]
[19:02:30] Downloading Cypress 10% 20s [title changed]
[19:02:30] Downloading Cypress 10% 21s [title changed]
[19:02:30] Downloading Cypress 11% 19s [title changed]
[19:02:30] Downloading Cypress 11% 20s [title changed]
[19:02:30] Downloading Cypress 12% 19s [title changed]
[19:02:30] Downloading Cypress 12% 20s [title changed]
[19:02:30] Downloading Cypress 13% 19s [title changed]
[19:02:30] Downloading Cypress 13% 19s [title changed]
[19:02:31] Downloading Cypress 14% 18s [title changed]
[19:02:31] Downloading Cypress 14% 19s [title changed]
[19:02:31] Downloading Cypress 15% 18s [title changed]
[19:02:31] Downloading Cypress 15% 19s [title changed]
[19:02:31] Downloading Cypress 16% 18s [title changed]
[19:02:31] Downloading Cypress 16% 18s [title changed]
[19:02:31] Downloading Cypress 17% 18s [title changed]
[19:02:31] Downloading Cypress 17% 18s [title changed]
[19:02:31] Downloading Cypress 18% 17s [title changed]
[19:02:31] Downloading Cypress 18% 18s [title changed]
[19:02:32] Downloading Cypress 19% 17s [title changed]
[19:02:32] Downloading Cypress 19% 18s [title changed]
[19:02:32] Downloading Cypress 20% 17s [title changed]
[19:02:32] Downloading Cypress 20% 17s [title changed]
[19:02:32] Downloading Cypress 21% 17s [title changed]
[19:02:32] Downloading Cypress 21% 17s [title changed]
[19:02:32] Downloading Cypress 22% 16s [title changed]
[19:02:32] Downloading Cypress 22% 17s [title changed]
[19:02:32] Downloading Cypress 22% 17s [title changed]
[19:02:33] Downloading Cypress 23% 17s [title changed]
[19:02:33] Downloading Cypress 23% 17s [title changed]
[19:02:33] Downloading Cypress 24% 16s [title changed]
[19:02:33] Downloading Cypress 25% 16s [title changed]
[19:02:33] Downloading Cypress 25% 16s [title changed]
[19:02:33] Downloading Cypress 25% 16s [title changed]
[19:02:33] Downloading Cypress 26% 16s [title changed]
[19:02:33] Downloading Cypress 27% 15s [title changed]
[19:02:33] Downloading Cypress 27% 16s [title changed]
[19:02:33] Downloading Cypress 28% 15s [title changed]
[19:02:34] Downloading Cypress 28% 15s [title changed]
[19:02:34] Downloading Cypress 28% 16s [title changed]
[19:02:34] Downloading Cypress 29% 15s [title changed]
[19:02:34] Downloading Cypress 29% 15s [title changed]
[19:02:34] Downloading Cypress 30% 15s [title changed]
[19:02:34] Downloading Cypress 30% 15s [title changed]
[19:02:34] Downloading Cypress 31% 15s [title changed]
[19:02:34] Downloading Cypress 31% 15s [title changed]
[19:02:34] Downloading Cypress 32% 14s [title changed]
[19:02:34] Downloading Cypress 32% 15s [title changed]
[19:02:35] Downloading Cypress 33% 14s [title changed]
[19:02:35] Downloading Cypress 33% 14s [title changed]
[19:02:35] Downloading Cypress 34% 14s [title changed]
[19:02:35] Downloading Cypress 34% 14s [title changed]
[19:02:35] Downloading Cypress 35% 14s [title changed]
[19:02:35] Downloading Cypress 35% 14s [title changed]
[19:02:35] Downloading Cypress 36% 14s [title changed]
[19:02:35] Downloading Cypress 36% 14s [title changed]
[19:02:35] Downloading Cypress 37% 13s [title changed]
[19:02:35] Downloading Cypress 38% 13s [title changed]
[19:02:36] Downloading Cypress 38% 13s [title changed]
[19:02:36] Downloading Cypress 39% 13s [title changed]
[19:02:36] Downloading Cypress 39% 13s [title changed]
[19:02:36] Downloading Cypress 40% 13s [title changed]
[19:02:36] Downloading Cypress 40% 13s [title changed]
[19:02:36] Downloading Cypress 41% 12s [title changed]
[19:02:36] Downloading Cypress 41% 12s [title changed]
[19:02:36] Downloading Cypress 41% 13s [title changed]
[19:02:36] Downloading Cypress 42% 12s [title changed]
[19:02:36] Downloading Cypress 42% 12s [title changed]
[19:02:37] Downloading Cypress 43% 12s [title changed]
[19:02:37] Downloading Cypress 43% 12s [title changed]
[19:02:37] Downloading Cypress 44% 12s [title changed]
[19:02:37] Downloading Cypress 44% 12s [title changed]
[19:02:37] Downloading Cypress 44% 12s [title changed]
[19:02:37] Downloading Cypress 45% 12s [title changed]
[19:02:37] Downloading Cypress 45% 12s [title changed]
[19:02:37] Downloading Cypress 46% 11s [title changed]
[19:02:37] Downloading Cypress 46% 12s [title changed]
[19:02:38] Downloading Cypress 47% 11s [title changed]
[19:02:38] Downloading Cypress 47% 11s [title changed]
[19:02:38] Downloading Cypress 48% 11s [title changed]
[19:02:38] Downloading Cypress 48% 11s [title changed]
[19:02:38] Downloading Cypress 49% 11s [title changed]
[19:02:38] Downloading Cypress 49% 11s [title changed]
[19:02:38] Downloading Cypress 50% 11s [title changed]
[19:02:38] Downloading Cypress 50% 11s [title changed]
[19:02:38] Downloading Cypress 51% 10s [title changed]
[19:02:38] Downloading Cypress 51% 10s [title changed]
[19:02:39] Downloading Cypress 51% 11s [title changed]
[19:02:39] Downloading Cypress 52% 10s [title changed]
[19:02:39] Downloading Cypress 52% 10s [title changed]
[19:02:39] Downloading Cypress 53% 10s [title changed]
[19:02:39] Downloading Cypress 53% 10s [title changed]
[19:02:39] Downloading Cypress 54% 10s [title changed]
[19:02:39] Downloading Cypress 54% 10s [title changed]
[19:02:39] Downloading Cypress 55% 10s [title changed]
[19:02:39] Downloading Cypress 55% 10s [title changed]
[19:02:39] Downloading Cypress 56% 9s [title changed]
[19:02:40] Downloading Cypress 56% 9s [title changed]
[19:02:40] Downloading Cypress 56% 10s [title changed]
[19:02:40] Downloading Cypress 57% 9s [title changed]
[19:02:40] Downloading Cypress 57% 10s [title changed]
[19:02:40] Downloading Cypress 57% 10s [title changed]
[19:02:41] Downloading Cypress 57% 10s [title changed]
[19:02:41] Downloading Cypress 58% 10s [title changed]
[19:02:41] Downloading Cypress 58% 10s [title changed]
[19:02:41] Downloading Cypress 58% 10s [title changed]
[19:02:41] Downloading Cypress 58% 10s [title changed]
[19:02:42] Downloading Cypress 58% 10s [title changed]
[19:02:42] Downloading Cypress 58% 10s [title changed]
[19:02:42] Downloading Cypress 59% 10s [title changed]
[19:02:42] Downloading Cypress 59% 10s [title changed]
[19:02:42] Downloading Cypress 59% 10s [title changed]
[19:02:42] Downloading Cypress 59% 10s [title changed]
[19:02:43] Downloading Cypress 59% 10s [title changed]
[19:02:43] Downloading Cypress 59% 11s [title changed]
[19:02:43] Downloading Cypress 59% 11s [title changed]
[19:02:43] Downloading Cypress 60% 10s [title changed]
[19:02:43] Downloading Cypress 60% 10s [title changed]
[19:02:43] Downloading Cypress 60% 11s [title changed]
[19:02:44] Downloading Cypress 60% 11s [title changed]
[19:02:44] Downloading Cypress 61% 10s [title changed]
[19:02:44] Downloading Cypress 61% 10s [title changed]
[19:02:44] Downloading Cypress 62% 10s [title changed]
[19:02:44] Downloading Cypress 62% 10s [title changed]
[19:02:44] Downloading Cypress 63% 10s [title changed]
[19:02:44] Downloading Cypress 63% 10s [title changed]
[19:02:44] Downloading Cypress 64% 9s [title changed]
[19:02:44] Downloading Cypress 64% 9s [title changed]
[19:02:44] Downloading Cypress 65% 9s [title changed]
[19:02:45] Downloading Cypress 65% 9s [title changed]
[19:02:45] Downloading Cypress 65% 9s [title changed]
[19:02:45] Downloading Cypress 66% 9s [title changed]
[19:02:45] Downloading Cypress 66% 9s [title changed]
[19:02:45] Downloading Cypress 67% 9s [title changed]
[19:02:45] Downloading Cypress 67% 9s [title changed]
[19:02:45] Downloading Cypress 68% 8s [title changed]
[19:02:45] Downloading Cypress 68% 8s [title changed]
[19:02:45] Downloading Cypress 69% 8s [title changed]
[19:02:45] Downloading Cypress 69% 8s [title changed]
[19:02:46] Downloading Cypress 70% 8s [title changed]
[19:02:46] Downloading Cypress 70% 8s [title changed]
[19:02:46] Downloading Cypress 71% 7s [title changed]
[19:02:46] Downloading Cypress 71% 7s [title changed]
[19:02:46] Downloading Cypress 72% 7s [title changed]
[19:02:46] Downloading Cypress 72% 7s [title changed]
[19:02:46] Downloading Cypress 73% 7s [title changed]
[19:02:46] Downloading Cypress 73% 7s [title changed]
[19:02:46] Downloading Cypress 73% 7s [title changed]
[19:02:46] Downloading Cypress 74% 7s [title changed]
[19:02:47] Downloading Cypress 74% 7s [title changed]
[19:02:47] Downloading Cypress 75% 6s [title changed]
[19:02:47] Downloading Cypress 75% 6s [title changed]
[19:02:47] Downloading Cypress 76% 6s [title changed]
[19:02:47] Downloading Cypress 76% 6s [title changed]
[19:02:47] Downloading Cypress 76% 6s [title changed]
[19:02:47] Downloading Cypress 77% 6s [title changed]
[19:02:47] Downloading Cypress 77% 6s [title changed]
[19:02:47] Downloading Cypress 78% 6s [title changed]
[19:02:48] Downloading Cypress 78% 6s [title changed]
[19:02:48] Downloading Cypress 79% 5s [title changed]
[19:02:48] Downloading Cypress 79% 5s [title changed]
[19:02:48] Downloading Cypress 80% 5s [title changed]
[19:02:48] Downloading Cypress 80% 5s [title changed]
[19:02:48] Downloading Cypress 81% 5s [title changed]
[19:02:48] Downloading Cypress 81% 5s [title changed]
[19:02:48] Downloading Cypress 81% 5s [title changed]
[19:02:48] Downloading Cypress 82% 5s [title changed]
[19:02:48] Downloading Cypress 82% 5s [title changed]
[19:02:49] Downloading Cypress 83% 4s [title changed]
[19:02:49] Downloading Cypress 83% 4s [title changed]
[19:02:49] Downloading Cypress 84% 4s [title changed]
[19:02:49] Downloading Cypress 84% 4s [title changed]
[19:02:49] Downloading Cypress 84% 4s [title changed]
[19:02:49] Downloading Cypress 85% 4s [title changed]
[19:02:49] Downloading Cypress 85% 4s [title changed]
[19:02:49] Downloading Cypress 86% 4s [title changed]
[19:02:49] Downloading Cypress 86% 4s [title changed]
[19:02:49] Downloading Cypress 87% 3s [title changed]
[19:02:50] Downloading Cypress 87% 3s [title changed]
[19:02:50] Downloading Cypress 88% 3s [title changed]
[19:02:50] Downloading Cypress 88% 3s [title changed]
[19:02:50] Downloading Cypress 89% 3s [title changed]
[19:02:50] Downloading Cypress 89% 3s [title changed]
[19:02:50] Downloading Cypress 89% 3s [title changed]
[19:02:50] Downloading Cypress 90% 3s [title changed]
[19:02:50] Downloading Cypress 90% 3s [title changed]
[19:02:50] Downloading Cypress 91% 2s [title changed]
[19:02:51] Downloading Cypress 91% 2s [title changed]
[19:02:51] Downloading Cypress 92% 2s [title changed]
[19:02:51] Downloading Cypress 92% 2s [title changed]
[19:02:51] Downloading Cypress 92% 2s [title changed]
[19:02:51] Downloading Cypress 93% 2s [title changed]
[19:02:51] Downloading Cypress 93% 2s [title changed]
[19:02:51] Downloading Cypress 94% 2s [title changed]
[19:02:51] Downloading Cypress 94% 2s [title changed]
[19:02:51] Downloading Cypress 95% 1s [title changed]
[19:02:51] Downloading Cypress 96% 1s [title changed]
[19:02:52] Downloading Cypress 96% 1s [title changed]
[19:02:52] Downloading Cypress 96% 1s [title changed]
[19:02:52] Downloading Cypress 97% 1s [title changed]
[19:02:52] Downloading Cypress 97% 1s [title changed]
[19:02:52] Downloading Cypress 98% 0s [title changed]
[19:02:52] Downloading Cypress 98% 1s [title changed]
[19:02:52] Downloading Cypress 98% 1s [title changed]
[19:02:52] Downloading Cypress 99% 0s [title changed]
[19:02:52] Downloading Cypress 99% 0s [title changed]
[19:02:53] Downloading Cypress 100% 0s [title changed]
[19:02:53] Downloaded Cypress [title changed]
[19:02:53] Downloaded Cypress [completed]
[19:02:53] Unzipping Cypress [started]
[19:02:53] Unzipping Cypress [failed]
[19:02:53] → The Cypress App could not be unzipped.
Search for an existing issue or open a GitHub issue at
https://github.com/cypress-io/cypress/issues
----------
Error: end of central directory record signature not found
----------
Platform: linux (Debian - 9.5)
Cypress Version: 3.1.5
The Cypress App could not be unzipped.
Search for an existing issue or open a GitHub issue at
https://github.com/cypress-io/cypress/issues
---------- |
Errors documented here:
Looking up these errors all seem to point to yauzl. I updated the |
We may also want to look into implementing better error handling instead of crashing for yauzl as described here: https://github.com/thejoshwolfe/yauzl#how-to-avoid-crashing |
Hi, the yauzl update was included in 3.2.0 release. Can anyone update to see if this issue is resolved? |
Hi Jennifer, the yauzl update in 3.2.0 seems to solve the problem in our project. Thanks! |
@joekrump @aryzing @ruffle1986 @mlb5000 Can you all try updating to 3.2.0 of Cypress and please comment if this resolves your issue or not? Thanks so much! |
@jennifer-shehane we had to move away from cypress in our because of the bug, don't have a time frame to re-introduce it atm. |
Hello @jennifer-shehane. I am currently deploying cypress 3.2.0 into a gitlab-ci pipeline, and I am unfortunately running into this error. Here is the output :
|
@jennifer-shehane I will aim to try the update to 3.2.0 early next week. I will report back then. |
Well, I retried today, with exactly the same code, and it worked. Maybe some dependencies were "stuck" in the cache ? But it works great now, thanks :) |
@jennifer-shehane : I had the same issue since last Friday and upgrading to version 3.2 didn't help, Can you advice ? Update: |
@jennifer-shehane It seems like this issue is intermittent. We're still facing with it once out of five builds. Temporarily we had to remove Cypress from our Travis pipeline. |
@jennifer-shehane New error, now but still related to | [2019-04-02T23:21:01Z] Installing Cypress (version: 3.2.0)
| [2019-04-02T23:21:01Z]
| [2019-04-02T23:21:01Z] [23:20:58] Downloading Cypress [started]
| [2019-04-02T23:21:01Z] [23:21:00] Downloading Cypress [completed]
| [2019-04-02T23:21:01Z] [23:21:00] Unzipping Cypress [started]
| [2019-04-02T23:21:01Z] read err { Error: invalid stored block lengths
| [2019-04-02T23:21:01Z] at Zlib.zlibOnError [as onerror] (zlib.js:153:17) errno: -3, code: 'Z_DATA_ERROR' }
| [2019-04-02T23:21:01Z] events.js:167
| [2019-04-02T23:21:01Z] throw er; // Unhandled 'error' event
| [2019-04-02T23:21:01Z] ^
| [2019-04-02T23:21:01Z]
| [2019-04-02T23:21:01Z] Error: extra field length exceeds extra field buffer size
| [2019-04-02T23:21:01Z] at /var/lib/buildkite-agent/builds/buildkite-20190321201725-50/test/node_modules/cypress/node_modules/yauzl/index.js:314:83 |
@jennifer-shehane
|
we need to include zip size and checksums for the downloaded zip file for
each platform when we build them. The NPM CLI should check these after
downloading ...
…On Fri, Apr 5, 2019 at 10:17 AM Matthías Leó ***@***.***> wrote:
@jennifer-shehane <https://github.com/jennifer-shehane> yauzl strikes
again! This time on cypress 3.2.0 into a gitlab-jenkins pipeline
success Set "workspaces-experimental" to "true".
Done in 0.04s.
yarn install v1.15.2
[1/4] Resolving packages...
[2/4] Fetching packages...
info ***@***.***: The platform "linux" is incompatible with this module.
info ***@***.***" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
�[91merror /app/apps/admin/node_modules/cypress: Command failed.
Exit code: 1
Command: node index.js --exec install
Arguments:
Directory: /app/apps/admin/node_modules/cypress
Output:
Installing Cypress (version: 3.2.0)
�[?25l[13:38:14] Downloading Cypress [started]
...
[13:38:25] Downloading Cypress 99% 0s [title changed]
[13:38:25] Downloaded Cypress [title changed]
[13:38:25] Downloaded Cypress [completed]
[13:38:25] Unzipping Cypress [started]
[13:38:25] Unzipping Cypress 0% 0s [title changed]
read err { Error: unexpected end of file
at Zlib.zlibOnError [as onerror] (zlib.js:162:17) errno: -5, code: 'Z_BUF_ERROR' }
�[?25hevents.js:170
throw er; // Unhandled 'error' event
^
Error: invalid central directory file header signature: 0xcf0000
at /app/apps/admin/node_modules/yauzl/index.js:258:70
at /app/apps/admin/node_modules/yauzl/index.js:631:5
at /app/apps/admin/node_modules/fd-slicer/index.js:32:7
at FSReqCallback.wrapper [as oncomplete] (fs.js:478:5)
Emitted 'error' event at:
at emitError (/app/apps/admin/node_modules/yauzl/index.js:232:8)
at emitErrorAndAutoClose (/app/apps/admin/node_modules/yauzl/index.js:227:3)
at /app/apps/admin/node_modules/yauzl/index.js:258:42
at /app/apps/admin/node_modules/yauzl/index.js:631:5
at /app/apps/admin/node_modules/fd-slicer/index.js:32:7
at FSReqCallback.wrapper [as oncomplete] (fs.js:478:5)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3515 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACHApl714AAfxMwiRjg3A0b3LbLIRaf-ks5vd1r7gaJpZM4a_zg1>
.
--
Dr. Gleb Bahmutov, PhD
Schedule video chat / phone call / meeting with me via
https://calendly.com/bahmutov
gleb.bahmutov@gmail.com @bahmutov <https://twitter.com/@bahmutov>
https://glebbahmutov.com/ https://glebbahmutov.com/blog
https://github.com/bahmutov
|
Testing inside a Docker container:
so the checksum and filesize are correct
Experiments
and trying to unzip, getting
and trying to unzip, getting
and got the error
All the above errors are present in the above error reports, which makes me suspect that the Zip file is just corrupted during download. |
Having this error on Bamboo too:
Sometimes the error is this one:
|
I'm experiencing this issue on VSTS with Cypress version 3.1.0 and 3.3.1. It is failing intermittently. The error message changes intermittently as well.
|
Is there an older version that we can revert to that we can use in the interim? |
I had the same issue, I reverted to 3.20 and now it works fine
…On Thu, Jun 6, 2019, 11:19 PM Gerry Pass ***@***.***> wrote:
Is there an older version that we can revert to that we can use in the
interim?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3515?email_source=notifications&email_token=AJXBC2SCMOJUEY4ZPNK5CKTPZFWOTA5CNFSM4GX7HA22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXEBJGI#issuecomment-499651737>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJXBC2W5LTOJTORUHYCKYRTPZFWOTANCNFSM4GX7HA2Q>
.
|
Having the same issue with 3.2.0:
I'm trying to introduce Cypress in our project, unfortunately if it doesn't work in CI there's nothing I can do :/ |
Any update on what the timeline for #4193 being merged might be? This is still causing quite a bit of pain for my team! |
So we recently encountered this error on one of our repos ourselves. The problem was that we were downloading two versions of cypress within our package.json. We run a monorepo, so one of the cypress versions was in the main package.json and the other cypress version was in a sub-module of our monorepo. Since we save cypress upon download to
I've opened a new issue that explains this in more detail and explains ways to address this here: #4595 Please check
|
@see cypress-io/cypress#3515 Signed-off-by: Jesse Stuart <hi@jessestuart.com>
@see cypress-io/cypress#3515 Signed-off-by: Jesse Stuart <hi@jessestuart.com>
@see cypress-io/cypress#3515 Signed-off-by: Jesse Stuart <hi@jessestuart.com>
@see cypress-io/cypress#3515 Signed-off-by: Jesse Stuart <hi@jessestuart.com>
the same |
The code for this is done in cypress-io/cypress#4193, but has yet to be released. |
Released in |
I'm still running into issues with installing version 3.4.0 on my Buildkite server. The issue is now with mismatching checksums. Details left here: #4840 (comment) |
Current behavior:
Unzipping Cypress fails on concourse with an error from the unzipping tool used by Cypress,
yauzl
:There also seems to be a previous error when trying to run cypress, not sure if they are related.
Desired behavior:
Downloading and running of Cypress successful on Concourse
Steps to reproduce: (app code and test code)
Install Cypress on Concourse
Versions
Cypress 3.1.5
Yarn 1.9.4
Node 8.12.0
The text was updated successfully, but these errors were encountered: