[Qa-jenkins-scm] Build failed in Jenkins: janitor-worker #1323
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Tue Jun 30 00:24:14 BST 2020
See <https://jenkins.debian.net/job/janitor-worker/1323/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 at 2] $ /bin/sh -xe /tmp/jenkins2971571140001598517.sh
+ /srv/jenkins/bin/jenkins_master_wrapper.sh
Opening branch at https://salsa.debian.org/java-team/httpcomponents-client.git/
Using cached branch https://janitor.debian.net/git/httpcomponents-client/
Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
Using upstream branch https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git (guessed)
Total 64059 (delta 32406), reused 59778 (delta 29901)
Using version string 5.0.1.
No upstream upstream-revision format specified, trying tag:5.0.1
No upstream upstream-revision format specified, trying tag:httpcomponents-client-5.0.1
No upstream upstream-revision format specified, trying tag:v5.0.1
No upstream upstream-revision format specified, trying tag:v.5.0.1
Upstream version 5.0.1 is not in upstream branch <RemoteGitBranch('https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git/', 'master')>. Not merging from upstream branch.
Using uscan to look for the upstream tarball.
uscan warn: Possible OpenPGP signature found at:
https://www.apache.org/dist/httpcomponents/httpclient/source/httpcomponents-client-5.0.1-src.tar.gz.asc
* Add opts=pgpsigurlmangle=s/$/.asc/ or opts=pgpmode=auto to debian/watch
* Add debian/upstream/signing-key.asc.
See uscan(1) for more details
--2020-06-29 23:24:07-- https://publicsuffix.org/list/effective_tld_names.dat
Resolving publicsuffix.org (publicsuffix.org)... 13.224.13.78, 13.224.13.23, 13.224.13.44, ...
Connecting to publicsuffix.org (publicsuffix.org)|13.224.13.78|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 221430 (216K) [text/plain]
Saving to: ‘httpcomponents-client-5.0.1/httpclient/src/main/resources/mozilla/public-suffix-list.txt’
0K .......... .......... .......... .......... .......... 23% 1.15M 0s
50K .......... .......... .......... .......... .......... 46% 1.93M 0s
100K .......... .......... .......... .......... .......... 69% 3.12M 0s
150K .......... .......... .......... .......... .......... 92% 3.65M 0s
200K .......... ...... 100% 7.82M=0.1s
2020-06-29 23:24:08 (2.14 MB/s) - ‘httpcomponents-client-5.0.1/httpclient/src/main/resources/mozilla/public-suffix-list.txt’ saved [221430/221430]
Elapsed time: 0:00:59.789712
Traceback (most recent call last):
File "/srv/janitor/debian-janitor/breezy/breezy/transport/local.py", line 155, in get
return osutils.open_file(path, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmp56suaxil/httpcomponents-client_5.0.1.orig.tar.gz'
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 173, in run_worker
possible_transports=possible_transports) as (ws, result):
File "/usr/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/srv/janitor/debian-janitor/janitor/worker.py", line 900, in process_package
resume_subworker_result)
File "/srv/janitor/debian-janitor/janitor/worker.py", line 474, in make_changes
dist_command=DEFAULT_DIST_COMMAND)
File "/srv/janitor/debian-janitor/silver-platter/silver_platter/debian/upstream.py", line 443, in merge_upstream
upstream_branch, upstream_revisions, locations)
File "/srv/janitor/debian-janitor/breezy-debian/merge_upstream.py", line 186, in get_tarballs
return fetch_tarball(package, version, orig_dir, locations, v3)
File "/srv/janitor/debian-janitor/breezy-debian/merge_upstream.py", line 174, in fetch_tarball
repack_tarball(location, dest_name, target_dir=orig_dir)
File "/srv/janitor/debian-janitor/breezy-debian/repack_tarball.py", line 224, in repack_tarball
_repack_other(target_transport, new_name, source_name)
File "/srv/janitor/debian-janitor/breezy-debian/repack_tarball.py", line 178, in _repack_other
with open_file(source_name) as source_f:
File "/srv/janitor/debian-janitor/breezy-debian/util.py", line 391, in open_file
return open_file_via_transport(filename, transport)
File "/srv/janitor/debian-janitor/breezy-debian/util.py", line 411, in open_file_via_transport
result = do_catching_redirections(open_file, transport, follow_redirection)
File "/srv/janitor/debian-janitor/breezy/breezy/transport/__init__.py", line 1613, in do_catching_redirections
return action(transport)
File "/srv/janitor/debian-janitor/breezy-debian/util.py", line 404, in open_file
return transport.get(filename)
File "/srv/janitor/debian-janitor/breezy/breezy/transport/local.py", line 159, in get
self._translate_error(e, path)
File "/srv/janitor/debian-janitor/breezy/breezy/transport/__init__.py", line 353, in _translate_error
raise errors.NoSuchFile(path, extra=e)
breezy.errors.NoSuchFile: No such file: '/tmp/tmp56suaxil/httpcomponents-client_5.0.1.orig.tar.gz': [Errno 2] No such file or directory: '/tmp/tmp56suaxil/httpcomponents-client_5.0.1.orig.tar.gz'
SSH EXIT CODE: 1
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list