-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56058/#review163502
-----------------------------------------------------------



Master (7be7ad6) is red with this patch.
  ./build-support/jenkins/build.sh

  Running setup.py clean for pycparser
  Running setup.py bdist_wheel for twitter.common.options: started
  Running setup.py bdist_wheel for twitter.common.options: finished with status 
'error'
  Complete output from command 
/home/jenkins/jenkins-slave/workspace/AuroraBot/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.YHI7Pi/install/bin/python
 -u -c "import setuptools, 
tokenize;__file__='/tmp/pip-build-cvQGx6/twitter.common.options/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
bdist_wheel -d /tmp/tmpJOTTxEpip-wheel- --python-tag cp27:
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/twitter
  copying src/twitter/__init__.py -> build/lib.linux-x86_64-2.7/twitter
  creating build/lib.linux-x86_64-2.7/twitter/common
  copying src/twitter/common/__init__.py -> 
build/lib.linux-x86_64-2.7/twitter/common
  error: package directory 'src/twitter/common/options' does not exist
  
  ----------------------------------------
  Failed building wheel for twitter.common.options
  Running setup.py clean for twitter.common.options
Successfully built pantsbuild.pants twitter.common.collections setproctitle 
ansicolors pathspec scandir twitter.common.dirutil psutil pystache docutils 
Markdown Pygments twitter.common.confluence coverage
Failed to build lmdb pywatchman twitter.common.lang twitter.common.log 
pycparser twitter.common.options
Installing collected packages: twitter.common.lang, twitter.common.collections, 
setproctitle, setuptools, six, ansicolors, pyparsing, packaging, pathspec, 
scandir, twitter.common.dirutil, psutil, requests, pystache, pex, docutils, 
Markdown, Pygments, twitter.common.options, twitter.common.log, 
twitter.common.confluence, monotonic, fasteners, coverage, pycparser, cffi, 
lmdb, pywatchman, futures, pantsbuild.pants
  Running setup.py install for twitter.common.lang: started
    Running setup.py install for twitter.common.lang: finished with status 
'error'
    Complete output from command 
/home/jenkins/jenkins-slave/workspace/AuroraBot/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.YHI7Pi/install/bin/python
 -u -c "import setuptools, 
tokenize;__file__='/tmp/pip-build-cvQGx6/twitter.common.lang/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --record /tmp/pip-9VrWjU-record/install-record.txt 
--single-version-externally-managed --compile --install-headers 
/home/jenkins/jenkins-slave/workspace/AuroraBot/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.YHI7Pi/install/include/site/python2.7/twitter.common.lang:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    creating build/lib.linux-x86_64-2.7/twitter
    copying src/twitter/__init__.py -> build/lib.linux-x86_64-2.7/twitter
    creating build/lib.linux-x86_64-2.7/twitter/common
    copying src/twitter/common/__init__.py -> 
build/lib.linux-x86_64-2.7/twitter/common
    error: package directory 'src/twitter/common/lang' does not exist
    
    ----------------------------------------
Command 
"/home/jenkins/jenkins-slave/workspace/AuroraBot/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.YHI7Pi/install/bin/python
 -u -c "import setuptools, 
tokenize;__file__='/tmp/pip-build-cvQGx6/twitter.common.lang/setup.py';exec(compile(getattr(tokenize,
 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" 
install --record /tmp/pip-9VrWjU-record/install-record.txt 
--single-version-externally-managed --compile --install-headers 
/home/jenkins/jenkins-slave/workspace/AuroraBot/.home/.cache/pants/setup/bootstrap-Linux-x86_64/pants.YHI7Pi/install/include/site/python2.7/twitter.common.lang"
 failed with error code 1 in /tmp/pip-build-cvQGx6/twitter.common.lang/
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
/home/jenkins/jenkins-slave/workspace/AuroraBot/build-support/python/../../pants:
 line 99: 
/home/jenkins/jenkins-slave/workspace/AuroraBot/.home/.cache/pants/setup/bootstrap-Linux-x86_64/1.3.0.dev3/bin/python:
 No such file or directory


I will refresh this build result if you post a review containing "@ReviewBot 
retry"

- Aurora ReviewBot


On Jan. 30, 2017, 12:55 p.m., Stephan Erb wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/56058/
> -----------------------------------------------------------
> 
> (Updated Jan. 30, 2017, 12:55 p.m.)
> 
> 
> Review request for Aurora, Pradyumna Kaushik and Santhosh Kumar Shanmugham.
> 
> 
> Bugs: AURORA-1879
>     https://issues.apache.org/jira/browse/AURORA-1879
> 
> 
> Repository: aurora
> 
> 
> Description
> -------
> 
> Central idea of this patch is to change the return value of 
> `getPendingReasons` from a map keyed by JobKey to a map keyed by 
> `TaskGroupKey`. This prevents the `IllegalArgumentException` during the map 
> construction.
> 
> 
> Diffs
> -----
> 
>   src/main/java/org/apache/aurora/scheduler/http/PendingTasks.java 
> 457107090351330e68941b039ce87b9a3a124971 
>   src/main/java/org/apache/aurora/scheduler/metadata/NearestFit.java 
> 1c015a20853b1bc02033bdc925d3d8fc55896de1 
>   src/test/java/org/apache/aurora/scheduler/http/PendingTasksTest.java 
> b71669f7aed58ea87bd3a23e45ff74efa1420aec 
>   src/test/java/org/apache/aurora/scheduler/metadata/NearestFitTest.java 
> 195d083166edcb0531b221dc5088216bd6a387f3 
> 
> Diff: https://reviews.apache.org/r/56058/diff/
> 
> 
> Testing
> -------
> 
> ./gradlew -Pq build
> 
> 
> Thanks,
> 
> Stephan Erb
> 
>

Reply via email to