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 |
[2021-05-13 14:15:26] Running ['new-upstream', '--snapshot', '--debian-revision=0kali1', '--refresh-patches']
[2021-05-13 14:15:26] Opening branch at https://gitlab.com/kalilinux/packages/hyperion.git/,branch=kali%2Fmaster
[2021-05-13 14:15:27] Using cached branch https://janitor.kali.org/git/hyperion/,branch=kali%2Flatest
[2021-05-13 14:15:29] Total 3288 (delta 13), reused 3275 (delta 0)
[2021-05-13 14:15:35] Total 2994 (delta 95), reused 2899 (delta 0)
[2021-05-13 14:15:41] Total 8 (delta 0), reused 8 (delta 0), pack-reused 0
[2021-05-13 14:15:41] Workspace ready - starting.
[2021-05-13 14:15:41] Using upstream branch https://github.com/nullsecuritynet/tools.git (from configuration)
[2021-05-13 14:15:42] Total 3205 (delta 53), reused 120 (delta 19), pack-reused 3050
[2021-05-13 14:15:46] Using version string 2.0+git20210419.1.b7c9f54.
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:2.0
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:hyperion-2.0
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:v2.0
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:v.2.0
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:release-2.0
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:2_0_release
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:2_0
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:version-2.0
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:hyperion-2_0-release
[2021-05-13 14:15:46] No upstream upstream-revision format specified, trying tag:hyperion-v2.0
[2021-05-13 14:15:46] 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-05-13 14:15:46] Looking for upstream hyperion/2.0+git20210419.1.b7c9f54 in upstream branch <RemoteGitBranch('https://github.com/nullsecuritynet/tools.git/', 'master')>.
[2021-05-13 14:22:11] Exporting upstream branch revision b'git-v1:b7c9f54d2d9a98367bf4d2b8ead0939f5bb705ca' to create the tarball
[2021-05-13 14:22:11] Searching for revision importing hyperion version 2.0 on packaging branch, tag debian/2.0-0kali3, tag debian/2.0-0kali1, tag debian/2.0-0kali2.
[2021-05-13 14:22:11] Upstream import of 2.0 lacks a tag. Set one by running: brz tag -rrevid:git-v1:abf27a7d960bdedc6226927a6d51943ea9f377d6 upstream/2.0
[2021-05-13 14:22:56] Imported hyperion_2.0+git20210419.1.b7c9f54.orig.tar.gz with pristine-tar.
Traceback (most recent call last):
File "/opt/debian-janitor/janitor/pull_worker.py", line 230, in run_worker
possible_transports=possible_transports,
File "/usr/lib/python3.7/contextlib.py", line 112, in __enter__
return next(self.gen)
File "/opt/debian-janitor/janitor/worker.py", line 789, 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 1279, in make_changes
require_uscan=self.require_uscan,
File "/opt/debian-janitor/silver-platter/silver_platter/debian/upstream.py", line 967, 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'
|