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

------------------------------------------
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 8f4551c4eb1561118375bedf8d89856675de9a2f 
(refs/remotes/origin/python-sdk)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8f4551c4eb1561118375bedf8d89856675de9a2f
 > git rev-list 8f4551c4eb1561118375bedf8d89856675de9a2f # timeout=10
[beam_PostCommit_PythonVerify] $ /bin/bash -xe /tmp/hudson9046401559882165003.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='550695409'
py27 runtests: commands[0] | 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

Reply via email to