Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Artificial but very evident reproducer:
sos report --clean --keywords tmp -o system --batch
fails with:
[cleaner] Obfuscating ui.log
[cleaner] Obfuscating manifest.json
Creating compressed archive...
No such file or directory while finalizing archive /var/tmp/sos.0twrlqpo/sosreport-pmoravec-rhel8-2022-03-16-bbwngfg
Creating archive tarball failed.
Traceback (most recent call last):
File "bin/sos", line 22, in <module>
sos.execute()
File "/root/sos-main/sos/__init__.py", line 188, in execute
self._component.execute()
File "/root/sos-main/sos/report/__init__.py", line 1600, in execute
return self.final_work()
File "/root/sos-main/sos/report/__init__.py", line 1497, in final_work
archivestat, map_file=map_file)
UnboundLocalError: local variable 'archivestat' referenced before assignment
Correct behaviour: the sosreport does not hit an exception and finishes successfully.
Comment 7Adriana Jurkechova
2023-03-07 15:03:12 UTC
Tested on RHEL-9.1 with reproducer from Comment 1 and build https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=2363539. Switching to Tested.
[root@ajurkech-1mt-rhel-9-1-0-updates-20230222-39-24967-2023-03-07-14 ~]# sos report --clean --keywords tmp -o system --batch
sosreport (version 4.5.0)
...
Found 1 total reports to obfuscate, processing up to 4 concurrently
sosreport-ci-vm-10-0-139-183-2023-03-07-pjvfmdx : Beginning obfuscation...
sosreport-ci-vm-10-0-139-183-2023-03-07-pjvfmdx : Obfuscation completed [removed 1 unprocessable files]
Successfully obfuscated 1 report(s)
Creating compressed archive...
A mapping of obfuscated elements is available at
/var/tmp/sosreport-ci-vm-10-0-139-183-2023-03-07-pjvfmdx-private_map
Your sosreport has been generated and saved in:
/var/tmp/sosreport-ci-vm-10-0-139-183-2023-03-07-pjvfmdx-obfuscated.tar.xz
Artificial but very evident reproducer: sos report --clean --keywords tmp -o system --batch fails with: [cleaner] Obfuscating ui.log [cleaner] Obfuscating manifest.json Creating compressed archive... No such file or directory while finalizing archive /var/tmp/sos.0twrlqpo/sosreport-pmoravec-rhel8-2022-03-16-bbwngfg Creating archive tarball failed. Traceback (most recent call last): File "bin/sos", line 22, in <module> sos.execute() File "/root/sos-main/sos/__init__.py", line 188, in execute self._component.execute() File "/root/sos-main/sos/report/__init__.py", line 1600, in execute return self.final_work() File "/root/sos-main/sos/report/__init__.py", line 1497, in final_work archivestat, map_file=map_file) UnboundLocalError: local variable 'archivestat' referenced before assignment Correct behaviour: the sosreport does not hit an exception and finishes successfully.