|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 20240527] openQA test fails in apptainer | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Guillaume GARDET <guillaume.gardet> |
| Component: | Containers | Assignee: | Ricardo Branco <rbranco> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | cgoll, pcervinka, rbranco |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | aarch64 | ||
| OS: | Other | ||
| URL: | https://openqa.opensuse.org/tests/4226345/modules/apptainer/steps/40 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
Main changes in snapshot 20240527
Screenshot from test |
||
|
Description
Guillaume GARDET
2024-05-30 08:25:00 UTC
Created attachment 875215 [details]
Main changes in snapshot 20240527
Created attachment 875252 [details]
Screenshot from test
This is a problem with the test suite. The screen shot shows the error message:
"While performing build: while creating squashfs: create command failed: exit status 1: Write failed because no space left on device".
Assigning back to reporter as he may know who would be able to address this.
(In reply to Egbert Eich from comment #2) > Created attachment 875252 [details] > Screenshot from test > > This is a problem with the test suite. The screen shot shows the error > message: > "While performing build: while creating squashfs: create command failed: > exit status 1: Write failed because no space left on device". > Assigning back to reporter as he may know who would be able to address this. I do not think this is a problem with the test suite since the same test code used to work and was not updated recently https://github.com/os-autoinst/os-autoinst-distri-opensuse/commits/master/tests/containers/apptainer.pm This PR fixes test issue: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/19444 While we're at it, here's the serial terminal log for the failed job: https://openqa.opensuse.org/tests/4243199/logfile?filename=serial_terminal.txt Why it downloads Leap on a Tumbleweed container? The container definition at https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/containers/apptainer_container.def has: MirrorURL: http://download.opensuse.org/distribution/openSUSE-stable/repo/oss/ I've never seen this repo. Is this correct? PR merged. VR passed. Test issue fixed. |