#4488 OSError: [Errno 30] Read-only file system: '/var/tmp/koji/tasks/9383'
Closed: Dropped by mikem. Opened by mschwendt.

An otherwise successful build failed during "tagBuild" with the traceback below. It cannot be resubmitted since the builds exist already.

https://koji.fedoraproject.org/koji/taskinfo?taskID=138739383

Traceback (most recent call last):
  File "/usr/lib/python3.13/site-packages/koji/daemon.py", line 1421, in runTask
    response = (handler.run(),)
                ~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/koji/tasks.py", line 341, in run
    self.createWorkdir()
    ~~~~~~~~~~~~~~~~~~^^
  File "/usr/lib/python3.13/site-packages/koji/tasks.py", line 367, in createWorkdir
    os.makedirs(self.workdir)
    ~~~~~~~~~~~^^^^^^^^^^^^^^
  File "<frozen os>", line 218, in makedirs
  File "<frozen os>", line 228, in makedirs
OSError: [Errno 30] Read-only file system: '/var/tmp/koji/tasks/9383'

This was reported a bit ago and should be fixed. The builder got filesystem errors, I captured them to report it and rebooted it.

It might be nice if kojid stopped accepting jobs if it's fs was read-only though.

Metadata Update from @kevin:
- Custom field Size adjusted to None

It might be nice if kojid stopped accepting jobs if it's fs was read-only though

Hmm. Maybe. #4489

Closing this as notabug, but will take up the rfe later.

Metadata Update from @mikem:
- Issue close_status updated to: Dropped
- Issue status updated to: Closed (was: Open)

How do I fix that incomplete koji task though?

Resubmitting it doesn't work:
FAILED: GenericError: Build already exists (id=2854853, state=COMPLETE):

How do I fix that incomplete koji task though?

The build completed; it is only tagging that failed. You can simply tag the build. The task status shouldn't be a problem.

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/4488

Please continue any further discussion there.

Metadata