Re: Build failed in Jenkins: beam_Release_Gradle_NightlySnapshot #216

2018-10-23 Thread Maximilian Michels

I don't get the error locally when running:

  gradle :beam-sdks-python:lintPy27

Seems like there is a different configuration on Jenkins?

On 23.10.18 10:16, Apache Jenkins Server wrote:

See 


Changes:

[david.moravek] [BEAM-5297] Add propdeps-idea plugin.

[25622840+adude3141] remove usage of deprecated Task.leftShift(Closure) method

[25622840+adude3141] remove usage of deprecated TaskInputs.dir() with something 
that doesn't

[25622840+adude3141] remove usage of deprecated 
FileCollection.stopExecutionIfEmpty() method

[25622840+adude3141] slightly update spotless gradle plugin to get rid of 
deprectated call to

[robertwb] [BEAM-5792] Implement Create in terms of Impulse + Reshuffle.

[robertwb] [BEAM-5791] Improve Python SDK progress counters.

[github] [BEAM-5779] Increase pubsub IT pipeline duration

[amaliujia] [BEAM-5796] Test window_end of TUMBLE, HOP, SESSION

[github] [BEAM-5617] Fix Python 3 incompatibility in pickler.

[25622840+adude3141] remove javacc bad option warning 'grammar_encoding'

[gleb] [BEAM-5675] Fix RowCoder#verifyDeterministic

[mxm] [BEAM-5707] Fix ':beam-sdks-python:docs' target

[gleb] [BEAM-5675] Simplify RowCoder#verifyDeterministic

[scott] Export Grafana testing dashboards and improve README

[mwylde] [BEAM-5797] Ensure bundle factory is always closed on dispose()

--
[...truncated 32.66 MB...]
Task ':beam-website:buildDockerImage' is not up-to-date because:
   Task has not declared any outputs despite executing actions.
Starting process 'command 'docker''. Working directory: 

 Command: docker build -t beam-website .
Successfully started process 'command 'docker''
Sending build context to Docker daemon  26.11MB
Step 1/7 : FROM ruby:2.5
2.5: Pulling from library/ruby
Digest: sha256:1952c6e03a10bf878f078ba93af5ea92fe0338ba6ad546dfa0a4a7203213f6ac
Status: Downloaded newer image for ruby:2.5
  ---> 1f6aca1e0959
Step 2/7 : WORKDIR /ruby
  ---> Using cache
  ---> 1887c501933e
Step 3/7 : RUN gem install bundler
  ---> Using cache
  ---> f05e3e3557d0
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
  ---> Using cache
  ---> 492b55665e3d
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
  ---> Using cache
  ---> 111d53a3a581
Step 6/7 : ENV LC_ALL C.UTF-8
  ---> Using cache
  ---> 7cc4fd4065c4
Step 7/7 : CMD sleep 3600
  ---> Using cache
  ---> d632a0311fe7
Successfully built d632a0311fe7
Successfully tagged beam-website:latest
:beam-website:buildDockerImage (Thread[Task worker for ':' Thread 9,5,main]) 
completed. Took 0.991 secs.
:beam-website:createDockerContainer (Thread[Task worker for ':' Thread 
9,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: 
 
Command: /bin/bash -c docker create -v 
:/repo -u 
$(id -u):$(id -g)  beam-website
Successfully started process 'command '/bin/bash''
:beam-website:createDockerContainer (Thread[Task worker for ':' Thread 
9,5,main]) completed. Took 1.119 secs.
:beam-website:startDockerContainer (Thread[Task worker for ':' Thread 
9,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: 

 Command: docker start 
ba98d579d35e3e7850bbe5584354dd1ef45fee53d084fa367f0e43f14069fc6f
Successfully started process 'command 'docker''
ba98d579d35e3e7850bbe5584354dd1ef45fee53d084fa367f0e43f14069fc6f
:beam-website:startDockerContainer (Thread[Task worker for ':' Thread 
9,5,main]) completed. Took 0.304 secs.
:beam-website:buildLocalWebsite (Thread[Task worker for ':' Thread 9,5,main]) 
started.


Task :beam-website:buildLocalWebsite

Build cache key for task ':beam-website:buildLocalWebsite' is 
948e2017be85825f2d2abfa21c0edcc3
Caching disabled for task ':beam-website:buildLocalWebsite': Caching has not 
been enabled for the task
Task ':beam-website:buildLocalWebsite' is not up-to-date because:
   No history is available.
Starting process 'command 'docker''. Working directory: 
 
Command: docker exec 

Build failed in Jenkins: beam_Release_Gradle_NightlySnapshot #216

2018-10-23 Thread Apache Jenkins Server
See 


Changes:

[david.moravek] [BEAM-5297] Add propdeps-idea plugin.

[25622840+adude3141] remove usage of deprecated Task.leftShift(Closure) method

[25622840+adude3141] remove usage of deprecated TaskInputs.dir() with something 
that doesn't

[25622840+adude3141] remove usage of deprecated 
FileCollection.stopExecutionIfEmpty() method

[25622840+adude3141] slightly update spotless gradle plugin to get rid of 
deprectated call to

[robertwb] [BEAM-5792] Implement Create in terms of Impulse + Reshuffle.

[robertwb] [BEAM-5791] Improve Python SDK progress counters.

[github] [BEAM-5779] Increase pubsub IT pipeline duration

[amaliujia] [BEAM-5796] Test window_end of TUMBLE, HOP, SESSION

[github] [BEAM-5617] Fix Python 3 incompatibility in pickler.

[25622840+adude3141] remove javacc bad option warning 'grammar_encoding'

[gleb] [BEAM-5675] Fix RowCoder#verifyDeterministic

[mxm] [BEAM-5707] Fix ':beam-sdks-python:docs' target

[gleb] [BEAM-5675] Simplify RowCoder#verifyDeterministic

[scott] Export Grafana testing dashboards and improve README

[mwylde] [BEAM-5797] Ensure bundle factory is always closed on dispose()

--
[...truncated 32.66 MB...]
Task ':beam-website:buildDockerImage' is not up-to-date because:
  Task has not declared any outputs despite executing actions.
Starting process 'command 'docker''. Working directory: 

 Command: docker build -t beam-website .
Successfully started process 'command 'docker''
Sending build context to Docker daemon  26.11MB
Step 1/7 : FROM ruby:2.5
2.5: Pulling from library/ruby
Digest: sha256:1952c6e03a10bf878f078ba93af5ea92fe0338ba6ad546dfa0a4a7203213f6ac
Status: Downloaded newer image for ruby:2.5
 ---> 1f6aca1e0959
Step 2/7 : WORKDIR /ruby
 ---> Using cache
 ---> 1887c501933e
Step 3/7 : RUN gem install bundler
 ---> Using cache
 ---> f05e3e3557d0
Step 4/7 : ADD Gemfile Gemfile.lock /ruby/
 ---> Using cache
 ---> 492b55665e3d
Step 5/7 : RUN bundle install --deployment --path $GEM_HOME
 ---> Using cache
 ---> 111d53a3a581
Step 6/7 : ENV LC_ALL C.UTF-8
 ---> Using cache
 ---> 7cc4fd4065c4
Step 7/7 : CMD sleep 3600
 ---> Using cache
 ---> d632a0311fe7
Successfully built d632a0311fe7
Successfully tagged beam-website:latest
:beam-website:buildDockerImage (Thread[Task worker for ':' Thread 9,5,main]) 
completed. Took 0.991 secs.
:beam-website:createDockerContainer (Thread[Task worker for ':' Thread 
9,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: 

 Command: /bin/bash -c docker create -v 
:/repo
 -u $(id -u):$(id -g)  beam-website
Successfully started process 'command '/bin/bash''
:beam-website:createDockerContainer (Thread[Task worker for ':' Thread 
9,5,main]) completed. Took 1.119 secs.
:beam-website:startDockerContainer (Thread[Task worker for ':' Thread 
9,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: 

 Command: docker start 
ba98d579d35e3e7850bbe5584354dd1ef45fee53d084fa367f0e43f14069fc6f
Successfully started process 'command 'docker''
ba98d579d35e3e7850bbe5584354dd1ef45fee53d084fa367f0e43f14069fc6f
:beam-website:startDockerContainer (Thread[Task worker for ':' Thread 
9,5,main]) completed. Took 0.304 secs.
:beam-website:buildLocalWebsite (Thread[Task worker for ':' Thread 9,5,main]) 
started.

> Task :beam-website:buildLocalWebsite
Build cache key for task ':beam-website:buildLocalWebsite' is 
948e2017be85825f2d2abfa21c0edcc3
Caching disabled for task ':beam-website:buildLocalWebsite': Caching has not 
been enabled for the task
Task ':beam-website:buildLocalWebsite' is not up-to-date because:
  No history is available.
Starting process 'command 'docker''. Working directory: 

 Command: docker exec 
ba98d579d35e3e7850bbe5584354dd1ef45fee53d084fa367f0e43f14069fc6f /bin/bash -c 
cd /repo/build/website && bundle exec jekyll build--destination 
generated-local-content --config