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

Changes:

[zyichi] Setup InfluxDbIO_IT jenkins job cron

[Kyle Weaver] [BEAM-10379] Remove BIT_XOR from ZetaSQL supported functions list.

[Kyle Weaver] [BEAM-11732] Revert flink-clients from runtime to compile 
configuration.

[noreply] [BEAM-11731] Restrict to numpy <1.20.0 (#13870)

[noreply] [BEAM-11357] Copy Annotations when cloning PTransforms (#13865)

[noreply] [BEAM-11693]  Update formatting. Fix email template (#13815)


------------------------------------------
[...truncated 1.48 KB...]
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 63acfb0aa64001b3428887fe01be0435626a9eab # timeout=10
Commit message: "[BEAM-11693]  Update formatting. Fix email template (#13815)"
 > git rev-list --no-walk 3d6cb85e4961585ae9c4fa3c7226916fef68998f # 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_Test/ws/src/gradlew> 
--continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g 
-Dorg.gradle.jvmargs=-Xmx4g -Pdocker-pull-licenses :website:testWebsite 
-PdisableExternal=false
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:buildDockerImage
Sending build context to Docker daemon  49.08MB
Step 1/8 : FROM debian:stretch-slim
 ---> 546475075b6c
Step 2/8 : SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
 ---> Using cache
 ---> e31d5f4554f5
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
 ---> 65dcc0e60683
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
 ---> 6a5c5d227339
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
 ---> 82b584b65f7f
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
 ---> cdb942668009
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
 ---> d013f96dae63
Step 8/8 : WORKDIR /opt/
 ---> Using cache
 ---> a917ce4288c6
Successfully built a917ce4288c6
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
b9d29c5c2dfaafddd648f659f5f596298546404f6194581b6afb2d99dc289baf

> Task :website:setupDockerContainer

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

> 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.53s.

> Task :website:buildLocalWebsite
yarn run v1.22.5
$ cross-env HUGO_ENV=production hugo --minify -d ../dist -s site -v -d 
/opt/build/website/generated-local-content --config 
/opt/website/www/site/config.toml
INFO 2021/02/02 00:01:15 Using config file: 
Building sites … INFO 2021/02/02 00:01:15 syncing static files to 
/opt/build/website/generated-local-content/
INFO 2021/02/02 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 6522 ms
Done in 6.74s.

> Task :website:testWebsite
/usr/bin/lynx
Working directory: /opt/website/www
Dist directory: /opt/build/website/generated-local-content

Found 413 HTML files.
Searching links.
Found 35719 links including 1808 unique external links.
Checking links.
[=>                                                  ] 1 / 1808  
[=>                                                  ] 2 / 1808  
[=>                                                  ] 3 / 1808  
[=>                                                  ] 4 / 1808  
[=>                                                  ] 5 / 1808  
[=>                                                  ] 6 / 1808  curl: (28) 
Connection timed out after 30001 milliseconds

http://jstorm.io/
[=>                                                  ] 7 / 1808  curl: (28) 
Connection timed out after 30001 milliseconds

http://jstorm.io/QuickStart/Deploy/index.html
[=>                                                  ] 8 / 1808  
[=>                                                  ] 9 / 1808  
[=>                                                  ] 10 / 1808  
[=>                                                  ] 11 / 1808  
[=>                                                  ] 12 / 1808  
[=>                                                  ] 13 / 1808  
[=>                                                  ] 14 / 1808  
[=>                                                  ] 15 / 1808  
[=>                                                  ] 16 / 1808  
[=>                                                  ] 17 / 1808  
[=>                                                  ] 18 / 1808  
[=>                                                  ] 19 / 1808  
[=>                                                  ] 20 / 1808  
[=>                                                  ] 21 / 1808  
[=>                                                  ] 22 / 1808  
[=>                                                  ] 23 / 1808  
[=>                                                  ] 24 / 1808  
[=>                                                  ] 25 / 1808  
[=>                                                  ] 26 / 1808  
[=>                                                  ] 27 / 1808  
[=>                                                  ] 28 / 1808  
[=>                                                  ] 29 / 1808  
[=>                                                  ] 30 / 1808  
[=>                                                  ] 31 / 1808  
[=>                                                  ] 32 / 1808  
[=>                                                  ] 33 / 1808  
[=>                                                  ] 34 / 1808  
[=>                                                  ] 35 / 1808  
[=>                                                  ] 36 / 1808  
[=>                                                  ] 37 / 1808  
[==>                                                 ] 38 / 1808  
[==>                                                 ] 39 / 1808  curl: (22) 
The requested URL returned error: 404 Not Found

https://archive.apache.org/dist/beam/.25.0/apache-beam-2.25.0-source-release.zip.asc
[==>                                                 ] 40 / 1808  
[==>                                                 ] 41 / 1808  
[==>                                                 ] 42 / 1808  
[==>                                                 ] 43 / 1808  
[==>                                                 ] 44 / 1808  
[==>                                                 ] 45 / 1808  
[==>                                                 ] 46 / 1808  
[==>                                                 ] 47 / 1808  
[==>                                                 ] 48 / 1808  curl: (28) 
Operation timed out after 60000 milliseconds with 20774912 out of 35541591 
bytes received

https://archive.apache.org/dist/beam/2.10.0/apache-beam-2.10.0-source-release.zip
[==>                                                 ] 49 / 1808  
[==>                                                 ] 50 / 1808  
[==>                                                 ] 51 / 1808  curl: (28) 
Operation timed out after 60000 milliseconds with 21807104 out of 35805607 
bytes received

https://archive.apache.org/dist/beam/2.11.0/apache-beam-2.11.0-source-release.zip
[==>                                                 ] 52 / 1808  
[==>                                                 ] 53 / 1808  
[==>                                                 ] 54 / 1808  
> Task :website:testWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
b9d29c5c2dfaafddd648f659f5f596298546404f6194581b6afb2d99dc289baf

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:testWebsite'.
> Process 'command 'docker'' finished with non-zero exit value 137

* 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 16m 35s
10 actionable tasks: 10 executed

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

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

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

Reply via email to