Description
Build 'yarn-homebrew' is failing!
Last 50 lines of build output:
[...truncated 4.30 KB...]
lzip
minio
mozjpeg
mu
mupdf
mupdf-tools
mysql-connector-c
mysql-sandbox
nasm
nativefier
notmuch
nsd
ola
openssh
osh
osquery
plantuml
pmd
postgrest
primesieve
prometheus
rakudo-star
re2
rebar@3
rgbds
rocksdb
sops
spiped
sqlmap
srtp@1.5
teleport
terragrunt
translate-shell
vala
vim
youtube-dl
==> Renamed Formulae
grunt -> grunt-cli
==> Deleted Formulae
libgc
==> replace "https://yarnpkg.com/downloads/0.23.3/yarn-v0.23.3.tar.gz" with "https://yarnpkg.com/downloads/0.23.4/yarn-v0.23.4.tar.gz"
==> replace "9f7569b9b89bbe4c3c0bbd8917f551ec26935802668b6e6139ea45db67e3a314" with "bab03e63593295969a3ec95c08a476c80eb821e6ea787829a1ac4b4b1c2298d7"
Switched to a new branch 'yarn-0.23.4'
M Formula/yarn.rb
[yarn-0.23.4 f5da1f6969] yarn 0.23.4
1 file changed, 2 insertions(+), 2 deletions(-)
fatal: remote error: access denied or repository not exported: /b/nw/b6/07/5c/123272362/90068450.git
Error: Failure while executing: git push --set-upstream DanBuild yarn-0.23.4:yarn-0.23.4
Build step 'Execute shell' marked build as failure
Changes since last successful build:
No changes
- [noreply] bb45834 - Make update-homebrew.sh executable (Make update-homebrew.sh executable #3132)
No changes
-
[noreply] 4cdc520 - added request caches for linux ([ci] added request caches for linux #3140)
-
[nison.mael] f68c101 - Fix bug when cannot set a config value to empty string (Fix bug when cannot set a config value to empty string #3018)
-
[nison.mael] ed53ca3 - Fix typo: definently -> definitely (Fix typo: definently -> definitely #3173)
-
[nison.mael] 2ee0d8a - Fix typo: inlude -> include (Fix typo: inlude -> include #3171)
-
[nison.mael] 4e5b5f0 - Better match npm's SCP vs SSH URL heuristic (Better match npm's SCP vs SSH URL heuristic #3147)
-
[nison.mael] 0897457 - Use gunzip-maybe instead of reimplementing (Use gunzip-maybe instead of reimplementing #2971)
-
[nison.mael] b2bafc4 - Avoids using Array.prototype.includes since it is not avaialble in node
-
[nison.mael] ab97b0f - Hide Activity/Progress Output in JSONReporter with --no-progress Flag
-
[nison.mael] cb453f5 - Ensure that every command has setFlags and hasWrapper functions (Ensure that every command has setFlags and hasWrapper functions #3105)
-
[nison.mael] 219bd63 - add hasWrapper function in clean and remove command (Add hasWrapper function in clean and remove command #3205)
-
[nison.mael] 6d8dcec - Use an alias system instead of camelCase function (Use an alias system instead of camelCase function #3101)
-
[bestander] 9a6afe1 - Optimize buildActionsForCopy routine (Optimize buildActionsForCopy routine #2657)
-
[bestander] 4e48fd7 - Fix
yarn pack
to always include the file in the "main" field (Fixyarn pack
to always include the file in the "main" field #3092) -
[bestander] 9786322 - Adds clean-mirror.sh to scripts (Adds clean-mirror.sh to scripts #3179)
-
[bestander] e7e2aa7 - Do not test new version with pkg.version (Do not test new version with pkg.version #3103)
-
[kittens] ba45162 - partially revert Optimize buildActionsForCopy routine #2657 to fix add command test (Partially revert #2657 to fix add command test #3222)
-
[bestander] 504b8cf - Move inquirer code to console reporter (Move inquirer code to console reporter #3207)
-
[bestander] b8266f5 - fix lint warning (Fix lint warning #3226)
-
[bestander] bb927d0 - Put build artifact tracking in integrity file (Put build artifact tracking in integrity file #3224)
-
[Daniel Lo Nigro] 18b15b6 - accept 1ms difference in filedates as equal on windows (accept 1ms difference in filedates as equal on windows #3235)
-
[nison.mael] 65595e3 - feat(Upgrade): add scope flag to the upgrade command (feat(Upgrade): add scope flag to the upgrade command #3190)
-
[bestander] 50c5bf0 - Use npm's node-gyp if available, otherwise automatically install
-
[bestander] cd4a8d7 - rename skipIntegrity in skipIntegrityCheck (Use skipIntegrityCheck instead of skipIntegrity in licenses command #3239)
-
[bestander] 5fc8539 - Fix global module executable path on Windows (Fix global module executable path on Windows #3233)
-
[bestander] 7241de1 - Ref yarn probably shouldn't cache packages resolved with a file path #2165 - file-resolver should invalidate cache with a new hash
-
[bestander] 0150890 - Move integrity artifacts tracking to separate method - fixes .yarn-integrity artifacts gets lost after add #3247
-
[bestander] 2458758 - When in flat mode don't add unused dependencies - fixes Allow install only production dependencies in flat mode. #2781 (When in flat mode don't add unused dependencies - fixes #2781 #3251)
-
[bestander] e4a5102 - Fixies for running with artifactory 4.14.1 (Fixies for running with artifactory 4.14.1 #3172)
-
[bestander] d54fff3 - Fix tarball file (Fix tarball file #3221)
-
[bestander] a45a677 - Change
use_winpty
logic in bin/yarn to just look at YARN_FORCE_WINPTY -
[bestander] 08e1e6b - Fix typo: specifally -> specifically (Fix typo: specifally -> specifically [skip ci] #3246)
-
[bestander] 1638d06 - Add .yarnrc env config option (Add .yarnrc env config option #3218)
-
[bestander] 086f9b8 - Fix a couple of lint warnings for unused variables (Fix a couple of lint warnings for unused variables #3232)
-
[bestander] 0f2de58 - use close instead of finish event for file copy completion (use close instead of finish event for file copy completion #3234)
-
[bestander] aa800e0 - Adding verbose output for config file search (Adding verbose output for config file search #3236)
-
[noreply] cd9bdd5 - fixed unary line 16: [: : integer expression expected (fixed unary line 16: [: : integer expression expected #3260)
-
[bestander] 2b1956c - extract the reporter out of integrity checker (extract the reporter out of integrity checker #3248)
-
[nison.mael] 3bd3f17 -
pack
: include contents of directories infiles
field (pack
: include contents of directories infiles
field #3175) -
[Daniel Lo Nigro] a5b9cac - Add Jenkins job for bumping version on website
-
[Daniel Lo Nigro] 65afaa5 - Pass version number to build-chocolatey and update-homebrew
-
[Daniel Lo Nigro] 40f7f9d - Clean Homebrew Git repo before committing. Fixes yarn-homebrew #4 failed #3275
-
[bestander] 2bbdacc - remove duplication in tests/commands/pack.js (remove duplication in __tests__/commands/pack.js #3291)
-
[bestander] 85296b2 - add some tests for link/unlink command (add some tests for link/unlink command #3293)
-
[noreply] f625912 - Swap Discord badge for shields.io version
-
[nison.mael] b4f5996 - Resolve Git dependencies offline if tarball is available. (Resolve Git dependencies offline if tarball is available. #3000)
-
[Daniel Lo Nigro] 5f28a90 - Only update Chocolatey and Homebrew for non-RC releases
-
[nison.mael] 4731641 - Add tests for global command (Add tests for global command #3238)
-
[voxsim] a9288dc - Better use of English in
why
output (Better use of English inwhy
output #3280) -
[bestander] 24ecd84 - Correctly handle installationMethod when using bundled build (Correctly handle installationMethod when using bundled build #3113)
cc @Daniel15