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/24 12:08:35 UTC

Build failed in Jenkins: beam_PreCommit_Website_Cron #940

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

Changes:

[ttanay100] [BEAM-5503] Update BigQueryIO time partitioning doc snippet

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-4 (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 865727cdc63bef1203758c94238fae7b52c0ca1a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 865727cdc63bef1203758c94238fae7b52c0ca1a
Commit message: "Merge pull request #8384: [BEAM-5503] Update BigQueryIO time partitioning doc snippet"
 > git rev-list --no-walk 0c46d2e40dca8fccb49c018d8649120dbe569930 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

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

> Task :beam-website:buildDockerImage
Sending build context to Docker daemon  26.52MB
Step 1/7 : FROM ruby:2.5
 ---> e86557c9a8ab
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> 2cef700170f2
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> f034131883ab
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> 763f61bbdf87
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> a38f9e66133e
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> b74aea57bc02
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> 828c58c2851a
Successfully built 828c58c2851a
Successfully tagged beam-website:latest

> Task :beam-website:createDockerContainer

> Task :beam-website:startDockerContainer
e2d57e56f0f2b96d7afede8e9ae4a4070882c359a8dc801a62ec3d2e304eeb55

> Task :beam-website:setupDockerContainer

> 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
Configuration file: /tmp/_config_branch_repo.yml
            Source: /repo/website/src
       Destination: generated-local-content
 Incremental build: enabled
      Generating... 
                    done in 16.448 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 908 external links...
Ran on 193 files!


- ./generated-local-content/blog/2018/08/20/review-input-streaming-connectors.html
  *  External link https://spark.apache.org/docs/latest/api/java/org/apache/spark/SparkContext.html failed: response code 0 means something's wrong.
             It's possible libcurl couldn't connect to the server or perhaps the request timed out.
             Sometimes, making too many requests at once also breaks things.
             Either way, the return message (if any) from the server is: Server returned nothing (no headers, no data)
  *  External link https://spark.apache.org/docs/latest/api/java/org/apache/spark/streaming/StreamingContext.html#textFileStream-java.lang.String- failed: got a time out (response code 0)
- ./generated-local-content/contribute/release-guide/index.html
  *  External link https://www.apache.org/dev/release-signing.html failed: response code 0 means something's wrong.
             It's possible libcurl couldn't connect to the server or perhaps the request timed out.
             Sometimes, making too many requests at once also breaks things.
             Either way, the return message (if any) from the server is: Server returned nothing (no headers, no data)
rake aborted!
HTML-Proofer found 3 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
e2d57e56f0f2b96d7afede8e9ae4a4070882c359a8dc801a62ec3d2e304eeb55

FAILURE: Build failed with an exception.

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

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

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

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

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

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

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

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


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