You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the qgis_testrunner.sh script to run some unit tests for a QGIS-Plugin. Recently, the test runner always returns with ERROR: no output from the test runner! (exit code: 0)
This is basically the same issue as #50729, but now it is affecting the recent release-3_28 and release-3_30 images and I believe this time it has a different cause.
From what I can tell there seem to be two different issues at play here:
The Github Actions Runner is running out of disk space when building the images. This causes the build to fail.
> [ 8/13] RUN SUCCESS=OK && cmake -GNinja -DUSE_CCACHE=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DWITH_DESKTOP=ON -DWITH_SERVER=ON -DWITH_3D=ON -DWITH_BINDINGS=ON -DWITH_CUSTOM_WIDGETS=ON -DBINDINGS_GLOBAL_INSTALL=ON -DWITH_STAGED_PLUGINS=ON -DWITH_GRASS=ON -DSUPPRESS_QT_WARNINGS=ON -DDISABLE_DEPRECATED=ON -DENABLE_TESTS=OFF -DWITH_QSPATIALITE=ON -DWITH_APIDOC=OFF -DWITH_ASTYLE=OFF .. && ninja install || SUCCESS=FAILED && echo "$SUCCESS" > /QGIS/build_exit_value:
9363.4 file INSTALL cannot copy file "/QGIS/build/output/i18n/qgis_ja.qm" to
9363.4 "/usr/share/qgis/i18n/qgis_ja.qm": No space left on device.
Somehow the faulty images where the build did not succeed still get uploaded to docker hub and replace the previously working images.
e.g. checking the build exit value shows that the build did not succeed
What is the bug or the crash?
I am using the
qgis_testrunner.sh
script to run some unit tests for a QGIS-Plugin. Recently, the test runner always returns withERROR: no output from the test runner! (exit code: 0)
This is basically the same issue as #50729, but now it is affecting the recent
release-3_28
andrelease-3_30
images and I believe this time it has a different cause.From what I can tell there seem to be two different issues at play here:
e.g. checking the build exit value shows that the build did not succeed
Steps to reproduce the issue
docker pull qgis/qgis:release-3_28
docker run -d --name qgis28 -e DISPLAY=:99 qgis/qgis:release-3_28
docker start qgis28
docker exec -it qgis28 sh -c "qgis_testrunner.sh"
Versions
release-3_28, release-3_30
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: