-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Build 'yarn-e2e/label=docker,os=ubuntu-12.04' is failing!
Last 50 lines of build output:
[...truncated 7.25 KB...]
Selecting previously unselected package openssl.
(Reading database ... 7578 files and directories currently installed.)
Unpacking openssl (from .../openssl_1.0.1-4ubuntu5.39_amd64.deb) ...
Selecting previously unselected package ca-certificates.
Unpacking ca-certificates (from .../ca-certificates_20160104ubuntu0.12.04.1_all.deb) ...
Selecting previously unselected package yarn.
Unpacking yarn (from .../yarn_0.23.0-20170308.0112-1_all.deb) ...
Selecting previously unselected package nodejs.
Unpacking nodejs (from .../nodejs_6.10.0-1nodesource1~precise1_amd64.deb) ...
Setting up openssl (1.0.1-4ubuntu5.39) ...
Setting up ca-certificates (20160104ubuntu0.12.04.1) ...
Updating certificates in /etc/ssl/certs... 173 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Setting up yarn (0.23.0-20170308.0112-1) ...
Setting up nodejs (6.10.0-1nodesource1~precise1) ...
+ ./run-yarn-test.sh
+ cd /tmp
+ mkdir yarntest
+ cd yarntest
+ echo '{}'
+ yarn --version
0.23.0-20170308.0112
+ rm -rf /root/.cache/yarn
+ yarn add react
yarn add v0.23.0-20170308.0112
info No lockfile found.
warning No license field
[1/4] Resolving packages...
[2/4] Fetching packages...
/usr/share/yarn/lib/fetchers/tarball-fetcher.js:141
entry.props.uid = entry.uid = 0;
^
TypeError: Cannot set property 'uid' of undefined
at Extract.extractorStream.pipe.on.on.entry (/usr/share/yarn/lib/fetchers/tarball-fetcher.js:141:25)
at emitThree (events.js:121:20)
at Extract.emit (events.js:194:7)
at Extract.onheader (/usr/share/yarn/node_modules/tar-stream/extract.js:177:10)
at Extract._write (/usr/share/yarn/node_modules/tar-stream/extract.js:243:8)
at doWrite (/usr/share/yarn/node_modules/readable-stream/lib/_stream_writable.js:347:64)
at writeOrBuffer (/usr/share/yarn/node_modules/readable-stream/lib/_stream_writable.js:336:5)
at Extract.Writable.write (/usr/share/yarn/node_modules/readable-stream/lib/_stream_writable.js:274:11)
at UnpackStream.ondata (_stream_readable.js:555:20)
at emitOne (events.js:96:13)
+ fail_with_log
+ exitcode=1
+ '[' -s yarn-error.log ']'
+ exit 1
Build step 'Execute shell' marked build as failure
Changes since last successful build:
-
[bestander] d093c6c - Move ROOT_USER to a separate file, fixes sudo yarn global add on Debian (Raspbian) issue #2807 (Move ROOT_USER to a separate file, fixes #2807 #2855)
-
[noreply] ddff4c5 - Refactored integrity generation and check (Refactored integrity generation and check #2818)
-
[noreply] 157a34a - switched to tar-fs from node-tar to unpack tars (switched to tar-fs from node-tar to unpack tars #2826)
-
[bestander] 2f49dcf - use process.mainModule.filename as npm_execpath (Fix npm_execpath for bundled release #2843)
-
[bestander] 8ed57c0 - Upgrade to flow v0.41.0 (Upgrade to flow v0.41.0 #2862)
-
[bestander] 2072978 - Use release infra rather than ghr to create GitHub releases (Use release infra rather than ghr to create GitHub releases #2839)
cc @Daniel15