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 2019/04/18 12:08:56 UTC

Build failed in Jenkins: beam_PreCommit_Website_Cron #916

See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/916/display/redirect?page=changes>

Changes:

[kcweaver] [BEAM-6966] Spark portable runner: get PAssert working

[kcweaver] [BEAM-7106] Mention Spark on portability webpage

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-7 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 0447bf9e6dae75f93a0fa5dcc8a5a1171743932f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0447bf9e6dae75f93a0fa5dcc8a5a1171743932f
Commit message: "Merge pull request #8344: [BEAM-7106] Mention Spark on portability webpage"
 > git rev-list --no-walk b668e2aabdcfe980bdfdb7c7bae3e4e562e3fc45 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> b86e0109e0e0
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 78297950d6cf
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> d3d40cf9ed80
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 5d0d528ac41f
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> a92db27a04c3
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 2dbfae73e074
Successfully built 2dbfae73e074
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
d1df5c388e91279a84bee76eb6966f674d38b1b67152465082e871755c7b65a7

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 14.041 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["HtmlCheck", "LinkCheck", "ImageCheck", "ScriptCheck"] on ["./generated-local-content"] on *.html... 


Checking 890 external links...
Ran on 191 files!


- ./generated-local-content/documentation/sdks/java/testing/nexmark/index.html
  *  External link http://datalab.cs.pdx.edu/niagaraST/NEXMark/ failed: 404 No error
- ./generated-local-content/documentation/sdks/python-pipeline-dependencies/index.html
  *  External link https://pythonhosted.org/an_example_pypi_project/setuptools.html failed: 504 No error
rake aborted!
HTML-Proofer found 2 failures!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
d1df5c388e91279a84bee76eb6966f674d38b1b67152465082e871755c7b65a7

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 2m 33s
7 actionable tasks: 7 executed

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

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_PreCommit_Website_Cron #926

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/926/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_PreCommit_Website_Cron #925

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/925/display/redirect?page=changes>

Changes:

[mxm] [BEAM-6730] Update docs for Python generate_sequence transform

[bhulette] Fix NPE in nullable array/map fields in Row

[iemejia] [BEAM-7119} Change Nexmark URL to use an archive.org link

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam10 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7020988b30929ab6ab2381402710ce26c5e2705 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7020988b30929ab6ab2381402710ce26c5e2705
Commit message: "Merge pull request #8368: [BEAM-7125] Row throws NPE when comparing instances with complex null values"
 > git rev-list --no-walk d866fed55ef2f8a1930a802226595b7a3c5cd983 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> 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
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> 069baad718fe
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 1e561859e9ef
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> b8976e47d4b7
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> d55030785864
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 413c573ae772
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8ece21dfa543
Successfully built 8ece21dfa543
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
ce93157fd203d53e2bdbf282f2dcc851eb84d9ebc9296f46ec59801876d80764

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 22.234 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["HtmlCheck", "LinkCheck", "ImageCheck", "ScriptCheck"] on ["./generated-local-content"] on *.html... 


Checking 892 external links...
Ran on 191 files!
- ./generated-local-content/documentation/resources/learning-resources/index.html


  *  External link http://blog.nanthrax.net/?p=811 failed: got a time out (response code 0)
rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
ce93157fd203d53e2bdbf282f2dcc851eb84d9ebc9296f46ec59801876d80764

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 3m 21s
7 actionable tasks: 7 executed

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

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_PreCommit_Website_Cron #924

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/924/display/redirect?page=changes>

Changes:

[ankurgoenka] [BEAM-7109] Do not reconnect logging at termination

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam5 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d866fed55ef2f8a1930a802226595b7a3c5cd983 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d866fed55ef2f8a1930a802226595b7a3c5cd983
Commit message: "Merge pull request #8367 from angoenka/logging_thread_leak"
 > git rev-list --no-walk 40fe671592d2f500dcdedd17521a30e04763eb58 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> 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
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
2.5: Pulling from library/ruby
Digest: sha256:063f661153e37b60c8345c63d76c02ba914f54e0df9f6de48e7111d49d1b2828
Status: Downloaded newer image for ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> a5648e42270b
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 4e3395d1e5cb
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> 6a38ce68aa73
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 69e43c213bfd
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> bfa280ff5a45
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 5eeb7a794405
Successfully built 5eeb7a794405
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
11d3e9083d895b742f9355e7319ced46e894a4580e6d847637eff63b77439430

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 16.045 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["HtmlCheck", "LinkCheck", "ImageCheck", "ScriptCheck"] on ["./generated-local-content"] on *.html... 


Checking 892 external links...
Ran on 191 files!


- ./generated-local-content/documentation/sdks/java/testing/nexmark/index.html
  *  External link http://datalab.cs.pdx.edu/niagaraST/NEXMark/ failed: 404 No error
rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
11d3e9083d895b742f9355e7319ced46e894a4580e6d847637eff63b77439430

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 2m 20s
7 actionable tasks: 7 executed

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

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_PreCommit_Website_Cron #923

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/923/display/redirect?page=changes>

Changes:

[kcweaver] [BEAM-7118] Link Spark portable runner design doc on website

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam10 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 40fe671592d2f500dcdedd17521a30e04763eb58 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 40fe671592d2f500dcdedd17521a30e04763eb58
Commit message: "Merge pull request #8362 from ibzib/spark-doc"
 > git rev-list --no-walk 5ff8475e370c5a746ddc6e6cfd7b63004d8c40e3 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> 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
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> 069baad718fe
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 1e561859e9ef
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> b8976e47d4b7
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> d55030785864
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 413c573ae772
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8ece21dfa543
Successfully built 8ece21dfa543
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
6e871bb00fcf240737fc9e51f717fe30e3b8fb2e7844115230b0923a1bf0b841

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 21.936 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["ImageCheck", "ScriptCheck", "HtmlCheck", "LinkCheck"] on ["./generated-local-content"] on *.html... 


Checking 892 external links...
Ran on 191 files!


- ./generated-local-content/documentation/sdks/java/testing/nexmark/index.html
  *  External link http://datalab.cs.pdx.edu/niagaraST/NEXMark/ failed: 404 No error
rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
6e871bb00fcf240737fc9e51f717fe30e3b8fb2e7844115230b0923a1bf0b841

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 3m 28s
7 actionable tasks: 7 executed

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

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_PreCommit_Website_Cron #922

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/922/display/redirect?page=changes>

Changes:

[valentyn] Stage Dataflow worker jar in Dataflow PostCommit tests on Python 3.

[kedin] [SQL] Add Data Catalog Table Provider

[github] Fix bug with use_fn_api_runner in Python.

[pabloem] [BEAM-7088] Implement switch to using MonitoringInfo labels for Name and

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-12 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5ff8475e370c5a746ddc6e6cfd7b63004d8c40e3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5ff8475e370c5a746ddc6e6cfd7b63004d8c40e3
Commit message: "[BEAM-7088] Implement switch to using MonitoringInfo labels for Name and Namespace. (#8316)"
 > git rev-list --no-walk d368c9d219345d3d73b209a46cd2f669c8916d12 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
Starting a Gradle Daemon, 3 busy Daemons could not be reused, use --status for details
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c4173f895cb4
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> ff46086720a1
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> f2c7fc1be7b4
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 8443e30b47f1
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 09d683a1fd13
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> ea598ae95cc9
Successfully built ea598ae95cc9
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
3cba46f80fc6edabd14b8d0695cab6d21ace2800647eb99e9feafe80f371752e

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 13.947 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["HtmlCheck", "LinkCheck", "ImageCheck", "ScriptCheck"] on ["./generated-local-content"] on *.html... 


Checking 891 external links...
Ran on 191 files!


- ./generated-local-content/documentation/sdks/java/testing/nexmark/index.html
  *  External link http://datalab.cs.pdx.edu/niagaraST/NEXMark/ failed: 404 No error
rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
3cba46f80fc6edabd14b8d0695cab6d21ace2800647eb99e9feafe80f371752e

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 2m 19s
7 actionable tasks: 7 executed

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

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_PreCommit_Website_Cron #921

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/921/display/redirect?page=changes>

Changes:

[amaliujia] [BEAM-7100] BeamValuesRel should accept empty tuples

[github] Mahatma Gandhi is spelt wrong.

[jbonofre] [BEAM-7095] Upgrade to RabbitMQ amqp-client 4.9.3 in RabbitMqIO

[github] Update IOIT Dashbards url

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-9 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision d368c9d219345d3d73b209a46cd2f669c8916d12 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d368c9d219345d3d73b209a46cd2f669c8916d12
Commit message: "Merge pull request #8356: [BEAM-6627] Update IOIT Dashbards url in docs"
 > git rev-list --no-walk 5b3dae361b8ea309c72870133cec652bd61a3aa6 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> d1ca6200b53b
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 52477bd9e3bf
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> db4a842276d9
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 53b4c33a79db
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 7903c43c6eba
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> f21fb10fca31
Successfully built f21fb10fca31
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
8499b5f7bde2f5904a206a03930c76a24a37c66ea60c7da15bbe6ac1c98d48a2

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 15.273 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["ScriptCheck", "ImageCheck", "HtmlCheck", "LinkCheck"] on ["./generated-local-content"] on *.html... 


Checking 891 external links...
Ran on 191 files!


- ./generated-local-content/documentation/sdks/java/testing/nexmark/index.html
  *  External link http://datalab.cs.pdx.edu/niagaraST/NEXMark/ failed: 404 No error
rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
8499b5f7bde2f5904a206a03930c76a24a37c66ea60c7da15bbe6ac1c98d48a2

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 2m 14s
7 actionable tasks: 7 executed

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

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_PreCommit_Website_Cron #920

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/920/display/redirect?page=changes>

Changes:

[github] Fix a typo in SelectHelpers.java

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-9 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5b3dae361b8ea309c72870133cec652bd61a3aa6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5b3dae361b8ea309c72870133cec652bd61a3aa6
Commit message: "Merge pull request #8353: Fix a typo in SelectHelpers.java"
 > git rev-list --no-walk 2cd2677a7ee6ec6f06afb5100c9c66ef8339b2a6 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> d1ca6200b53b
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 52477bd9e3bf
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> db4a842276d9
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 53b4c33a79db
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 7903c43c6eba
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> f21fb10fca31
Successfully built f21fb10fca31
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
d8fd4dfd7dd697768d292e0bd48d5e8c559fa33be4cfd04122d87e508173ab0c

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 15.183 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["HtmlCheck", "LinkCheck", "ImageCheck", "ScriptCheck"] on ["./generated-local-content"] on *.html... 


Checking 890 external links...
Ran on 191 files!


- ./generated-local-content/documentation/sdks/java/testing/nexmark/index.html
  *  External link http://datalab.cs.pdx.edu/niagaraST/NEXMark/ failed: 404 No error
rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
d8fd4dfd7dd697768d292e0bd48d5e8c559fa33be4cfd04122d87e508173ab0c

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 2m 13s
7 actionable tasks: 7 executed

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

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_PreCommit_Website_Cron #919

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/919/display/redirect?page=changes>

Changes:

[kedin] [SQL] Move HCatalogTableProvider into its own module

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-12 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2cd2677a7ee6ec6f06afb5100c9c66ef8339b2a6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2cd2677a7ee6ec6f06afb5100c9c66ef8339b2a6
Commit message: "Merge pull request #8345 from akedin/move-hcatalogtableprovider"
 > git rev-list --no-walk fe676c5cde97529d35d98ef64daa92bcb68f1d0b # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
Starting a Gradle Daemon, 3 busy Daemons could not be reused, use --status for details
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c4173f895cb4
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> ff46086720a1
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> f2c7fc1be7b4
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 8443e30b47f1
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 09d683a1fd13
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> ea598ae95cc9
Successfully built ea598ae95cc9
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
c7eca22ce3db8aa9b43d53f045d966bfb5b3dcbd9493932fc90c40f33fabdafc

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 15.525 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["ScriptCheck", "ImageCheck", "HtmlCheck", "LinkCheck"] on ["./generated-local-content"] on *.html... 


Checking 890 external links...
Ran on 191 files!


- ./generated-local-content/documentation/sdks/java/testing/nexmark/index.html
  *  External link http://datalab.cs.pdx.edu/niagaraST/NEXMark/ failed: 404 No error
rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
c7eca22ce3db8aa9b43d53f045d966bfb5b3dcbd9493932fc90c40f33fabdafc

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 2m 24s
7 actionable tasks: 7 executed

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

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_PreCommit_Website_Cron #918

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/918/display/redirect?page=changes>

Changes:

[ankurgoenka] [BEAM-6853] Make sdkWorkerParallelism option consistent

[boyuanz] Add a new sdf E2E test without defer_remainder

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam5 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision fe676c5cde97529d35d98ef64daa92bcb68f1d0b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fe676c5cde97529d35d98ef64daa92bcb68f1d0b
Commit message: "Merge pull request #8286 from angoenka/portable_options"
 > git rev-list --no-walk 1ad61fd384bcd1edd11086a3cf9d7dddb154d934 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> 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
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> a5648e42270b
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 4e3395d1e5cb
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> 6a38ce68aa73
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 69e43c213bfd
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> bfa280ff5a45
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 5eeb7a794405
Successfully built 5eeb7a794405
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
f726c0dd2a557f5af0dd94caa85206453aaa539db7e7b83f778a27709fe21101

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 16.056 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["ScriptCheck", "ImageCheck", "HtmlCheck", "LinkCheck"] on ["./generated-local-content"] on *.html... 


Checking 890 external links...
Ran on 191 files!


- ./generated-local-content/documentation/sdks/java/testing/nexmark/index.html
  *  External link http://datalab.cs.pdx.edu/niagaraST/NEXMark/ failed: 404 No error
rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
f726c0dd2a557f5af0dd94caa85206453aaa539db7e7b83f778a27709fe21101

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 2m 25s
7 actionable tasks: 7 executed

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

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_PreCommit_Website_Cron #917

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/917/display/redirect?page=changes>

Changes:

[jbonofre] [BEAM-7097] Upgrade MqttIO to use fusesource mqtt-client 1.15

[iemejia] [BEAM-7027] Use same method to find a new local available port in IO

[iemejia] [BEAM-7027] IO tests should not be annotated with Categories

[iemejia] [BEAM-7027] Add missing @RunWith(JUnit4.class) annotation to IO tests

[iemejia] [BEAM-7027] Restrict access level in some IO tests utility classes

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-9 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # 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/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 1ad61fd384bcd1edd11086a3cf9d7dddb154d934 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1ad61fd384bcd1edd11086a3cf9d7dddb154d934
Commit message: "Merge pull request #8307: [BEAM-7027] Use same method to find a new local available port in IO tests"
 > git rev-list --no-walk 0447bf9e6dae75f93a0fa5dcc8a5a1171743932f # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[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

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> 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:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> d1ca6200b53b
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 52477bd9e3bf
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> db4a842276d9
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 53b4c33a79db
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 7903c43c6eba
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> f21fb10fca31
Successfully built f21fb10fca31
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
b032d7ac54d4baf5ec973b24a295cbe597ac14b40a8a75d1b0dd1e51255d715b

> Task :beam-website:buildLocalWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
Configuration file: /repo/website/_config_test.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 15.786 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :beam-website:testWebsite
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["ScriptCheck", "ImageCheck", "HtmlCheck", "LinkCheck"] on ["./generated-local-content"] on *.html... 


Checking 890 external links...
Ran on 191 files!


- ./generated-local-content/documentation/sdks/java/testing/nexmark/index.html
  *  External link http://datalab.cs.pdx.edu/niagaraST/NEXMark/ failed: 404 No error
rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
b032d7ac54d4baf5ec973b24a295cbe597ac14b40a8a75d1b0dd1e51255d715b

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 2m 22s
7 actionable tasks: 7 executed

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

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