Skip to content

fixup! deal with non-traditional stages #172

fixup! deal with non-traditional stages

fixup! deal with non-traditional stages #172

Triggered via push November 21, 2023 15:50
Status Failure
Total duration 49m 0s
Artifacts

test.yml

on: push
Matrix: Unittest
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Unittest (test.run.test_stages, py311)
Command failed: /usr/bin/docker run --net=host --privileged --rm --volume=/:/osb/host --volume=/home/runner/work/osbuild/osbuild:/osb/workdir --volume=/lib/modules/:/lib/modules/ --volume=/var/run/docker.sock:/var/run/docker.sock ghcr.io/osbuild/osbuild-ci:latest-202308241910 /bin/bash -o errexit -c # Note that only "test.run.test_stages" runs in parallel because # the other tests are not sufficiently isolated and will cause # random failures. But test_stages is the long running one with # almost 2h. if [ "test.run.test_stages" = "test.run.test_stages" ]; then # Using 4 workers is a bit arbitrary, "auto" is probably too # aggressive. export TEST_WORKERS="-n 4" # Share the store between the workers speeds things up further export OSBUILD_TEST_STORE=/var/tmp/osbuild-test-store fi TEST_CATEGORY="test.run.test_stages" \ tox -e "py311"
Unittest (test.run.test_stages, py39)
Command failed: /usr/bin/docker run --net=host --privileged --rm --volume=/:/osb/host --volume=/home/runner/work/osbuild/osbuild:/osb/workdir --volume=/lib/modules/:/lib/modules/ --volume=/var/run/docker.sock:/var/run/docker.sock ghcr.io/osbuild/osbuild-ci:latest-202308241910 /bin/bash -o errexit -c # Note that only "test.run.test_stages" runs in parallel because # the other tests are not sufficiently isolated and will cause # random failures. But test_stages is the long running one with # almost 2h. if [ "test.run.test_stages" = "test.run.test_stages" ]; then # Using 4 workers is a bit arbitrary, "auto" is probably too # aggressive. export TEST_WORKERS="-n 4" # Share the store between the workers speeds things up further export OSBUILD_TEST_STORE=/var/tmp/osbuild-test-store fi TEST_CATEGORY="test.run.test_stages" \ tox -e "py39"
Unittest (test.run.test_stages, py36)
Command failed: /usr/bin/docker run --net=host --privileged --rm --volume=/:/osb/host --volume=/home/runner/work/osbuild/osbuild:/osb/workdir --volume=/lib/modules/:/lib/modules/ --volume=/var/run/docker.sock:/var/run/docker.sock ghcr.io/osbuild/osbuild-ci:latest-202308241910 /bin/bash -o errexit -c # Note that only "test.run.test_stages" runs in parallel because # the other tests are not sufficiently isolated and will cause # random failures. But test_stages is the long running one with # almost 2h. if [ "test.run.test_stages" = "test.run.test_stages" ]; then # Using 4 workers is a bit arbitrary, "auto" is probably too # aggressive. export TEST_WORKERS="-n 4" # Share the store between the workers speeds things up further export OSBUILD_TEST_STORE=/var/tmp/osbuild-test-store fi TEST_CATEGORY="test.run.test_stages" \ tox -e "py36"
Unittest (test.run.test_stages, py312)
Command failed: /usr/bin/docker run --net=host --privileged --rm --volume=/:/osb/host --volume=/home/runner/work/osbuild/osbuild:/osb/workdir --volume=/lib/modules/:/lib/modules/ --volume=/var/run/docker.sock:/var/run/docker.sock ghcr.io/osbuild/osbuild-ci:latest-202308241910 /bin/bash -o errexit -c # Note that only "test.run.test_stages" runs in parallel because # the other tests are not sufficiently isolated and will cause # random failures. But test_stages is the long running one with # almost 2h. if [ "test.run.test_stages" = "test.run.test_stages" ]; then # Using 4 workers is a bit arbitrary, "auto" is probably too # aggressive. export TEST_WORKERS="-n 4" # Share the store between the workers speeds things up further export OSBUILD_TEST_STORE=/var/tmp/osbuild-test-store fi TEST_CATEGORY="test.run.test_stages" \ tox -e "py312"