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-e2e/label=docker,os=ubuntu-12.04' is failing!
Last 50 lines of build output:
Started by upstream project "yarn-e2e" build number 528 originally caused by: Started by timer Building on master in workspace /var/lib/jenkins/workspace/yarn-e2e/label/docker/os/ubuntu-12.04 > 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/* Checking out Revision 4acfe3902a010d1673c777757dc31355f2b4fd8b (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4acfe3902a010d1673c777757dc31355f2b4fd8b Commit message: "1.6.0" > git rev-list --no-walk ffe9a6427b740c322d86cb6a7a95a8625eb7e01e # timeout=10 [ubuntu-12.04] $ /bin/sh -xe /tmp/jenkins1541719588540916469.sh + cd end_to_end_tests + APT_PROXY=192.168.122.1:3142 ./test-ubuntu-12.04.sh + ./data/start-ubuntu.sh ubuntu:12.04 + '[' -z ubuntu:12.04 ']' +++ readlink -f ./data/start-ubuntu.sh ++ dirname /var/lib/jenkins/workspace/yarn-e2e/label/docker/os/ubuntu-12.04/end_to_end_tests/data/start-ubuntu.sh + data_path=/var/lib/jenkins/workspace/yarn-e2e/label/docker/os/ubuntu-12.04/end_to_end_tests/data + docker run --rm -v /var/lib/jenkins/workspace/yarn-e2e/label/docker/os/ubuntu-12.04/end_to_end_tests/data:/data -w=/data -e APT_PROXY=192.168.122.1:3142 -e DEBIAN_FRONTEND=noninteractive ubuntu:12.04 /data/run-ubuntu.sh docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'. Build step 'Execute shell' marked build as failure
Changes since last successful build: No changes No changes No changes No changes No changes No changes No changes No changes No changes
[nison.mael] fa3a55f - Prevent readdir of files by using getPackagesPaths (Prevent readdir of files by using getPackagesPaths #5032)
[nison.mael] 98ad566 - Removed unnecessary nested if statement (Removed unnecessary nested if statement #5563)
[nison.mael] 5862c72 - build(jest): Upgrade Jest to latest version, 22.4.3 (build(jest): Upgrade Jest to latest version, 22.4.3 #5569)
[nison.mael] b7956d8 - Write stacktrace in yarn-error.log sooner (Write stacktrace in yarn-error.log sooner #5564)
[nison.mael] f4ae8a6 - fix(cli): adjust colors for unstable version updates (fix(cli): adjust colors for unstable version updates #5498)
[Daniel Lo Nigro] dcaf03a - move e2e test to circle-ci (move e2e test to circle-ci #5459)
[nison.mael] aada10e - Enable curl --compressed option to speed up request (Enable curl --compressed option to speed up request #5369)
--compressed
[ben] c36be75 - chore(deps): update dependency eslint-config-fb-strict to ^22.0.0
[noreply] f7e8d2d - chore(jest): Upgrade Jest flow types (chore(jest): Upgrade Jest flow types #5573)
[noreply] 25bd1a7 - ci(appveyor): Fix AppVeyor tests (ci(appveyor): Fix AppVeyor tests #5574)
[nison.mael] 66a0143 - do not remove pattern from lockfile if it is overridden by resolution
No changes No changes No changes No changes No changes No changes
[nison.mael] 1f18a3d - remove .vscode settings from repository (remove .vscode settings from repository #5608)
[nison.mael] 4cbecf1 - fix workspace packages ignore-pattern (fix workspace packages ignore-pattern #5607)
[bestander] c844896 - Bugfix Offline Mirror Automatic Pruning Is Deleting Prebuilt Packages #5614: When offline pruning, don't unlink prebuilt packages.
[nison.mael] 9afb76f - Remove leading spaces of yarn run's answer (Remove leading spaces of yarn run's answer #5581)
yarn run
[nison.mael] f80cbb5 - fix(upgrade): No longer warn when upgrading a devDependency (fix(upgrade): No longer warn when upgrading a devDependency #5606)
[nison.mael] 28c8921 - fix(config): Don't pass .yarnrc generated flags to workspace child
[nison.mael] 1b1cf48 - fixed link and unlink cmd on windows ('yarn link' for binary global install on Windows results in linked .js file but no .cmd #4772) (fixed link and unlink cmd on windows (#4772) #5524)
[nison.mael] d4299be - fix(linking): Dont integrity check build artifacts (fix(linking): Dont integrity check build artifacts #5470)
[nison.mael] ffe9a64 - Fix yarn behaviour when scripts are failing (Fix yarn behaviour when scripts are failing #5497)
No changes No changes No changes No changes
[noreply] 0cb76ff - test(integration): left-pad released a new version which broke tests
[nison.mael] ca0316b - test(resolver): Replace ocaml repo with left-pad for package-resolver
[nison.mael] 0773134 - test(pkg-tests): Fix duplicate module errors from pkg-tests (test(pkg-tests): Fix duplicate module errors from pkg-tests #5636)
[mael] 4acfe39 - 1.6.0
View full output
cc @Daniel15
The text was updated successfully, but these errors were encountered:
I forgot to remove these tests, since they're now running on CircleCI (so I didn't bother fixing the VM that's running them). Will do that in #5651
Sorry, something went wrong.
Daniel15
No branches or pull requests
Build 'yarn-e2e/label=docker,os=ubuntu-12.04' is failing!
Last 50 lines of build output:
Changes since last successful build:
No changes
No changes
No changes
No changes
No changes
No changes
No changes
No changes
No changes
[nison.mael] fa3a55f - Prevent readdir of files by using getPackagesPaths (Prevent readdir of files by using getPackagesPaths #5032)
[nison.mael] 98ad566 - Removed unnecessary nested if statement (Removed unnecessary nested if statement #5563)
[nison.mael] 5862c72 - build(jest): Upgrade Jest to latest version, 22.4.3 (build(jest): Upgrade Jest to latest version, 22.4.3 #5569)
[nison.mael] b7956d8 - Write stacktrace in yarn-error.log sooner (Write stacktrace in yarn-error.log sooner #5564)
[nison.mael] f4ae8a6 - fix(cli): adjust colors for unstable version updates (fix(cli): adjust colors for unstable version updates #5498)
[Daniel Lo Nigro] dcaf03a - move e2e test to circle-ci (move e2e test to circle-ci #5459)
[nison.mael] aada10e - Enable curl
--compressed
option to speed up request (Enable curl--compressed
option to speed up request #5369)[ben] c36be75 - chore(deps): update dependency eslint-config-fb-strict to ^22.0.0
[noreply] f7e8d2d - chore(jest): Upgrade Jest flow types (chore(jest): Upgrade Jest flow types #5573)
[noreply] 25bd1a7 - ci(appveyor): Fix AppVeyor tests (ci(appveyor): Fix AppVeyor tests #5574)
[nison.mael] 66a0143 - do not remove pattern from lockfile if it is overridden by resolution
No changes
No changes
No changes
No changes
No changes
No changes
[nison.mael] 1f18a3d - remove .vscode settings from repository (remove .vscode settings from repository #5608)
[nison.mael] 4cbecf1 - fix workspace packages ignore-pattern (fix workspace packages ignore-pattern #5607)
[bestander] c844896 - Bugfix Offline Mirror Automatic Pruning Is Deleting Prebuilt Packages #5614: When offline pruning, don't unlink prebuilt packages.
[nison.mael] 9afb76f - Remove leading spaces of
yarn run
's answer (Remove leading spaces ofyarn run
's answer #5581)[nison.mael] f80cbb5 - fix(upgrade): No longer warn when upgrading a devDependency (fix(upgrade): No longer warn when upgrading a devDependency #5606)
[nison.mael] 28c8921 - fix(config): Don't pass .yarnrc generated flags to workspace child
[nison.mael] 1b1cf48 - fixed link and unlink cmd on windows ('yarn link' for binary global install on Windows results in linked .js file but no .cmd #4772) (fixed link and unlink cmd on windows (#4772) #5524)
[nison.mael] d4299be - fix(linking): Dont integrity check build artifacts (fix(linking): Dont integrity check build artifacts #5470)
[nison.mael] ffe9a64 - Fix yarn behaviour when scripts are failing (Fix yarn behaviour when scripts are failing #5497)
No changes
No changes
No changes
No changes
[noreply] 0cb76ff - test(integration): left-pad released a new version which broke tests
[nison.mael] ca0316b - test(resolver): Replace ocaml repo with left-pad for package-resolver
[nison.mael] 0773134 - test(pkg-tests): Fix duplicate module errors from pkg-tests (test(pkg-tests): Fix duplicate module errors from pkg-tests #5636)
[mael] 4acfe39 - 1.6.0
View full output
cc @Daniel15
The text was updated successfully, but these errors were encountered: