See 
<https://ci-beam.apache.org/job/beam_PreCommit_Website_Stage_GCS_Cron/4499/display/redirect?page=changes>

Changes:

[noreply] [BEAM-3293] Finish E2E implementation of MultiMap side inputs, add


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-5 (beam) in workspace 
<https://ci-beam.apache.org/job/beam_PreCommit_Website_Stage_GCS_Cron/ws/>
The recommended git tool is: NONE
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init 
 > <https://ci-beam.apache.org/job/beam_PreCommit_Website_Stage_GCS_Cron/ws/src>
 >  # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git --version # 'git version 2.7.4'
 > git fetch --tags --progress https://github.com/apache/beam.git 
 > +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 
 > timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --progress https://github.com/apache/beam.git 
 > +refs/heads/*:refs/remotes/origin/* 
 > +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/* # 
 > timeout=10
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 42e1ae8f8d07fb9c6fde14bd688c5a4b763d9d6e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 42e1ae8f8d07fb9c6fde14bd688c5a4b763d9d6e # timeout=10
Commit message: "[BEAM-3293] Finish E2E implementation of MultiMap side inputs, 
add integration test (#15981)"
 > git rev-list --no-walk 9de4bd93fb496c9b5e7c0c1cab3690e617bc2943 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the 
SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1
SETUPTOOLS_USE_DISTUTILS=stdlib

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ 
<https://ci-beam.apache.org/job/beam_PreCommit_Website_Stage_GCS_Cron/ws/src/gradlew>
 --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g 
-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.vfs.watch=false -Pdocker-pull-licenses 
:website:stageWebsite
Starting a Gradle Daemon, 3 busy and 1 incompatible Daemons could not be 
reused, use --status for details
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy FROM-CACHE
> Task :buildSrc:spotlessGroovyCheck UP-TO-DATE
> Task :buildSrc:spotlessGroovyGradle FROM-CACHE
> Task :buildSrc:spotlessGroovyGradleCheck UP-TO-DATE
> Task :buildSrc:spotlessCheck UP-TO-DATE
> Task :buildSrc:pluginUnderTestMetadata
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:validatePlugins FROM-CACHE
> Task :buildSrc:check UP-TO-DATE
> Task :buildSrc:build
Configuration on demand is an incubating feature.

> Task :website:buildDockerImage
Sending build context to Docker daemon  51.13MB
Step 1/8 : FROM debian:stretch-slim
 ---> 22816b634936
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> 500c426656f9
Step 3/8 : ENV DEBIAN_FRONTEND=noninteractive     LANGUAGE=C.UTF-8     
LANG=C.UTF-8     LC_ALL=C.UTF-8     LC_CTYPE=C.UTF-8     LC_MESSAGES=C.UTF-8
 ---> Using cache
 ---> c37496d35d3b
Step 4/8 : RUN apt-get update     && apt-get install -y --no-install-recommends 
        ca-certificates         curl         git         gnupg2         gosu    
     lynx     && apt-get autoremove -yqq --purge     && apt-get clean     && rm 
-rf /var/lib/apt/lists/*
 ---> Using cache
 ---> fedf857c0126
Step 5/8 : RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -     && 
apt-get update     && apt-get install -y --no-install-recommends         nodejs 
    && apt-get autoremove -yqq --purge     && apt-get clean     && rm -rf 
/var/lib/apt/lists/*
 ---> Using cache
 ---> aa5661656a1d
Step 6/8 : RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add 
-     && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee 
/etc/apt/sources.list.d/yarn.list     && apt-get update     && apt-get install 
-y --no-install-recommends yarn     && apt-get autoremove -yqq --purge     && 
apt-get clean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 11dcfbf90c37
Step 7/8 : RUN HUGOHOME="$(mktemp -d)"     && export HUGOHOME     && curl -sL 
https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_Linux-64bit.tar.gz
 > "${HUGOHOME}/hugo.tar.gz"     && tar -xzvf "${HUGOHOME}/hugo.tar.gz" hugo    
 && mv hugo /usr/local/bin/hugo     && chmod +x /usr/local/bin/hugo     && rm 
-r "${HUGOHOME}"
 ---> Using cache
 ---> c7806da3a0c4
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> a4adaf3823ac
Successfully built a4adaf3823ac
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
5c902db0faa297a98961ab3e43e4f8241e123b1fd22b7a43d90ba96997bc3f89

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.15
warning Skipping preferred cache folder "/.cache/yarn" because it is not 
writable.
warning Selected the next writable cache folder in the list, will be 
"/tmp/.yarn-cache-1017".
[1/4] Resolving packages...
[2/4] Fetching packages...
error An unexpected error occurred: 
"https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz: Request failed 
\"503 Service Unavailable\"".
info If you think this is a bug, please open a bug report with the information 
provided in "/opt/website/www/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this 
command.

> Task :website:installDependencies FAILED

> Task :website:initGitSubmodules
Submodule '.github/actions/cancel-workflow-runs' 
(https://github.com/potiuk/cancel-workflow-runs) registered for path 
'.github/actions/cancel-workflow-runs'
Submodule '.github/actions/github-push-action' 
(https://github.com/ad-m/github-push-action) registered for path 
'.github/actions/github-push-action'
Submodule '.github/actions/gradle-command-action' 
(https://github.com/eskatos/gradle-command-action) registered for path 
'.github/actions/gradle-command-action'
Submodule 'website/www/site/themes/docsy' (https://github.com/google/docsy.git) 
registered for path 'website/www/site/themes/docsy'
Cloning into '/opt/.github/actions/cancel-workflow-runs'...
Cloning into '/opt/.github/actions/github-push-action'...
Cloning into '/opt/.github/actions/gradle-command-action'...
Cloning into '/opt/website/www/site/themes/docsy'...
Submodule path '.github/actions/cancel-workflow-runs': checked out 
'953e057dc81d3458935a18d1184c386b0f6b5738'
Submodule path '.github/actions/github-push-action': checked out 
'057a6ba835d986bfe495dd476a6c4db1d5f9503c'
Submodule path '.github/actions/gradle-command-action': checked out 
'90ccf054e6b9905f30f98c938bce4c6acd323b6b'
Submodule path 'website/www/site/themes/docsy': checked out 
'8b786354829536454688df1e63b9cad792f68562'
Submodule 'assets/vendor/Font-Awesome' 
(https://github.com/FortAwesome/Font-Awesome.git) registered for path 
'website/www/site/themes/docsy/assets/vendor/Font-Awesome'
Submodule 'assets/vendor/bootstrap' (https://github.com/twbs/bootstrap.git) 
registered for path 'website/www/site/themes/docsy/assets/vendor/bootstrap'
Cloning into '/opt/website/www/site/themes/docsy/assets/vendor/Font-Awesome'...
Cloning into '/opt/website/www/site/themes/docsy/assets/vendor/bootstrap'...
Submodule path 'website/www/site/themes/docsy/assets/vendor/Font-Awesome': 
checked out '538a5bc4cf7989821d052e3ff919e2bead07021c'
Submodule path 'website/www/site/themes/docsy/assets/vendor/bootstrap': checked 
out '3b558734382ce58b51e5fc676453bfd53bba9201'

> Task :website:buildCodeSamples
yarn run v1.22.15
warning Skipping preferred cache folder "/.cache/yarn" because it is not 
writable.
warning Selected the next writable cache folder in the list, will be 
"/tmp/.yarn-cache-1017".
$ ./build_code_samples.sh
warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn"
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.53s.

> Task :website:buildGcsWebsite FAILED
yarn run v1.22.15
warning Skipping preferred cache folder "/.cache/yarn" because it is not 
writable.
warning Selected the next writable cache folder in the list, will be 
"/tmp/.yarn-cache-1017".
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d 
/opt/build/website/generated-gcs-content --config 
/opt/website/www/site/config.toml --baseURL /jenkins-HEAD
warning Cannot find a suitable global folder. Tried these: "/usr/local, /.yarn"
/bin/sh: 1: cross-env: not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this 
command.

> Task :website:stopAndRemoveDockerContainer
5c902db0faa297a98961ab3e43e4f8241e123b1fd22b7a43d90ba96997bc3f89

> Task :website:setupVirtualenv
Using base prefix '/usr'
New python executable in 
<https://ci-beam.apache.org/job/beam_PreCommit_Website_Stage_GCS_Cron/ws/src/build/website/gradleenv/bin/python3>
Also creating executable in 
<https://ci-beam.apache.org/job/beam_PreCommit_Website_Stage_GCS_Cron/ws/src/build/website/gradleenv/bin/python>
Installing setuptools, pip, wheel...
done.
DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. 
Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will 
drop support for Python 3.5 in January 2021. pip 21.0 will remove support for 
this functionality.
Collecting beautifulsoup4
  Using cached beautifulsoup4-4.10.0-py3-none-any.whl (97 kB)
Collecting soupsieve>1.2
  Using cached soupsieve-2.1-py3-none-any.whl (32 kB)
Installing collected packages: soupsieve, beautifulsoup4
Successfully installed beautifulsoup4-4.10.0 soupsieve-2.1

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':website:installDependencies'.
> Process 'command 'docker'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':website:buildGcsWebsite'.
> Process 'command 'docker'' finished with non-zero exit value 127

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.9.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 25s
10 actionable tasks: 10 executed

Publishing build scan...
https://gradle.com/s/xqeqhwkz4d3xq

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to