Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/pungi/scripts/pungi_koji.py", line 698, in cli_main
main()
File "/usr/lib/python3.11/site-packages/pungi/scripts/pungi_koji.py", line 356, in main
run_compose(
File "/usr/lib/python3.11/site-packages/pungi/scripts/pungi_koji.py", line 577, in run_compose
extra_phase.stop()
File "/usr/lib/python3.11/site-packages/pungi/phases/weaver.py", line 57, in stop
self.pool.stop()
File "/usr/lib/python3.11/site-packages/kobo/threads.py", line 120, in stop
six.reraise(exc_info[0], exc_info[1], exc_info[2])
File "/usr/lib/python3.11/site-packages/six.py", line 719, in reraise
raise value
File "/usr/lib/python3.11/site-packages/kobo/threads.py", line 67, in run
self.process(item, num)
File "/usr/lib/python3.11/site-packages/pungi/phases/weaver.py", line 79, in process
phase.stop()
File "/usr/lib/python3.11/site-packages/pungi/phases/weaver.py", line 57, in stop
self.pool.stop()
File "/usr/lib/python3.11/site-packages/kobo/threads.py", line 120, in stop
six.reraise(exc_info[0], exc_info[1], exc_info[2])
File "/usr/lib/python3.11/site-packages/six.py", line 719, in reraise
raise value
File "/usr/lib/python3.11/site-packages/kobo/threads.py", line 67, in run
self.process(item, num)
File "/usr/lib/python3.11/site-packages/pungi/phases/weaver.py", line 79, in process
phase.stop()
File "/usr/lib/python3.11/site-packages/pungi/phases/base.py", line 111, in stop
self.pool.stop()
File "/usr/lib/python3.11/site-packages/kobo/threads.py", line 120, in stop
six.reraise(exc_info[0], exc_info[1], exc_info[2])
File "/usr/lib/python3.11/site-packages/six.py", line 719, in reraise
raise value
File "/usr/lib/python3.11/site-packages/kobo/threads.py", line 67, in run
self.process(item, num)
File "/usr/lib/python3.11/site-packages/pungi/phases/extra_isos.py", line 101, in process
self.worker(compose, config, variant, arch)
File "/usr/lib/python3.11/site-packages/pungi/phases/extra_isos.py", line 162, in worker
run_createiso_command(
File "/usr/lib/python3.11/site-packages/pungi/phases/createiso.py", line 565, in run_createiso_command
runroot.run(
File "/usr/lib/python3.11/site-packages/pungi/runroot.py", line 285, in run
self._run_koji(
File "/usr/lib/python3.11/site-packages/pungi/runroot.py", line 133, in _run_koji
raise RuntimeError(
RuntimeError: Runroot task failed: 701264. See /mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/loongarch64/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.loongarch64.log for more details.
Frame _run_koji in /usr/lib/python3.11/site-packages/pungi/runroot.py at line 133
126 max_retries = 3
127 while True:
128 output = koji_wrapper.run_runroot_cmd(koji_cmd, log_file=log_file)
129 if output["retcode"] == 0:
130 self._result = output
131 return
132 elif attempt >= max_retries or not self._has_losetup_error(log_dir):
--> 133 raise RuntimeError(
134 "Runroot task failed: %s. See %s for more details."
135 % (output["task_id"], log_file)
136 )
137 attempt += 1
138
139 def _ssh_run(self, hostname, user, command, fmt_dict=None, log_file=None):
arch = 'loongarch64'
attempt = 0
command = ['bash', '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/work/loongarch64/tmp-Minimal/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.sh']
koji_cmd = ['koji', '--profile=koji', 'runroot', '--nowait', '--task-id', '--use-shell', '--channel-override=image', '--package=coreutils', '--package=xorriso', '--package=isomd5sum', '--package=lorax', '--packa
koji_wrapper =
kwargs = {'mounts': ['/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0'], 'weight': None}
log_dir = None
log_file = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/loongarch64/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.loongarch64.log'
max_retries = 3
output = {'retcode': 1, 'output': 'Watching tasks (this may be safely interrupted)...\n701264 runroot (loongarch64): free\n701264 runroot (loongarch64): free -> open (builder2.loongarch64.stream.opencloudos.te
packages = ['coreutils', 'xorriso', 'isomd5sum', 'lorax', 'which']
runroot_channel = 'image'
runroot_tag = 'dist-ocs23-base-build'
self =
self._logger = None
self._result = None
self.compose =
self.runroot_method = 'koji'
Frame run in /usr/lib/python3.11/site-packages/pungi/runroot.py at line 285
278 See `KojiWrapper.get_runroot_cmd()` for more information.
279 """
280 if self.runroot_method == "local":
281 self._run_local(
282 command, log_file=log_file, packages=packages, arch=arch, **kwargs
283 )
284 elif self.runroot_method == "koji":
--> 285 self._run_koji(
286 command, log_file=log_file, packages=packages, arch=arch, **kwargs
287 )
288 elif self.runroot_method == "openssh":
289 self._run_openssh(
290 command, log_file=log_file, packages=packages, arch=arch, **kwargs
291 )
arch = 'loongarch64'
command = ['bash', '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/work/loongarch64/tmp-Minimal/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.sh']
kwargs = {'mounts': ['/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0'], 'weight': None}
log_file = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/loongarch64/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.loongarch64.log'
packages = ['coreutils', 'xorriso', 'isomd5sum', 'lorax', 'which']
self =
self._logger = None
self._result = None
self.compose =
self.runroot_method = 'koji'
Frame run_createiso_command in /usr/lib/python3.11/site-packages/pungi/phases/createiso.py at line 565
558 if "x86_64" in tag_arches:
559 # assign non-bootable images to x86_64 if possible
560 build_arch = "x86_64"
561 elif build_arch == "src":
562 # pick random arch from available runroot tag arches
563 build_arch = random.choice(tag_arches)
564
--> 565 runroot.run(
566 cmd,
567 log_file=log_file,
568 arch=build_arch,
569 packages=packages,
570 mounts=mounts,
571 weight=compose.conf["runroot_weights"].get("createiso"),
arch = 'loongarch64'
bootable = True
build_arch = 'loongarch64'
cmd = ['bash', '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/work/loongarch64/tmp-Minimal/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.sh']
compose =
extra_packages = {'lorax': ['lorax', 'which'], 'buildinstall': ['anaconda']}
log_file = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/loongarch64/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.loongarch64.log'
mounts = ['/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0']
num = 5
packages = ['coreutils', 'xorriso', 'isomd5sum', 'lorax', 'which']
runroot =
Frame worker in /usr/lib/python3.11/site-packages/pungi/phases/extra_isos.py at line 162
155 if not self.try_reuse(compose, variant, arch, config_hash, opts):
156 script_dir = compose.paths.work.tmp_dir(arch, variant)
157 opts = opts._replace(script_dir=script_dir)
158 script_file = os.path.join(script_dir, "extraiso-%s.sh" % filename)
159 with open(script_file, "w") as f:
160 createiso.write_script(opts, f)
161
--> 162 run_createiso_command(
163 self.num,
164 compose,
165 bootable,
166 arch,
167 ["bash", script_file],
168 [compose.topdir],
arch = 'loongarch64'
bootable = True
compose =
config = {'include_variants': ['BaseOS'], 'filename': '{release_short}-{version}-{date}.{respin}-{arch}-minimal{suffix}', 'skip_src': True, 'failable_arches': ['i386', 'i686'], 'inherit_extra_files': False}
config_hash = 'dd609d9d605cce99dd2f498f7ba7af67bbd1e03f4ef340e95c13703f94656668'
f = <_io.TextIOWrapper name='/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/work/loongarch64/tmp-Minimal/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.sh' mode='w' encoding=
filename = 'OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso'
graft_points = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/work/loongarch64/iso/OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso-graft-points'
hash =
iso_dir = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/compose/Minimal/loongarch64/iso'
iso_path = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/compose/Minimal/loongarch64/iso/OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso'
msg = 'Creating ISO (arch: loongarch64, variant: Minimal): OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso'
opts =
os_tree = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/compose/Minimal/loongarch64/os'
script_dir = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/work/loongarch64/tmp-Minimal'
script_file = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/work/loongarch64/tmp-Minimal/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.sh'
self =
self._args =
self._daemonic = False
self._ident = 140391890261696
self._initialized = True
self._is_stopped = True
self._kwargs = {}
self._name = 'Thread-187'
self._native_id = 739740
self._started =
self._stderr = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
self._target = None
self._tstate_lock = None
self.bi =
self.daemon = False
self.failed = True
self.get_timeout = 1
self.ident = 140391890261696
self.kill = True
self.name = 'Thread-187'
self.native_id = 739740
self.num = 5
self.pool =
self.running = False
variant = Variant(id="Minimal", name="Minimal", type="variant", parent=None)
volid = 'OC-23-loongarch64'
Frame process in /usr/lib/python3.11/site-packages/pungi/phases/extra_isos.py at line 101
94 def process(self, item, num):
95 self.num = num
96 compose, config, variant, arch = item
97 can_fail = arch in config.get("failable_arches", [])
98 with failable(
99 compose, can_fail, variant, arch, "extra_iso", logger=self.pool._logger
100 ):
--> 101 self.worker(compose, config, variant, arch)
102
103 def worker(self, compose, config, variant, arch):
104 filename = get_filename(compose, variant, arch, config.get("filename"))
105 volid = get_volume_id(compose, variant, arch, config.get("volid", []))
106 iso_dir = compose.paths.compose.iso_dir(arch, variant)
107 iso_path = os.path.join(iso_dir, filename)
arch = 'loongarch64'
can_fail = False
compose =
config = {'include_variants': ['BaseOS'], 'filename': '{release_short}-{version}-{date}.{respin}-{arch}-minimal{suffix}', 'skip_src': True, 'failable_arches': ['i386', 'i686'], 'inherit_extra_files': False}
item =
num = 5
self =
self._args =
self._daemonic = False
self._ident = 140391890261696
self._initialized = True
self._is_stopped = True
self._kwargs = {}
self._name = 'Thread-187'
self._native_id = 739740
self._started =
self._stderr = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
self._target = None
self._tstate_lock = None
self.bi =
self.daemon = False
self.failed = True
self.get_timeout = 1
self.ident = 140391890261696
self.kill = True
self.name = 'Thread-187'
self.native_id = 739740
self.num = 5
self.pool =
self.running = False
variant = Variant(id="Minimal", name="Minimal", type="variant", parent=None)
Frame run in /usr/lib/python3.11/site-packages/kobo/threads.py at line 67
60
61 self.pool.queue_get_lock.acquire()
62 self.pool.queue_processed += 1
63 num = self.pool.queue_processed
64 self.pool.queue_get_lock.release()
65
66 try:
--> 67 self.process(item, num)
68 except:
69 self.failed = True
70 self.pool.exceptions.append(sys.exc_info())
71 self.pool.kill()
72
73 def process(self, item, num):
item =
num = 5
self =
self._args =
self._daemonic = False
self._ident = 140391890261696
self._initialized = True
self._is_stopped = True
self._kwargs = {}
self._name = 'Thread-187'
self._native_id = 739740
self._started =
self._stderr = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
self._target = None
self._tstate_lock = None
self.bi =
self.daemon = False
self.failed = True
self.get_timeout = 1
self.ident = 140391890261696
self.kill = True
self.name = 'Thread-187'
self.native_id = 739740
self.num = 5
self.pool =
self.running = False
Frame reraise in /usr/lib/python3.11/site-packages/six.py at line 719
712
713 def reraise(tp, value, tb=None):
714 try:
715 if value is None:
716 value = tp()
717 if value.__traceback__ is not tb:
718 raise value.with_traceback(tb)
--> 719 raise value
720 finally:
721 value = None
722 tb = None
723
724 else:
725 def exec_(_code_, _globs_=None, _locs_=None):
tb = None
tp =
value = None
Frame stop in /usr/lib/python3.11/site-packages/kobo/threads.py at line 120
113 """
114 for i in self.threads:
115 i.running = False
116 for i in self.threads:
117 i.join()
118 if self.exceptions:
119 exc_info = self.exceptions[0]
--> 120 six.reraise(exc_info[0], exc_info[1], exc_info[2])
121
122 def kill(self):
123 for i in self.threads:
124 i.kill = True
125 i.running = False
126
exc_info =
i =
self =
self._logger =
self.exceptions = [(, RuntimeError('Runroot task failed: 701264. See /mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/loongarch64/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch6
self.queue =
self.queue_get_lock =
self.queue_processed = 6
self.queue_put_lock =
self.queue_total = 6
self.threads = [, , ,
Frame stop in /usr/lib/python3.11/site-packages/pungi/phases/base.py at line 111
104 "Note that variants can be excluded in configuration file"
105 )
106
107 def stop(self):
108 if self.finished:
109 return
110 if hasattr(self, "pool"):
--> 111 self.pool.stop()
112 self.finished = True
113 self.compose.log_info("[DONE ] %s" % self.msg)
114
115 if hasattr(self, "_start_time"):
116 self.compose.log_info(
117 "PHASE %s took %d seconds"
self =
self._skipped = False
self._start_time = 1770375859.4374247
self.bi =
self.compose =
self.finished = False
self.logger =
self.msg = '---------- PHASE: EXTRA_ISOS ----------'
self.name = 'extra_isos'
self.pool =
self.used_patterns = None
Frame process in /usr/lib/python3.11/site-packages/pungi/phases/weaver.py at line 79
72 self.pool.queue_total,
73 phases_names,
74 )
75 self.pool.log_info("[BEGIN] %s" % (msg,))
76
77 for phase in pipeline:
78 phase.start()
--> 79 phase.stop()
80
81 self.pool.log_info("[DONE ] %s" % (msg,))
item = []
msg = 'Running pipeline (2/6). Phases: extra_isos'
num = 2
phase =
phases_names = 'extra_isos'
pipeline = []
self =
self._args =
self._daemonic = False
self._ident = 140391932225216
self._initialized = True
self._is_stopped = True
self._kwargs = {}
self._name = 'Thread-178'
self._native_id = 739731
self._started =
self._stderr = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
self._target = None
self._tstate_lock = None
self.daemon = False
self.failed = True
self.get_timeout = 1
self.ident = 140391932225216
self.kill = True
self.name = 'Thread-178'
self.native_id = 739731
self.pool =
self.running = False
Frame run in /usr/lib/python3.11/site-packages/kobo/threads.py at line 67
60
61 self.pool.queue_get_lock.acquire()
62 self.pool.queue_processed += 1
63 num = self.pool.queue_processed
64 self.pool.queue_get_lock.release()
65
66 try:
--> 67 self.process(item, num)
68 except:
69 self.failed = True
70 self.pool.exceptions.append(sys.exc_info())
71 self.pool.kill()
72
73 def process(self, item, num):
item = []
num = 2
self =
self._args =
self._daemonic = False
self._ident = 140391932225216
self._initialized = True
self._is_stopped = True
self._kwargs = {}
self._name = 'Thread-178'
self._native_id = 739731
self._started =
self._stderr = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
self._target = None
self._tstate_lock = None
self.daemon = False
self.failed = True
self.get_timeout = 1
self.ident = 140391932225216
self.kill = True
self.name = 'Thread-178'
self.native_id = 739731
self.pool =
self.running = False
Frame reraise in /usr/lib/python3.11/site-packages/six.py at line 719
712
713 def reraise(tp, value, tb=None):
714 try:
715 if value is None:
716 value = tp()
717 if value.__traceback__ is not tb:
718 raise value.with_traceback(tb)
--> 719 raise value
720 finally:
721 value = None
722 tb = None
723
724 else:
725 def exec_(_code_, _globs_=None, _locs_=None):
tb = None
tp =
value = None
Frame stop in /usr/lib/python3.11/site-packages/kobo/threads.py at line 120
113 """
114 for i in self.threads:
115 i.running = False
116 for i in self.threads:
117 i.join()
118 if self.exceptions:
119 exc_info = self.exceptions[0]
--> 120 six.reraise(exc_info[0], exc_info[1], exc_info[2])
121
122 def kill(self):
123 for i in self.threads:
124 i.kill = True
125 i.running = False
126
exc_info =
i =
self =
self._logger =
self.exceptions = [(, RuntimeError('Runroot task failed: 701264. See /mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/loongarch64/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch6
self.queue =
self.queue_get_lock =
self.queue_processed = 6
self.queue_put_lock =
self.queue_total = 6
self.threads = [, , ,
Frame stop in /usr/lib/python3.11/site-packages/pungi/phases/weaver.py at line 57
50
51 self.pool.start()
52
53 def stop(self):
54 if self.finished:
55 return
56 if hasattr(self, "pool"):
--> 57 self.pool.stop()
58 self.finished = True
59 self.compose.log_info("[DONE ] %s" % self.msg)
60
61
62 class PipelineThread(WorkerThread):
63 """
self =
self._phases_schema =
self.compose =
self.finished = False
self.msg = '---------- PHASE: WEAVER ----------'
self.name = 'weaver'
self.pool =
Frame process in /usr/lib/python3.11/site-packages/pungi/phases/weaver.py at line 79
72 self.pool.queue_total,
73 phases_names,
74 )
75 self.pool.log_info("[BEGIN] %s" % (msg,))
76
77 for phase in pipeline:
78 phase.start()
--> 79 phase.stop()
80
81 self.pool.log_info("[DONE ] %s" % (msg,))
item = [, ]
msg = 'Running pipeline (1/3). Phases: weaver, weaver'
num = 1
phase =
phases_names = 'weaver, weaver'
pipeline = [, ]
self =
self._args =
self._daemonic = False
self._ident = 140391533770432
self._initialized = True
self._is_stopped = True
self._kwargs = {}
self._name = 'Thread-174'
self._native_id = 739727
self._started =
self._stderr = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
self._target = None
self._tstate_lock = None
self.daemon = False
self.failed = True
self.get_timeout = 1
self.ident = 140391533770432
self.kill = True
self.name = 'Thread-174'
self.native_id = 739727
self.pool =
self.running = False
Frame run in /usr/lib/python3.11/site-packages/kobo/threads.py at line 67
60
61 self.pool.queue_get_lock.acquire()
62 self.pool.queue_processed += 1
63 num = self.pool.queue_processed
64 self.pool.queue_get_lock.release()
65
66 try:
--> 67 self.process(item, num)
68 except:
69 self.failed = True
70 self.pool.exceptions.append(sys.exc_info())
71 self.pool.kill()
72
73 def process(self, item, num):
item = [, ]
num = 1
self =
self._args =
self._daemonic = False
self._ident = 140391533770432
self._initialized = True
self._is_stopped = True
self._kwargs = {}
self._name = 'Thread-174'
self._native_id = 739727
self._started =
self._stderr = <_io.TextIOWrapper name='' mode='w' encoding='utf-8'>
self._target = None
self._tstate_lock = None
self.daemon = False
self.failed = True
self.get_timeout = 1
self.ident = 140391533770432
self.kill = True
self.name = 'Thread-174'
self.native_id = 739727
self.pool =
self.running = False
Frame reraise in /usr/lib/python3.11/site-packages/six.py at line 719
712
713 def reraise(tp, value, tb=None):
714 try:
715 if value is None:
716 value = tp()
717 if value.__traceback__ is not tb:
718 raise value.with_traceback(tb)
--> 719 raise value
720 finally:
721 value = None
722 tb = None
723
724 else:
725 def exec_(_code_, _globs_=None, _locs_=None):
tb = None
tp =
value = None
Frame stop in /usr/lib/python3.11/site-packages/kobo/threads.py at line 120
113 """
114 for i in self.threads:
115 i.running = False
116 for i in self.threads:
117 i.join()
118 if self.exceptions:
119 exc_info = self.exceptions[0]
--> 120 six.reraise(exc_info[0], exc_info[1], exc_info[2])
121
122 def kill(self):
123 for i in self.threads:
124 i.kill = True
125 i.running = False
126
exc_info =
i =
self =
self._logger =
self.exceptions = [(, RuntimeError('Runroot task failed: 701264. See /mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/loongarch64/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch6
self.queue =
self.queue_get_lock =
self.queue_processed = 3
self.queue_put_lock =
self.queue_total = 3
self.threads = [, , ]
Frame stop in /usr/lib/python3.11/site-packages/pungi/phases/weaver.py at line 57
50
51 self.pool.start()
52
53 def stop(self):
54 if self.finished:
55 return
56 if hasattr(self, "pool"):
--> 57 self.pool.stop()
58 self.finished = True
59 self.compose.log_info("[DONE ] %s" % self.msg)
60
61
62 class PipelineThread(WorkerThread):
63 """
self =
self._phases_schema =
self.compose =
self.finished = False
self.msg = '---------- PHASE: WEAVER ----------'
self.name = 'weaver'
self.pool =
Frame run_compose in /usr/lib/python3.11/site-packages/pungi/scripts/pungi_koji.py at line 577
570 (compose_images_phase, post_image_phase),
571 osbs_phase,
572 repoclosure_phase,
573 )
574 extra_phase = pungi.phases.WeaverPhase(compose, extra_phase_schema)
575
576 extra_phase.start()
--> 577 extra_phase.stop()
578
579 pungi.metadata.write_compose_info(compose)
580 if not (
581 buildinstall_phase.skip()
582 and ostree_installer_phase.skip()
583 and createiso_phase.skip()
arch = 'src'
buildinstall_phase =
compose =
compose_images_phase =
compose_images_schema =
config_copy_path = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/global/config-copy'
config_dump_full = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/global/config-dump.global.log'
config_file = '/data/jiaxinyyang/pungi-opencloudos/opencloudos/override.conf'
create_latest_link = True
createiso_phase =
createrepo_phase =
distro = 'OpenCloudOS-Stream'
errors = []
essentials_phase =
essentials_schema =
extra_isos_phase =
extra_phase =
extra_phase_schema =
extrafiles_phase =
f = <_io.TextIOWrapper name='/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/global/config-dump.global.log' mode='w' encoding='UTF-8'>
gather_phase =
image_build_phase =
image_checksum_phase =
image_container_phase =
init_phase =
installed_pkgs_log = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/global/installed-pkgs.global.log'
latest_link_components = -1
latest_link_status = None
liveimages_phase =
livemedia_phase =
major_ver = '23'
major_version = '23'
osbs_phase =
osbuild_phase =
ostree_installer_phase =
ostree_phase =
phase =
pkgset_phase =
post_image_phase =
pungi =
release_name = 'OpenCloudOS-Stream'
release_version = '23'
repoclosure_phase =
test_phase =
timestamp = '1770375859.423604'
variant = Variant(id="Minimal", name="Minimal", type="variant", parent=None)
Frame main in /usr/lib/python3.11/site-packages/pungi/scripts/pungi_koji.py at line 356
349 logger.error("Config validation failed with the error: %s" % error)
350 fail_to_start("Config validation failed", errors=errors)
351 sys.exit(1)
352
353 notifier.compose = compose
354 COMPOSE = compose
355 try:
--> 356 run_compose(
357 compose,
358 create_latest_link=create_latest_link,
359 latest_link_status=latest_link_status,
360 latest_link_components=latest_link_components,
361 )
362 except UnsignedPackagesError:
Compose =
PHASES_NAMES_MODIFIED = ['buildinstall', 'createiso', 'createrepo', 'extra_files', 'extra_isos', 'gather', 'image_build', 'image_checksum', 'image_container', 'init', 'live_images', 'live_media', 'osbs', 'osbuild', 'ostree',
abort = .abort at 0x7faf99e10e00>
compose =
compose_dir = '/mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0'
compose_type = 'production'
conf = {'RELEASE_NAME': 'OpenCloudOS-Stream', 'RELEASE_SHORT': 'OpenCloudOS-Stream', 'RELEASE_VERSION': '23', 'PKGSET_KOJI_TAG': 'dist-ocs23-base', 'RUNROOT_CHANNEL': 'image', 'RUNROOT_TAG': 'dist-ocs23-base
create_latest_link = True
errors = []
fail_to_start = .fail_to_start at 0x7faf99e10ea0>
group =
kobo =
latest_link_components = -1
latest_link_status = None
logger =
notifier =
opts = Namespace(target_dir='/mnt/tmp/koji/compose/23', compose_dir=None, label='RC-23.1', no_label=False, supported=False, old_composes=[], config='/data/jiaxinyyang/pungi-opencloudos/oc.conf', skip_phase=[
parser = ArgumentParser(prog='pungi-koji', usage=None, description=None, formatter_class=, conflict_handler='error', add_help=True)
productmd =
pungi =
rv = None
warning = 'WARNING: Unrecognized config option: GATHER_PREPOPULATE_REPO.'
warnings = ["WARNING: Config option runroot was removed and has no effect; remove it. Please specify 'runroot_method' if you want to enable runroot, otherwise run things locally.", 'WARNING: Config option bootab
Frame cli_main in /usr/lib/python3.11/site-packages/pungi/scripts/pungi_koji.py at line 698
691
692
693 def cli_main():
694 signal.signal(signal.SIGINT, sigterm_handler)
695 signal.signal(signal.SIGTERM, sigterm_handler)
696
697 try:
--> 698 main()
699 except (Exception, KeyboardInterrupt) as ex:
700 if COMPOSE:
701 COMPOSE.log_error("Compose run failed: %s" % ex)
702 COMPOSE.traceback()
703 COMPOSE.log_critical("Compose failed: %s" % COMPOSE.topdir)
704 COMPOSE.write_status("DOOMED")
ex = RuntimeError('Runroot task failed: 701264. See /mnt/tmp/koji/compose/23/OpenCloudOS-Stream-23-20260206.0/logs/loongarch64/extraiso-OpenCloudOS-Stream-23-20260206.0-loongarch64-minimal.iso.loongarch64.