You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/12/10 21:42:46 UTC

Build failed in Jenkins: AuroraBot #620

See <https://builds.apache.org/job/AuroraBot/620/>

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
Building remotely on H11 (Ubuntu ubuntu) in workspace <https://builds.apache.org/job/AuroraBot/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/incubator-aurora # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-aurora
 > git --version # timeout=10
 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/incubator-aurora +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 2aac148f8cbdd2f1a0c8657c4516118957131346 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2aac148f8cbdd2f1a0c8657c4516118957131346
 > git rev-list 2aac148f8cbdd2f1a0c8657c4516118957131346 # timeout=10
 > git tag -a -f -m Jenkins Build #620 jenkins-AuroraBot-620 # timeout=10
[AuroraBot] $ /bin/bash -xe /tmp/hudson8606981726575924772.sh
+ date
Wed Dec 10 20:41:08 UTC 2014
+ set +x
Request: https://reviews.apache.org/api/repositories/?name=aurora
Request: https://reviews.apache.org/api/review-requests/?status=pending&repository=133
Found 19 review requests to inspect
Inspecting review 28914: Adding PMD rule to check @Timed annotation placement.
Request: https://reviews.apache.org/api/review-requests/28914/reviews/
Request: https://reviews.apache.org/api/review-requests/28914/diffs/
Inspecting review 28913: Remove SANDBOX_DELETED state.
Request: https://reviews.apache.org/api/review-requests/28913/reviews/
Request: https://reviews.apache.org/api/review-requests/28913/diffs/
Inspecting review 28831: Changing the default --batch-size to 1.
Request: https://reviews.apache.org/api/review-requests/28831/reviews/
Request: https://reviews.apache.org/api/review-requests/28831/diffs/
Inspecting review 28876: Suppressing redundant client command error messaging.
Request: https://reviews.apache.org/api/review-requests/28876/reviews/
Request: https://reviews.apache.org/api/review-requests/28876/diffs/
Inspecting review 28617: Implemented offer filtering for tasks with static vetoes.
Request: https://reviews.apache.org/api/review-requests/28617/reviews/
Request: https://reviews.apache.org/api/review-requests/28617/diffs/
Inspecting review 28710: Adding JMH framework support for scheduler performance analysis.
Request: https://reviews.apache.org/api/review-requests/28710/reviews/
Request: https://reviews.apache.org/api/review-requests/28710/diffs/
Inspecting review 28879: Make abstract decorators effective in CommandHook class
Request: https://reviews.apache.org/api/review-requests/28879/reviews/
Request: https://reviews.apache.org/api/review-requests/28879/diffs/
Inspecting review 28872: Improving quota check message in the client.
Request: https://reviews.apache.org/api/review-requests/28872/reviews/
Request: https://reviews.apache.org/api/review-requests/28872/diffs/
Inspecting review 28811: Improving logging experience in admin drain_hosts.
Request: https://reviews.apache.org/api/review-requests/28811/reviews/
Request: https://reviews.apache.org/api/review-requests/28811/diffs/
Inspecting review 28806: More logging in MaintenanceController.
Request: https://reviews.apache.org/api/review-requests/28806/reviews/
Request: https://reviews.apache.org/api/review-requests/28806/diffs/
Inspecting review 28731: Implemented TaskScheduler benchmarks.
Request: https://reviews.apache.org/api/review-requests/28731/reviews/
Request: https://reviews.apache.org/api/review-requests/28731/diffs/
Inspecting review 28198: Add an example on how to build with Docker.
Request: https://reviews.apache.org/api/review-requests/28198/reviews/
Request: https://reviews.apache.org/api/review-requests/28198/diffs/
Inspecting review 28613: Updates documentation README to re-organize around three audiences, and add links to all current documentation pages.
Request: https://reviews.apache.org/api/review-requests/28613/reviews/
Request: https://reviews.apache.org/api/review-requests/28613/diffs/
Inspecting review 28486: Move sandbox initialization into try block.
Request: https://reviews.apache.org/api/review-requests/28486/reviews/
Request: https://reviews.apache.org/api/review-requests/28486/diffs/
Inspecting review 27492: AURORA-617: Switch pants 3rdparty to use python_requirements
Request: https://reviews.apache.org/api/review-requests/27492/reviews/
Request: https://reviews.apache.org/api/review-requests/27492/diffs/
Traceback (most recent call last):
  File "./build-support/jenkins/review_feedback.py", line 202, in <module>
    main()
  File "./build-support/jenkins/review_feedback.py", line 158, in main
    if not _needs_reply(server, request):
  File "./build-support/jenkins/review_feedback.py", line 94, in _needs_reply
    latest_diff = _get_latest_diff_time(server, request)
  File "./build-support/jenkins/review_feedback.py", line 73, in _get_latest_diff_time
    diffs = server.get_resource(request['links']['diffs']['href'])['diffs']
  File "./build-support/jenkins/review_feedback.py", line 51, in get_resource
    return json.loads(self.get_resource_data(href, args=args, data=data))
  File "./build-support/jenkins/review_feedback.py", line 44, in get_resource_data
    result = urllib2.urlopen(request, data=data)
  File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 404, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 422, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open
    return self.do_open(httplib.HTTPSConnection, req)
  File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno -2] Name or service not known>
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : AuroraBot #621

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/AuroraBot/621/>