* [igt-dev] [PATCH i-g-t] tests/gem_reset_stats: Don't allow request watchdog to interfere
@ 2023-04-13 14:36 Janusz Krzysztofik
2023-04-13 15:28 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Janusz Krzysztofik @ 2023-04-13 14:36 UTC (permalink / raw)
To: igt-dev; +Cc: intel-gfx, Chris Wilson, Nirmoy Das
A user reported recently that some subtests are failing. The test was
blocklisted in 2018, so we've lost CI feedback on its results since then.
In 2021, request watchdog with 20 seconds timeout was introduced to i915.
Kernel logs from failed subtest runs indicate that the request watchdog
interfers with engine heartbeat and request preemption used by the test
for exercising reset statistics.
Disable request watchdog during the test execution.
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8310
Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com>
---
tests/i915/gem_reset_stats.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/i915/gem_reset_stats.c b/tests/i915/gem_reset_stats.c
index baa101517d..7b003d88b6 100644
--- a/tests/i915/gem_reset_stats.c
+++ b/tests/i915/gem_reset_stats.c
@@ -906,6 +906,7 @@ igt_main
igt_fixture {
bool has_reset_stats;
bool using_full_reset;
+ char *tmp;
device = drm_open_driver(DRIVER_INTEL);
devid = intel_get_drm_devid(device);
@@ -922,6 +923,12 @@ igt_main
"No reset stats ioctl support. Too old kernel?\n");
igt_require_f(using_full_reset,
"Full GPU reset is not enabled. Is enable_hangcheck set?\n");
+
+ /* Don't allow request watchdog to interfere */
+ tmp = __igt_params_get(device, "request_timeout_ms");
+ if (tmp && atoi(tmp))
+ igt_params_save_and_set(device, "request_timeout_ms", "%u", 0);
+ free(tmp);
}
igt_subtest("params")
--
2.25.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [igt-dev] ✗ Fi.CI.BAT: failure for tests/gem_reset_stats: Don't allow request watchdog to interfere 2023-04-13 14:36 [igt-dev] [PATCH i-g-t] tests/gem_reset_stats: Don't allow request watchdog to interfere Janusz Krzysztofik @ 2023-04-13 15:28 ` Patchwork 2023-04-13 15:31 ` [igt-dev] [PATCH i-g-t] " Andrzej Hajda ` (2 subsequent siblings) 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-04-13 15:28 UTC (permalink / raw) To: Janusz Krzysztofik; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 5358 bytes --] == Series Details == Series: tests/gem_reset_stats: Don't allow request watchdog to interfere URL : https://patchwork.freedesktop.org/series/116443/ State : failure == Summary == CI Bug Log - changes from IGT_7254 -> IGTPW_8799 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_8799 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_8799, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/index.html Participating hosts (36 -> 34) ------------------------------ Missing (2): bat-atsm-1 fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_8799: ### IGT changes ### #### Possible regressions #### * igt@gem_exec_fence@basic-await@vcs0: - bat-adln-1: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-adln-1/igt@gem_exec_fence@basic-await@vcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-adln-1/igt@gem_exec_fence@basic-await@vcs0.html Known issues ------------ Here are the changes found in IGTPW_8799 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_pm_rps@basic-api: - bat-dg2-11: [PASS][3] -> [FAIL][4] ([i915#8308]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-dg2-11/igt@i915_pm_rps@basic-api.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-dg2-11/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@gt_heartbeat: - fi-bsw-n3050: [PASS][5] -> [DMESG-FAIL][6] ([i915#5334]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/fi-bsw-n3050/igt@i915_selftest@live@gt_heartbeat.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/fi-bsw-n3050/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@requests: - bat-rpls-2: [PASS][7] -> [ABORT][8] ([i915#4983] / [i915#7913]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-rpls-2/igt@i915_selftest@live@requests.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-2/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@slpc: - bat-rpls-1: NOTRUN -> [DMESG-FAIL][9] ([i915#6367] / [i915#7996]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-1/igt@i915_selftest@live@slpc.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-rpls-1: NOTRUN -> [SKIP][10] ([i915#7828]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@read-crc: - bat-adlp-9: NOTRUN -> [SKIP][11] ([i915#3546]) +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-adlp-9/igt@kms_pipe_crc_basic@read-crc.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-rpls-1: NOTRUN -> [SKIP][12] ([i915#1845]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-1/igt@kms_pipe_crc_basic@suspend-read-crc.html #### Possible fixes #### * igt@i915_selftest@live@requests: - bat-rpls-1: [ABORT][13] ([i915#7911]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-rpls-1/igt@i915_selftest@live@requests.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-1/igt@i915_selftest@live@requests.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-c-dp-1: - bat-dg2-8: [FAIL][15] ([i915#7932]) -> [PASS][16] +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-c-dp-1.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-c-dp-1.html [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7932]: https://gitlab.freedesktop.org/drm/intel/issues/7932 [i915#7996]: https://gitlab.freedesktop.org/drm/intel/issues/7996 [i915#8308]: https://gitlab.freedesktop.org/drm/intel/issues/8308 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7254 -> IGTPW_8799 CI-20190529: 20190529 CI_DRM_13002: 687357dbd79393e4cd9a36c84d6efb1eb375da70 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8799: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/index.html IGT_7254: 7fab01340a3f360abacd7914015be1ad485363d7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/index.html [-- Attachment #2: Type: text/html, Size: 6212 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/gem_reset_stats: Don't allow request watchdog to interfere 2023-04-13 14:36 [igt-dev] [PATCH i-g-t] tests/gem_reset_stats: Don't allow request watchdog to interfere Janusz Krzysztofik 2023-04-13 15:28 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork @ 2023-04-13 15:31 ` Andrzej Hajda 2023-04-14 11:47 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-04-14 16:38 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Andrzej Hajda @ 2023-04-13 15:31 UTC (permalink / raw) To: Janusz Krzysztofik, igt-dev; +Cc: intel-gfx, Chris Wilson, Nirmoy Das On 13.04.2023 16:36, Janusz Krzysztofik wrote: > A user reported recently that some subtests are failing. The test was > blocklisted in 2018, so we've lost CI feedback on its results since then. > > In 2021, request watchdog with 20 seconds timeout was introduced to i915. > Kernel logs from failed subtest runs indicate that the request watchdog > interfers with engine heartbeat and request preemption used by the test > for exercising reset statistics. > > Disable request watchdog during the test execution. > > Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/8310 > Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com> > --- > tests/i915/gem_reset_stats.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/tests/i915/gem_reset_stats.c b/tests/i915/gem_reset_stats.c > index baa101517d..7b003d88b6 100644 > --- a/tests/i915/gem_reset_stats.c > +++ b/tests/i915/gem_reset_stats.c > @@ -906,6 +906,7 @@ igt_main > igt_fixture { > bool has_reset_stats; > bool using_full_reset; > + char *tmp; > > device = drm_open_driver(DRIVER_INTEL); > devid = intel_get_drm_devid(device); > @@ -922,6 +923,12 @@ igt_main > "No reset stats ioctl support. Too old kernel?\n"); > igt_require_f(using_full_reset, > "Full GPU reset is not enabled. Is enable_hangcheck set?\n"); > + > + /* Don't allow request watchdog to interfere */ > + tmp = __igt_params_get(device, "request_timeout_ms"); With presence of igt_params_scanf it would be simpler. Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com> Regards Andrzej > + if (tmp && atoi(tmp)) > + igt_params_save_and_set(device, "request_timeout_ms", "%u", 0); > + free(tmp); > } > > igt_subtest("params") ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/gem_reset_stats: Don't allow request watchdog to interfere 2023-04-13 14:36 [igt-dev] [PATCH i-g-t] tests/gem_reset_stats: Don't allow request watchdog to interfere Janusz Krzysztofik 2023-04-13 15:28 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork 2023-04-13 15:31 ` [igt-dev] [PATCH i-g-t] " Andrzej Hajda @ 2023-04-14 11:47 ` Patchwork 2023-04-14 16:38 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-04-14 11:47 UTC (permalink / raw) To: Janusz Krzysztofik; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 4975 bytes --] == Series Details == Series: tests/gem_reset_stats: Don't allow request watchdog to interfere URL : https://patchwork.freedesktop.org/series/116443/ State : success == Summary == CI Bug Log - changes from IGT_7254 -> IGTPW_8799 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/index.html Participating hosts (36 -> 34) ------------------------------ Missing (2): bat-atsm-1 fi-snb-2520m Known issues ------------ Here are the changes found in IGTPW_8799 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fence@basic-await@vcs0: - bat-adln-1: [PASS][1] -> [FAIL][2] ([i915#8360]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-adln-1/igt@gem_exec_fence@basic-await@vcs0.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-adln-1/igt@gem_exec_fence@basic-await@vcs0.html * igt@i915_pm_rps@basic-api: - bat-dg2-11: [PASS][3] -> [FAIL][4] ([i915#8308]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-dg2-11/igt@i915_pm_rps@basic-api.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-dg2-11/igt@i915_pm_rps@basic-api.html * igt@i915_selftest@live@gt_heartbeat: - fi-bsw-n3050: [PASS][5] -> [DMESG-FAIL][6] ([i915#5334]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/fi-bsw-n3050/igt@i915_selftest@live@gt_heartbeat.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/fi-bsw-n3050/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@live@requests: - bat-rpls-2: [PASS][7] -> [ABORT][8] ([i915#4983] / [i915#7913]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-rpls-2/igt@i915_selftest@live@requests.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-2/igt@i915_selftest@live@requests.html * igt@i915_selftest@live@slpc: - bat-rpls-1: NOTRUN -> [DMESG-FAIL][9] ([i915#6367] / [i915#7996]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-1/igt@i915_selftest@live@slpc.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - bat-rpls-1: NOTRUN -> [SKIP][10] ([i915#7828]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_pipe_crc_basic@read-crc: - bat-adlp-9: NOTRUN -> [SKIP][11] ([i915#3546]) +1 similar issue [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-adlp-9/igt@kms_pipe_crc_basic@read-crc.html * igt@kms_pipe_crc_basic@suspend-read-crc: - bat-rpls-1: NOTRUN -> [SKIP][12] ([i915#1845]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-1/igt@kms_pipe_crc_basic@suspend-read-crc.html #### Possible fixes #### * igt@i915_selftest@live@requests: - bat-rpls-1: [ABORT][13] ([i915#7911]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-rpls-1/igt@i915_selftest@live@requests.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-rpls-1/igt@i915_selftest@live@requests.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-c-dp-1: - bat-dg2-8: [FAIL][15] ([i915#7932]) -> [PASS][16] +1 similar issue [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-c-dp-1.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/bat-dg2-8/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence@pipe-c-dp-1.html [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845 [i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546 [i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911 [i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913 [i915#7932]: https://gitlab.freedesktop.org/drm/intel/issues/7932 [i915#7996]: https://gitlab.freedesktop.org/drm/intel/issues/7996 [i915#8308]: https://gitlab.freedesktop.org/drm/intel/issues/8308 [i915#8360]: https://gitlab.freedesktop.org/drm/intel/issues/8360 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7254 -> IGTPW_8799 CI-20190529: 20190529 CI_DRM_13002: 687357dbd79393e4cd9a36c84d6efb1eb375da70 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8799: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/index.html IGT_7254: 7fab01340a3f360abacd7914015be1ad485363d7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/index.html [-- Attachment #2: Type: text/html, Size: 5817 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/gem_reset_stats: Don't allow request watchdog to interfere 2023-04-13 14:36 [igt-dev] [PATCH i-g-t] tests/gem_reset_stats: Don't allow request watchdog to interfere Janusz Krzysztofik ` (2 preceding siblings ...) 2023-04-14 11:47 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2023-04-14 16:38 ` Patchwork 3 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2023-04-14 16:38 UTC (permalink / raw) To: Janusz Krzysztofik; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 14328 bytes --] == Series Details == Series: tests/gem_reset_stats: Don't allow request watchdog to interfere URL : https://patchwork.freedesktop.org/series/116443/ State : success == Summary == CI Bug Log - changes from IGT_7254_full -> IGTPW_8799_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/index.html Participating hosts (7 -> 7) ------------------------------ No changes in participating hosts Known issues ------------ Here are the changes found in IGTPW_8799_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_exec_fair@basic-deadline: - shard-glk: [PASS][1] -> [FAIL][2] ([i915#2846]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-glk9/igt@gem_exec_fair@basic-deadline.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-glk7/igt@gem_exec_fair@basic-deadline.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-apl: [PASS][3] -> [FAIL][4] ([i915#2842]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-apl2/igt@gem_exec_fair@basic-pace-solo@rcs0.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-apl3/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-pace@rcs0: - shard-glk: [PASS][5] -> [FAIL][6] ([i915#2842]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-glk7/igt@gem_exec_fair@basic-pace@rcs0.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-glk8/igt@gem_exec_fair@basic-pace@rcs0.html * igt@i915_pm_dc@dc9-dpms: - shard-apl: [PASS][7] -> [SKIP][8] ([fdo#109271]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-apl2/igt@i915_pm_dc@dc9-dpms.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-apl7/igt@i915_pm_dc@dc9-dpms.html * igt@i915_selftest@live@gt_heartbeat: - shard-apl: [PASS][9] -> [DMESG-FAIL][10] ([i915#5334]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-apl3/igt@i915_selftest@live@gt_heartbeat.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-apl1/igt@i915_selftest@live@gt_heartbeat.html * igt@i915_selftest@mock@sanitycheck: - shard-snb: [PASS][11] -> [ABORT][12] ([i915#4528]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-snb4/igt@i915_selftest@mock@sanitycheck.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-snb4/igt@i915_selftest@mock@sanitycheck.html * igt@v3d/v3d_submit_cl@bad-multisync-extension: - shard-snb: NOTRUN -> [SKIP][13] ([fdo#109271]) +14 similar issues [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-snb2/igt@v3d/v3d_submit_cl@bad-multisync-extension.html #### Possible fixes #### * igt@gem_barrier_race@remote-request@rcs0: - {shard-tglu}: [ABORT][14] ([i915#8211]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-tglu-8/igt@gem_barrier_race@remote-request@rcs0.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-tglu-9/igt@gem_barrier_race@remote-request@rcs0.html * igt@gem_exec_fair@basic-none@bcs0: - {shard-rkl}: [FAIL][16] ([i915#2842]) -> [PASS][17] [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-rkl-6/igt@gem_exec_fair@basic-none@bcs0.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-rkl-1/igt@gem_exec_fair@basic-none@bcs0.html * igt@i915_module_load@reload: - shard-snb: [ABORT][18] ([i915#4528]) -> [PASS][19] [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-snb4/igt@i915_module_load@reload.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-snb5/igt@i915_module_load@reload.html * igt@i915_pm_rpm@modeset-lpsp-stress: - {shard-dg1}: [SKIP][20] ([i915#1397]) -> [PASS][21] +1 similar issue [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-dg1-15/igt@i915_pm_rpm@modeset-lpsp-stress.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-dg1-14/igt@i915_pm_rpm@modeset-lpsp-stress.html * igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1: - shard-glk: [FAIL][22] ([i915#2521]) -> [PASS][23] [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-glk9/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-glk7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-1.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size: - shard-glk: [FAIL][24] ([i915#2346]) -> [PASS][25] [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@single-move@pipe-b: - {shard-rkl}: [INCOMPLETE][26] ([i915#8011]) -> [PASS][27] +1 similar issue [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-rkl-7/igt@kms_cursor_legacy@single-move@pipe-b.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-rkl-1/igt@kms_cursor_legacy@single-move@pipe-b.html * igt@kms_flip@plain-flip-ts-check@b-hdmi-a1: - shard-glk: [FAIL][28] ([i915#2122]) -> [PASS][29] [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7254/shard-glk9/igt@kms_flip@plain-flip-ts-check@b-hdmi-a1.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/shard-glk2/igt@kms_flip@plain-flip-ts-check@b-hdmi-a1.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274 [fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279 [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280 [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285 [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289 [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291 [fdo#109300]: https://bugs.freedesktop.org/show_bug.cgi?id=109300 [fdo#109307]: https://bugs.freedesktop.org/show_bug.cgi?id=109307 [fdo#109312]: https://bugs.freedesktop.org/show_bug.cgi?id=109312 [fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314 [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315 [fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189 [fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614 [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615 [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825 [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827 [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054 [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072 [i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397 [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839 [i915#1902]: https://gitlab.freedesktop.org/drm/intel/issues/1902 [i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527 [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575 [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587 [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672 [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681 [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842 [i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846 [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856 [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023 [i915#315]: https://gitlab.freedesktop.org/drm/intel/issues/315 [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281 [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282 [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297 [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299 [i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318 [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359 [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458 [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469 [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539 [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555 [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591 [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637 [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638 [i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689 [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708 [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742 [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840 [i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886 [i915#3952]: https://gitlab.freedesktop.org/drm/intel/issues/3952 [i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989 [i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404 [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070 [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077 [i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078 [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079 [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083 [i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098 [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103 [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212 [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213 [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270 [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349 [i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528 [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565 [i915#4579]: https://gitlab.freedesktop.org/drm/intel/issues/4579 [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613 [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771 [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812 [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816 [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818 [i915#4833]: https://gitlab.freedesktop.org/drm/intel/issues/4833 [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852 [i915#4859]: https://gitlab.freedesktop.org/drm/intel/issues/4859 [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860 [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873 [i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881 [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176 [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235 [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286 [i915#5288]: https://gitlab.freedesktop.org/drm/intel/issues/5288 [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289 [i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325 [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533 [i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334 [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354 [i915#5431]: https://gitlab.freedesktop.org/drm/intel/issues/5431 [i915#5563]: https://gitlab.freedesktop.org/drm/intel/issues/5563 [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095 [i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230 [i915#6433]: https://gitlab.freedesktop.org/drm/intel/issues/6433 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590 [i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768 [i915#6946]: https://gitlab.freedesktop.org/drm/intel/issues/6946 [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116 [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697 [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711 [i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742 [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828 [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975 [i915#8011]: https://gitlab.freedesktop.org/drm/intel/issues/8011 [i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211 [i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_7254 -> IGTPW_8799 CI-20190529: 20190529 CI_DRM_13002: 687357dbd79393e4cd9a36c84d6efb1eb375da70 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_8799: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/index.html IGT_7254: 7fab01340a3f360abacd7914015be1ad485363d7 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_8799/index.html [-- Attachment #2: Type: text/html, Size: 8448 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-04-14 16:38 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-04-13 14:36 [igt-dev] [PATCH i-g-t] tests/gem_reset_stats: Don't allow request watchdog to interfere Janusz Krzysztofik 2023-04-13 15:28 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork 2023-04-13 15:31 ` [igt-dev] [PATCH i-g-t] " Andrzej Hajda 2023-04-14 11:47 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2023-04-14 16:38 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox