We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Build 'yarn-chocolatey' is failing!
Last 50 lines of build output:
[URLTrigger] A change within the response URL invocation (log) Building remotely on build-win02 (x86-windows powershell x86 windows-6.3 6.3 windows x86-windows-6.3) in workspace C:\Jenkins\workspace\yarn-chocolatey > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/yarnpkg/yarn.git # timeout=10 Fetching upstream changes from https://github.com/yarnpkg/yarn.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/yarnpkg/yarn.git +refs/heads/*:refs/remotes/origin/* > git rev-parse "origin/master^{commit}" # timeout=10 Checking out Revision fecbc0abb08ab793da06fc0a54808c16ddedafa3 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f fecbc0abb08ab793da06fc0a54808c16ddedafa3 > git rev-list d4b61a4b8096d5391679f3040065194689a7dd87 # timeout=10 [yarn-chocolatey] $ powershell.exe -NonInteractive -ExecutionPolicy ByPass "& 'C:\Users\Jenkins\AppData\Local\Temp\hudson888818966021971637.ps1'" Latest version is 0.23.2, version on Chocolatey is 0.22.0. Updating... Invoke-WebRequest : The request was aborted: The connection was closed unexpectedly. At C:\Jenkins\workspace\yarn-chocolatey\scripts\build-chocolatey.ps1:31 char:1 + Invoke-WebRequest -Uri $url -OutFile $installer_file + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc eption + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand Build step 'Windows PowerShell' marked build as failure
Changes since last successful build:
[bestander] 2bc0d96 - Supports public and private git repos when using shorted repo syntax
[bestander] 188d377 - Providing override for CHILD_CONCURRENCY via ENV (Providing override for CHILD_CONCURRENCY via ENV #3032)
[bestander] bdec717 - Ability to opt-out of offline mirror (Ability to opt-out of offline mirror #3009)
[bestander] 2f50ad6 - Checks that the webpack builds are working properly (Checks that the webpack builds are working properly #3064)
[bestander] 713d671 - Fix missing subdeps in production install when those are present in
[noreply] 076e625 - replaced deprecated asserts ([fix trunk] replaced deprecated asserts #3069)
[noreply] 88ba3bc - fixing lint (fixing lint #3070)
[noreply] 13c8bca - Fixes integrity check for --production flag (Fixes integrity check for --production flag #3067)
[noreply] 508c959 - Remove the dependency on the "rc" module (Remove the dependency on the "rc" module #3063)
[bestander] b2882e7 - Make it log "email" instead of "username" (Make it log "email" instead of "username" #3073)
[noreply] 3af60cf - Use standalone .js bundle in dist tarball rather than individual JS
[noreply] e086476 - Remove Roadrunner (Remove Roadrunner #3079)
[nison.mael] cd58df8 - add tests for cache commands (Add tests for cache commands #2956)
[nison.mael] 45af656 - Reduce complexity of src/cli/index.js (Reduce complexity of src/cli/index.js #2887)
[noreply] fb40251 - Fixed concurrent unpacks into the same folder (Fixed concurrent unpacks into the same folder #3090)
[noreply] e8092bd - Added --ignore-scripts flag to integrity check (Added --ignore-scripts flag to integrity check #3094)
[noreply] c92411d - supported smaller package metadata API (supported smaller package metadata API #3112)
[noreply] c32d696 - Fix resolver incorrect lockfile (issue yarn install fails with ENOENT: no such file or directory occasionally #2629) (Fix resolver incorrect lockfile (issue #2629) #3106)
ENOENT: no such file or directory
[noreply] 977497a - fix lints on master (fix lints on master #3120)
[noreply] fecbc0a - [CI fix] track missing request caches (track missing request caches #3117)
View full output
cc @Daniel15
The text was updated successfully, but these errors were encountered:
Build was fixed!
Sorry, something went wrong.
No branches or pull requests
Build 'yarn-chocolatey' is failing!
Last 50 lines of build output:
Changes since last successful build:
[bestander] 2bc0d96 - Supports public and private git repos when using shorted repo syntax
[bestander] 188d377 - Providing override for CHILD_CONCURRENCY via ENV (Providing override for CHILD_CONCURRENCY via ENV #3032)
[bestander] bdec717 - Ability to opt-out of offline mirror (Ability to opt-out of offline mirror #3009)
[bestander] 2f50ad6 - Checks that the webpack builds are working properly (Checks that the webpack builds are working properly #3064)
[bestander] 713d671 - Fix missing subdeps in production install when those are present in
[noreply] 076e625 - replaced deprecated asserts ([fix trunk] replaced deprecated asserts #3069)
[noreply] 88ba3bc - fixing lint (fixing lint #3070)
[noreply] 13c8bca - Fixes integrity check for --production flag (Fixes integrity check for --production flag #3067)
[noreply] 508c959 - Remove the dependency on the "rc" module (Remove the dependency on the "rc" module #3063)
[bestander] b2882e7 - Make it log "email" instead of "username" (Make it log "email" instead of "username" #3073)
[noreply] 3af60cf - Use standalone .js bundle in dist tarball rather than individual JS
[noreply] e086476 - Remove Roadrunner (Remove Roadrunner #3079)
[nison.mael] cd58df8 - add tests for cache commands (Add tests for cache commands #2956)
[nison.mael] 45af656 - Reduce complexity of src/cli/index.js (Reduce complexity of src/cli/index.js #2887)
[noreply] fb40251 - Fixed concurrent unpacks into the same folder (Fixed concurrent unpacks into the same folder #3090)
[noreply] e8092bd - Added --ignore-scripts flag to integrity check (Added --ignore-scripts flag to integrity check #3094)
[noreply] c92411d - supported smaller package metadata API (supported smaller package metadata API #3112)
[noreply] c32d696 - Fix resolver incorrect lockfile (issue yarn install fails with
ENOENT: no such file or directory
occasionally #2629) (Fix resolver incorrect lockfile (issue #2629) #3106)[noreply] 977497a - fix lints on master (fix lints on master #3120)
[noreply] fecbc0a - [CI fix] track missing request caches (track missing request caches #3117)
View full output
cc @Daniel15
The text was updated successfully, but these errors were encountered: