[Qa-jenkins-scm] Build failed in Jenkins: janitor-worker #1281

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Jun 29 17:11:22 BST 2020


See <https://jenkins.debian.net/job/janitor-worker/1281/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on osuosl-build167-amd64.debian.net (osuosl167 amd64) in workspace <https://jenkins.debian.net/job/janitor-worker/ws/>
[janitor-worker] $ /bin/sh -xe /tmp/jenkins2536640309761128602.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
Opening branch at https://salsa.debian.org/ceph-team/ceph.git/
Cached branch URL https://janitor.debian.net/git/ceph,branch=master missing: Branch does not exist: Not a branch: "https://janitor.debian.net/git/ceph/": location is a repository.
Total 878060 (delta 5152), reused 13294 (delta 4153), pack-reused 854756
Total 318 (delta 81), reused 312 (delta 75), pack-reused 0

Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
/srv/janitor/debian-janitor/python-debian/lib/debian/copyright.py:635: UserWarning: use of deprecated "Format-Specification" field; rewriting as "Format"
  warnings.warn('use of deprecated "Format-Specification" field;'
/srv/janitor/debian-janitor/python-debian/lib/debian/copyright.py:661: UserWarning: format not known: 'https://anonscm.debian.org/viewvc/dep/web/deps/dep5/copyright-format.xml?revision=279&view=markup/'
  warnings.warn('format not known: %r' % fmt)
Using upstream branch https://github.com/ceph/ceph.git (guessed)
Total 765394 (delta 10), reused 4 (delta 1), pack-reused 765359
Using version string 15.2.3.
No upstream upstream-revision format specified, trying tag:15.2.3
No upstream upstream-revision format specified, trying tag:ceph-15.2.3
No upstream upstream-revision format specified, trying tag:v15.2.3
/srv/janitor/debian-janitor/python-debian/lib/debian/copyright.py:635: UserWarning: use of deprecated "Format-Specification" field; rewriting as "Format"
  warnings.warn('use of deprecated "Format-Specification" field;'
/srv/janitor/debian-janitor/python-debian/lib/debian/copyright.py:661: UserWarning: format not known: 'https://anonscm.debian.org/viewvc/dep/web/deps/dep5/copyright-format.xml?revision=279&view=markup/'
  warnings.warn('format not known: %r' % fmt)
Using uscan to look for the upstream tarball.
Total 742503 (delta 0), reused 0 (delta 0), pack-reused 742502
v0.80.8.1 does not point to a valid object
v0.80.8.2 does not point to a valid object
v0.80.8.4 does not point to a valid object
v0.80.8.5 does not point to a valid object
v0.94.1.1 does not point to a valid object
v0.94.1.2 does not point to a valid object
v0.94.1.3 does not point to a valid object
v0.94.1.4 does not point to a valid object
v0.94.1.5 does not point to a valid object
v0.94.1.6 does not point to a valid object
v0.94.1.7 does not point to a valid object
v0.94.3.1 does not point to a valid object
v0.94.3.2 does not point to a valid object
v0.94.3.3 does not point to a valid object
v10.2.01 does not point to a valid object
v12.2.13 does not point to a valid object
v13.2.10 does not point to a valid object
v13.2.9 does not point to a valid object
v14.2.10 does not point to a valid object
v14.2.6 does not point to a valid object
v14.2.7 does not point to a valid object
v14.2.8 does not point to a valid object
v14.2.9 does not point to a valid object
v16.0.0 does not point to a valid object
/srv/janitor/debian-janitor/dulwich/dulwich/repo.py:453: UserWarning: ref refs/tags/v15.2.0 points at non-present sha 344eb322a84a69151f2fd10e98e03171d0b49616
  UserWarning)
/srv/janitor/debian-janitor/dulwich/dulwich/repo.py:453: UserWarning: ref refs/tags/v15.1.0 points at non-present sha d44aca610390977f1d7a7c429b637ec1af1dd93e
  UserWarning)
/srv/janitor/debian-janitor/dulwich/dulwich/repo.py:453: UserWarning: ref refs/tags/v15.2.2 points at non-present sha b3d08154d8c02033ca2272e2d433334eb3543fac
  UserWarning)
/srv/janitor/debian-janitor/dulwich/dulwich/repo.py:453: UserWarning: ref refs/tags/v15.1.1 points at non-present sha 7d027ea1d2245a08c82d6442e28a2c9b0f2b2b26
  UserWarning)
/srv/janitor/debian-janitor/dulwich/dulwich/repo.py:453: UserWarning: ref refs/tags/v15.2.1 points at non-present sha 9a9dc31b4edabc0c47da3ecb569c74905d9e819d
  UserWarning)
Elapsed time: 1:07:08.661843
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/srv/janitor/debian-janitor/janitor/pull_worker.py", line 436, in <module>
    sys.exit(asyncio.run(main()))
  File "/usr/lib/python3.7/asyncio/runners.py", line 43, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
    return future.result()
  File "/srv/janitor/debian-janitor/janitor/pull_worker.py", line 423, in main
    output_directory)
  File "/srv/janitor/debian-janitor/janitor/pull_worker.py", line 97, in upload_results
    async with session.post(finish_url, data=mpwriter) as resp:
  File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 932, in __aenter__
    self._resp = await self._coro
  File "/usr/lib/python3/dist-packages/aiohttp/client.py", line 424, in _request
    await resp.start(conn)
  File "/usr/lib/python3/dist-packages/aiohttp/client_reqrep.py", line 831, in start
    self._continue = None
  File "/usr/lib/python3/dist-packages/aiohttp/helpers.py", line 567, in __exit__
    raise asyncio.TimeoutError from None
concurrent.futures._base.TimeoutError

SSH EXIT CODE: 1
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list