#12349 Untagged Rawhide build / read-only filesystem on builder
Closed: Fixed with Explanation by kevin. Opened by jjames.

  • Describe the issue
    I did a build of emacs-company-mode: https://koji.fedoraproject.org/koji/taskinfo?taskID=123737959. The build succeeded, but tagBuild failed:
Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/koji/daemon.py", line 1505, in runTask
    response = (handler.run(),)
                ^^^^^^^^^^^^^
  File "/usr/lib/python3.12/site-packages/koji/tasks.py", line 338, in run
    self.createWorkdir()
  File "/usr/lib/python3.12/site-packages/koji/tasks.py", line 364, in createWorkdir
    os.makedirs(self.workdir)
  File "<frozen os>", line 225, in makedirs
OSError: [Errno 30] Read-only file system: '/var/tmp/koji/tasks/8334/123738334'

So two issues: there is a machine with a read-only filesystem, and the emacs-company-mode build has not been tagged into Rawhide. I tried to rebuild it and was told "Build already exists".

  • When do you need this? (YYYY/MM/DD)
    No particular time.

  • When is this no longer needed or useful? (YYYY/MM/DD)
    No particular time.

  • If we cannot complete your request, what is the impact?
    I just have to bump Release and rebuild. Please let me know if I should do that.


Metadata Update from @kevin:
- Issue assigned to kevin

yes, I disabled this builder ~3 hours ago.

~ koji tag-build f42-updates-candidate  emacs-company-mode-1.0.0-1.fc42
Created task 123743491
Watching tasks (this may be safely interrupted)...
123743491 tagBuild (noarch): free
123743491 tagBuild (noarch): free -> assigned (buildhw-a64-03.iad2.fedoraproject.org)
123743491 tagBuild (noarch): assigned (buildhw-a64-03.iad2.fedoraproject.org) -> closed
  0 free  0 open  1 done  0 failed
123743491 tagBuild (noarch) completed successfully

Should be set now.

Metadata Update from @kevin:
- Issue close_status updated to: Fixed with Explanation
- Issue status updated to: Closed (was: Open)

Thank you!

Metadata