|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 20230627] apptainer: Write failed because no space left on device | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Other | Assignee: | Yiannis Bonatakis <ioannis.bonatakis> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | dleuenberger |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.opensuse.org/tests/3390518/modules/apptainer/steps/42 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Dominique Leuenberger
2023-06-28 19:08:39 UTC
Apparently, the command `apptainer build container.sif apptainer_container.def` died while it tried to create the squashfs. It is conceivable that apptainer temporarily needs some scratch space while creating the sif file. If space on the test system is too scares this needs to be remedied by QA. It is unrelated to the software. Assigning to Ioannis. (In reply to Egbert Eich from comment #1) > Apparently, the command `apptainer build container.sif > apptainer_container.def` died while it tried to create the squashfs. It is > conceivable that apptainer temporarily needs some scratch space while > creating the sif file. If space on the test system is too scares this needs > to be remedied by QA. It is unrelated to the software. > Assigning to Ioannis. AS can be seen in the output of df in comment #0 we are on a 30GB disk with 2.3GB occupied. If we need more free space than that, everybody will be doomed (only chance would be for apptainer to use /tmp which is tmpfs and < 1GB free... but that should not have changed recently) Seems we really run out of diskspace there in /tmp /tmp being tmpfs I tried a test run with more RAM associated to the VM - which in turn passes. Will adjust the test to offer it that needed memory (not clear why this started happening the day it did - but well) Adjusted test suite with QEMURAM=2048 |