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/16 00:23:27 UTC

Build failed in Jenkins: beam_PreCommit_Website_Cron #906

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

Changes:

[amaliujia] [BEAM-7051] Support LIMIT OFFSET.

[kcweaver] [BEAM-7052] add optional environmentType and environmentConfig

[pabloem] [BEAM-3072] Python command error handling improvements (#8158)

[github] [BEAM-7063] Enable passing in the worker jar for all tests. (#8313)

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam13 (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 e390d3c4fc7b71cedb36fc473d25221a9bb854d7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e390d3c4fc7b71cedb36fc473d25221a9bb854d7
Commit message: "[BEAM-7063] Enable passing in the worker jar for all tests. (#8313)"
 > git rev-list --no-walk 2581565fe96f2a1b4be01993831898afefb3e4c7 # 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
 ---> b52351a1dc7f
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 35c88463fe07
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> c8786071e921
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> a29ddab21339
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> c95794bea1c8
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 3b1998c5f11f
Successfully built 3b1998c5f11f
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
68d97b55624ef87d5a3094f52539f476974156c2078ee14b4de8f27cbdf3a252

> 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.425 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", "LinkCheck", "HtmlCheck"] 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
68d97b55624ef87d5a3094f52539f476974156c2078ee14b4de8f27cbdf3a252

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/s65wrf4v42up2

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


Build failed in Jenkins: beam_PreCommit_Website_Cron #916

Posted by Apache Jenkins Server <je...@builds.apache.org>.
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


Build failed in Jenkins: beam_PreCommit_Website_Cron #915

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

Changes:

[aromanenko.dev] [BEAM-7078] Update Kinesis deps

------------------------------------------
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 b668e2aabdcfe980bdfdb7c7bae3e4e562e3fc45 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b668e2aabdcfe980bdfdb7c7bae3e4e562e3fc45
Commit message: "Merge pull request #8330 from aromanenko-dev/BEAM-7078-amazon-kinesis-client"
 > git rev-list --no-walk 913b6f06ce704d775a904f657c60c8a22d4a5acf # 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
f7e42d1171fb2fc8c83f64132bee3fc33fdbebab743b24477568f40c944240bf

> 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.489 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
f7e42d1171fb2fc8c83f64132bee3fc33fdbebab743b24477568f40c944240bf

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 30s
7 actionable tasks: 7 executed

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

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 #914

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

Changes:

[mxm] [BEAM-7083] Remove non-functional pipeline option for Java environment

[relax] Fix NullPointerException.

[github] Document windowing function in seconds

[iemejia] [BEAM-7096] Make IO/extensions tests depend only on direct runner at

[markliu] Fix Jenkins job virtualenv setup with specific py version

[valentyn] Use unittest methods for setup and teardown to avoid relying on nose to

------------------------------------------
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 913b6f06ce704d775a904f657c60c8a22d4a5acf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 913b6f06ce704d775a904f657c60c8a22d4a5acf
Commit message: "Merge pull request #8331: [BEAM-4373] Document windowing function in seconds"
 > git rev-list --no-walk b35ffdd1e1f5a54bca461b23f6eae673f0f698e5 # 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 (subsequent builds will be faster)
> 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
d57f3c7de5b9fe8c607df151a8fa83e32293c7eee0403daf43ef338fcb8389b1

> 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.598 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
d57f3c7de5b9fe8c607df151a8fa83e32293c7eee0403daf43ef338fcb8389b1

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 27s
7 actionable tasks: 7 executed

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

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 #913

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

Changes:

[thw] [BEAM-7035] Compatible wire representation for timers in Python SDK

[thw] [BEAM-7035] Support deleteTimer by timerId in Flink runner

[thw] [BEAM-7074] FnApiRunner fails to wire multiple timer collections

[aromanenko.dev] [BEAM-5575] Update Kudu client deps

[github] Merge pull request #8273: [BEAM-4461] A transform to perform binary

------------------------------------------
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 b35ffdd1e1f5a54bca461b23f6eae673f0f698e5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b35ffdd1e1f5a54bca461b23f6eae673f0f698e5
Commit message: "Merge pull request #8332: [BEAM-5575] Update Kudu client dependency"
 > git rev-list --no-walk 3682d0c5fa8ad3970ebcbd4a89b399491af7994a # 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
d316c95df93513c995d5055a3b0f3fafdb521acf6bf5d407ee5b5ecdf2b4dda2

> 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.191 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", "LinkCheck", "HtmlCheck"] 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
d316c95df93513c995d5055a3b0f3fafdb521acf6bf5d407ee5b5ecdf2b4dda2

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/pwjkyrbpdvdyi

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 #912

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

Changes:

[kcweaver] [BEAM-7039] set up validatesPortableRunner tests for Spark

[jbonofre] [BEAM-7090] Upgrade JdbcIO to use Commons DBCP 2.6.0

[je.ik] [BEAM-7091] fix NPE in DoFnOperator#dispose

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (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 3682d0c5fa8ad3970ebcbd4a89b399491af7994a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3682d0c5fa8ad3970ebcbd4a89b399491af7994a
Commit message: "Merge pull request #8327: [BEAM-7091] Fix NPE in DoFnOperator#dispose"
 > git rev-list --no-walk 21f1b0dab7ccb35f04bf0a0dc908f45c19a5d8c7 # 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
 ---> a1e47735f7e9
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 97a597b14bbb
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> 10baf49ee9f5
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 3454ca54d2fc
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> dfff6161876f
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 19ba1027c03f
Successfully built 19ba1027c03f
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
0128e910324cf375b3a4cd88d027fa20d1cd6f956f7ce103199dfefdc0e8fc6a

> 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.929 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
0128e910324cf375b3a4cd88d027fa20d1cd6f956f7ce103199dfefdc0e8fc6a

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 32s
7 actionable tasks: 7 executed

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

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 #911

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/911/display/redirect>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-1 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PreCommit_Website_Cron/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/*
 > 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}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 21f1b0dab7ccb35f04bf0a0dc908f45c19a5d8c7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 21f1b0dab7ccb35f04bf0a0dc908f45c19a5d8c7
Commit message: "Merge pull request #8298 from youngoli/beam7068"
 > git rev-list --no-walk 21f1b0dab7ccb35f04bf0a0dc908f45c19a5d8c7 # 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, 2 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
 ---> 1f01e15d0747
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 409d808e7369
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> 857ac2b22720
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 2d9aa8cce4fb
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 298f6e0e38e0
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> d32a8cff8b52
Successfully built d32a8cff8b52
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
9369be2690f4056726100c399213b461d73e8a012d6244dbbfe963672d606400

> 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.504 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/blog/2017/08/16/splittable-do-fn.html
  *  External link http://s.apache.org/a-new-dofn failed: got a time out (response code 0)
  *  External link http://s.apache.org/sdf-via-source failed: got a time out (response code 301)
  *  External link http://s.apache.org/splittable-do-fn#heading=h.vjs7pzbb7kw failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/86831496a08fe148e3b982cdb904f828f262c0b571543a9fed7b915d@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://s.apache.org/splittable-do-fn-python failed: got a time out (response code 0)
- ./generated-local-content/community/contact-us/index.html
  *  External link https://s.apache.org/beam-slack-channel failed: got a time out (response code 0)
  *  External link https://s.apache.org/slack-invite failed: got a time out (response code 0)
- ./generated-local-content/contribute/become-a-committer/index.html
  *  External link https://lists.apache.org/list.html?user@beam.apache.org failed: got a time out (response code 0)
  *  External link https://lists.apache.org/trends.html?user@beam.apache.org failed: got a time out (response code 0)
- ./generated-local-content/contribute/design-documents/index.html
  *  External link http://s.apache.org/beam-runner-api failed: got a time out (response code 0)
  *  External link http://s.apache.org/beam-watch-transform failed: got a time out (response code 0)
  *  External link http://s.apache.org/fileio-write failed: got a time out (response code 301)
  *  External link http://s.apache.org/splittable-do-fn failed: got a time out (response code 0)
  *  External link http://s.apache.org/splittable-do-fn-python-sdk failed: got a time out (response code 0)
  *  External link http://s.apache.org/streaming-sql-spec failed: got a time out (response code 0)
  *  External link http://s.apache.org/textio-sdf failed: got a time out (response code 301)
  *  External link https://lists.apache.org/thread.html/1dde0b5a93c2983cbab5f68ce7c74580102f5bb2baaa816585d7eabb@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/fb394e576e6e858205307b033c5a5c6cc3923a17606814a54036c570@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://s.apache.org/FIWQ failed: got a time out (response code 0)
  *  External link https://s.apache.org/a-new-dofn failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-breaking-fusion failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-bundles-backlog-splitting failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-checkpoint-and-split-bundles failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-euphoria failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-fn-api-progress-reporting failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-python-user-state-and-timers failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-runner-1-pager failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-runner-api-combine-model failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-runner-composites failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-sql-dsl-api-review failed: got a time out (response code 0)
  *  External link https://s.apache.org/load-test-basic-operations failed: got a time out (response code 0)
  *  External link https://s.apache.org/sdf-via-source failed: got a time out (response code 0)
- ./generated-local-content/contribute/index.html
  *  External link https://s.apache.org/beam-design-doc-template failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-design-docs failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-starter-tasks failed: got a time out (response code 0)
- ./generated-local-content/contribute/postcommits-policies-details/index.html
  *  External link https://lists.apache.org/thread.html/3bb4aa777751da2e2d7e22666aa6a2e18ae31891cb09d91718b75e74@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
- ./generated-local-content/contribute/postcommits-policies/index.html
  *  External link https://s.apache.org/beam-test-failure failed: got a time out (response code 0)
- ./generated-local-content/contribute/release-guide/index.html
  *  External link https://s.apache.org/beam-release-validation failed: got a time out (response code 0)
- ./generated-local-content/contribute/runner-guide/index.html
  *  External link https://s.apache.org/beam-fn-api-send-and-receive-data failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-triggers failed: got a time out (response code 0)
  *  External link https://s.apache.org/splittable-do-fn failed: got a time out (response code 0)
- ./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/get-started/downloads/index.html
  *  External link https://lists.apache.org/thread.html/896cbc9fef2e60f19b466d6b1e12ce1aeda49ce5065a0b1156233f01@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
rake aborted!
HTML-Proofer found 43 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
9369be2690f4056726100c399213b461d73e8a012d6244dbbfe963672d606400

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 44s
7 actionable tasks: 7 executed

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

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 #910

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

Changes:

[lcwik] [BEAM-7011] Clean-up Flink portable runner to not reference removed URN.

[kenn] Remove obsolete GenericRecord to BeamRow conversion code

[kenn] Put BigQuery-specific AvroUtils in with BigQueryUtils to avoid confusion

[kenn] Reject BigQuery data with sub-millisecond precision, instead of losing

[daniel.o.programmer] [BEAM-7068] Improving error messages when binding functions in Go SDK

------------------------------------------
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
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PreCommit_Website_Cron/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/*
 > 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}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 21f1b0dab7ccb35f04bf0a0dc908f45c19a5d8c7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 21f1b0dab7ccb35f04bf0a0dc908f45c19a5d8c7
Commit message: "Merge pull request #8298 from youngoli/beam7068"
 > git rev-list --no-walk a91516cd10d382d1c8a42f3e3b373fbad46369f6 # 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, 2 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
b343fe8e82b971fec4e43ca1a68589ed95d56090d54d7158955aff123bd2c57e

> 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.741 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/blog/2017/08/16/splittable-do-fn.html
  *  External link http://s.apache.org/a-new-dofn failed: got a time out (response code 0)
  *  External link http://s.apache.org/beam-fn-api failed: got a time out (response code 0)
  *  External link http://s.apache.org/beam-fn-api-progress-reporting failed: got a time out (response code 0)
  *  External link http://s.apache.org/splittable-do-fn#heading=h.5cep9s8k4fxv failed: got a time out (response code 0)
  *  External link http://s.apache.org/splittable-do-fn#heading=h.vjs7pzbb7kw failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/86831496a08fe148e3b982cdb904f828f262c0b571543a9fed7b915d@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
- ./generated-local-content/community/contact-us/index.html
  *  External link https://lists.apache.org/list.html?builds@beam.apache.org failed: got a time out (response code 0)
  *  External link https://lists.apache.org/list.html?commits@beam.apache.org failed: got a time out (response code 0)
  *  External link https://s.apache.org/slack-invite failed: got a time out (response code 0)
- ./generated-local-content/contribute/become-a-committer/index.html
  *  External link https://lists.apache.org/list.html?dev@beam.apache.org failed: got a time out (response code 0)
  *  External link https://lists.apache.org/list.html?user@beam.apache.org failed: got a time out (response code 0)
- ./generated-local-content/contribute/design-documents/index.html
  *  External link http://s.apache.org/beam-metrics-api failed: got a time out (response code 0)
  *  External link http://s.apache.org/beam-runner-api failed: got a time out (response code 301)
  *  External link http://s.apache.org/context-fn failed: got a time out (response code 0)
  *  External link http://s.apache.org/fileio-write failed: got a time out (response code 0)
  *  External link http://s.apache.org/splittable-do-fn failed: got a time out (response code 0)
  *  External link http://s.apache.org/splittable-do-fn-python-sdk failed: got a time out (response code 301)
  *  External link http://s.apache.org/streaming-sql-spec failed: got a time out (response code 0)
  *  External link http://s.apache.org/textio-sdf failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/1dab7f17c97378e665928b11116cbd887dc7be93390ab26c593ee49a@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/1dde0b5a93c2983cbab5f68ce7c74580102f5bb2baaa816585d7eabb@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/ae3c838df060e47148439d1dad818d5e927b2a25ff00cc4153221dff@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/c494e521cb6865b1ae19a68e8e653afc562df7744e8d08087249cbe0@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://s.apache.org/FIWQ failed: got a time out (response code 0)
  *  External link https://s.apache.org/a-new-dofn failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-checkpoint-and-split-bundles failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-fn-api-metrics failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-fn-api-progress-reporting failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-job-api failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-portability-team-doc failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-python-3 failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-runner-composites failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-streams-tables failed: got a time out (response code 0)
  *  External link https://s.apache.org/get-metrics-api failed: got a time out (response code 0)
  *  External link https://s.apache.org/portable-flink-runner-overview failed: got a time out (response code 0)
  *  External link https://s.apache.org/presenting-a-new-dofn failed: got a time out (response code 0)
  *  External link https://s.apache.org/runner_independent_metrics_extraction failed: got a time out (response code 0)
- ./generated-local-content/contribute/index.html
  *  External link https://lists.apache.org/thread.html/e6018c2aaf7dc7895091434295e5b0fafe192b975e3e3761fcf0cda7@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-starter-tasks failed: got a time out (response code 0)
- ./generated-local-content/contribute/postcommits-policies-details/index.html
  *  External link https://lists.apache.org/thread.html/3bb4aa777751da2e2d7e22666aa6a2e18ae31891cb09d91718b75e74@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
- ./generated-local-content/contribute/postcommits-policies/index.html
  *  External link https://s.apache.org/beam-test-failure failed: got a time out (response code 0)
- ./generated-local-content/contribute/release-guide/index.html
  *  External link https://s.apache.org/beam-release-validation failed: got a time out (response code 0)
- ./generated-local-content/contribute/runner-guide/index.html
  *  External link https://s.apache.org/beam-fn-api-send-and-receive-data failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-side-inputs-1-pager failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-triggers failed: got a time out (response code 0)
  *  External link https://s.apache.org/splittable-do-fn failed: got a time out (response code 0)
- ./generated-local-content/documentation/runners/flink/index.html
  *  External link https://s.apache.org/apache-beam-portability-support-table failed: got a time out (response code 0)
- ./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 48 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
b343fe8e82b971fec4e43ca1a68589ed95d56090d54d7158955aff123bd2c57e

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 5m 16s
7 actionable tasks: 7 executed

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

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 #909

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

Changes:

[kcweaver] [BEAM-6957] Spark portable runner: support metrics

[iemejia] [BEAM-7080] Remove unused class KinesisUploader from KinesisIO

[aromanenko.dev] [BEAM-6732] Added "Write.withResults()"

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam15 (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 a91516cd10d382d1c8a42f3e3b373fbad46369f6 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a91516cd10d382d1c8a42f3e3b373fbad46369f6
Commit message: "Merge pull request #8294: [BEAM-6957] Spark portable runner: support metrics"
 > git rev-list --no-walk 4c322107ca5ebc0ab1cc6581d957501fd3ed9cc4 # 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
 ---> 325c211d11f3
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> ae5dc7a96067
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> f9d56963832d
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> f166433f5106
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 787daeb13b88
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> ef376c1f0696
Successfully built ef376c1f0696
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
999a1aab530f0b352014def3e2957a07e115ae7f21acee68cef049cb59db6138

> 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.227 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/blog/2017/08/16/splittable-do-fn.html
  *  External link http://s.apache.org/a-new-dofn failed: got a time out (response code 0)
  *  External link http://s.apache.org/beam-fn-api-progress-reporting failed: got a time out (response code 0)
  *  External link http://s.apache.org/sdf-via-source failed: got a time out (response code 0)
  *  External link http://s.apache.org/splittable-do-fn#heading=h.5cep9s8k4fxv failed: got a time out (response code 0)
  *  External link http://s.apache.org/splittable-do-fn#heading=h.vjs7pzbb7kw failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/86831496a08fe148e3b982cdb904f828f262c0b571543a9fed7b915d@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
- ./generated-local-content/blog/2018/10/31/beam-summit-aftermath.html
  *  External link https://lists.apache.org/thread.html/aa1306da25029dff12a49ba3ce63f2caf6a5f8ba73eda879c8403f3f@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
- ./generated-local-content/community/contact-us/index.html
  *  External link https://lists.apache.org/list.html?builds@beam.apache.org failed: got a time out (response code 0)
  *  External link https://lists.apache.org/list.html?commits@beam.apache.org failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-slack-channel failed: got a time out (response code 0)
- ./generated-local-content/contribute/become-a-committer/index.html
  *  External link https://lists.apache.org/list.html?dev@beam.apache.org failed: got a time out (response code 0)
  *  External link https://lists.apache.org/list.html?user@beam.apache.org failed: got a time out (response code 0)
  *  External link https://lists.apache.org/trends.html?dev@beam.apache.org failed: got a time out (response code 0)
- ./generated-local-content/contribute/design-documents/index.html
  *  External link http://s.apache.org/beam-runner-api failed: got a time out (response code 0)
  *  External link http://s.apache.org/beam-watch-transform failed: got a time out (response code 0)
  *  External link http://s.apache.org/context-fn failed: got a time out (response code 301)
  *  External link http://s.apache.org/fileio-write failed: got a time out (response code 0)
  *  External link http://s.apache.org/splittable-do-fn-python-sdk failed: got a time out (response code 0)
  *  External link http://s.apache.org/streaming-sql-spec failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/1dde0b5a93c2983cbab5f68ce7c74580102f5bb2baaa816585d7eabb@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/ae3c838df060e47148439d1dad818d5e927b2a25ff00cc4153221dff@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://lists.apache.org/thread.html/c494e521cb6865b1ae19a68e8e653afc562df7744e8d08087249cbe0@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
  *  External link https://s.apache.org/FIWQ failed: got a time out (response code 0)
  *  External link https://s.apache.org/a-new-dofn failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-fn-api-metrics failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-fn-api-progress-reporting failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-fn-state-api-and-bundle-processing failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-go-sdk-design-rfc failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-python-3 failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-python-user-state-and-timers failed: got a time out (response code 0)
  *  External link https://s.apache.org/get-metrics-api failed: got a time out (response code 0)
  *  External link https://s.apache.org/go-beam-vanity-import failed: got a time out (response code 0)
  *  External link https://s.apache.org/k79W failed: got a time out (response code 0)
  *  External link https://s.apache.org/runner_independent_metrics_extraction failed: got a time out (response code 0)
  *  External link https://s.apache.org/sdf-via-source failed: got a time out (response code 0)
  *  External link https://s.apache.org/standard-io-metrics failed: got a time out (response code 0)
- ./generated-local-content/contribute/index.html
  *  External link https://s.apache.org/beam-design-docs failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-starter-tasks failed: got a time out (response code 0)
- ./generated-local-content/contribute/postcommits-policies-details/index.html
  *  External link https://lists.apache.org/thread.html/3bb4aa777751da2e2d7e22666aa6a2e18ae31891cb09d91718b75e74@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
- ./generated-local-content/contribute/postcommits-policies/index.html
  *  External link https://s.apache.org/beam-test-failure failed: got a time out (response code 0)
- ./generated-local-content/contribute/runner-guide/index.html
  *  External link https://s.apache.org/beam-fn-api-send-and-receive-data failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-lateness failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-side-inputs-1-pager failed: got a time out (response code 0)
  *  External link https://s.apache.org/beam-state failed: got a time out (response code 0)
  *  External link https://s.apache.org/splittable-do-fn failed: got a time out (response code 0)
- ./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/get-started/downloads/index.html
  *  External link https://lists.apache.org/thread.html/896cbc9fef2e60f19b466d6b1e12ce1aeda49ce5065a0b1156233f01@%3Cdev.beam.apache.org%3E failed: got a time out (response code 0)
rake aborted!
HTML-Proofer found 47 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
999a1aab530f0b352014def3e2957a07e115ae7f21acee68cef049cb59db6138

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 5m 14s
7 actionable tasks: 7 executed

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

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 #908

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

Changes:

[michal.walenia] [BEAM-6963] Added Jenkins jobs running Java examples on Dataflow with

[michal.walenia] [BEAM-6936] Refactor of the Portability API examples check, both

[heejong] [BEAM-6747] Adding ExternalTransform in JavaSDK

[thw] [BEAM-6993] Ignore missing artifacts dir during cleanup

[iemejia] [BEAM-7077] Update hamcrest to version 2.1

[iemejia] [BEAM-7077] Update uses of Matchers.isIn(foo) to new

[iemejia] [BEAM-7077] Fix compilation issues because of hamcrest 2.x API changes

[iemejia] [BEAM-7077] Update tests to match the strings of Hamcrest 2.1

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam15 (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 4c322107ca5ebc0ab1cc6581d957501fd3ed9cc4 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4c322107ca5ebc0ab1cc6581d957501fd3ed9cc4
Commit message: "Merge pull request #7954 from ihji/BEAM-6747"
 > git rev-list --no-walk e390d3c4fc7b71cedb36fc473d25221a9bb854d7 # 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
 ---> 325c211d11f3
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> ae5dc7a96067
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> f9d56963832d
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> f166433f5106
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 787daeb13b88
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> ef376c1f0696
Successfully built ef376c1f0696
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
9c8a9de5f5801362f1505c8afe5e1021edf83280eecd022d76b1ff58dd82c51f

> 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.018 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/io/testing/index.html
  *  External link http://quay.io/ failed: 503 No error
- ./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 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
9c8a9de5f5801362f1505c8afe5e1021edf83280eecd022d76b1ff58dd82c51f

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 23s
7 actionable tasks: 7 executed

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

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 #907

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_Website_Cron/907/display/redirect>

------------------------------------------
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 e390d3c4fc7b71cedb36fc473d25221a9bb854d7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e390d3c4fc7b71cedb36fc473d25221a9bb854d7
Commit message: "[BEAM-7063] Enable passing in the worker jar for all tests. (#8313)"
 > git rev-list --no-walk e390d3c4fc7b71cedb36fc473d25221a9bb854d7 # 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
 ---> 99825d7e9cc3
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0be3751d576b
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> ff33f12a16e9
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 0637cee5bc3c
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 13612d296be4
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 3288414bfb90
Successfully built 3288414bfb90
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
4773c3c1276f0104ba840dabea69e05816a515a38325c25cfeb43eb4f3574a6f

> 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 17.789 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
4773c3c1276f0104ba840dabea69e05816a515a38325c25cfeb43eb4f3574a6f

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 2s
7 actionable tasks: 7 executed

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

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