You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/02/18 06:03:29 UTC

Build failed in Jenkins: beam_PostCommit_Website_Publish #7376

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

Changes:

[noreply] [BEAM-11211] Update pandas and pyarrow in python container (#13987)

[noreply] Update go version to 1.12.7 (#13996)


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
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_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > 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 b8dd9cb4dfbcacda3b50baa440a0f3642b230990 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b8dd9cb4dfbcacda3b50baa440a0f3642b230990 # timeout=10
Commit message: "Update go version to 1.12.7 (#13996)"
 > git rev-list --no-walk fc511f6eb8b367bc7777390d3b07e01b737cfc41 # 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_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle FROM-CACHE
> Task :buildSrc:spotlessGroovyGradleCheck UP-TO-DATE
> Task :buildSrc:spotlessCheck
> 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
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :website:cleanWebsite UP-TO-DATE
> Task :website:clean UP-TO-DATE

> Task :website:buildDockerImage
Sending build context to Docker daemon  49.08MB
Step 1/8 : FROM debian:stretch-slim
 ---> 942afde0bfe6
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> df8b18c4f6e8
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
 ---> 9cdd4fb1b773
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
 ---> 9ce2c086d242
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
 ---> e51a78b52750
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
 ---> 99324506439e
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
 ---> f348ff9092f1
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> 1b82b4729e19
Successfully built 1b82b4729e19
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
fc5d53069ad51600831f6be1fe00cbbc25b6cab990674ce5a0eb4069825d8bd4

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 2.44s.

> 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.5
$ ./build_code_samples.sh
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.58s.

> Task :website:buildApacheWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml
INFO 2021/02/18 06:02:34 Using config file: 
Building sites … INFO 2021/02/18 06:02:34 syncing static files to /opt/build/website/generated-apache-content/
INFO 2021/02/18 06:02:39 postcss: use config file /opt/website/www/site/themes/docsy/postcss.config.js

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

                   | EN   
-------------------+------
  Pages            | 317  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 245  
  Processed images |   0  
  Aliases          | 123  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 12522 ms
Done in 12.70s.

> Task :website:stopAndRemoveDockerContainer
fc5d53069ad51600831f6be1fe00cbbc25b6cab990674ce5a0eb4069825d8bd4

> Task :website:commitWebsite
git fetch --force origin +asf-site:asf-site
From https://github.com/apache/beam
 * [new branch]            asf-site   -> asf-site

> Task :website:commitWebsite FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/website/build.gradle'> line: 275

* What went wrong:
Execution failed for task ':website:commitWebsite'.
> org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files: 
  website/www/site/static/images/mascot/beam_mascot.ai
  website/www/site/static/images/mascot/big_data.ai
  website/www/site/static/images/mascot/learning_independently.ai
  website/www/site/static/images/mascot/model_sheet.ai

* 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.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 47s
12 actionable tasks: 10 executed, 2 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PostCommit_Website_Publish #7384

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/7384/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Website_Publish #7383

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/7383/display/redirect?page=changes>

Changes:

[randomstep] [BEAM-11120] bump Gradle License Report plugin to 1.16

[zyichi] [BEAM-11779] Fix python pipeline options for CrossLanguage tests

[noreply] [BEAM-11800] Support ARRAY_AGG fn for Zetasql dialect (#13483)


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites2 (gitbox-websites git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
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_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > 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 31e1b84d46b0564192f1c678972d195f2f2ea840 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 31e1b84d46b0564192f1c678972d195f2f2ea840 # timeout=10
Commit message: "[BEAM-11800] Support ARRAY_AGG fn for Zetasql dialect (#13483)"
 > git rev-list --no-walk edae900d0e3b68e80f0a4ff7724f8f081be0af6e # 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_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> 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:cleanWebsite UP-TO-DATE
> Task :website:clean UP-TO-DATE

> Task :website:buildDockerImage
Sending build context to Docker daemon  49.08MB
Step 1/8 : FROM debian:stretch-slim
stretch-slim: Pulling from library/debian
Digest: sha256:839535f161ac382d771e74b8bb8157be00d3d813345a58fd28aa52e1bf242c91
Status: Downloaded newer image for debian:stretch-slim
 ---> 942afde0bfe6
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> fbea27433546
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
 ---> d3d3bc303e72
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
 ---> f61d78d0656f
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
 ---> 9e136a28a032
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
 ---> 8275a3a7a0ad
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
 ---> 70972aba68e1
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> afccb85cb29b
Successfully built afccb85cb29b
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
b0a37bc97e36fa6751036a0ffa7cd2e6dd87467415056bd18e07097621b92ac8

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 3.33s.

> 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.5
$ ./build_code_samples.sh
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.48s.

> Task :website:buildApacheWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml
INFO 2021/02/20 00:01:15 Using config file: 
Building sites … INFO 2021/02/20 00:01:15 syncing static files to /opt/build/website/generated-apache-content/
INFO 2021/02/20 00:01:18 postcss: use config file /opt/website/www/site/themes/docsy/postcss.config.js

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

                   | EN   
-------------------+------
  Pages            | 317  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 245  
  Processed images |   0  
  Aliases          | 123  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 6465 ms
Done in 6.67s.

> Task :website:stopAndRemoveDockerContainer
b0a37bc97e36fa6751036a0ffa7cd2e6dd87467415056bd18e07097621b92ac8

> Task :website:commitWebsite
git fetch --force origin +asf-site:asf-site
From https://github.com/apache/beam
 * [new branch]            asf-site   -> asf-site

> Task :website:commitWebsite FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/website/build.gradle'> line: 275

* What went wrong:
Execution failed for task ':website:commitWebsite'.
> org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files: 
  website/www/site/static/images/mascot/beam_mascot.ai
  website/www/site/static/images/mascot/big_data.ai
  website/www/site/static/images/mascot/learning_independently.ai
  website/www/site/static/images/mascot/model_sheet.ai

* 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.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 58s
12 actionable tasks: 10 executed, 2 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Website_Publish #7382

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/7382/display/redirect?page=changes>

Changes:

[noreply] [BEAM-9547] Fill in some trivial compliance gaps (#13932)

[noreply] [BEAM-11589] Migrated vendor/bytebuddy build.gradle file to Kotlin

[noreply] Merge pull request #14019 from [BEAM-11791] Fixing FnApiRunner


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
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_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > 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 edae900d0e3b68e80f0a4ff7724f8f081be0af6e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f edae900d0e3b68e80f0a4ff7724f8f081be0af6e # timeout=10
Commit message: "Merge pull request #14019 from [BEAM-11791] Fixing FnApiRunner Microbenchmarks to export to influxDB"
 > git rev-list --no-walk 66a8a4c5e97f674f594c2194da736ad63a842dfe # 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_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> 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:cleanWebsite UP-TO-DATE
> Task :website:clean UP-TO-DATE

> Task :website:buildDockerImage
Sending build context to Docker daemon  49.08MB
Step 1/8 : FROM debian:stretch-slim
 ---> 942afde0bfe6
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> df8b18c4f6e8
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
 ---> 9cdd4fb1b773
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
 ---> 9ce2c086d242
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
 ---> e51a78b52750
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
 ---> 99324506439e
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
 ---> f348ff9092f1
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> 1b82b4729e19
Successfully built 1b82b4729e19
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
b411292490a05400d11bb43490577800495d20436917924a27fa442f26667a77

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 2.46s.

> 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.5
$ ./build_code_samples.sh
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.59s.

> Task :website:buildApacheWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml
INFO 2021/02/19 18:02:37 Using config file: 
Building sites … INFO 2021/02/19 18:02:37 syncing static files to /opt/build/website/generated-apache-content/
INFO 2021/02/19 18:02:41 postcss: use config file /opt/website/www/site/themes/docsy/postcss.config.js

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

                   | EN   
-------------------+------
  Pages            | 317  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 245  
  Processed images |   0  
  Aliases          | 123  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 14425 ms
Done in 14.66s.

> Task :website:stopAndRemoveDockerContainer
b411292490a05400d11bb43490577800495d20436917924a27fa442f26667a77

> Task :website:commitWebsite
git fetch --force origin +asf-site:asf-site
From https://github.com/apache/beam
 * [new branch]            asf-site   -> asf-site

> Task :website:commitWebsite FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/website/build.gradle'> line: 275

* What went wrong:
Execution failed for task ':website:commitWebsite'.
> org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files: 
  website/www/site/static/images/mascot/beam_mascot.ai
  website/www/site/static/images/mascot/big_data.ai
  website/www/site/static/images/mascot/learning_independently.ai
  website/www/site/static/images/mascot/model_sheet.ai

* 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.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 37s
12 actionable tasks: 10 executed, 2 up-to-date

Publishing build scan...
https://gradle.com/s/3uamqfhlmg75a

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Website_Publish #7381

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/7381/display/redirect?page=changes>

Changes:

[noreply] Adding performance improvements to ApproximateQuantiles. (#13175)


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites2 (gitbox-websites git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
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_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > 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 66a8a4c5e97f674f594c2194da736ad63a842dfe (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 66a8a4c5e97f674f594c2194da736ad63a842dfe # timeout=10
Commit message: "Adding performance improvements to ApproximateQuantiles. (#13175)"
 > git rev-list --no-walk f09f2afa25299cf0af67476e10f0deb330b7b810 # 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_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> 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:cleanWebsite UP-TO-DATE
> Task :website:clean UP-TO-DATE

> Task :website:buildDockerImage
Sending build context to Docker daemon  49.08MB

Step 1/8 : FROM debian:stretch-slim
 ---> 942afde0bfe6
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> fbea27433546
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
 ---> d3d3bc303e72
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
 ---> f61d78d0656f
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
 ---> 9e136a28a032
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
 ---> 8275a3a7a0ad
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
 ---> 70972aba68e1
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> afccb85cb29b
Successfully built afccb85cb29b
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
063687cc8e8c4f6904a8ea34d6bfdaaa06203b71a4218bc750595fb52a315f90

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 3.30s.

> 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.5
$ ./build_code_samples.sh
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.45s.

> Task :website:buildApacheWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml
INFO 2021/02/19 12:18:06 Using config file: 
Building sites … INFO 2021/02/19 12:18:06 syncing static files to /opt/build/website/generated-apache-content/
INFO 2021/02/19 12:18:09 postcss: use config file /opt/website/www/site/themes/docsy/postcss.config.js

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

                   | EN   
-------------------+------
  Pages            | 317  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 245  
  Processed images |   0  
  Aliases          | 123  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 6212 ms
Done in 6.68s.

> Task :website:stopAndRemoveDockerContainer
063687cc8e8c4f6904a8ea34d6bfdaaa06203b71a4218bc750595fb52a315f90

> Task :website:commitWebsite
git fetch --force origin +asf-site:asf-site
From https://github.com/apache/beam
 * [new branch]            asf-site   -> asf-site

> Task :website:commitWebsite FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/website/build.gradle'> line: 275

* What went wrong:
Execution failed for task ':website:commitWebsite'.
> org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files: 
  website/www/site/static/images/mascot/beam_mascot.ai
  website/www/site/static/images/mascot/big_data.ai
  website/www/site/static/images/mascot/learning_independently.ai
  website/www/site/static/images/mascot/model_sheet.ai

* 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.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 53s
12 actionable tasks: 10 executed, 2 up-to-date

Publishing build scan...
https://gradle.com/s/27uv6q3yxhxp4

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Website_Publish #7380

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/7380/display/redirect?page=changes>

Changes:

[dmytrokozhevin] [BEAM-11760] Cleanup interactive cache just once.

[dmytrokozhevin] [BEAM-11760] Cleanup interactive cache just once.


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
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_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > 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 f09f2afa25299cf0af67476e10f0deb330b7b810 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f09f2afa25299cf0af67476e10f0deb330b7b810 # timeout=10
Commit message: "Merge pull request #13909 [BEAM-11760] Cleanup interactive cache just once."
 > git rev-list --no-walk ebafa0eb71f756ad98ed70c07770a7e889ac37aa # 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_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> 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:cleanWebsite UP-TO-DATE
> Task :website:clean UP-TO-DATE

> Task :website:buildDockerImage
Sending build context to Docker daemon  49.08MB
Step 1/8 : FROM debian:stretch-slim
 ---> 942afde0bfe6
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> df8b18c4f6e8
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
 ---> 9cdd4fb1b773
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
 ---> 9ce2c086d242
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
 ---> e51a78b52750
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
 ---> 99324506439e
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
 ---> f348ff9092f1
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> 1b82b4729e19
Successfully built 1b82b4729e19
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
76d1c4d8b861191b063ffab1479f16ad768c28e90d8a5971cf2664cdb751b4d2

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 2.46s.

> 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.5
$ ./build_code_samples.sh
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.59s.

> Task :website:buildApacheWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml
INFO 2021/02/19 06:02:22 Using config file: 
Building sites … INFO 2021/02/19 06:02:22 syncing static files to /opt/build/website/generated-apache-content/
INFO 2021/02/19 06:02:30 postcss: use config file /opt/website/www/site/themes/docsy/postcss.config.js

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

                   | EN   
-------------------+------
  Pages            | 317  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 245  
  Processed images |   0  
  Aliases          | 123  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 13985 ms
Done in 14.16s.

> Task :website:stopAndRemoveDockerContainer
76d1c4d8b861191b063ffab1479f16ad768c28e90d8a5971cf2664cdb751b4d2

> Task :website:commitWebsite
git fetch --force origin +asf-site:asf-site
From https://github.com/apache/beam
 * [new branch]            asf-site   -> asf-site

> Task :website:commitWebsite FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/website/build.gradle'> line: 275

* What went wrong:
Execution failed for task ':website:commitWebsite'.
> org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files: 
  website/www/site/static/images/mascot/beam_mascot.ai
  website/www/site/static/images/mascot/big_data.ai
  website/www/site/static/images/mascot/learning_independently.ai
  website/www/site/static/images/mascot/model_sheet.ai

* 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.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 38s
12 actionable tasks: 10 executed, 2 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Website_Publish #7379

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/7379/display/redirect?page=changes>

Changes:

[Kyle Weaver] [BEAM-11834] Enable arrays literals to have null values.

[Pablo Estrada] Enable SideInput metrics for DF worker. These have been launched on

[noreply] [BEAM-10708] Support SqlTransform in container (#13944)


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
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_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > 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 ebafa0eb71f756ad98ed70c07770a7e889ac37aa (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ebafa0eb71f756ad98ed70c07770a7e889ac37aa # timeout=10
Commit message: "Merge pull request #14018 from pabloem/enablesim"
 > git rev-list --no-walk 0c08687d902561f0cb0c1c51da512cebc4093d6e # 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_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> 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:cleanWebsite UP-TO-DATE
> Task :website:clean UP-TO-DATE

> Task :website:buildDockerImage
Sending build context to Docker daemon  49.08MB
Step 1/8 : FROM debian:stretch-slim
 ---> 942afde0bfe6
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> df8b18c4f6e8
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
 ---> 9cdd4fb1b773
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
 ---> 9ce2c086d242
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
 ---> e51a78b52750
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
 ---> 99324506439e
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
 ---> f348ff9092f1
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> 1b82b4729e19
Successfully built 1b82b4729e19
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
b2a3fa4dcf9877713e69dbaf1a4e8681a751153721166bbf430b1da23a51d675

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 2.41s.

> 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.5
$ ./build_code_samples.sh
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.58s.

> Task :website:buildApacheWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml
INFO 2021/02/19 00:02:29 Using config file: 
Building sites … INFO 2021/02/19 00:02:29 syncing static files to /opt/build/website/generated-apache-content/
INFO 2021/02/19 00:02:36 postcss: use config file /opt/website/www/site/themes/docsy/postcss.config.js

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

                   | EN   
-------------------+------
  Pages            | 317  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 245  
  Processed images |   0  
  Aliases          | 123  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 13610 ms
Done in 13.79s.

> Task :website:stopAndRemoveDockerContainer
b2a3fa4dcf9877713e69dbaf1a4e8681a751153721166bbf430b1da23a51d675

> Task :website:commitWebsite
git fetch --force origin +asf-site:asf-site
From https://github.com/apache/beam
 * [new branch]            asf-site   -> asf-site

> Task :website:commitWebsite FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/website/build.gradle'> line: 275

* What went wrong:
Execution failed for task ':website:commitWebsite'.
> org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files: 
  website/www/site/static/images/mascot/beam_mascot.ai
  website/www/site/static/images/mascot/big_data.ai
  website/www/site/static/images/mascot/learning_independently.ai
  website/www/site/static/images/mascot/model_sheet.ai

* 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.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 34s
12 actionable tasks: 10 executed, 2 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Website_Publish #7378

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/7378/display/redirect?page=changes>

Changes:

[Steve Niemitz] [BEAM-11801] Don't set useCachedDataPool if an emulator host is set

[baeminbo] Fix IllegalArgumentException in Interval

[Andrew Pilloud] [BEAM-11747] Better filters for BeamCalc

[Kyle Weaver] [BEAM-11747] Disable BeamJavaUdfCalcRule by default.

[Kyle Weaver] spotless


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites1 (git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
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_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > 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 0c08687d902561f0cb0c1c51da512cebc4093d6e (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0c08687d902561f0cb0c1c51da512cebc4093d6e # timeout=10
Commit message: "Merge pull request #14010 from ibzib/disable-calcrule"
 > git rev-list --no-walk b6a59b3efd38dbfd3d867feb84917bd26e0acaf6 # 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_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle FROM-CACHE
> Task :buildSrc:spotlessGroovyGradleCheck UP-TO-DATE
> Task :buildSrc:spotlessCheck
> 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
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :website:cleanWebsite UP-TO-DATE
> Task :website:clean UP-TO-DATE

> Task :website:buildDockerImage
Sending build context to Docker daemon  49.08MB
Step 1/8 : FROM debian:stretch-slim
stretch-slim: Pulling from library/debian
Digest: sha256:839535f161ac382d771e74b8bb8157be00d3d813345a58fd28aa52e1bf242c91
Status: Downloaded newer image for debian:stretch-slim
 ---> 942afde0bfe6
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> df8b18c4f6e8
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
 ---> 9cdd4fb1b773
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
 ---> 9ce2c086d242
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
 ---> e51a78b52750
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
 ---> 99324506439e
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
 ---> f348ff9092f1
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> 1b82b4729e19
Successfully built 1b82b4729e19
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
82641e6e4fcf548b9c0b4299d41f0d5299f54d5fdcfe4103cc4c628ec02e8e97

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 2.41s.

> 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.5
$ ./build_code_samples.sh
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.58s.

> Task :website:buildApacheWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml
INFO 2021/02/18 21:29:37 Using config file: 
Building sites … INFO 2021/02/18 21:29:37 syncing static files to /opt/build/website/generated-apache-content/
INFO 2021/02/18 21:29:47 postcss: use config file /opt/website/www/site/themes/docsy/postcss.config.js

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

                   | EN   
-------------------+------
  Pages            | 317  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 245  
  Processed images |   0  
  Aliases          | 123  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 16262 ms
Done in 16.44s.

> Task :website:stopAndRemoveDockerContainer
82641e6e4fcf548b9c0b4299d41f0d5299f54d5fdcfe4103cc4c628ec02e8e97

> Task :website:commitWebsite
git fetch --force origin +asf-site:asf-site
From https://github.com/apache/beam
 * [new branch]            asf-site   -> asf-site

> Task :website:commitWebsite FAILED

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/website/build.gradle'> line: 275

* What went wrong:
Execution failed for task ':website:commitWebsite'.
> org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files: 
  website/www/site/static/images/mascot/beam_mascot.ai
  website/www/site/static/images/mascot/big_data.ai
  website/www/site/static/images/mascot/learning_independently.ai
  website/www/site/static/images/mascot/model_sheet.ai

* 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.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 52s
12 actionable tasks: 10 executed, 2 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Build failed in Jenkins: beam_PostCommit_Website_Publish #7377

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/7377/display/redirect?page=changes>

Changes:

[randomstep] [BEAM-11125] bump checkerframework to 3.10.0

[noreply] Merge #13558. [BEAM-11494][BEAM-11821] FileIO stops overwriting files on


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites2 (gitbox-websites git-websites svn-websites) in workspace <https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/>
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_PostCommit_Website_Publish/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > 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 b6a59b3efd38dbfd3d867feb84917bd26e0acaf6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b6a59b3efd38dbfd3d867feb84917bd26e0acaf6 # timeout=10
Commit message: "Merge #13558. [BEAM-11494][BEAM-11821] FileIO stops overwriting files on retries"
 > git rev-list --no-walk b8dd9cb4dfbcacda3b50baa440a0f3642b230990 # 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_PostCommit_Website_Publish/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:clean :website:publishWebsite
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build 
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle FROM-CACHE
> Task :buildSrc:spotlessGroovyGradleCheck UP-TO-DATE
> Task :buildSrc:spotlessCheck
> 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
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :website:cleanWebsite UP-TO-DATE
> Task :website:clean UP-TO-DATE

> Task :website:buildDockerImage
Sending build context to Docker daemon  49.08MB
Step 1/8 : FROM debian:stretch-slim
 ---> 942afde0bfe6
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> fbea27433546
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
 ---> d3d3bc303e72
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
 ---> f61d78d0656f
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
 ---> 9e136a28a032
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
 ---> 8275a3a7a0ad
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
 ---> 70972aba68e1
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> afccb85cb29b
Successfully built afccb85cb29b
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
a4f88cf86a908aff491bc04c1e6cf6a3ed788182eed4ee5d16970396cd41b721

> Task :website:setupDockerContainer

> Task :website:installDependencies
yarn install v1.22.5
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.1.3: The platform "linux" is incompatible with this module.
info "fsevents@2.1.3" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
Done in 3.41s.

> 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.5
$ ./build_code_samples.sh
Working directory: /opt/website/www
Dist directory: ./site/code_samples
mkdir: created directory './site/code_samples'
Done in 0.45s.

> Task :website:buildApacheWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d /opt/build/website/generated-apache-content --config /opt/website/www/site/config.toml
INFO 2021/02/18 12:01:27 Using config file: 
Building sites … INFO 2021/02/18 12:01:27 syncing static files to /opt/build/website/generated-apache-content/
INFO 2021/02/18 12:01:30 postcss: use config file /opt/website/www/site/themes/docsy/postcss.config.js

  Replace Autoprefixer browsers option to Browserslist config.
  Use browserslist key in package.json or .browserslistrc file.

  Using browsers option can cause errors. Browserslist config 
  can be used for Babel, Autoprefixer, postcss-normalize and other tools.

  If you really need to use option, rename it to overrideBrowserslist.

  Learn more at:
  https://github.com/browserslist/browserslist#readme
  https://twitter.com/browserslist


Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db

                   | EN   
-------------------+------
  Pages            | 317  
  Paginator pages  |   0  
  Non-page files   |   0  
  Static files     | 245  
  Processed images |   0  
  Aliases          | 123  
  Sitemaps         |   1  
  Cleaned          |   0  

Total in 6704 ms
Done in 6.92s.

> Task :website:stopAndRemoveDockerContainer
a4f88cf86a908aff491bc04c1e6cf6a3ed788182eed4ee5d16970396cd41b721

> Task :website:commitWebsite FAILED
git fetch --force origin +asf-site:asf-site
From https://github.com/apache/beam
 * [new branch]            asf-site   -> asf-site

FAILURE: Build failed with an exception.

* Where:
Build file '<https://ci-beam.apache.org/job/beam_PostCommit_Website_Publish/ws/src/website/build.gradle'> line: 275

* What went wrong:
Execution failed for task ':website:commitWebsite'.
> org.eclipse.jgit.api.errors.CheckoutConflictException: Checkout conflict with files: 
  website/www/site/static/images/mascot/model_sheet.ai

* 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.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 10s
12 actionable tasks: 10 executed, 2 up-to-date

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org