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

Build failed in Jenkins: beam_PreCommit_Website_Cron #850

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

Changes:

[robinyqiu] Update spec on CombineFn and DoFn to clarify mutability of parameters

[klk] Add .mailmap

[kenn] [BEAM-6944] Add MeanByteCountMonitoringInfoToCounterUpdateTransformer

[github] Merge pull request #8188: [BEAM-6953] Make bq constants args

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam14 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c9fc922a0c251ff49efd7ecef909cd31b9c49395 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c9fc922a0c251ff49efd7ecef909cd31b9c49395
Commit message: "Merge #8002: Add .mailmap"
 > git rev-list --no-walk a85ea07b719385ec185e4fc5e4cdcc67b3598599 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> Task :buildSrc:spotlessCheck
> Task :buildSrc:pluginUnderTestMetadata
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

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

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
357a1e208eb457264a0c93054cc8296265632f666384d949ab9aa54c9578334a

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

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


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


- ./generated-local-content/documentation/index.html
  *  External link http://gearpump.apache.org failed: 404 No error
- ./generated-local-content/documentation/runners/gearpump/index.html
  *  External link http://gearpump.apache.org/releases/latest/deployment/deployment-standalone/index.html failed: 404 No error
  *  External link http://gearpump.apache.org/releases/latest/deployment/deployment-standalone/index.html#start-ui failed: 404 No error
  *  External link https://gearpump.apache.org failed: 404 No error
- ./generated-local-content/index.html
  *  External link http://gearpump.apache.org/ failed: 404 No error
rake aborted!
HTML-Proofer found 5 failures!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:23:in `block in <top (required)>'
/usr/local/bundle/ruby/2.5.0/gems/rake-12.3.0/exe/rake:27:in `<top (required)>'
/usr/local/bundle/bin/bundle:23:in `load'
/usr/local/bundle/bin/bundle:23:in `<main>'
Tasks: TOP => test
(See full trace by running task with --trace)

> Task :beam-website:testWebsite FAILED

> Task :beam-website:stopAndRemoveDockerContainer
357a1e208eb457264a0c93054cc8296265632f666384d949ab9aa54c9578334a

FAILURE: Build failed with an exception.

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

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

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

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

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

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

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


Jenkins build is back to normal : beam_PreCommit_Website_Cron #852

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


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


Build failed in Jenkins: beam_PreCommit_Website_Cron #851

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

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam11 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision c9fc922a0c251ff49efd7ecef909cd31b9c49395 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c9fc922a0c251ff49efd7ecef909cd31b9c49395
Commit message: "Merge #8002: Add .mailmap"
 > git rev-list --no-walk c9fc922a0c251ff49efd7ecef909cd31b9c49395 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :websitePreCommit
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.2.1/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> Task :buildSrc:spotlessCheck
> Task :buildSrc:pluginUnderTestMetadata
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-website:setupBuildDir

> Task :beam-website:buildDockerImage FAILED
Sending build context to Docker daemon  26.45MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> afc128c90c69
Step 3/7 : RUN gem install bundler
 ---> Running in a7b9642d2256
grpc: the connection is unavailable

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':beam-website:buildDockerImage'.
> 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

BUILD FAILED in 9s
2 actionable tasks: 2 executed

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

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