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

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Fri Jun 26 16:50:42 BST 2020


See <https://jenkins.debian.net/job/janitor-worker/925/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/jenkins2169410624230257651.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
Opening branch at https://salsa.debian.org/debian/librep.git/
Cached branch URL https://janitor.debian.net/git/librep,branch=master missing: Branch does not exist: Not a branch: "https://janitor.debian.net/git/librep/": location is a repository.
% (309/617)
  60% (371/617)
Total 1760 (delta 1141), reused 1682 (delta 1096), pack-reused 0
 (44/44), done.
Compressing objects:   3% (1/29)Compressing objects:   6% (2/29)Compressing objects:  10% (3/29)Compressing o
Total 30 (delta 16), reused 0 (delta 0), pack-reused 0
Total 4 (delta 3), reused 2 (delta 1), pack-reused 0
done.
Compressing objects:   4% (1/25)Compressing objects:   8% (2/25)
(18/25)
Total 46 (delta 12), reused 41 (delta 11), pack-reused 0

Assuming changelog needs to be updated, since it is always changed together with other files in the tree. Specify --no-update-changelog to override.
Fixer 'debug-symbol-migration-possibly-complete' failed to run:
Traceback (most recent call last):
  File "/srv/janitor/debian-janitor/lintian-brush/lintian_brush/__init__.py", line 288, in run
    exec(code, global_vars)
  File "/srv/janitor/debian-janitor/lintian-brush/fixers/debug-symbol-migration-possibly-complete.py", line 95, in <module>
    update_rules(eliminate_dbgsym_migration)
  File "/srv/janitor/debian-janitor/lintian-brush/lintian_brush/rules.py", line 395, in update_rules
    makefile_cb=makefile_cb)
  File "/srv/janitor/debian-janitor/lintian-brush/lintian_brush/rules.py", line 317, in legacy_update
    ret = command_line_cb(ret, rule.target)
  File "/srv/janitor/debian-janitor/lintian-brush/fixers/debug-symbol-migration-possibly-complete.py", line 90, in eliminate_dbgsym_migration
    rep_dbgsym_migration, line)
  File "/usr/lib/python3.7/re.py", line 192, in sub
    return _compile(pattern, flags).sub(repl, string, count)
  File "/srv/janitor/debian-janitor/lintian-brush/fixers/debug-symbol-migration-possibly-complete.py", line 84, in rep_dbgsym_migration
    if migration_done(rep):
  File "/srv/janitor/debian-janitor/lintian-brush/fixers/debug-symbol-migration-possibly-complete.py", line 69, in migration_done
    rel[0]['name'], previous, rel[0]['version'])) is not False:
  File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
    return future.result()
  File "/srv/janitor/debian-janitor/lintian-brush/fixers/debug-symbol-migration-possibly-complete.py", line 46, in package_exists
    udd = await connect_udd_mirror()
  File "/srv/janitor/debian-janitor/lintian-brush/lintian_brush/udd.py", line 27, in connect_udd_mirror
    import asyncpg
ModuleNotFoundError: No module named 'asyncpg'
Building debian packages, running 'sbuild -A -v -c unstable-amd64-sbuild'.
Built librep_0.92.7-2~jan+lint1_amd64.changes
Pushing result branch to https://janitor.debian.net/git/librep,branch=lintian-fixes
Elapsed time: 0:13:51.667450
Traceback (most recent call last):
  File "/usr/lib/python3.7/http/client.py", line 554, in _get_chunk_left
    chunk_left = self._read_next_chunk_size()
  File "/usr/lib/python3.7/http/client.py", line 521, in _read_next_chunk_size
    return int(line, 16)
ValueError: invalid literal for int() with base 16: b''

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.7/http/client.py", line 586, in _readinto_chunked
    chunk_left = self._get_chunk_left()
  File "/usr/lib/python3.7/http/client.py", line 556, in _get_chunk_left
    raise IncompleteRead(b'')
http.client.IncompleteRead: IncompleteRead(0 bytes read)

During handling of the above exception, another exception occurred:

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 396, in main
    possible_transports=possible_transports))
  File "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/srv/janitor/debian-janitor/janitor/pull_worker.py", line 180, in run_worker
    possible_transports=possible_transports)
  File "/srv/janitor/debian-janitor/janitor/pull_worker.py", line 142, in push_branch
    overwrite=overwrite, name=branch_name)
  File "/srv/janitor/debian-janitor/breezy/breezy/git/remote.py", line 665, in push_branch
    dw_result = self.send_pack(get_changed_refs, generate_pack_data)
  File "/srv/janitor/debian-janitor/breezy/breezy/git/remote.py", line 479, in send_pack
    generate_pack_data, progress)
  File "/srv/janitor/debian-janitor/dulwich/dulwich/client.py", line 1761, in send_pack
    resp_proto, negotiated_capabilities, progress)
  File "/srv/janitor/debian-janitor/dulwich/dulwich/client.py", line 627, in _handle_receive_pack_tail
    self._read_side_band64k_data(proto, channel_callbacks)
  File "/srv/janitor/debian-janitor/dulwich/dulwich/client.py", line 530, in _read_side_band64k_data
    for pkt in proto.read_pkt_seq():
  File "/srv/janitor/debian-janitor/dulwich/dulwich/protocol.py", line 266, in read_pkt_seq
    pkt = self.read_pkt_line()
  File "/srv/janitor/debian-janitor/dulwich/dulwich/protocol.py", line 210, in read_pkt_line
    sizestr = read(4)
  File "/srv/janitor/debian-janitor/breezy/breezy/transport/http/__init__.py", line 1914, in read
    return self._actual.read(amt)
  File "/usr/lib/python3.7/http/client.py", line 457, in read
    n = self.readinto(b)
  File "/usr/lib/python3.7/http/client.py", line 491, in readinto
    return self._readinto_chunked(b)
  File "/usr/lib/python3.7/http/client.py", line 602, in _readinto_chunked
    raise IncompleteRead(bytes(b[0:total_bytes]))
http.client.IncompleteRead: IncompleteRead(0 bytes read)

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



More information about the Qa-jenkins-scm mailing list