You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/11/09 19:51:20 UTC

Build failed in Jenkins: beam_PostCommit_PythonVerify #675

See <https://builds.apache.org/job/beam_PostCommit_PythonVerify/675/changes>

Changes:

[robertwb] Add hamcrest dependency.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/>
 > 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/incubator-beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/incubator-beam.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/python-sdk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/python-sdk^{commit} # timeout=10
Checking out Revision cf026bb55362f2faa843374bcdd67b7e020b8f87 (refs/remotes/origin/python-sdk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cf026bb55362f2faa843374bcdd67b7e020b8f87
 > git rev-list aa603872c5cb79c6e9a4c12f0a49d68a942a6007 # timeout=10
[beam_PostCommit_PythonVerify] $ /bin/bash -xe /tmp/hudson4877893490074570764.sh
+ bash sdks/python/run_postcommit.sh

# pip install --user installation location.
LOCAL_PATH=$HOME/.local/bin/

# INFRA does not install virtualenv
pip install virtualenv --user
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# INFRA does not install tox
pip install tox --user
Requirement already satisfied (use --upgrade to upgrade): tox in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# Tox runs unit tests in a virtual environment
${LOCAL_PATH}/tox -e py27 -c sdks/python/tox.ini
GLOB sdist-make: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/setup.py>
py27 inst-nodeps: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/dist/apache-beam-sdk-0.3.0-incubating.dev.zip>
py27 installed: You are using pip version 8.1.2, however version 9.0.0 is available.,You should consider upgrading via the 'pip install --upgrade pip' command.,apache-beam-sdk===0.3.0-incubating.dev,astroid==1.4.8,avro==1.8.1,backports.functools-lru-cache==1.2.1,configparser==3.5.0,dill==0.2.5,funcsigs==1.0.2,google-apitools==0.5.4,httplib2==0.9.2,isort==4.2.5,lazy-object-proxy==1.2.2,mccabe==0.5.2,mock==2.0.0,oauth2client==3.0.0,pbr==1.10.0,pep8==1.7.0,protorpc==0.11.1,pyasn1==0.1.9,pyasn1-modules==0.0.8,pylint==1.6.4,python-gflags==3.0.7,PyYAML==3.12,rsa==3.4.2,six==1.10.0,wrapt==1.10.8
py27 runtests: PYTHONHASHSEED='2141210766'
py27 runtests: commands[0] | python --version
Python 2.7.6
py27 runtests: commands[1] | python apache_beam/examples/complete/autocomplete_test.py
Traceback (most recent call last):
  File "apache_beam/examples/complete/autocomplete_test.py", line 22, in <module>
    import apache_beam as beam
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/__init__.py",> line 77, in <module>
    from apache_beam import coders
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/__init__.py",> line 18, in <module>
    from apache_beam.coders.coders import *
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/coders.py",> line 22, in <module>
    import google.protobuf
ImportError: No module named google.protobuf
ERROR: InvocationError: '<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/bin/python> apache_beam/examples/complete/autocomplete_test.py'
___________________________________ summary ____________________________________
ERROR:   py27: commands failed
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : beam_PostCommit_PythonVerify #680

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_PythonVerify/680/>


Build failed in Jenkins: beam_PostCommit_PythonVerify #679

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_PythonVerify/679/>

------------------------------------------
Started by user dhalperi
[EnvInject] - Loading node environment variables.
Building remotely on beam2 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/>
 > 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/incubator-beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/incubator-beam.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/python-sdk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/python-sdk^{commit} # timeout=10
Checking out Revision ec00c530c9a54ce61095214fcce7b69a7c653d95 (refs/remotes/origin/python-sdk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec00c530c9a54ce61095214fcce7b69a7c653d95
 > git rev-list ec00c530c9a54ce61095214fcce7b69a7c653d95 # timeout=10
[beam_PostCommit_PythonVerify] $ /bin/bash -xe /tmp/hudson3535823249543616866.sh
+ bash sdks/python/run_postcommit.sh

# pip install --user installation location.
LOCAL_PATH=$HOME/.local/bin/

# INFRA does not install virtualenv
pip install virtualenv --user
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# INFRA does not install tox
pip install tox --user
Requirement already satisfied (use --upgrade to upgrade): tox in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# Tox runs unit tests in a virtual environment
${LOCAL_PATH}/tox -e py27 -c sdks/python/tox.ini
GLOB sdist-make: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/setup.py>
py27 inst-nodeps: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/dist/apache-beam-sdk-0.3.0-incubating.dev.zip>
py27 installed: You are using pip version 8.1.2, however version 9.0.0 is available.,You should consider upgrading via the 'pip install --upgrade pip' command.,apache-beam-sdk===0.3.0-incubating.dev,astroid==1.4.8,avro==1.8.1,backports.functools-lru-cache==1.2.1,configparser==3.5.0,dill==0.2.5,funcsigs==1.0.2,google-apitools==0.5.4,httplib2==0.9.2,isort==4.2.5,lazy-object-proxy==1.2.2,mccabe==0.5.2,mock==2.0.0,oauth2client==3.0.0,pbr==1.10.0,pep8==1.7.0,protorpc==0.11.1,pyasn1==0.1.9,pyasn1-modules==0.0.8,pylint==1.6.4,python-gflags==3.0.7,PyYAML==3.12,rsa==3.4.2,six==1.10.0,wrapt==1.10.8
py27 runtests: PYTHONHASHSEED='2367733476'
py27 runtests: commands[0] | python --version
Python 2.7.6
py27 runtests: commands[1] | python apache_beam/examples/complete/autocomplete_test.py
Traceback (most recent call last):
  File "apache_beam/examples/complete/autocomplete_test.py", line 22, in <module>
    import apache_beam as beam
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/__init__.py",> line 77, in <module>
    from apache_beam import coders
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/__init__.py",> line 18, in <module>
    from apache_beam.coders.coders import *
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/coders.py",> line 22, in <module>
    import google.protobuf
ImportError: No module named google.protobuf
ERROR: InvocationError: '<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/bin/python> apache_beam/examples/complete/autocomplete_test.py'
___________________________________ summary ____________________________________
ERROR:   py27: commands failed
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: beam_PostCommit_PythonVerify #678

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_PythonVerify/678/changes>

Changes:

[robertwb] Optimize WindowedValueCoder

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/>
 > 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/incubator-beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/incubator-beam.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/python-sdk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/python-sdk^{commit} # timeout=10
Checking out Revision ec00c530c9a54ce61095214fcce7b69a7c653d95 (refs/remotes/origin/python-sdk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ec00c530c9a54ce61095214fcce7b69a7c653d95
 > git rev-list ea642428f3abf8e074ee52092d10616e8ad0c33a # timeout=10
[beam_PostCommit_PythonVerify] $ /bin/bash -xe /tmp/hudson8585537085565782220.sh
+ bash sdks/python/run_postcommit.sh

# pip install --user installation location.
LOCAL_PATH=$HOME/.local/bin/

# INFRA does not install virtualenv
pip install virtualenv --user
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# INFRA does not install tox
pip install tox --user
Requirement already satisfied (use --upgrade to upgrade): tox in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# Tox runs unit tests in a virtual environment
${LOCAL_PATH}/tox -e py27 -c sdks/python/tox.ini
GLOB sdist-make: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/setup.py>
py27 inst-nodeps: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/dist/apache-beam-sdk-0.3.0-incubating.dev.zip>
py27 installed: You are using pip version 8.1.2, however version 9.0.0 is available.,You should consider upgrading via the 'pip install --upgrade pip' command.,apache-beam-sdk===0.3.0-incubating.dev,astroid==1.4.8,avro==1.8.1,backports.functools-lru-cache==1.2.1,configparser==3.5.0,dill==0.2.5,funcsigs==1.0.2,google-apitools==0.5.4,httplib2==0.9.2,isort==4.2.5,lazy-object-proxy==1.2.2,mccabe==0.5.2,mock==2.0.0,oauth2client==3.0.0,pbr==1.10.0,pep8==1.7.0,protorpc==0.11.1,pyasn1==0.1.9,pyasn1-modules==0.0.8,pylint==1.6.4,python-gflags==3.0.7,PyYAML==3.12,rsa==3.4.2,six==1.10.0,wrapt==1.10.8
py27 runtests: PYTHONHASHSEED='2051672262'
py27 runtests: commands[0] | python --version
Python 2.7.6
py27 runtests: commands[1] | python apache_beam/examples/complete/autocomplete_test.py
Traceback (most recent call last):
  File "apache_beam/examples/complete/autocomplete_test.py", line 22, in <module>
    import apache_beam as beam
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/__init__.py",> line 77, in <module>
    from apache_beam import coders
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/__init__.py",> line 18, in <module>
    from apache_beam.coders.coders import *
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/coders.py",> line 22, in <module>
    import google.protobuf
ImportError: No module named google.protobuf
ERROR: InvocationError: '<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/bin/python> apache_beam/examples/complete/autocomplete_test.py'
___________________________________ summary ____________________________________
ERROR:   py27: commands failed
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: beam_PostCommit_PythonVerify #677

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_PythonVerify/677/changes>

Changes:

[robertwb] Adding display data to sink, sources, and parallel-do operations.

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/>
 > 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/incubator-beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/incubator-beam.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/python-sdk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/python-sdk^{commit} # timeout=10
Checking out Revision ea642428f3abf8e074ee52092d10616e8ad0c33a (refs/remotes/origin/python-sdk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ea642428f3abf8e074ee52092d10616e8ad0c33a
 > git rev-list cf026bb55362f2faa843374bcdd67b7e020b8f87 # timeout=10
[beam_PostCommit_PythonVerify] $ /bin/bash -xe /tmp/hudson5262318660252134418.sh
+ bash sdks/python/run_postcommit.sh

# pip install --user installation location.
LOCAL_PATH=$HOME/.local/bin/

# INFRA does not install virtualenv
pip install virtualenv --user
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# INFRA does not install tox
pip install tox --user
Requirement already satisfied (use --upgrade to upgrade): tox in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# Tox runs unit tests in a virtual environment
${LOCAL_PATH}/tox -e py27 -c sdks/python/tox.ini
GLOB sdist-make: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/setup.py>
py27 inst-nodeps: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/dist/apache-beam-sdk-0.3.0-incubating.dev.zip>
py27 installed: You are using pip version 8.1.2, however version 9.0.0 is available.,You should consider upgrading via the 'pip install --upgrade pip' command.,apache-beam-sdk===0.3.0-incubating.dev,astroid==1.4.8,avro==1.8.1,backports.functools-lru-cache==1.2.1,configparser==3.5.0,dill==0.2.5,funcsigs==1.0.2,google-apitools==0.5.4,httplib2==0.9.2,isort==4.2.5,lazy-object-proxy==1.2.2,mccabe==0.5.2,mock==2.0.0,oauth2client==3.0.0,pbr==1.10.0,pep8==1.7.0,protorpc==0.11.1,pyasn1==0.1.9,pyasn1-modules==0.0.8,pylint==1.6.4,python-gflags==3.0.7,PyYAML==3.12,rsa==3.4.2,six==1.10.0,wrapt==1.10.8
py27 runtests: PYTHONHASHSEED='652149150'
py27 runtests: commands[0] | python --version
Python 2.7.6
py27 runtests: commands[1] | python apache_beam/examples/complete/autocomplete_test.py
Traceback (most recent call last):
  File "apache_beam/examples/complete/autocomplete_test.py", line 22, in <module>
    import apache_beam as beam
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/__init__.py",> line 77, in <module>
    from apache_beam import coders
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/__init__.py",> line 18, in <module>
    from apache_beam.coders.coders import *
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/coders.py",> line 22, in <module>
    import google.protobuf
ImportError: No module named google.protobuf
ERROR: InvocationError: '<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/bin/python> apache_beam/examples/complete/autocomplete_test.py'
___________________________________ summary ____________________________________
ERROR:   py27: commands failed
Build step 'Execute shell' marked build as failure

Build failed in Jenkins: beam_PostCommit_PythonVerify #676

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PostCommit_PythonVerify/676/>

------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on beam3 (beam) in workspace <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/>
 > 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/incubator-beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/incubator-beam.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/apache/incubator-beam.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/python-sdk^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/python-sdk^{commit} # timeout=10
Checking out Revision cf026bb55362f2faa843374bcdd67b7e020b8f87 (refs/remotes/origin/python-sdk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cf026bb55362f2faa843374bcdd67b7e020b8f87
 > git rev-list cf026bb55362f2faa843374bcdd67b7e020b8f87 # timeout=10
[beam_PostCommit_PythonVerify] $ /bin/bash -xe /tmp/hudson1683483959345215960.sh
+ bash sdks/python/run_postcommit.sh

# pip install --user installation location.
LOCAL_PATH=$HOME/.local/bin/

# INFRA does not install virtualenv
pip install virtualenv --user
Requirement already satisfied (use --upgrade to upgrade): virtualenv in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# INFRA does not install tox
pip install tox --user
Requirement already satisfied (use --upgrade to upgrade): tox in /home/jenkins/.local/lib/python2.7/site-packages
Cleaning up...

# Tox runs unit tests in a virtual environment
${LOCAL_PATH}/tox -e py27 -c sdks/python/tox.ini
GLOB sdist-make: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/setup.py>
py27 inst-nodeps: <https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/dist/apache-beam-sdk-0.3.0-incubating.dev.zip>
py27 installed: You are using pip version 8.1.2, however version 9.0.0 is available.,You should consider upgrading via the 'pip install --upgrade pip' command.,apache-beam-sdk===0.3.0-incubating.dev,astroid==1.4.8,avro==1.8.1,backports.functools-lru-cache==1.2.1,configparser==3.5.0,dill==0.2.5,funcsigs==1.0.2,google-apitools==0.5.4,httplib2==0.9.2,isort==4.2.5,lazy-object-proxy==1.2.2,mccabe==0.5.2,mock==2.0.0,oauth2client==3.0.0,pbr==1.10.0,pep8==1.7.0,protorpc==0.11.1,pyasn1==0.1.9,pyasn1-modules==0.0.8,pylint==1.6.4,python-gflags==3.0.7,PyYAML==3.12,rsa==3.4.2,six==1.10.0,wrapt==1.10.8
py27 runtests: PYTHONHASHSEED='3815187431'
py27 runtests: commands[0] | python --version
Python 2.7.6
py27 runtests: commands[1] | python apache_beam/examples/complete/autocomplete_test.py
Traceback (most recent call last):
  File "apache_beam/examples/complete/autocomplete_test.py", line 22, in <module>
    import apache_beam as beam
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/__init__.py",> line 77, in <module>
    from apache_beam import coders
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/__init__.py",> line 18, in <module>
    from apache_beam.coders.coders import *
  File "<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/local/lib/python2.7/site-packages/apache_beam/coders/coders.py",> line 22, in <module>
    import google.protobuf
ImportError: No module named google.protobuf
ERROR: InvocationError: '<https://builds.apache.org/job/beam_PostCommit_PythonVerify/ws/sdks/python/.tox/py27/bin/python> apache_beam/examples/complete/autocomplete_test.py'
___________________________________ summary ____________________________________
ERROR:   py27: commands failed
Build step 'Execute shell' marked build as failure