-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32515/#review77841
-----------------------------------------------------------
Master (68d2e47) is red with this patch.
./build-support/jenkins/build.sh
Running setup.py install for twitter.common.app
Skipping installation of
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/checkstyle.venv/lib/python2.7/site-packages/twitter/__init__.py
(namespace package)
Skipping installation of
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/checkstyle.venv/lib/python2.7/site-packages/twitter/common/__init__.py
(namespace package)
Installing
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/checkstyle.venv/lib/python2.7/site-packages/twitter.common.app-0.3.0-py2.7-nspkg.pth
Running setup.py install for GitPython
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/checkstyle.venv/local/lib/python2.7/site-packages/setuptools/dist.py:292:
UserWarning: The version specified ('0.3.2 RC1') is an invalid version, this
may not work as expected with newer versions of setuptools, pip, and PyPI.
Please see PEP 440 for more details.
"details." % self.metadata.version
Running setup.py install for pep8
Installing pep8 script to
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/checkstyle.venv/bin
Running setup.py install for pyflakes
Installing pyflakes script to
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/checkstyle.venv/bin
Running setup.py install for twitter.checkstyle
Skipping installation of
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/checkstyle.venv/lib/python2.7/site-packages/twitter/__init__.py
(namespace package)
Installing
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/checkstyle.venv/lib/python2.7/site-packages/twitter.checkstyle-0.1.0-py2.7-nspkg.pth
Installing twitterstyle script to
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/checkstyle.venv/bin
Successfully installed GitPython-0.3.2rc1 gitdb-0.6.4 pep8-1.4.5 pyflakes-0.7.2
smmap-0.9.0 twitter.checkstyle-0.1.0 twitter.common.app-0.3.0
twitter.common.collections-0.3.0 twitter.common.contextutil-0.3.0
twitter.common.dirutil-0.3.0 twitter.common.lang-0.3.0 twitter.common.log-0.3.0
twitter.common.options-0.3.0 twitter.common.process-0.3.0
twitter.common.string-0.3.0 twitter.common.util-0.3.0
F401:ERROR src/main/python/apache/thermos/monitoring/disk.py:021 'os'
imported but unused
|import os
F401:ERROR src/main/python/apache/thermos/monitoring/disk.py:024 'Queue'
imported but unused
|from Queue import Queue
F401:ERROR src/main/python/apache/thermos/monitoring/disk.py:027 'safe_bsize'
imported but unused
|from twitter.common.dirutil import du, safe_bsize
F401:ERROR src/main/python/apache/thermos/monitoring/disk.py:030 'Time'
imported but unused
|from twitter.common.quantity import Amount, Time
F401:ERROR src/main/python/apache/thermos/monitoring/disk.py:030 'Amount'
imported but unused
|from twitter.common.quantity import Amount, Time
F401:ERROR src/test/python/apache/thermos/monitoring/test_disk.py:016 'time'
imported but unused
|import time
F401:ERROR src/test/python/apache/thermos/monitoring/test_disk.py:019
'pytest' imported but unused
|import pytest
F401:ERROR src/test/python/apache/thermos/monitoring/test_disk.py:021 'Time'
imported but unused
|from twitter.common.quantity import Amount, Data, Time
I will refresh this build result if you post a review containing "@ReviewBot
retry"
- Aurora ReviewBot
On March 26, 2015, 1:19 a.m., Brian Wickman wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/32515/
> -----------------------------------------------------------
>
> (Updated March 26, 2015, 1:19 a.m.)
>
>
> Review request for Aurora, Kevin Sweeney and Zameer Manji.
>
>
> Repository: aurora
>
>
> Description
> -------
>
> This is currently unwired and its only test is marked flaky.
>
>
> Diffs
> -----
>
> 3rdparty/python/requirements.txt ee30136c9224a85b65a93185ec12a86d7051e354
> src/main/python/apache/thermos/monitoring/BUILD
> a7864d4e490784fef04582d4986c2fd121947c9d
> src/main/python/apache/thermos/monitoring/disk.py
> ccf6d6aafe893836e72e179cc1a8010a1ac6ac7f
> src/test/python/apache/thermos/monitoring/test_disk.py
> e1373234feba08ab881179af0cbf6b7ed326cc45
>
> Diff: https://reviews.apache.org/r/32515/diff/
>
>
> Testing
> -------
>
>
> Thanks,
>
> Brian Wickman
>
>