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

Changes:

[ryan.blake.williams] specify localhost for portable flink VR tests

[ryan.blake.williams] enumerate primitive transforms in portable construction

[github] Update deprecation comment.

[github] Swap from READ_TRANSFORM to PAR_DO_TRANSFORM

[github] Update comment.

[lcwik] Fix tests expectations and minor code fix up.

[ryan.blake.williams] checkstyle nit

[ryan.blake.williams] use artificial subtransforms of primitives

[ryan.blake.williams] import URNs more directly in QueryablePipeline

[ryan.blake.williams] add splittable URNs as primitives

[lcwik] [BEAM-4176] Add the ability to allow for runners to register native

[chamikara] Upgrades Google API Client libraries to 1.24.1

[ryan.blake.williams] add NativeTransform test assertions

[kevinsi] Check if validation is disabled when validating BigtableSource

[boyuanz] Add big_query_query_to_table_it to python SDK

[lcwik] [BEAM-5406] Return null when a datetime data element is null. (#6410)

[lcwik] Fix errors in comments (#6394)

[lcwik] [BEAM-3194] Fail if @RequiresStableInput is used on runners that don't

[lcwik] [BEAM-4711] fix globbing in LocalFileSystem.delete (#5863)

------------------------------------------
[...truncated 24.71 KB...]
Sending build context to Docker daemon  24.51MB
Step 1/7 : FROM ruby:2.5
2.5: Pulling from library/ruby
05d1a5232b46: Already exists
5cee356eda6b: Already exists
89d3385f0fd3: Already exists
80ae6b477848: Already exists
28bdf9e584cc: Already exists
bdeb28e714e4: Pulling fs layer
5922247af93e: Pulling fs layer
a777432baaad: Pulling fs layer
bdeb28e714e4: Verifying Checksum
bdeb28e714e4: Download complete
a777432baaad: Verifying Checksum
a777432baaad: Download complete
bdeb28e714e4: Pull complete
5922247af93e: Verifying Checksum
5922247af93e: Download complete
5922247af93e: Pull complete
a777432baaad: Pull complete
Digest: sha256:5a2382c6f9910f8ab061734688b7ddfd70f0fd588f4f3f987625c14e0a648bd0
Status: Downloaded newer image for ruby:2.5
 ---> 88666731c3e1
Step 2/7 : WORKDIR /ruby
 ---> 26fdbe39e80c
Removing intermediate container f8ea91cd7a3b
Step 3/7 : RUN gem install bundler
 ---> Running in 8f5eb3d5e097
Successfully installed bundler-1.16.5
1 gem installed
 ---> d4e6b4ed08a8
Removing intermediate container 8f5eb3d5e097
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> 251ce216f70e
Removing intermediate container 4e90ab2a9e98
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Running in 0e2c9c42b037
Fetching gem metadata from https://rubygems.org/.........
Fetching rake 12.3.0
Installing rake 12.3.0
Fetching concurrent-ruby 1.0.5
Installing concurrent-ruby 1.0.5
Fetching i18n 0.9.5
Installing i18n 0.9.5
Fetching minitest 5.11.3
Installing minitest 5.11.3
Fetching thread_safe 0.3.6
Installing thread_safe 0.3.6
Fetching tzinfo 1.2.5
Installing tzinfo 1.2.5
Fetching activesupport 4.2.10
Installing activesupport 4.2.10
Fetching public_suffix 3.0.2
Installing public_suffix 3.0.2
Fetching addressable 2.5.2
Installing addressable 2.5.2
Using bundler 1.16.5
Fetching colorator 1.1.0
Installing colorator 1.1.0
Fetching colorize 0.8.1
Installing colorize 0.8.1
Fetching ffi 1.9.21
Installing ffi 1.9.21 with native extensions
Fetching ethon 0.11.0
Installing ethon 0.11.0
Fetching forwardable-extended 2.6.0
Installing forwardable-extended 2.6.0
Fetching mercenary 0.3.6
Installing mercenary 0.3.6
Fetching mini_portile2 2.3.0
Installing mini_portile2 2.3.0
Fetching nokogiri 1.8.2
Installing nokogiri 1.8.2 with native extensions
Fetching parallel 1.12.1
Installing parallel 1.12.1
Fetching typhoeus 1.3.0
Installing typhoeus 1.3.0
Fetching yell 2.0.7
Installing yell 2.0.7
Fetching html-proofer 3.8.0
Installing html-proofer 3.8.0
Fetching rb-fsevent 0.10.2
Installing rb-fsevent 0.10.2
Fetching rb-inotify 0.9.10
Installing rb-inotify 0.9.10
Fetching sass-listen 4.0.0
Installing sass-listen 4.0.0
Fetching sass 3.5.5
Installing sass 3.5.5
Fetching jekyll-sass-converter 1.5.2
Installing jekyll-sass-converter 1.5.2
Fetching ruby_dep 1.5.0
Installing ruby_dep 1.5.0
Fetching listen 3.1.5
Installing listen 3.1.5
Fetching jekyll-watch 1.5.1
Installing jekyll-watch 1.5.1
Fetching kramdown 1.16.2
Installing kramdown 1.16.2
Fetching liquid 3.0.6
Installing liquid 3.0.6
Fetching pathutil 0.16.1
Installing pathutil 0.16.1
Fetching rouge 1.11.1
Installing rouge 1.11.1
Fetching safe_yaml 1.0.4
Installing safe_yaml 1.0.4
Fetching jekyll 3.2.0
Installing jekyll 3.2.0
Fetching jekyll-redirect-from 0.11.0
Installing jekyll-redirect-from 0.11.0
Fetching jekyll_github_sample 0.3.1
Installing jekyll_github_sample 0.3.1
Bundle complete! 7 Gemfile dependencies, 38 gems now installed.
Bundled gems are installed into `/usr/local/bundle`
 ---> 8a08cc04ab00
Removing intermediate container 0e2c9c42b037
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Running in 94f76a89a16d
 ---> b1d3f4b75783
Removing intermediate container 94f76a89a16d
Step 7/7 : CMD sleep 3600
 ---> Running in 8242bd75f889
 ---> 29719d49a348
Removing intermediate container 8242bd75f889
Successfully built 29719d49a348
Successfully tagged beam-website:latest
:beam-website:buildDockerImage (Thread[Task worker for ':' Thread 7,5,main]) 
completed. Took 1 mins 18.237 secs.
:beam-website:createDockerContainer (Thread[Task worker for ':' Thread 
7,5,main]) started.

> Task :beam-website:createDockerContainer
Caching disabled for task ':beam-website:createDockerContainer': Caching has 
not been enabled for the task
Task ':beam-website:createDockerContainer' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command '/bin/bash''. Working directory: 
<https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/website> 
Command: /bin/bash -c docker create -v 
<https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src>:/repo -u 
$(id -u):$(id -g) beam-website
Successfully started process 'command '/bin/bash''
:beam-website:createDockerContainer (Thread[Task worker for ':' Thread 
7,5,main]) completed. Took 0.118 secs.
:beam-website:startDockerContainer (Thread[Task worker for ':' Thread 
7,5,main]) started.

> Task :beam-website:startDockerContainer
Caching disabled for task ':beam-website:startDockerContainer': Caching has not 
been enabled for the task
Task ':beam-website:startDockerContainer' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'docker''. Working directory: 
<https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/website> 
Command: docker start 
8f7a570d403f3d0580eeffe8d10bdd1437052dde79adeb2cfd3a7e2aa9166722
Successfully started process 'command 'docker''
8f7a570d403f3d0580eeffe8d10bdd1437052dde79adeb2cfd3a7e2aa9166722
:beam-website:startDockerContainer (Thread[Task worker for ':' Thread 
7,5,main]) completed. Took 0.272 secs.
:beam-website:buildWebsite (Thread[Task worker for ':' Thread 7,5,main]) 
started.

> Task :beam-website:buildWebsite
Build cache key for task ':beam-website:buildWebsite' is 
c6c69bde21be81e9a91abd0afa74f9fc
Caching disabled for task ':beam-website:buildWebsite': Caching has not been 
enabled for the task
Task ':beam-website:buildWebsite' is not up-to-date because:
  No history is available.
Starting process 'command 'docker''. Working directory: 
<https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/website> 
Command: docker exec 
8f7a570d403f3d0580eeffe8d10bdd1437052dde79adeb2cfd3a7e2aa9166722 /bin/bash -c 
cd /repo/build/website &&       bundle exec jekyll build       --config 
/repo/website/_config.yml       --incremental       --source /repo/website/src
      
Successfully started process 'command 'docker''
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Configuration file: /repo/website/_config.yml
            Source: /repo/website/src
       Destination: content
 Incremental build: enabled
      Generating... 
                    done in 10.778 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
:beam-website:buildWebsite (Thread[Task worker for ':' Thread 7,5,main]) 
completed. Took 12.126 secs.
:beam-website:testWebsite (Thread[Task worker for ':' Thread 7,5,main]) started.

> Task :beam-website:testWebsite
Caching disabled for task ':beam-website:testWebsite': Caching has not been 
enabled for the task
Task ':beam-website:testWebsite' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'docker''. Working directory: 
<https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/website> 
Command: docker exec 
8f7a570d403f3d0580eeffe8d10bdd1437052dde79adeb2cfd3a7e2aa9166722 /bin/bash -c 
cd /repo/build/website &&       bundle exec rake test
Successfully started process 'command 'docker''
`/` is not writable.
Bundler will use `/tmp/bundler/home/unknown' as your home directory temporarily.
Running ["HtmlCheck", "LinkCheck", "ImageCheck", "ScriptCheck"] on 
["./content"] on *.html... 


Checking 566 external links...
Ran on 135 files!


- ./content/contribute/release-guide/index.html
  *  External link 
https://github.com/apache/beam/blob/master/runners/google-cloud-dataflow-java/pom.xml
 failed: 404 No error
- ./content/get-started/downloads/index.html
  *  External link 
https://dist.apache.org/repos/dist/release/beam/2.5.0/apache-beam-2.5.0-source-release.zip
 failed: 404 No error
  *  External link 
https://dist.apache.org/repos/dist/release/beam/2.5.0/apache-beam-2.5.0-source-release.zip.asc
 failed: 404 No error
  *  External link 
https://dist.apache.org/repos/dist/release/beam/2.5.0/apache-beam-2.5.0-source-release.zip.sha512
 failed: 404 No error
rake aborted!
HTML-Proofer found 4 failures!
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.8.0/lib/html-proofer/runner.rb:167:in
 `print_failed_tests'
/usr/local/bundle/ruby/2.5.0/gems/html-proofer-3.8.0/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/gems/bundler-1.16.5/lib/bundler/cli/exec.rb:74:in `load'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/cli/exec.rb:74:in 
`kernel_load'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/cli/exec.rb:28:in `run'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/cli.rb:424:in `exec'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/vendor/thor/lib/thor/command.rb:27:in
 `run'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in
 `invoke_command'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/vendor/thor/lib/thor.rb:387:in
 `dispatch'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/cli.rb:27:in `dispatch'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/vendor/thor/lib/thor/base.rb:466:in
 `start'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/cli.rb:18:in `start'
/usr/local/bundle/gems/bundler-1.16.5/exe/bundle:30:in `block in <top 
(required)>'
/usr/local/bundle/gems/bundler-1.16.5/lib/bundler/friendly_errors.rb:124:in 
`with_friendly_errors'
/usr/local/bundle/gems/bundler-1.16.5/exe/bundle:22: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
:beam-website:testWebsite (Thread[Task worker for ':' Thread 7,5,main]) 
completed. Took 21.443 secs.
:beam-website:stopAndRemoveDockerContainer (Thread[Task worker for ':' Thread 
7,5,main]) started.

> Task :beam-website:stopAndRemoveDockerContainer
Caching disabled for task ':beam-website:stopAndRemoveDockerContainer': Caching 
has not been enabled for the task
Task ':beam-website:stopAndRemoveDockerContainer' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'docker''. Working directory: 
<https://builds.apache.org/job/beam_PreCommit_Website_Cron/ws/src/website> 
Command: docker rm -f 
8f7a570d403f3d0580eeffe8d10bdd1437052dde79adeb2cfd3a7e2aa9166722
Successfully started process 'command 'docker''
8f7a570d403f3d0580eeffe8d10bdd1437052dde79adeb2cfd3a7e2aa9166722
:beam-website:stopAndRemoveDockerContainer (Thread[Task worker for ':' Thread 
7,5,main]) completed. Took 0.5 secs.

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 --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 5.0.
See 
https://docs.gradle.org/4.8/userguide/command_line_interface.html#sec:command_line_warnings

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

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

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

Reply via email to