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 2020/04/13 19:59:16 UTC

Build failed in Jenkins: beam_PostCommit_Website_Test #3698

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

Changes:

[lcwik] [BEAM-9562] Fix output timestamp to be inferred from scheduled time when


------------------------------------------
Started by GitHub push by boyuanzz
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 a7f444f8cc5625334affe84409632bfe08c4eea5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a7f444f8cc5625334affe84409632bfe08c4eea5
Commit message: "Merge pull request #11402 from lukecwik/timers"
 > git rev-list --no-walk b6e5082162d4980e3c67e8d7adb49bff9821207c # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> adbf57a169bd
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> bbe0c7651117
Successfully built bbe0c7651117
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
3658567cb49d9ad9d8d7d4363ef82e5f9a5531cb160eae5249c700575e2f5f06

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
3658567cb49d9ad9d8d7d4363ef82e5f9a5531cb160eae5249c700575e2f5f06

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 57s
7 actionable tasks: 7 executed

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

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

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


Jenkins build is back to normal : beam_PostCommit_Website_Test #3750

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


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


Build failed in Jenkins: beam_PostCommit_Website_Test #3749

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

Changes:

[github] [BEAM-9674] Don't specify selected fields when fetching BigQuery table


------------------------------------------
Started by GitHub push by chamikaramj
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 a1b79fdc995c869d1f32fab2e2004621b2d53988 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a1b79fdc995c869d1f32fab2e2004621b2d53988
Commit message: "[BEAM-9674] Don't specify selected fields when fetching BigQuery table size (#11292)"
 > git rev-list --no-walk 99444c6cefbe30ebb222f2adad52fdd150310780 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

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

Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
3e18cbd376fe0bb04f9288119ffa1fd1638a3342a1b817ddd7d2d8d355fd80d2

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
3e18cbd376fe0bb04f9288119ffa1fd1638a3342a1b817ddd7d2d8d355fd80d2

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 47s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3748

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 99444c6cefbe30ebb222f2adad52fdd150310780 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 99444c6cefbe30ebb222f2adad52fdd150310780
Commit message: "[BEAM-5605, BEAM-2939] Add support for FnApiDoFnRunner to handle split calls. (#11414)"
 > git rev-list --no-walk 99444c6cefbe30ebb222f2adad52fdd150310780 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.53MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
3ee55ad39a3835b59e356d864eddeb3818c253ed38b759749a82fb1907540fda

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
3ee55ad39a3835b59e356d864eddeb3818c253ed38b759749a82fb1907540fda

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 35s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/4cl3a42xn2iok

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3747

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 99444c6cefbe30ebb222f2adad52fdd150310780 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 99444c6cefbe30ebb222f2adad52fdd150310780
Commit message: "[BEAM-5605, BEAM-2939] Add support for FnApiDoFnRunner to handle split calls. (#11414)"
 > git rev-list --no-walk 99444c6cefbe30ebb222f2adad52fdd150310780 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.53MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
87d2eab1e719b4a71a89d91f07b66cd657d792e2d72fbafe04ca9a969c6602fa

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
87d2eab1e719b4a71a89d91f07b66cd657d792e2d72fbafe04ca9a969c6602fa

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 59s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3746

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

Changes:


------------------------------------------
Started by GitHub push by lukecwik
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 99444c6cefbe30ebb222f2adad52fdd150310780 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 99444c6cefbe30ebb222f2adad52fdd150310780
Commit message: "[BEAM-5605, BEAM-2939] Add support for FnApiDoFnRunner to handle split calls. (#11414)"
 > git rev-list --no-walk 99444c6cefbe30ebb222f2adad52fdd150310780 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.53MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
37a63f697e5575d353f712dbd78fdd469f35d799ed5a8c20124a04d8b8cb34eb

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
37a63f697e5575d353f712dbd78fdd469f35d799ed5a8c20124a04d8b8cb34eb

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 55s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3745

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

Changes:

[huangry] Include user distritribution into metric-dedicated validate runner test.

[huangry] update inline comment.

[huangry] To allow only assert on committed metrics, bypassing the attempted ones.

[huangry] Use distribution matcher for testing.

[github] [BEAM-5605, BEAM-2939] Add support for FnApiDoFnRunner to handle split


------------------------------------------
Started by GitHub push by lukecwik
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 99444c6cefbe30ebb222f2adad52fdd150310780 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 99444c6cefbe30ebb222f2adad52fdd150310780
Commit message: "[BEAM-5605, BEAM-2939] Add support for FnApiDoFnRunner to handle split calls. (#11414)"
 > git rev-list --no-walk 0c865308bb8501b731adcb2f51171a0dcfa0c957 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.53MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
ee4b597fb20128b68bcf5ed95e6d1c3b1a965482745f204972d9e328d5331f70

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
ee4b597fb20128b68bcf5ed95e6d1c3b1a965482745f204972d9e328d5331f70

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 54s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3744

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 0c865308bb8501b731adcb2f51171a0dcfa0c957 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0c865308bb8501b731adcb2f51171a0dcfa0c957
Commit message: "Merge pull request #11441 from apache/lostluck-gosum-rat"
 > git rev-list --no-walk 0c865308bb8501b731adcb2f51171a0dcfa0c957 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.53MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
afad72caddc4f1c09f8d8c7777b2b8de9669a5974c1248efe7fae9402e8582a7

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
afad72caddc4f1c09f8d8c7777b2b8de9669a5974c1248efe7fae9402e8582a7

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 3s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3743

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

Changes:

[github] [BEAM-5379] Ignore go.sum files in RAT checks


------------------------------------------
Started by GitHub push by lukecwik
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 0c865308bb8501b731adcb2f51171a0dcfa0c957 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0c865308bb8501b731adcb2f51171a0dcfa0c957
Commit message: "Merge pull request #11441 from apache/lostluck-gosum-rat"
 > git rev-list --no-walk c3bd4854e879da65060de8cd259865a9b34742c7 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.53MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
e4a591d1010a527dee0cbce3c71cb8c3356ed6665ce95fc50f3fc12ff9ddc41d

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
e4a591d1010a527dee0cbce3c71cb8c3356ed6665ce95fc50f3fc12ff9ddc41d

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 3s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3742

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

Changes:

[github] [BEAM-9648]: DirectRunner should return null on timeout (#11275)


------------------------------------------
Started by GitHub push by lukecwik
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 c3bd4854e879da65060de8cd259865a9b34742c7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c3bd4854e879da65060de8cd259865a9b34742c7
Commit message: "[BEAM-9648]: DirectRunner should return null on timeout (#11275)"
 > git rev-list --no-walk fc9b349046c1e64a6524e6140c17c87cc6ab2644 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.53MB
Step 1/7 : FROM ruby:2.5
2.5: Pulling from library/ruby
Digest: sha256:df4804d088f276667b9c8aeee0ba1ebad1e5e4253d3ed4ed13afb0352fd4ea3c
Status: Downloaded newer image for ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
f547a2afdffa329e65809f8e1d34e30e0adb34f745cf5e9c77a6a472881d83f4

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
f547a2afdffa329e65809f8e1d34e30e0adb34f745cf5e9c77a6a472881d83f4

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 54s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3741

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

Changes:

[github] Merge pull request #11436: Document Beam Schemas (forked PR)


------------------------------------------
Started by GitHub push by reuvenlax
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 fc9b349046c1e64a6524e6140c17c87cc6ab2644 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fc9b349046c1e64a6524e6140c17c87cc6ab2644
Commit message: "Merge pull request #11436: Document Beam Schemas (forked PR)"
 > git rev-list --no-walk c21a2a163741312b808bd21e1bfc1a17c1fa79e8 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.53MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
c8f1a3bdecf5e9428f59d9cc227a034d3455198b2f17edc845af323d7d6a9c76

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
c8f1a3bdecf5e9428f59d9cc227a034d3455198b2f17edc845af323d7d6a9c76

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 59s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3740

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

Changes:

[pabloem] [BEAM-9769] Ensuring JSON is the default export format for BQ sink


------------------------------------------
Started by GitHub push by pabloem
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 c21a2a163741312b808bd21e1bfc1a17c1fa79e8 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c21a2a163741312b808bd21e1bfc1a17c1fa79e8
Commit message: "Merge pull request #11433 from [BEAM-9769] Ensuring JSON is the default export format for BQ sink"
 > git rev-list --no-walk 19fe4b5ab75e3b3fc64b60c56f7f8f6871a7d3fe # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
882365ec1b5c058645478c34f5687d9e930c6147fc030840bb0febb889100395

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
882365ec1b5c058645478c34f5687d9e930c6147fc030840bb0febb889100395

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 31s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3739

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

Changes:

[github] [BEAM-9678] Create Go SDK introduction kata (#11340)


------------------------------------------
Started by GitHub push by lostluck
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 19fe4b5ab75e3b3fc64b60c56f7f8f6871a7d3fe (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 19fe4b5ab75e3b3fc64b60c56f7f8f6871a7d3fe
Commit message: "[BEAM-9678] Create Go SDK introduction kata (#11340)"
 > git rev-list --no-walk 65c32af2284e4f8a8e0f8f54c094c902ee956bbf # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
63bc6f8f2463232c19433e76e7cf73bde83a9c96bdcf1faddecc241ebfb89ded

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
63bc6f8f2463232c19433e76e7cf73bde83a9c96bdcf1faddecc241ebfb89ded

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 37s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3738

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 65c32af2284e4f8a8e0f8f54c094c902ee956bbf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 65c32af2284e4f8a8e0f8f54c094c902ee956bbf
Commit message: "Merge pull request #11429 from ibzib/module-info"
 > git rev-list --no-walk 65c32af2284e4f8a8e0f8f54c094c902ee956bbf # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
c43a67835bb389636c80b47e97be19be2762b69435522234fdbedad5a06bb707

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
c43a67835bb389636c80b47e97be19be2762b69435522234fdbedad5a06bb707

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 4s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/2b6ugy5v5wv6e

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3737

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

Changes:

[kcweaver] [BEAM-9765] Exclude module-info.class from vendored Calcite.


------------------------------------------
Started by GitHub push by lukecwik
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 65c32af2284e4f8a8e0f8f54c094c902ee956bbf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 65c32af2284e4f8a8e0f8f54c094c902ee956bbf
Commit message: "Merge pull request #11429 from ibzib/module-info"
 > git rev-list --no-walk 6e8e566eca22aa992e8435dedc80fe1219f7a3ef # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

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

Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
f989da24aa78381090631fdfb263928e8fdecc864c8c9265e6a781d4b9a9470a

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
f989da24aa78381090631fdfb263928e8fdecc864c8c9265e6a781d4b9a9470a

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 37s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3736

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

Changes:

[echauchot] Add GBK load tests script for spark structured streaming runner

[echauchot] Add CoGBK load tests script for spark structured streaming runner

[echauchot] Add Combine load tests script for spark structured streaming runner

[echauchot] Add Pardo load tests script for spark structured streaming runner


------------------------------------------
Started by GitHub push by echauchot
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 6e8e566eca22aa992e8435dedc80fe1219f7a3ef (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e8e566eca22aa992e8435dedc80fe1219f7a3ef
Commit message: "Merge pull request #11135 from echauchot/add_spark-ss-runner-to-GBK-load-tests"
 > git rev-list --no-walk 209180f0e25a4fbb7a55480ca2dbf5d94cf34113 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
1b1ec174c2f427b0dfc01b0aa6b4f843490a3908042029be56935241adfbe1cb

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
1b1ec174c2f427b0dfc01b0aa6b4f843490a3908042029be56935241adfbe1cb

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 53s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/6o4wtnexoo7lm

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3735

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 209180f0e25a4fbb7a55480ca2dbf5d94cf34113 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 209180f0e25a4fbb7a55480ca2dbf5d94cf34113
Commit message: "Merge pull request #11424: Remove outdated doc for ReadFromBigQuery transform"
 > git rev-list --no-walk 209180f0e25a4fbb7a55480ca2dbf5d94cf34113 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
4d58156f578a888f06f4965f5d20485fb231634be7ec02eccd7f094b0f9ce60b

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
4d58156f578a888f06f4965f5d20485fb231634be7ec02eccd7f094b0f9ce60b

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 13s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3734

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

Changes:

[kamil.wasilewski] Remove outdated doc for ReadFromBigQuery transform


------------------------------------------
Started by GitHub push by kamilwu
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 209180f0e25a4fbb7a55480ca2dbf5d94cf34113 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 209180f0e25a4fbb7a55480ca2dbf5d94cf34113
Commit message: "Merge pull request #11424: Remove outdated doc for ReadFromBigQuery transform"
 > git rev-list --no-walk aab7afcb35aaeab8771346327d08b77e15fe3bbf # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
4cb7183e4d9fe7ece633aa07c2a323a57452b649509f2c27144f546a549ba249

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
4cb7183e4d9fe7ece633aa07c2a323a57452b649509f2c27144f546a549ba249

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 53s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/5b4i4cetbr43k

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3733

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

Changes:

[kamil.wasilewski] [BEAM-8671] Migrate Load Tests to Python 3.7


------------------------------------------
Started by GitHub push by kamilwu
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 aab7afcb35aaeab8771346327d08b77e15fe3bbf (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aab7afcb35aaeab8771346327d08b77e15fe3bbf
Commit message: "Merge pull request #11375: [BEAM-8671] Migrate Load Tests to Python 3.7"
 > git rev-list --no-walk c1da6295a765c3719a4240a2e39027069514d661 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
6401f85d73409eba04c3014c3d542e2bba7711d4ff130e2471c5c50ae13a2918

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
6401f85d73409eba04c3014c3d542e2bba7711d4ff130e2471c5c50ae13a2918

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 57s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3732

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

Changes:

[jkw] Fix typo


------------------------------------------
Started by GitHub push by mxm
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 c1da6295a765c3719a4240a2e39027069514d661 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c1da6295a765c3719a4240a2e39027069514d661
Commit message: "Merge pull request #11434: Fix typo in WriteToKafka doc string"
 > git rev-list --no-walk 0b025e3101f165d85d47736c1823e760f8efb413 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
e3969be98c2311c3d04bb441ff0895810e8b6fd081dd70748345f536828d2793

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
e3969be98c2311c3d04bb441ff0895810e8b6fd081dd70748345f536828d2793

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 47s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3731

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 0b025e3101f165d85d47736c1823e760f8efb413 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b025e3101f165d85d47736c1823e760f8efb413
Commit message: "Merge pull request #11151 from [BEAM-9468]  Hl7v2 io"
 > git rev-list --no-walk 0b025e3101f165d85d47736c1823e760f8efb413 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
761601d4719fe1a8d5536de931c06ba6818d6921debce2ac28476930e2b86d35

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
761601d4719fe1a8d5536de931c06ba6818d6921debce2ac28476930e2b86d35

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 6s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3730

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

Changes:

[github] Merge pull request #11151 from [BEAM-9468]  Hl7v2 io


------------------------------------------
Started by GitHub push by pabloem
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 0b025e3101f165d85d47736c1823e760f8efb413 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0b025e3101f165d85d47736c1823e760f8efb413
Commit message: "Merge pull request #11151 from [BEAM-9468]  Hl7v2 io"
 > git rev-list --no-walk 1d7f640d7c70cd39d92450a57641e3b176ab0fc5 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
d8396ee4fc74d307dc64bee62a55e7aa8650a4a22079e8b20451615e3df3ed0b

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
d8396ee4fc74d307dc64bee62a55e7aa8650a4a22079e8b20451615e3df3ed0b

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 56s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3729

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 1d7f640d7c70cd39d92450a57641e3b176ab0fc5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d7f640d7c70cd39d92450a57641e3b176ab0fc5
Commit message: "add 2.20.0 blog post (#11298)"
 > git rev-list --no-walk 1d7f640d7c70cd39d92450a57641e3b176ab0fc5 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
978621839aff57a5227e9835f9eb2bf3d459b105cd2792ddc6af38c1831637ac

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
978621839aff57a5227e9835f9eb2bf3d459b105cd2792ddc6af38c1831637ac

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 6s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/22v5a3w3ofveq

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3728

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

Changes:

[amaliujia] add 2.20.0 blog post

[amaliujia] add a known issue

[amaliujia] fixup! update 2.20.0 date

[github] Add new release 2.20.0 to beam website (#11285)


------------------------------------------
Started by GitHub push by amaliujia
Started by GitHub push by amaliujia
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 1d7f640d7c70cd39d92450a57641e3b176ab0fc5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d7f640d7c70cd39d92450a57641e3b176ab0fc5
Commit message: "add 2.20.0 blog post (#11298)"
 > git rev-list --no-walk da4a48d516567050f05ab78906fa1a01155cd1e3 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.49MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
b6198a99b641b3901a64dfd1042c7b05c2ad63d11a6ba5462336b3ff88aa4efa

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
b6198a99b641b3901a64dfd1042c7b05c2ad63d11a6ba5462336b3ff88aa4efa

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 58s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3727

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

Changes:

[github] [BEAM-9729, BEAM-8486] Runner-side bundle registration cleanup. (#11358)


------------------------------------------
Started by GitHub push by robertwb
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 da4a48d516567050f05ab78906fa1a01155cd1e3 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f da4a48d516567050f05ab78906fa1a01155cd1e3
Commit message: "[BEAM-9729, BEAM-8486] Runner-side bundle registration cleanup. (#11358)"
 > git rev-list --no-walk 1658d9054bcbdf1437295ac434825be53acce4fd # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
f0eb068193bba44c9be3b7cd6eff5caf5f884407f001338a257c7b3cc883befb

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
f0eb068193bba44c9be3b7cd6eff5caf5f884407f001338a257c7b3cc883befb

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 9s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3726

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

Changes:

[thw] Fix py37-lint

[thw] Maven compatible publish repository authentication via settings.xml


------------------------------------------
Started by GitHub push by tweise
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 1658d9054bcbdf1437295ac434825be53acce4fd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1658d9054bcbdf1437295ac434825be53acce4fd
Commit message: "Merge pull request #11399: Interpolate publish credentials as expected for Maven settings.xml"
 > git rev-list --no-walk 1db71866cbf06d1ce10b936364075c5c6cdf703c # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
2.5: Pulling from library/ruby
Digest: sha256:73361f23da296d1d60b3e42ca7826deb22091981001756892aed012f4b7d6601
Status: Downloaded newer image for ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
e1d8d0f1e20f9949bb95f4349dc65b386ab1e24db69991efd8385be6bba216ad

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
e1d8d0f1e20f9949bb95f4349dc65b386ab1e24db69991efd8385be6bba216ad

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 15s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3725

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

Changes:

[pabloem] Fixing type names for BQ Avro Tools


------------------------------------------
Started by GitHub push by pabloem
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 1db71866cbf06d1ce10b936364075c5c6cdf703c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1db71866cbf06d1ce10b936364075c5c6cdf703c
Commit message: "Merge pull request #11404 from Fixing type names for BQ Avro Tools"
 > git rev-list --no-walk 26ee594c80f24f449619b60ff6db719420478e3b # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
0105b047e03f2186c8e59036b9ffe290de93063ee89bec3ef849ef4bd551a542

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
0105b047e03f2186c8e59036b9ffe290de93063ee89bec3ef849ef4bd551a542

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 1s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3724

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

Changes:

[ehudm] [BEAM-9119] Disable flaky test


------------------------------------------
Started by GitHub push by udim
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 26ee594c80f24f449619b60ff6db719420478e3b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 26ee594c80f24f449619b60ff6db719420478e3b
Commit message: "Merge pull request #11425: [BEAM-9119] Disable flaky test_large_elements"
 > git rev-list --no-walk 14424cc23a0d1527807207e4f656d6d6747d896c # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
25edc354afcbc662c89e65deb1b8e837f4a394f0f9930d8208745841de992a22

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
25edc354afcbc662c89e65deb1b8e837f4a394f0f9930d8208745841de992a22

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 7s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3723

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

Changes:

[ehudm] [BEAM-8466] Make strip_iterable more strict


------------------------------------------
Started by GitHub push by udim
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 14424cc23a0d1527807207e4f656d6d6747d896c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 14424cc23a0d1527807207e4f656d6d6747d896c
Commit message: "Merge pull request #11240: [BEAM-8466] Make strip_iterable more strict"
 > git rev-list --no-walk 744119cc870888388360fa83bf89631a69f407a7 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
c6187ef138a9e0bfce939aa70a0340d8186b3c9820fcd14eee4167e2da583483

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
c6187ef138a9e0bfce939aa70a0340d8186b3c9820fcd14eee4167e2da583483

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 57s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3722

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

Changes:

[github] [BEAM-8889] add gRPC suport in GCS connector (behind an


------------------------------------------
Started by GitHub push by chamikaramj
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 744119cc870888388360fa83bf89631a69f407a7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 744119cc870888388360fa83bf89631a69f407a7
Commit message: "[BEAM-8889] add gRPC suport in GCS connector (behind an experimental-flag) (#11381)"
 > git rev-list --no-walk 303b3714b1220bdd9f02e61e56898494c82dbf1f # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
873415853b90b703da5bf1a9a0f33ec7246d06e4492fa03b0383a968bfa6f7fb

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
873415853b90b703da5bf1a9a0f33ec7246d06e4492fa03b0383a968bfa6f7fb

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 0s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3721

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

Changes:

[kcweaver] [BEAM-9756] Nexmark: only use --region in Dataflow.


------------------------------------------
Started by GitHub push by ibzib
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 303b3714b1220bdd9f02e61e56898494c82dbf1f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 303b3714b1220bdd9f02e61e56898494c82dbf1f
Commit message: "Merge pull request #11417 from ibzib/nexmark-region"
 > git rev-list --no-walk b85cdbee5621a29ab4adeb4a30156275ca751c64 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
c536d141415a149c989e49d555fb9fa1712e8c9abcd758699e8683b5746110ba

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
c536d141415a149c989e49d555fb9fa1712e8c9abcd758699e8683b5746110ba

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 42s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3720

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 b85cdbee5621a29ab4adeb4a30156275ca751c64 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b85cdbee5621a29ab4adeb4a30156275ca751c64
Commit message: "Merge pull request #11422 from [BEAM-9763] Removing underscore from _ReadFromBigQuery to make it external. It re…"
 > git rev-list --no-walk b85cdbee5621a29ab4adeb4a30156275ca751c64 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
13d57f4b3037626bca88281a3f939bb558e37df2f9444b4c5bc47f598e4fc6f6

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
13d57f4b3037626bca88281a3f939bb558e37df2f9444b4c5bc47f598e4fc6f6

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 2s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3719

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

Changes:

[pabloem] Removing underscore from _ReadFromBigQuery to make it external. It


------------------------------------------
Started by GitHub push by pabloem
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 b85cdbee5621a29ab4adeb4a30156275ca751c64 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b85cdbee5621a29ab4adeb4a30156275ca751c64
Commit message: "Merge pull request #11422 from [BEAM-9763] Removing underscore from _ReadFromBigQuery to make it external. It re…"
 > git rev-list --no-walk ef6df7465acf2135ea46d122dfb4a6fa2b3864a7 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
d553a07f4adf0697b5668a59ffe3fa3d4ec89ff34c88eee35313ea0034d312f3

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
d553a07f4adf0697b5668a59ffe3fa3d4ec89ff34c88eee35313ea0034d312f3

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 1s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/54lnkebhmjjug

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3718

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

Changes:

[lcwik] [BEAM-9577] Fix test to create urls from paths which are compatible with


------------------------------------------
Started by GitHub push by lukecwik
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 ef6df7465acf2135ea46d122dfb4a6fa2b3864a7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ef6df7465acf2135ea46d122dfb4a6fa2b3864a7
Commit message: "Merge pull request #11420 from lukecwik/beam9577"
 > git rev-list --no-walk 177453048708a5a1a84c3258933a10d291c121dd # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
4f5678efbe2b923182d11fea23bf81b6a57df7d8b3b039f36e2a4895512ccd97

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
4f5678efbe2b923182d11fea23bf81b6a57df7d8b3b039f36e2a4895512ccd97

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 55s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3717

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

Changes:

[lcwik] [BEAM-2939] Update unbounded source as SDF wrapper to resume

[lcwik] fixup! Fix spotbugs warning


------------------------------------------
Started by GitHub push by lukecwik
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 177453048708a5a1a84c3258933a10d291c121dd (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 177453048708a5a1a84c3258933a10d291c121dd
Commit message: "Merge pull request #11409 from lukecwik/splittabledofn"
 > git rev-list --no-walk d279f4bd7e00584e65cf04f8d9f6ce7d94f44004 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
84e2aecbe0cb3036298796801bef86f257ad755ea1f68d2850de986a4a22b3a8

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
84e2aecbe0cb3036298796801bef86f257ad755ea1f68d2850de986a4a22b3a8

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 19s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3716

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 d279f4bd7e00584e65cf04f8d9f6ce7d94f44004 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d279f4bd7e00584e65cf04f8d9f6ce7d94f44004
Commit message: "Merge pull request #11423: [BEAM-9642] Fix infinite recursion."
 > git rev-list --no-walk d279f4bd7e00584e65cf04f8d9f6ce7d94f44004 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
9631f61e1df392a49a4899fd415620a9f9446664777d53cddb3fdd988422e439

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
9631f61e1df392a49a4899fd415620a9f9446664777d53cddb3fdd988422e439

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 27s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/6o5fuj2d6yapa

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3715

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 d279f4bd7e00584e65cf04f8d9f6ce7d94f44004 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d279f4bd7e00584e65cf04f8d9f6ce7d94f44004
Commit message: "Merge pull request #11423: [BEAM-9642] Fix infinite recursion."
 > git rev-list --no-walk d279f4bd7e00584e65cf04f8d9f6ce7d94f44004 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
f02fe0668acbdbbf079dbbcee432821fe18bb703f416bc5b467fdd252db99c9d

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
f02fe0668acbdbbf079dbbcee432821fe18bb703f416bc5b467fdd252db99c9d

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 24s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3714

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

Changes:

[daniel.o.programmer] [BEAM-9642] Fix infinite recursion.


------------------------------------------
Started by GitHub push by youngoli
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 d279f4bd7e00584e65cf04f8d9f6ce7d94f44004 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d279f4bd7e00584e65cf04f8d9f6ce7d94f44004
Commit message: "Merge pull request #11423: [BEAM-9642] Fix infinite recursion."
 > git rev-list --no-walk acb37bb29d155d4b9ded630fe8dc23fbfea57a8a # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
2b57bb10540f3010c1a78272c3c33a2a917c90c6f0f4e68aff2398c6162401b6

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
2b57bb10540f3010c1a78272c3c33a2a917c90c6f0f4e68aff2398c6162401b6

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 5s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/2225c47iyfof6

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3713

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

Changes:

[github] [BEAM-9746] check for 0 length copies from state (#11413)


------------------------------------------
Started by GitHub push by lostluck
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 acb37bb29d155d4b9ded630fe8dc23fbfea57a8a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f acb37bb29d155d4b9ded630fe8dc23fbfea57a8a
Commit message: "[BEAM-9746] check for 0 length copies from state (#11413)"
 > git rev-list --no-walk f950b71bb37366cf23bab43eb46f77c761e2300b # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
c1e5018a7f4cc8c66087c8954a4ce034cae10fd7c32d56a77c180a94e46e78a3

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
c1e5018a7f4cc8c66087c8954a4ce034cae10fd7c32d56a77c180a94e46e78a3

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 7s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/5evjdi5yb5tfi

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3712

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 f950b71bb37366cf23bab43eb46f77c761e2300b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f950b71bb37366cf23bab43eb46f77c761e2300b
Commit message: "[BEAM-9136] reduce third_party_dependencies size (#11416)"
 > git rev-list --no-walk f950b71bb37366cf23bab43eb46f77c761e2300b # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
f65731c7bd680a2b94c55ed5a2b42cd10555855a31a0137b0845bc6381e26b3f

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
f65731c7bd680a2b94c55ed5a2b42cd10555855a31a0137b0845bc6381e26b3f

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 6s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3711

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

Changes:

[github] [BEAM-9136] reduce third_party_dependencies size (#11416)


------------------------------------------
Started by GitHub push by Hannah-Jiang
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 f950b71bb37366cf23bab43eb46f77c761e2300b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f950b71bb37366cf23bab43eb46f77c761e2300b
Commit message: "[BEAM-9136] reduce third_party_dependencies size (#11416)"
 > git rev-list --no-walk f7647ad37a30aa2f907db4eef025815bec0345c7 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
c740103eaab0b514681e662adfab1b3dc659cf18e6feb36139a589131abb8b37

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
c740103eaab0b514681e662adfab1b3dc659cf18e6feb36139a589131abb8b37

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 42s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3710

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

Changes:

[github] [BEAM-9642] Add SDF execution units. (#11327)


------------------------------------------
Started by GitHub push by lostluck
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 f7647ad37a30aa2f907db4eef025815bec0345c7 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7647ad37a30aa2f907db4eef025815bec0345c7
Commit message: "[BEAM-9642] Add SDF execution units. (#11327)"
 > git rev-list --no-walk 1754d039fa0a029e62cd815d17a17712284c1cd5 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
b16606bbc457c83dc2ec17a61f5d147eb30a05fda45bf7eb8022a68d2bf8cbc2

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
b16606bbc457c83dc2ec17a61f5d147eb30a05fda45bf7eb8022a68d2bf8cbc2

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 1s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3709

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 1754d039fa0a029e62cd815d17a17712284c1cd5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1754d039fa0a029e62cd815d17a17712284c1cd5
Commit message: "[BEAM-7923] Screendiff Integration Tests (#11338)"
 > git rev-list --no-walk 1754d039fa0a029e62cd815d17a17712284c1cd5 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
21af4cfe653f9d13bc73514c16b8eaa6b14d8d945ff666f4a23e38a2389785bc

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
21af4cfe653f9d13bc73514c16b8eaa6b14d8d945ff666f4a23e38a2389785bc

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 42s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3708

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

Changes:

[github] [BEAM-7923] Screendiff Integration Tests (#11338)


------------------------------------------
Started by GitHub push by aaltay
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 1754d039fa0a029e62cd815d17a17712284c1cd5 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1754d039fa0a029e62cd815d17a17712284c1cd5
Commit message: "[BEAM-7923] Screendiff Integration Tests (#11338)"
 > git rev-list --no-walk 55dec55620e7af7f97b410d66cfd8fa1bf9fe482 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
c81ec7e8149b6c6e65ed0c3856be0a019070441a2797766f99e96479be054cb3

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
c81ec7e8149b6c6e65ed0c3856be0a019070441a2797766f99e96479be054cb3

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 4s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3707

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

Changes:

[xhan] Documentation bug fix for FlatMapElements#via() SimpleFunction in the


------------------------------------------
Started by GitHub push by kennknowles
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 55dec55620e7af7f97b410d66cfd8fa1bf9fe482 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 55dec55620e7af7f97b410d66cfd8fa1bf9fe482
Commit message: "Merge pull request #11412: Documentation minor fix for FlatMapElements#via()"
 > git rev-list --no-walk 0595f79f653350801bfd940bcb5fb144fe7d469c # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
75c93bc9e3d4d2c1cd8e692a40601c2082f43df5f1f72cc3462ea35923a2a723

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
75c93bc9e3d4d2c1cd8e692a40601c2082f43df5f1f72cc3462ea35923a2a723

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 51s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3706

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 0595f79f653350801bfd940bcb5fb144fe7d469c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0595f79f653350801bfd940bcb5fb144fe7d469c
Commit message: "[BEAM-9650] Add PeriodicImpulse Transform and slowly changing side input documentation (#11182)"
 > git rev-list --no-walk 0595f79f653350801bfd940bcb5fb144fe7d469c # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
e0983118d0238bfaa9188582c04ed7439e0afcaf59ca9c2cbea84b9270ce66b2

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
e0983118d0238bfaa9188582c04ed7439e0afcaf59ca9c2cbea84b9270ce66b2

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 4s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3705

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

Changes:

[github] [BEAM-9650] Add PeriodicImpulse Transform and slowly changing side input


------------------------------------------
Started by GitHub push by Ardagan
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 0595f79f653350801bfd940bcb5fb144fe7d469c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0595f79f653350801bfd940bcb5fb144fe7d469c
Commit message: "[BEAM-9650] Add PeriodicImpulse Transform and slowly changing side input documentation (#11182)"
 > git rev-list --no-walk 93362729bdb380e99f1ce14cec1185ddd96d9858 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
3b91bb28bf306755123d579671a8677ce356c8c0cf0b3c12e800b768023b3d89

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
3b91bb28bf306755123d579671a8677ce356c8c0cf0b3c12e800b768023b3d89

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 4s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3704

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 93362729bdb380e99f1ce14cec1185ddd96d9858 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 93362729bdb380e99f1ce14cec1185ddd96d9858
Commit message: "[BEAM-i9751] upgrade zetasql to 2020.04.1 (#11410)"
 > git rev-list --no-walk 93362729bdb380e99f1ce14cec1185ddd96d9858 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
c68fd80cbc88ac97ff85de7f67f441669543a32ab31bc3ba7dba812f8b0cb064

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
c68fd80cbc88ac97ff85de7f67f441669543a32ab31bc3ba7dba812f8b0cb064

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 8s
7 actionable tasks: 7 executed

Publishing build scan...
https://gradle.com/s/5ndpd33iot4oo

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3703

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

Changes:

[github] [BEAM-i9751] upgrade zetasql to 2020.04.1 (#11410)


------------------------------------------
Started by GitHub push by amaliujia
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 93362729bdb380e99f1ce14cec1185ddd96d9858 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 93362729bdb380e99f1ce14cec1185ddd96d9858
Commit message: "[BEAM-i9751] upgrade zetasql to 2020.04.1 (#11410)"
 > git rev-list --no-walk ec0e157bb1ef9bafd4c4b159a37e183c4d57f533 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
37fd8b3df96ee5682c7cbd71dca605cf454f55522e6208a77edbcc341d005920

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
37fd8b3df96ee5682c7cbd71dca605cf454f55522e6208a77edbcc341d005920

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 51s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3702

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

Changes:

[github] Merge pull request #11389 from Refactor the BCJ and capture controls to


------------------------------------------
Started by GitHub push by pabloem
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 ec0e157bb1ef9bafd4c4b159a37e183c4d57f533 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec0e157bb1ef9bafd4c4b159a37e183c4d57f533
Commit message: "Merge pull request #11389 from Refactor the BCJ and capture controls to be more testable"
 > git rev-list --no-walk 40903f279aefac13c6183b8841c9a6d4c5a86478 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
982378c0fc820dc81b75bb5ce46912a01cbe68acb34f3026dbcf9b00fd77b7d2

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
982378c0fc820dc81b75bb5ce46912a01cbe68acb34f3026dbcf9b00fd77b7d2

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 15s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3701

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

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 40903f279aefac13c6183b8841c9a6d4c5a86478 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 40903f279aefac13c6183b8841c9a6d4c5a86478
Commit message: "Merge pull request #11408 from ibzib/performance-region"
 > git rev-list --no-walk 40903f279aefac13c6183b8841c9a6d4c5a86478 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
1fa07bed40d3040e707ef3277f8f1436bf7bbed15d6156243bbd91db9b01ee35

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
1fa07bed40d3040e707ef3277f8f1436bf7bbed15d6156243bbd91db9b01ee35

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 4s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3700

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

Changes:

[kcweaver] [BEAM-9744] Remove --region option from SQL tests.


------------------------------------------
Started by GitHub push by ibzib
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 40903f279aefac13c6183b8841c9a6d4c5a86478 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 40903f279aefac13c6183b8841c9a6d4c5a86478
Commit message: "Merge pull request #11408 from ibzib/performance-region"
 > git rev-list --no-walk 6eeed6954665eecf6aef317f5602ddd3cb829809 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 743dfe2adf2e
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 8c90338fa22d
Successfully built 8c90338fa22d
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
6c5a7c20c145e087b80fe83e755f7c64c1a2b1837ed122f2605874b7cbbd5d2e

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
6c5a7c20c145e087b80fe83e755f7c64c1a2b1837ed122f2605874b7cbbd5d2e

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 19s
7 actionable tasks: 7 executed

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

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

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


Build failed in Jenkins: beam_PostCommit_Website_Test #3699

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

Changes:

[kcweaver] [BEAM-9744] Add missing region option to py perf tests.


------------------------------------------
Started by GitHub push by ibzib
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on websites (git-websites svn-websites) in workspace <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PostCommit_Website_Test/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 6eeed6954665eecf6aef317f5602ddd3cb829809 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6eeed6954665eecf6aef317f5602ddd3cb829809
Commit message: "Merge pull request #11401 from ibzib/performance-region"
 > git rev-list --no-walk a7f444f8cc5625334affe84409632bfe08c4eea5 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PostCommit_Website_Test/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :website:testWebsite -PdisableExternal=false
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 :website:setupBuildDir

> Task :website:buildDockerImage
Sending build context to Docker daemon  27.48MB
Step 1/7 : FROM ruby:2.5
2.5: Pulling from library/ruby
Digest: sha256:73361f23da296d1d60b3e42ca7826deb22091981001756892aed012f4b7d6601
Status: Downloaded newer image for ruby:2.5
 ---> 813c262b2373
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> c6f95b3112c8
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> 0aa404e9447c
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> dd61d6cd6404
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> fae843633f5b
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Running in 7c78e72fd135
Removing intermediate container 7c78e72fd135
 ---> a07648f47ccb
Step 7/7 : CMD sleep 3600
 ---> Running in ff594452f298
Removing intermediate container ff594452f298
 ---> 1cfdc36fb574
Successfully built 1cfdc36fb574
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
8b3863f8d9a9e482ff0c07468d6e38c4265c0eca73ea4dedaecffb754130a809

> Task :website:setupDockerContainer

> Task :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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
jekyll 3.6.3 | Error:  Permission denied @ dir_s_mkdir - /repo/build/website/generated-local-content/security

> Task :website:buildLocalWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
8b3863f8d9a9e482ff0c07468d6e38c4265c0eca73ea4dedaecffb754130a809

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':website:buildLocalWebsite'.
> 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 1m 8s
7 actionable tasks: 7 executed

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

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