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/08/23 06:47:59 UTC

Build failed in Jenkins: beam_PostCommit_Website_Test #1246

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

Changes:

[yifanzou] add blog post for 2.15.0 release

[yifanzou] Add highlights and known issues.

------------------------------------------
Started by GitHub push by yifanzou
[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 93f02f92cdeebb9949339a362531cb8aa1633440 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 93f02f92cdeebb9949339a362531cb8aa1633440
Commit message: "Merge pull request #9346 Add blog post for 2.15.0 release"
 > git rev-list --no-walk ba7e16c6847bd9ce3d3701aabc3ffd2469f777e5 # 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.34MB
Step 1/7 : FROM ruby:2.5
 ---> e93b746e985b
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> a771394b5e88
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> d3b415acdaa8
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> 7a38f22ff092
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 2720d90b126c
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 8d65a5be5442
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> c96ba9e04a66
Successfully built c96ba9e04a66
Successfully tagged beam-website:latest

> Task :website:createDockerContainer

> Task :website:startDockerContainer
682b9f5b033529ad187050690e49239ffa0f04006b8b27ed5a9ae6cb4ee488e8

> 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... 
                    done in 17.999 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

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


Ran on 300 files!
- ./generated-local-content/2019/08/22/beam-2.15.0.html

  *  linking to /get-started/downloads/#2130-2019-08-22, but 2130-2019-08-22 does not exist (line 27)
     <a href="/get-started/downloads/#2130-2019-08-22">download page</a>

rake aborted!
HTML-Proofer found 1 failure!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:167:in `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.9.3/lib/html-proofer/runner.rb:48:in `run'
/repo/build/website/Rakefile:24: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 :website:testWebsite FAILED

> Task :website:stopAndRemoveDockerContainer
682b9f5b033529ad187050690e49239ffa0f04006b8b27ed5a9ae6cb4ee488e8

FAILURE: Build failed with an exception.

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

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

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

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

BUILD FAILED in 3m 57s
8 actionable tasks: 8 executed

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

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

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


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