Skip to content

stages(kickstart): run ksvalidator as part of the tests #61

stages(kickstart): run ksvalidator as part of the tests

stages(kickstart): run ksvalidator as part of the tests #61

Triggered via push November 8, 2023 10:04
Status Failure
Total duration 1h 36m 27s
Artifacts

test.yml

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

Annotations

4 errors
Unittest (-k stages/test, 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 [ "-k stages/test" = "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="-k stages/test" \ tox -e "py311"
Unittest (-k stages/test, 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 [ "-k stages/test" = "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="-k stages/test" \ tox -e "py312"
Unittest (-k stages/test, 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 [ "-k stages/test" = "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="-k stages/test" \ tox -e "py39"
Unittest (-k stages/test, 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 [ "-k stages/test" = "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="-k stages/test" \ tox -e "py36"