Looks like the virtualenv isn't getting rebuilt when we call `support/mesos-style.py` with no arguments (i.e. lint *all* the code).
I'll fix this shortly. On Tue, Apr 11, 2017 at 5:31 PM, Apache Jenkins Server < [email protected]> wrote: > See <https://builds.apache.org/job/Mesos-Reviewbot/17731/display/redirect> > > ------------------------------------------ > [URLTrigger] A change within the response URL invocation (log) > [EnvInject] - Loading node environment variables. > Building remotely on H0 (Hadoop) in workspace <https://builds.apache.org/ > job/Mesos-Reviewbot/ws/> > > git rev-parse --is-inside-work-tree # timeout=10 > Fetching changes from the remote Git repository > > git config remote.origin.url https://git-wip-us.apache.org/ > repos/asf/mesos.git # timeout=10 > Fetching upstream changes from https://git-wip-us.apache.org/ > repos/asf/mesos.git > > git --version # timeout=10 > > git fetch --tags --progress https://git-wip-us.apache.org/ > repos/asf/mesos.git +refs/heads/*:refs/remotes/origin/* > > git rev-parse origin/master^{commit} # timeout=10 > Checking out Revision 476a8096d67cc1e0d1e7b23c6c67e4003ed5840f > (origin/master) > > git config core.sparsecheckout # timeout=10 > > git checkout -f 476a8096d67cc1e0d1e7b23c6c67e4003ed5840f > > git rev-list 476a8096d67cc1e0d1e7b23c6c67e4003ed5840f # timeout=10 > > git tag -a -f -m Jenkins Build #17731 jenkins-Mesos-Reviewbot-17731 # > timeout=10 > [EnvInject] - Executing scripts and injecting environment variables after > the SCM step. > [EnvInject] - Injecting as environment variables the properties content > USERNAME=mesos-review > > [EnvInject] - Variables injected successfully. > [EnvInject] - Mask passwords that will be passed as build parameters. > [Mesos-Reviewbot] $ /bin/bash -xe /tmp/hudson4715978252874584527.sh > + date > Wed Apr 12 00:29:24 UTC 2017 > + pip install --user virtualenv > Requirement already satisfied (use --upgrade to upgrade): virtualenv in > /home/jenkins/.local/lib/python2.7/site-packages > Cleaning up... > + ./support/mesos-style.py > Total errors found: 0 > ************* Module main > E: 23, 0: Unable to import 'termcolor' (import-error) > Total errors found: 1 > Checking 1132 C++ files > Checking 9 Python files > Build step 'Execute shell' marked build as failure >
