* [igt-dev] [PATCH i-g-t] [RFC] scripts/test_list.py: enforce mandatory fields to be filled
@ 2023-08-31 12:58 Mauro Carvalho Chehab
2023-08-31 13:30 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork
2023-08-31 13:34 ` [igt-dev] ✗ GitLab.Pipeline: warning " Patchwork
0 siblings, 2 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2023-08-31 12:58 UTC (permalink / raw)
To: igt-dev
From: Mauro Carvalho Chehab <mchehab@kernel.org>
If they won't be filled, compilation will break.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/test_list.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/test_list.py b/scripts/test_list.py
index c23d6d735edf..d52cf23a18ad 100755
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -1000,7 +1000,7 @@ class TestList:
if run_missing:
for test_name in run_missing:
print(f'Warning: Missing documentation for {test_name}')
- if doc_uneeded or run_missing:
+ if doc_uneeded or run_missing or missing_mandatory_fields:
sys.exit(1)
#
--
2.41.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* [igt-dev] ✗ Fi.CI.BUILD: failure for scripts/test_list.py: enforce mandatory fields to be filled
2023-08-31 12:58 [igt-dev] [PATCH i-g-t] [RFC] scripts/test_list.py: enforce mandatory fields to be filled Mauro Carvalho Chehab
@ 2023-08-31 13:30 ` Patchwork
2023-08-31 13:34 ` [igt-dev] ✗ GitLab.Pipeline: warning " Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2023-08-31 13:30 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: igt-dev
== Series Details ==
Series: scripts/test_list.py: enforce mandatory fields to be filled
URL : https://patchwork.freedesktop.org/series/123111/
State : failure
== Summary ==
IGT patchset build failed on latest successful build
30b4034ea562952039ba6af58106791d5c39999e tests/i915/kms_big_fb: Fix testplan documentation
Tail of build.log:
[1613/1633] Linking target runner/runner_test.
[1614/1633] Compiling C object 'lib/76b5a35@@i915_perf@sha/meson-generated_.._i915_perf_metrics_acmgt2.c.o'.
[1615/1633] Compiling C object 'lib/76b5a35@@i915_perf@sha/meson-generated_.._i915_perf_metrics_acmgt3.c.o'.
[1616/1633] Linking target lib/libi915_perf.so.1.5.
[1617/1633] Generating symbol file 'lib/76b5a35@@i915_perf@sha/libi915_perf.so.1.5.symbols'.
[1618/1633] Linking target tools/i915-perf/i915-perf-configs.
[1619/1633] Linking target tools/i915-perf/i915-perf-reader.
[1620/1633] Linking target tools/i915-perf/i915-perf-recorder.
[1621/1633] Linking target tests/gem_barrier_race.
[1622/1633] Linking target tests/core_hotunplug.
[1623/1633] Linking target tests/perf.
[1624/1633] Generating core_hotunplug.testlist with a meson_exe.py custom command.
[1625/1633] Generating gem_barrier_race.testlist with a meson_exe.py custom command.
[1626/1633] Generating perf.testlist with a meson_exe.py custom command.
[1627/1633] Generating xe_tests.rst with a custom command.
FAILED: docs/testplan/xe_tests.rst
/usr/src/igt-gpu-tools/scripts/igt_doc.py --config /usr/src/igt-gpu-tools/tests/xe/xe_test_config.json --rest docs/testplan/xe_tests.rst --check-testlist --igt-build-path /opt/igt/build
Warning: igt@xe_pm@vram-d3cold-threshold Functionality documentation is missing
Warning: igt@xe_sysfs_scheduler@job_timeout_ms-invalid Category documentation is missing
Warning: igt@xe_sysfs_scheduler@job_timeout_ms-min-max Category documentation is missing
Warning: igt@xe_sysfs_scheduler@job_timeout_ms-nonprivileged-user Category documentation is missing
Warning: igt@xe_sysfs_scheduler@preempt_timeout_us-invalid Category documentation is missing
Warning: igt@xe_sysfs_scheduler@preempt_timeout_us-min-max Category documentation is missing
Warning: igt@xe_sysfs_scheduler@preempt_timeout_us-nonprivileged-user Category documentation is missing
Warning: igt@xe_sysfs_scheduler@timeslice_duration_us-invalid Category documentation is missing
Warning: igt@xe_sysfs_scheduler@timeslice_duration_us-min-max Category documentation is missing
Warning: igt@xe_sysfs_scheduler@timeslice_duration_us-nonprivileged-user Category documentation is missing
Warning: igt@xe_sysfs_tile@physical_vram_size_bytes Run type documentation is missing
Warning: igt@xe_sysfs_tile@physical_vram_size_bytes Category documentation is missing
Warning: igt@xe_uevent@fake_reset_uevent_listener Run type documentation is missing
Warning: igt@xe_uevent@fake_reset_uevent_listener Category documentation is missing
Warning: igt@xe_vm@mmap-style-bind-all Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-either-side-full Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-either-side-partial Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-either-side-partial-hammer Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-either-side-partial-large-page-hammer Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-either-side-partial-split-page-hammer Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-end Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-front Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-many-all Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-many-either-side-partial Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-many-either-side-partial-hammer Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-one-partial Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-userptr-all Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-userptr-either-side-full Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-userptr-either-side-partial Functionality documentation is missing
Warning: igt@xe_vm@mmap-style-bind-userptr-one-partial Functionality documentation is missing
[1628/1633] Generating kms_tests.rst with a custom command.
[1629/1633] Generating i915_tests.rst with a custom command.
ninja: build stopped: subcommand failed.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [igt-dev] ✗ GitLab.Pipeline: warning for scripts/test_list.py: enforce mandatory fields to be filled
2023-08-31 12:58 [igt-dev] [PATCH i-g-t] [RFC] scripts/test_list.py: enforce mandatory fields to be filled Mauro Carvalho Chehab
2023-08-31 13:30 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork
@ 2023-08-31 13:34 ` Patchwork
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2023-08-31 13:34 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: igt-dev
== Series Details ==
Series: scripts/test_list.py: enforce mandatory fields to be filled
URL : https://patchwork.freedesktop.org/series/123111/
State : warning
== Summary ==
Pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/974496 for the overview.
build-containers:build-debian has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48303007):
time="2023-08-31T13:30:58Z" level=fatal msg="Get https://registry.freedesktop.org/v2/gfx-ci/igt-ci-tags/build-debian/manifests/dockerfile-4c2929c9dd27567d233d485e532d992eaf34d7d0: dial tcp 147.75.198.156:443: i/o timeout"
Building!
STEP 1: FROM registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-minimal:commit-3d166a0af50b13bbc3693b8bcefb1ffd5bd757b8
Getting image source signatures
Copying blob sha256:2f92e8d0541551f215cc8116b6a6507a714a936f45b19286a6664467db837932
Copying config sha256:08904a47f4efcc161569a9b7f88c458fc6e3e85a2225132246af9cf5cc6c4e5b
Writing manifest to image destination
Storing signatures
STEP 2: RUN apt-get update
error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-31T13:31:13Z" level=warning msg="signal: killed"
time="2023-08-31T13:31:13Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n"
container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\""
: exit status 1
Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1
section_end:1693488674:step_script
section_start:1693488674:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1693488674:cleanup_file_variables
ERROR: Job failed: exit code 1
build-containers:build-debian-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48303009):
time="2023-08-31T13:30:37Z" level=fatal msg="Error determining repository tags: Get https://registry.freedesktop.org/v2/gfx-ci/igt-ci-tags/build-debian-arm64/tags/list?last=commit-06833ffeaf7621c3fef097166539bbe999a33e9c&n=100: dial tcp 147.75.198.156:443: i/o timeout"
Building!
STEP 1: FROM debian:buster
Getting image source signatures
Copying blob sha256:d6b7393fb4f375905c31c483d81ce2a2905f88aba8cb198874da2b54035bc41d
Copying config sha256:de08540e8ff0e470ff7956df4bed403725a5f45c186e9bf495da5344ff8fbe84
Writing manifest to image destination
Storing signatures
STEP 2: RUN apt-get update
error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-31T13:30:42Z" level=warning msg="signal: killed"
time="2023-08-31T13:30:42Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n"
container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\""
: exit status 1
Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1
section_end:1693488642:step_script
section_start:1693488642:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1693488643:cleanup_file_variables
ERROR: Job failed: exit code 1
build-containers:build-debian-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48303008):
time="2023-08-31T13:30:38Z" level=fatal msg="Error determining repository tags: Get https://registry.freedesktop.org/v2/gfx-ci/igt-ci-tags/build-debian-armhf/tags/list?last=commit-344887237473c73b09a3cd6893d97e5abf5a229d&n=100: dial tcp 147.75.198.156:443: i/o timeout"
Building!
STEP 1: FROM debian:buster
Getting image source signatures
Copying blob sha256:d6b7393fb4f375905c31c483d81ce2a2905f88aba8cb198874da2b54035bc41d
Copying config sha256:de08540e8ff0e470ff7956df4bed403725a5f45c186e9bf495da5344ff8fbe84
Writing manifest to image destination
Storing signatures
STEP 2: RUN apt-get update
error running container: error creating container for [/bin/sh -c apt-get update]: time="2023-08-31T13:30:42Z" level=warning msg="signal: killed"
time="2023-08-31T13:30:42Z" level=error msg="container_linux.go:346: starting container process caused \"process_linux.go:297: applying cgroup configuration for process caused \\\"mountpoint for cgroup not found\\\"\"\n"
container_linux.go:346: starting container process caused "process_linux.go:297: applying cgroup configuration for process caused \"mountpoint for cgroup not found\""
: exit status 1
Error: error building at STEP "RUN apt-get update": error while running runtime: exit status 1
section_end:1693488643:step_script
section_start:1693488643:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1693488643:cleanup_file_variables
ERROR: Job failed: exit code 1
build-containers:build-debian-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/48303010):
Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/
Checking out 3d166a0a as detached HEAD (ref is intel/IGTPW_9694)...
Skipping Git submodules setup
section_end:1693488597:get_sources
section_start:1693488597:step_script
Executing "step_script" stage of the job script
Using docker image sha256:594aa868d31ee3304dee8cae8a3433c89a6fcfcf6c7d420c04cce22f60147176 for registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 with digest registry.freedesktop.org/wayland/ci-templates/buildah@sha256:7dbcf22cd2c1c7d49db0dc7b4ab207c3d6a4a09bd81cc3b71a688d3727d8749f ...
$ /host/bin/curl -s -L --cacert /host/ca-certificates.crt --retry 4 -f --retry-delay 60 https://gitlab.freedesktop.org/freedesktop/helm-gitlab-infra/-/raw/main/runner-gating/runner-gating.sh | sh
Checking if the user of the pipeline is allowed...
Checking if the job's project is part of a well-known group...
Thank you for contributing to freedesktop.org
$ podman login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
Error: error authenticating creds for "registry.freedesktop.org": Get https://registry.freedesktop.org/v2/: net/http: TLS handshake timeout
section_end:1693488608:step_script
section_start:1693488608:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1693488609:cleanup_file_variables
ERROR: Job failed: exit code 1
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/974496
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-31 13:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-31 12:58 [igt-dev] [PATCH i-g-t] [RFC] scripts/test_list.py: enforce mandatory fields to be filled Mauro Carvalho Chehab
2023-08-31 13:30 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork
2023-08-31 13:34 ` [igt-dev] ✗ GitLab.Pipeline: warning " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox