On Mon, Jul 18, 2016 at 9:57 AM, Willem Jan Withagen <wjw@xxxxxxxxxxx> wrote: > Since somewhere last week all my Jenkins test are aborted this. > And I was under the assumption that issue would have been fixed? > > --WjW > > See: > https://jenkins.ceph.com/job/ceph-pull-requests/9255/console > > Running virtualenv with interpreter /usr/bin/python2.7 > > Usage: > pip <command> [options] > > no such option: --disable-pip-version-check > > Usage: > pip <command> [options] > > no such option: --disable-pip-version-check > > Usage: > pip <command> [options] That seems to be a problem in the code that creates the ceph-disk virtual environment (python's virtualenv). That code lives within the Ceph source tree so a fix would need to happen there (the Jenkins job can't really fix this) The full error (to make it easier for others to see) is: New python executable in /tmp/ceph.V2f/ceph-disk-virtualenv/bin/python2.7 Also creating executable in /tmp/ceph.V2f/ceph-disk-virtualenv/bin/python Installing setuptools, pip... done. Running virtualenv with interpreter /usr/bin/python2.7 Usage: pip <command> [options] no such option: --disable-pip-version-check Usage: pip <command> [options] no such option: --disable-pip-version-check Usage: pip <command> [options] no such option: --disable-pip-version-check make[3]: *** [src/ceph-disk/CMakeFiles/ceph-disk] Error 2 make[2]: *** [src/ceph-disk/CMakeFiles/ceph-disk.dir/all] Error 2 make[2]: *** Waiting for unfinished jobs.... > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html