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/11/19 22:02:10 UTC

Build failed in Jenkins: AuroraBot #361

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

------------------------------------------
[URLTrigger] A change within the response URL invocation (log)
Building remotely on ubuntu-6 (docker Ubuntu ubuntu) in workspace <https://builds.apache.org/job/AuroraBot/ws/>
 > git rev-parse --is-inside-work-tree
Fetching changes from the remote Git repository
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/incubator-aurora
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/incubator-aurora
 > git --version
 > 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}
Checking out Revision 2aa0026fd451f86f3e5ffcd6a87c7172f8a27c5d (origin/master)
 > git config core.sparsecheckout
 > git checkout -f 2aa0026fd451f86f3e5ffcd6a87c7172f8a27c5d
 > git rev-list 2aa0026fd451f86f3e5ffcd6a87c7172f8a27c5d
 > git tag -a -f -m Jenkins Build #361 jenkins-AuroraBot-361
[AuroraBot] $ /bin/bash -xe /tmp/hudson4055139514731386811.sh
+ date
Wed Nov 19 21:01:07 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 17 review requests to inspect
Inspecting review 28250: Fix test_version to use explicit injection points.
Request: https://reviews.apache.org/api/review-requests/28250/reviews/
Request: https://reviews.apache.org/api/review-requests/28250/diffs/
Inspecting review 28237: Add default pip timeout to pants bootstrapping.
Request: https://reviews.apache.org/api/review-requests/28237/reviews/
Request: https://reviews.apache.org/api/review-requests/28237/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 28193: Prevent Aurora from creating zero sized Executor tasks.
Request: https://reviews.apache.org/api/review-requests/28193/reviews/
Request: https://reviews.apache.org/api/review-requests/28193/diffs/
Inspecting review 28026: Add more test coverage to SchedulerThriftInterface.
Request: https://reviews.apache.org/api/review-requests/28026/reviews/
Request: https://reviews.apache.org/api/review-requests/28026/diffs/
Inspecting review 27757: Replace bindStartupAction with Service registration
Request: https://reviews.apache.org/api/review-requests/27757/reviews/
Request: https://reviews.apache.org/api/review-requests/27757/diffs/
Inspecting review 28066: Fixing flaky test.
Request: https://reviews.apache.org/api/review-requests/28066/reviews/
Request: https://reviews.apache.org/api/review-requests/28066/diffs/
Inspecting review 28103: Simplify Preemptor code, encapsulate parameters used there and in SchedulingFilter.
Request: https://reviews.apache.org/api/review-requests/28103/reviews/
Request: https://reviews.apache.org/api/review-requests/28103/diffs/
Inspecting review 28097: Remove ReadWriteLock from MemStorage, remove Storage#weaklyConsistentRead.
Request: https://reviews.apache.org/api/review-requests/28097/reviews/
Request: https://reviews.apache.org/api/review-requests/28097/diffs/
Inspecting review 27705: Adding instrumentation into the scheduling pipeline.
Request: https://reviews.apache.org/api/review-requests/27705/reviews/
Request: https://reviews.apache.org/api/review-requests/27705/diffs/
Inspecting review 27852: Ensure all verbs return an exit code.
Request: https://reviews.apache.org/api/review-requests/27852/reviews/
Request: https://reviews.apache.org/api/review-requests/27852/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/
Inspecting review 27778: Fix false positive client test.
Request: https://reviews.apache.org/api/review-requests/27778/reviews/
Request: https://reviews.apache.org/api/review-requests/27778/diffs/
Inspecting review 27182: Add a test for the thermos resource module
Request: https://reviews.apache.org/api/review-requests/27182/reviews/
Request: https://reviews.apache.org/api/review-requests/27182/diffs/
Inspecting review 22457: Improve aurora "job diff" command.
Request: https://reviews.apache.org/api/review-requests/22457/reviews/
Request: https://reviews.apache.org/api/review-requests/22457/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 #362

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