Project

General

Profile

Bug #17900

Updated by Sage Weil over 7 years ago

I think this is the relevant bit? 
 <pre> 
 py34 create: /home/jenkins-build/build/workspace/ceph-pull-requests/src/ceph-disk/.tox/py34 
 py34 installdeps: --use-wheel, --find-links=file:///home/jenkins-build/build/workspace/ceph-pull-requests/src/ceph-disk/wheelhouse, -r/home/jenkins-build/build/workspace/ceph-pull-requests/src/ceph-disk/requirements.txt, -r/home/jenkins-build/build/workspace/ceph-pull-requests/src/ceph-disk/test-requirements.txt, ../ceph-detect-init 
 py34 develop-inst: /home/jenkins-build/build/workspace/ceph-pull-requests/src/ceph-disk 
 py34 installed: ceph-detect-init==1.0.1,-e git+https://github.com/ceph/ceph.git@518c59e95b49dbd87932495445b3e331764b06a9#egg=ceph_disk&subdirectory=src/ceph-disk,configobj==5.0.6,coverage==4.2,discover==0.4.0,extras==1.0.0,fixtures==3.0.0,flake8==3.1.1,linecache2==1.0.0,mccabe==0.5.2,mock==2.0.0,pbr==1.10.0,pluggy==0.4.0,py==1.4.31,pycodestyle==2.1.0,pyflakes==1.3.0,pytest==3.0.4,python-mimeparse==1.6.0,python-subunit==1.2.0,six==1.10.0,testrepository==0.0.20,testtools==2.2.0,tox==2.4.1,traceback2==1.4.0,unittest2==1.1.0,virtualenv==15.0.3 
 py34 runtests: PYTHONHASHSEED='3868565810' 
 py35 create: /home/jenkins-build/build/workspace/ceph-pull-requests/src/ceph-disk/.tox/py35 
 ERROR: InterpreterNotFound: python3.5 
 py36 create: /home/jenkins-build/build/workspace/ceph-pull-requests/src/ceph-disk/.tox/py36 
 ERROR: InterpreterNotFound: python3.6 
 ___________________________________ summary ____________________________________ 
 ERROR:     flake8: commands failed 
   py27: commands succeeded 
   py34: commands succeeded 
 SKIPPED:    py35: InterpreterNotFound: python3.5 
 SKIPPED:    py36: InterpreterNotFound: python3.6 
 </pre>

Back