Run of fresh-snapshots for hyperion
Try this locally package):
debcheckout hyperion
cd hyperion
new-upstream --snapshot --debian-revision=0kali1 --refresh-patches
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
[2021-04-19 22:51:20] Running ['new-upstream', '--snapshot', '--debian-revision=0kali1', '--refresh-patches']
[2021-04-19 22:51:20] Opening branch at https://gitlab.com/kalilinux/packages/hyperion.git/,branch=kali%2Fmaster
[2021-04-19 22:51:21] Using cached branch file:///home/janitor/vcs/git/hyperion/,branch=kali%2Flatest
[2021-04-19 22:51:34] Total 8 (delta 0), reused 8 (delta 0), pack-reused 0
[2021-04-19 22:51:34] Workspace ready - starting.
[2021-04-19 22:51:34] Using upstream branch https://github.com/nullsecuritynet/tools.git (from configuration)
[2021-04-19 22:51:35] Total 3205 (delta 53), reused 120 (delta 19), pack-reused 3050
[2021-04-19 22:51:39] Using version string 2.0+git20210419.1.b7c9f54.
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:2.0
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:hyperion-2.0
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:v2.0
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:v.2.0
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:release-2.0
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:2_0_release
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:2_0
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:version-2.0
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:hyperion-2_0-release
[2021-04-19 22:51:39] No upstream upstream-revision format specified, trying tag:hyperion-v2.0
[2021-04-19 22:51:39] Old upstream version '2.0' is not present in upstream branch <UpstreamBranchSource for 'https://github.com/nullsecuritynet/tools.git/'>. Unable to determine whether upstream history is normally included. Assuming no.
[2021-04-19 22:51:39] Looking for upstream hyperion/2.0+git20210419.1.b7c9f54 in upstream branch <RemoteGitBranch('https://github.com/nullsecuritynet/tools.git/', 'master')>.
[2021-04-19 22:55:59] Exporting upstream branch revision b'git-v1:b7c9f54d2d9a98367bf4d2b8ead0939f5bb705ca' to create the tarball
[2021-04-19 22:55:59] Searching for revision importing hyperion version 2.0 on packaging branch, tag debian/2.0-0kali2, tag debian/2.0-0kali3, tag debian/2.0-0kali1.
[2021-04-19 22:55:59] Upstream import of 2.0 lacks a tag. Set one by running: brz tag -rrevid:git-v1:abf27a7d960bdedc6226927a6d51943ea9f377d6 upstream/2.0
[2021-04-19 22:56:54] Imported hyperion_2.0+git20210419.1.b7c9f54.orig.tar.gz with pristine-tar.
[2021-04-20 00:00:35] Elapsed time: 1:09:14.673645
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 "/opt/debian-janitor/janitor/worker.py", line 977, in <module>
sys.exit(main())
File "/opt/debian-janitor/janitor/worker.py", line 930, in main
resume_subworker_result=resume_subworker_result,
File "/usr/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/opt/debian-janitor/janitor/worker.py", line 785, in process_package
committer=committer
File "/opt/debian-janitor/janitor/worker.py", line 467, in make_changes
reporter=reporter,
File "/opt/debian-janitor/janitor/worker.py", line 169, in make_changes
return super(NewUpstreamChanger, self).make_changes(local_tree, subpath, *args, **kwargs)
File "/opt/debian-janitor/silver-platter/silver_platter/debian/upstream.py", line 1275, in make_changes
require_uscan=self.require_uscan,
File "/opt/debian-janitor/silver-platter/silver_platter/debian/upstream.py", line 963, in merge_upstream
files_excluded=files_excluded,
File "/home/janitor/.config/breezy/plugins/debian/merge_upstream.py", line 177, in do_merge
committer=committer, files_excluded=files_excluded)
File "/home/janitor/.config/breezy/plugins/debian/import_dsc.py", line 1348, in merge_upstream
merge_type=merge_type)
File "/opt/debian-janitor/breezy/breezy/workingtree.py", line 681, in merge_from_branch
conflicts = merger.do_merge()
File "/opt/debian-janitor/breezy/breezy/merge.py", line 661, in do_merge
merge = self._do_merge_to()
File "/opt/debian-janitor/breezy/breezy/merge.py", line 630, in _do_merge_to
merge.do_merge()
File "/opt/debian-janitor/breezy/breezy/merge.py", line 765, in do_merge
self._compute_transform()
File "/opt/debian-janitor/breezy/breezy/merge.py", line 815, in _compute_transform
self._finish_computing_transform()
File "/opt/debian-janitor/breezy/breezy/merge.py", line 825, in _finish_computing_transform
lambda t, c: transform.conflict_pass(t, c, self.other_tree))
File "/opt/debian-janitor/breezy/breezy/transform.py", line 900, in resolve_conflicts
new_conflicts.update(pass_func(tt, conflicts))
File "/opt/debian-janitor/breezy/breezy/merge.py", line 825, in <lambda>
lambda t, c: transform.conflict_pass(t, c, self.other_tree))
File "/opt/debian-janitor/breezy/breezy/transform.py", line 1043, in conflict_pass
new_conflicts.update(resolver(tt, path_tree, *conflict))
File "/opt/debian-janitor/breezy/breezy/transform.py", line 919, in resolve_duplicate
_reparent_transform_children(tt, existing_file, new_file)
File "/opt/debian-janitor/breezy/breezy/transform.py", line 649, in _reparent_transform_children
for child in by_parent[old_parent]:
KeyError: 'new-8'
|