-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
Build 'yarn-homebrew' is failing!
Last 50 lines of build output:
[...truncated 1.65 KB...]
> git checkout -f 6c41eb140164aa4a3bc35a73b08f6d758fa24e62
Commit message: "Fixes PnP detection across workspaces (#6878)"
> git rev-list --no-walk 526d9bfcdb0f0ce41cd83eb853ab064e3e5e2cd7 # timeout=10
[yarn-homebrew] $ /bin/sh -xe /tmp/jenkins1775282497254194226.sh
+ ./scripts/update-homebrew.sh
+ '[' false = true ']'
+ '[' -z 1.13.0 ']'
+ version=1.13.0
+ PATH=/usr/local/bin:/usr/bin:/bin:/usr/games:/var/lib/jenkins/.linuxbrew/bin/
+ pushd /var/lib/jenkins/.linuxbrew/Library/Taps/homebrew/homebrew-core
~/.linuxbrew/Library/Taps/homebrew/homebrew-core ~/worker/workspace/yarn-homebrew
+ git checkout master
Already on 'master'
Your branch is up-to-date with 'origin/master'.
+ git clean -fd
+ git branch -D yarn-1.13.0
error: branch 'yarn-1.13.0' not found.
+ true
+ git remote set-url origin https://github.com/homebrew/homebrew-core
+ git fetch --prune origin
From https://github.com/homebrew/homebrew-core
a79c24f58d..9581ab51e0 master -> origin/master
+ git reset --hard origin/master
HEAD is now at 9581ab51e0 buildifier: update 0.20.0 bottle.
+ git clean -fd
+ popd
~/worker/workspace/yarn-homebrew
+ url=https://yarnpkg.com/downloads/1.13.0/yarn-v1.13.0.tar.gz
++ mktemp -t yarn-release-XXXXXXXX.tar.gz
+ tempfile=/tmp/yarn-release-60Hg8ce4.tar.gz
+ curl --compressed --fail -L -o /tmp/yarn-release-60Hg8ce4.tar.gz https://yarnpkg.com/downloads/1.13.0/yarn-v1.13.0.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 93 100 93 0 0 1309 0 --:--:-- --:--:-- --:--:-- 1328
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 609 0 609 0 0 1365 0 --:--:-- --:--:-- --:--:-- 594k
100 1142k 100 1142k 0 0 1025k 0 0:00:01 0:00:01 --:--:-- 1025k
++ head -c 64
++ sha256sum /tmp/yarn-release-60Hg8ce4.tar.gz
+ hash=125d40ebf621ebb08e3f66a618bd2cc5cd77fa317a312900a1ab4360ed38bf14
+ brew bump-formula-pr --strict yarn --url=https://yarnpkg.com/downloads/1.13.0/yarn-v1.13.0.tar.gz --sha256=125d40ebf621ebb08e3f66a618bd2cc5cd77fa317a312900a1ab4360ed38bf14 '--message=This PR was automatically created via a script. Contact @Daniel15 with any questions.' --no-browse
==> Linuxbrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Linuxbrew/brew#donations
Updated Homebrew from c62592c6d to 399603206.
No changes to formulae.
==> replace /https:\/\/yarnpkg\.com\/downloads\/1\.12\.3\/yarn\-v1\.12\.3\.tar\.gz/ with "https://yarnpkg.com/downloads/1.13.0/yarn-v1.13.0.tar.gz"
==> replace "02cd4b589ec22c4bdbd2bc5ebbfd99c5e99b07242ad68a539cb37896b93a24f2" with "125d40ebf621ebb08e3f66a618bd2cc5cd77fa317a312900a1ab4360ed38bf14"
Error: Transport endpoint is not connected @ rb_sysopen - /proc/cpuinfo
Error: brew audit failed!
Build step 'Execute shell' marked build as failure
Changes since last successful build:
-
[Daniel Lo Nigro] d7811e4 - Fix Chocolatey log spam & bad nodejs-lts requirement (Fix Chocolatey log spam & bad nodejs-lts requirement #6475)
-
[nison.mael] c1261c9 - Fix generated .pnp.js compatibility with Node 6. (Fix generated .pnp.js compatibility with Node 6. #6871)
-
[noreply] 960141d - Update CHANGELOG.md
-
[nison.mael] b1f21a8 - Show problem path in invariant message (Show problem path in invariant message #6868)
-
[noreply] 6c41eb1 - Fixes PnP detection across workspaces (Fixes PnP detection across workspaces #6878)
cc @Daniel15