All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t v2] tests/kms_concurrent: check if second primary plane is valid
@ 2022-03-25 23:41 Abhinav Kumar
  2022-03-26  0:20 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2) Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Abhinav Kumar @ 2022-03-25 23:41 UTC (permalink / raw)
  To: igt-dev
  Cc: petri.latvala, swboyd, nganji, seanpaul, quic_aravindh, quic_khsieh

prepare_planes() in kms_concurrent loops through the list
of planes and assigns them to the data->plane array.

During this assignment, it skips planes which are of type
DRM_PLANE_TYPE_PRIMARY as they are assigned separately.

However, only one primary plane is assigned and prepared for
the test.

This causes an issue later on in the test when there are
multiple primary planes as the second one is not added
to the data->plane list causing a segmentation fault
when trying to access the second primary plane.

Check if the data->plane is valid before accessing its
members to fix this crash.

This fixes the crash and makes kms_concurrent pass on devices
having multiple primary planes.

localhost /usr/local/libexec/igt-gpu-tools # ./kms_concurrent
IGT-Version: 1.26-NO-GIT (arm) (Linux: 5.17.0-rc2-lockdep-75821-g6200d34d858f aarch64)
Starting subtest: pipe-A
Testing resolution with connector eDP-1 using pipe A with seed 1648151339
Subtest pipe-A: SUCCESS (0.429s)
Starting subtest: pipe-B
Testing resolution with connector eDP-1 using pipe B with seed 1648151340
Subtest pipe-B: SUCCESS (0.592s)
Test requirement not met in function igt_require_pipe, file ../igt-gpu-tools-9999/lib/igt_kms.c:2135:
Test requirement: !(pipe >= display->n_pipes || !display->pipes[pipe].enabled)
Pipe C does not exist or not enabled
Subtest pipe-C: SKIP
Test requirement not met in function igt_require_pipe, file ../igt-gpu-tools-9999/lib/igt_kms.c:2135:
Test requirement: !(pipe >= display->n_pipes || !display->pipes[pipe].enabled)
Pipe D does not exist or not enabled
Subtest pipe-D: SKIP
Test requirement not met in function igt_require_pipe, file ../igt-gpu-tools-9999/lib/igt_kms.c:2135:
Test requirement: !(pipe >= display->n_pipes || !display->pipes[pipe].enabled)
Pipe E does not exist or not enabled
Subtest pipe-E: SKIP
Test requirement not met in function igt_require_pipe, file ../igt-gpu-tools-9999/lib/igt_kms.c:2135:
Test requirement: !(pipe >= display->n_pipes || !display->pipes[pipe].enabled)
Pipe F does not exist or not enabled
Subtest pipe-F: SKIP

changes in v2:
		- add a comment on to explain the NULL check

Reviewed-by: Mark Yacoub <markyacoub@chromium.org>
Signed-off-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
---
 tests/kms_concurrent.c | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
index 1b8f4b0..dc1e36f 100644
--- a/tests/kms_concurrent.c
+++ b/tests/kms_concurrent.c
@@ -116,7 +116,18 @@ create_fb_for_mode_position(data_t *data, drmModeModeInfo *mode,
 			0.0f, 0.0f, 1.0f);
 
 	for (int i = 0; i < max_planes; i++) {
-		if (data->plane[i]->type == DRM_PLANE_TYPE_PRIMARY)
+		/*
+		 * prepare_planes() skips the assignment of data->plane
+		 * for primary planes as they are handled separately.
+		 *
+		 * Only one primary plane is assigned and prepared for
+		 * the test. If there are multiple primary planes, the
+		 * remaining are unassigned.
+		 *
+		 * Check if the data->plane is valid before accessing its
+		 * members to fix this crash
+		 */
+		if (data->plane[i] && data->plane[i]->type == DRM_PLANE_TYPE_PRIMARY)
 			continue;
 
 		igt_paint_color(cr, rect_x[i], rect_y[i],
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2)
  2022-03-25 23:41 [igt-dev] [PATCH i-g-t v2] tests/kms_concurrent: check if second primary plane is valid Abhinav Kumar
@ 2022-03-26  0:20 ` Patchwork
  2022-03-26  0:31   ` Abhinav Kumar
  2022-03-26  3:08 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev3) Patchwork
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Patchwork @ 2022-03-26  0:20 UTC (permalink / raw)
  To: Abhinav Kumar; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 11552 bytes --]

== Series Details ==

Series: tests/kms_concurrent: check if second primary plane is valid (rev2)
URL   : https://patchwork.freedesktop.org/series/101755/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_11407 -> IGTPW_6831
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_6831 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_6831, 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_6831/index.html

Participating hosts (47 -> 43)
------------------------------

  Additional (1): fi-pnv-d510 
  Missing    (5): shard-tglu fi-bsw-cyan fi-kbl-x1275 shard-rkl fi-bdw-samus 

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_6831:

### IGT changes ###

#### Possible regressions ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-elk-e7500:       NOTRUN -> [INCOMPLETE][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@core_hotunplug@unbind-rebind.html
    - fi-glk-dsi:         [PASS][2] -> [INCOMPLETE][3]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_render_linear_blits@basic:
    - fi-bsw-kefka:       [PASS][4] -> [INCOMPLETE][5]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-kefka/igt@gem_render_linear_blits@basic.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bsw-kefka/igt@gem_render_linear_blits@basic.html

  * igt@gem_tiled_blits@basic:
    - fi-pnv-d510:        NOTRUN -> [INCOMPLETE][6]
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@gem_tiled_blits@basic.html
    - fi-cfl-8109u:       [PASS][7] -> [INCOMPLETE][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
    - fi-kbl-7567u:       [PASS][9] -> [INCOMPLETE][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-kbl-7567u/igt@gem_tiled_blits@basic.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-kbl-7567u/igt@gem_tiled_blits@basic.html

  
#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@gem_render_tiled_blits@basic:
    - {bat-rpls-1}:       NOTRUN -> [INCOMPLETE][11]
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-rpls-1/igt@gem_render_tiled_blits@basic.html

  
Known issues
------------

  Here are the changes found in IGTPW_6831 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-rkl-guc:         [PASS][12] -> [INCOMPLETE][13] ([i915#1373])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_huc_copy@huc-copy:
    - fi-pnv-d510:        NOTRUN -> [SKIP][14] ([fdo#109271]) +11 similar issues
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@gem_huc_copy@huc-copy.html

  * igt@i915_selftest@live@hangcheck:
    - fi-hsw-4770:        [PASS][15] -> [INCOMPLETE][16] ([i915#4785])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
    - bat-dg1-6:          NOTRUN -> [DMESG-FAIL][17] ([i915#4494] / [i915#4957])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-dg1-6/igt@i915_selftest@live@hangcheck.html

  * igt@kms_chamelium@dp-edid-read:
    - fi-elk-e7500:       NOTRUN -> [SKIP][18] ([fdo#109271]) +26 similar issues
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@kms_chamelium@dp-edid-read.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
    - fi-bwr-2160:        NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#5341])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
    - fi-elk-e7500:       NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#5341])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-c:
    - fi-bwr-2160:        NOTRUN -> [SKIP][21] ([fdo#109271]) +45 similar issues
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@kms_pipe_crc_basic@read-crc-pipe-c.html

  * igt@runner@aborted:
    - fi-pnv-d510:        NOTRUN -> [FAIL][22] ([i915#2403] / [i915#4312])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@runner@aborted.html
    - fi-glk-dsi:         NOTRUN -> [FAIL][23] ([i915#4312] / [k.org#202321])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-glk-dsi/igt@runner@aborted.html
    - fi-hsw-4770:        NOTRUN -> [FAIL][24] ([fdo#109271] / [i915#1436] / [i915#2722] / [i915#4312])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-hsw-4770/igt@runner@aborted.html
    - fi-rkl-guc:         NOTRUN -> [FAIL][25] ([i915#4312])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-rkl-guc/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - {bat-jsl-2}:        [INCOMPLETE][26] ([i915#1373]) -> [PASS][27]
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-jsl-2/igt@core_hotunplug@unbind-rebind.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-jsl-2/igt@core_hotunplug@unbind-rebind.html
    - {bat-hsw-1}:        [INCOMPLETE][28] -> [PASS][29]
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-hsw-1/igt@core_hotunplug@unbind-rebind.html
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-hsw-1/igt@core_hotunplug@unbind-rebind.html
    - {bat-jsl-1}:        [INCOMPLETE][30] ([i915#1373]) -> [PASS][31]
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html
    - bat-dg1-6:          [INCOMPLETE][32] -> [PASS][33]
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-dg1-6/igt@core_hotunplug@unbind-rebind.html
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-dg1-6/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_render_tiled_blits@basic:
    - {bat-rpls-2}:       [INCOMPLETE][34] -> [PASS][35]
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-rpls-2/igt@gem_render_tiled_blits@basic.html
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-rpls-2/igt@gem_render_tiled_blits@basic.html

  * igt@gem_tiled_blits@basic:
    - fi-elk-e7500:       [INCOMPLETE][36] -> [PASS][37]
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-elk-e7500/igt@gem_tiled_blits@basic.html
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@gem_tiled_blits@basic.html
    - fi-bwr-2160:        [INCOMPLETE][38] -> [PASS][39]
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bwr-2160/igt@gem_tiled_blits@basic.html
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@gem_tiled_blits@basic.html

  * igt@kms_flip@basic-flip-vs-modeset@a-edp1:
    - {bat-adlp-6}:       [DMESG-WARN][40] ([i915#3576]) -> [PASS][41] +1 similar issue
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html

  
#### Warnings ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-cfl-8700k:       [INCOMPLETE][42] -> [INCOMPLETE][43] ([i915#1982])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8700k/igt@core_hotunplug@unbind-rebind.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-cfl-8700k/igt@core_hotunplug@unbind-rebind.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#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
  [i915#1373]: https://gitlab.freedesktop.org/drm/intel/issues/1373
  [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
  [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403
  [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
  [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
  [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
  [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
  [i915#4897]: https://gitlab.freedesktop.org/drm/intel/issues/4897
  [i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957
  [i915#5127]: https://gitlab.freedesktop.org/drm/intel/issues/5127
  [i915#5339]: https://gitlab.freedesktop.org/drm/intel/issues/5339
  [i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
  [i915#5342]: https://gitlab.freedesktop.org/drm/intel/issues/5342
  [i915#5401]: https://gitlab.freedesktop.org/drm/intel/issues/5401
  [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_6393 -> IGTPW_6831

  CI-20190529: 20190529
  CI_DRM_11407: a2fff1c90d9587c65608497d5bf5781c073bf46a @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6831: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/index.html
  IGT_6393: 1d267ea1b829fa10b31a37ccf6b4a970f032784a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/index.html

[-- Attachment #2: Type: text/html, Size: 12167 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2)
  2022-03-26  0:20 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2) Patchwork
@ 2022-03-26  0:31   ` Abhinav Kumar
  2022-03-28  5:22     ` Vudum, Lakshminarayana
  0 siblings, 1 reply; 8+ messages in thread
From: Abhinav Kumar @ 2022-03-26  0:31 UTC (permalink / raw)
  To: igt-dev, Vudum, Lakshminarayana

Hi Lakshmi

I checked the failure but it doesnt seem to be related to my change.

Can you please help to check once?

Thanks

Abhinav

On 3/25/2022 5:20 PM, Patchwork wrote:
> == Series Details ==
> 
> Series: tests/kms_concurrent: check if second primary plane is valid (rev2)
> URL   : https://patchwork.freedesktop.org/series/101755/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_11407 -> IGTPW_6831
> ====================================================
> 
> Summary
> -------
> 
>    **FAILURE**
> 
>    Serious unknown changes coming with IGTPW_6831 absolutely need to be
>    verified manually.
>    
>    If you think the reported changes have nothing to do with the changes
>    introduced in IGTPW_6831, 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_6831/index.html
> 
> Participating hosts (47 -> 43)
> ------------------------------
> 
>    Additional (1): fi-pnv-d510
>    Missing    (5): shard-tglu fi-bsw-cyan fi-kbl-x1275 shard-rkl fi-bdw-samus
> 
> Possible new issues
> -------------------
> 
>    Here are the unknown changes that may have been introduced in IGTPW_6831:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>    * igt@core_hotunplug@unbind-rebind:
>      - fi-elk-e7500:       NOTRUN -> [INCOMPLETE][1]
>     [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@core_hotunplug@unbind-rebind.html
>      - fi-glk-dsi:         [PASS][2] -> [INCOMPLETE][3]
>     [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html
>     [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html
> 
>    * igt@gem_render_linear_blits@basic:
>      - fi-bsw-kefka:       [PASS][4] -> [INCOMPLETE][5]
>     [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-kefka/igt@gem_render_linear_blits@basic.html
>     [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bsw-kefka/igt@gem_render_linear_blits@basic.html
> 
>    * igt@gem_tiled_blits@basic:
>      - fi-pnv-d510:        NOTRUN -> [INCOMPLETE][6]
>     [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@gem_tiled_blits@basic.html
>      - fi-cfl-8109u:       [PASS][7] -> [INCOMPLETE][8]
>     [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
>     [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
>      - fi-kbl-7567u:       [PASS][9] -> [INCOMPLETE][10]
>     [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-kbl-7567u/igt@gem_tiled_blits@basic.html
>     [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-kbl-7567u/igt@gem_tiled_blits@basic.html
> 
>    
> #### Suppressed ####
> 
>    The following results come from untrusted machines, tests, or statuses.
>    They do not affect the overall result.
> 
>    * igt@gem_render_tiled_blits@basic:
>      - {bat-rpls-1}:       NOTRUN -> [INCOMPLETE][11]
>     [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-rpls-1/igt@gem_render_tiled_blits@basic.html
> 
>    
> Known issues
> ------------
> 
>    Here are the changes found in IGTPW_6831 that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>    * igt@core_hotunplug@unbind-rebind:
>      - fi-rkl-guc:         [PASS][12] -> [INCOMPLETE][13] ([i915#1373])
>     [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html
>     [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html
> 
>    * igt@gem_huc_copy@huc-copy:
>      - fi-pnv-d510:        NOTRUN -> [SKIP][14] ([fdo#109271]) +11 similar issues
>     [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@gem_huc_copy@huc-copy.html
> 
>    * igt@i915_selftest@live@hangcheck:
>      - fi-hsw-4770:        [PASS][15] -> [INCOMPLETE][16] ([i915#4785])
>     [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
>     [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
>      - bat-dg1-6:          NOTRUN -> [DMESG-FAIL][17] ([i915#4494] / [i915#4957])
>     [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-dg1-6/igt@i915_selftest@live@hangcheck.html
> 
>    * igt@kms_chamelium@dp-edid-read:
>      - fi-elk-e7500:       NOTRUN -> [SKIP][18] ([fdo#109271]) +26 similar issues
>     [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@kms_chamelium@dp-edid-read.html
> 
>    * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
>      - fi-bwr-2160:        NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#5341])
>     [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
>      - fi-elk-e7500:       NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#5341])
>     [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
> 
>    * igt@kms_pipe_crc_basic@read-crc-pipe-c:
>      - fi-bwr-2160:        NOTRUN -> [SKIP][21] ([fdo#109271]) +45 similar issues
>     [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@kms_pipe_crc_basic@read-crc-pipe-c.html
> 
>    * igt@runner@aborted:
>      - fi-pnv-d510:        NOTRUN -> [FAIL][22] ([i915#2403] / [i915#4312])
>     [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@runner@aborted.html
>      - fi-glk-dsi:         NOTRUN -> [FAIL][23] ([i915#4312] / [k.org#202321])
>     [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-glk-dsi/igt@runner@aborted.html
>      - fi-hsw-4770:        NOTRUN -> [FAIL][24] ([fdo#109271] / [i915#1436] / [i915#2722] / [i915#4312])
>     [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-hsw-4770/igt@runner@aborted.html
>      - fi-rkl-guc:         NOTRUN -> [FAIL][25] ([i915#4312])
>     [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-rkl-guc/igt@runner@aborted.html
> 
>    
> #### Possible fixes ####
> 
>    * igt@core_hotunplug@unbind-rebind:
>      - {bat-jsl-2}:        [INCOMPLETE][26] ([i915#1373]) -> [PASS][27]
>     [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-jsl-2/igt@core_hotunplug@unbind-rebind.html
>     [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-jsl-2/igt@core_hotunplug@unbind-rebind.html
>      - {bat-hsw-1}:        [INCOMPLETE][28] -> [PASS][29]
>     [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-hsw-1/igt@core_hotunplug@unbind-rebind.html
>     [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-hsw-1/igt@core_hotunplug@unbind-rebind.html
>      - {bat-jsl-1}:        [INCOMPLETE][30] ([i915#1373]) -> [PASS][31]
>     [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html
>     [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html
>      - bat-dg1-6:          [INCOMPLETE][32] -> [PASS][33]
>     [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-dg1-6/igt@core_hotunplug@unbind-rebind.html
>     [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-dg1-6/igt@core_hotunplug@unbind-rebind.html
> 
>    * igt@gem_render_tiled_blits@basic:
>      - {bat-rpls-2}:       [INCOMPLETE][34] -> [PASS][35]
>     [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-rpls-2/igt@gem_render_tiled_blits@basic.html
>     [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-rpls-2/igt@gem_render_tiled_blits@basic.html
> 
>    * igt@gem_tiled_blits@basic:
>      - fi-elk-e7500:       [INCOMPLETE][36] -> [PASS][37]
>     [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-elk-e7500/igt@gem_tiled_blits@basic.html
>     [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@gem_tiled_blits@basic.html
>      - fi-bwr-2160:        [INCOMPLETE][38] -> [PASS][39]
>     [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bwr-2160/igt@gem_tiled_blits@basic.html
>     [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@gem_tiled_blits@basic.html
> 
>    * igt@kms_flip@basic-flip-vs-modeset@a-edp1:
>      - {bat-adlp-6}:       [DMESG-WARN][40] ([i915#3576]) -> [PASS][41] +1 similar issue
>     [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html
>     [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html
> 
>    
> #### Warnings ####
> 
>    * igt@core_hotunplug@unbind-rebind:
>      - fi-cfl-8700k:       [INCOMPLETE][42] -> [INCOMPLETE][43] ([i915#1982])
>     [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8700k/igt@core_hotunplug@unbind-rebind.html
>     [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-cfl-8700k/igt@core_hotunplug@unbind-rebind.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#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
>    [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
>    [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
>    [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
>    [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
>    [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
>    [i915#1373]: https://gitlab.freedesktop.org/drm/intel/issues/1373
>    [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
>    [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
>    [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
>    [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
>    [i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403
>    [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
>    [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
>    [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
>    [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
>    [i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
>    [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
>    [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
>    [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
>    [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
>    [i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494
>    [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
>    [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
>    [i915#4897]: https://gitlab.freedesktop.org/drm/intel/issues/4897
>    [i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957
>    [i915#5127]: https://gitlab.freedesktop.org/drm/intel/issues/5127
>    [i915#5339]: https://gitlab.freedesktop.org/drm/intel/issues/5339
>    [i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
>    [i915#5342]: https://gitlab.freedesktop.org/drm/intel/issues/5342
>    [i915#5401]: https://gitlab.freedesktop.org/drm/intel/issues/5401
>    [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321
> 
> 
> Build changes
> -------------
> 
>    * CI: CI-20190529 -> None
>    * IGT: IGT_6393 -> IGTPW_6831
> 
>    CI-20190529: 20190529
>    CI_DRM_11407: a2fff1c90d9587c65608497d5bf5781c073bf46a @ git://anongit.freedesktop.org/gfx-ci/linux
>    IGTPW_6831: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/index.html
>    IGT_6393: 1d267ea1b829fa10b31a37ccf6b4a970f032784a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/index.html
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev3)
  2022-03-25 23:41 [igt-dev] [PATCH i-g-t v2] tests/kms_concurrent: check if second primary plane is valid Abhinav Kumar
  2022-03-26  0:20 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2) Patchwork
@ 2022-03-26  3:08 ` Patchwork
  2022-03-27  5:48 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
  2022-03-27  6:39 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  3 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2022-03-26  3:08 UTC (permalink / raw)
  To: Abhinav Kumar; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 8036 bytes --]

== Series Details ==

Series: tests/kms_concurrent: check if second primary plane is valid (rev3)
URL   : https://patchwork.freedesktop.org/series/101755/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_11407 -> IGTPW_6832
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_6832 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_6832, 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_6832/index.html

Participating hosts (47 -> 32)
------------------------------

  Missing    (15): fi-bdw-samus shard-tglu bat-dg1-6 bat-dg2-8 shard-rkl bat-dg2-9 fi-bsw-cyan bat-adlp-6 bat-adlp-4 bat-hsw-1 fi-kbl-x1275 bat-rpls-1 bat-rpls-2 bat-jsl-2 bat-jsl-1 

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_6832:

### IGT changes ###

#### Possible regressions ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-bsw-n3050:       NOTRUN -> [INCOMPLETE][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@core_hotunplug@unbind-rebind.html
    - fi-cfl-guc:         NOTRUN -> [INCOMPLETE][2]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@core_hotunplug@unbind-rebind.html
    - fi-glk-dsi:         [PASS][3] -> [INCOMPLETE][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_tiled_blits@basic:
    - fi-cfl-8109u:       [PASS][5] -> [INCOMPLETE][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
    - fi-kbl-guc:         [PASS][7] -> [INCOMPLETE][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-kbl-guc/igt@gem_tiled_blits@basic.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-kbl-guc/igt@gem_tiled_blits@basic.html

  
#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@core_hotunplug@unbind-rebind:
    - {fi-hsw-g3258}:     [PASS][9] -> [INCOMPLETE][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-hsw-g3258/igt@core_hotunplug@unbind-rebind.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-hsw-g3258/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_render_tiled_blits@basic:
    - {fi-tgl-dsi}:       NOTRUN -> [INCOMPLETE][11]
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-tgl-dsi/igt@gem_render_tiled_blits@basic.html

  
Known issues
------------

  Here are the changes found in IGTPW_6832 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_chamelium@dp-edid-read:
    - fi-cfl-guc:         NOTRUN -> [SKIP][12] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@kms_chamelium@dp-edid-read.html

  * igt@kms_chamelium@hdmi-crc-fast:
    - fi-bsw-n3050:       NOTRUN -> [SKIP][13] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@kms_chamelium@hdmi-crc-fast.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - fi-cfl-guc:         NOTRUN -> [SKIP][14] ([fdo#109271]) +9 similar issues
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
    - fi-cfl-guc:         NOTRUN -> [SKIP][15] ([fdo#109271] / [i915#533])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html

  * igt@kms_pipe_crc_basic@hang-read-crc-pipe-a:
    - fi-bsw-n3050:       NOTRUN -> [SKIP][16] ([fdo#109271]) +22 similar issues
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@kms_pipe_crc_basic@hang-read-crc-pipe-a.html

  * igt@runner@aborted:
    - fi-glk-dsi:         NOTRUN -> [FAIL][17] ([i915#4312] / [k.org#202321])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-glk-dsi/igt@runner@aborted.html
    - fi-kbl-guc:         NOTRUN -> [FAIL][18] ([i915#4312])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-kbl-guc/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - {fi-ehl-2}:         [INCOMPLETE][19] -> [PASS][20]
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-ehl-2/igt@core_hotunplug@unbind-rebind.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-ehl-2/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_render_linear_blits@basic:
    - {fi-tgl-dsi}:       [INCOMPLETE][21] -> [PASS][22]
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-tgl-dsi/igt@gem_render_linear_blits@basic.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-tgl-dsi/igt@gem_render_linear_blits@basic.html

  * igt@gem_render_tiled_blits@basic:
    - fi-bsw-n3050:       [INCOMPLETE][23] -> [PASS][24]
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-n3050/igt@gem_render_tiled_blits@basic.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@gem_render_tiled_blits@basic.html

  * igt@gem_tiled_blits@basic:
    - fi-cfl-guc:         [INCOMPLETE][25] -> [PASS][26]
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-guc/igt@gem_tiled_blits@basic.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@gem_tiled_blits@basic.html

  * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1:
    - fi-bsw-kefka:       [FAIL][27] ([i915#2122]) -> [PASS][28]
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-kefka/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-kefka/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html

  
#### Warnings ####

  * igt@runner@aborted:
    - fi-bsw-n3050:       [FAIL][29] ([i915#3428] / [i915#4312]) -> [FAIL][30] ([i915#4312])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-n3050/igt@runner@aborted.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@runner@aborted.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#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
  [i915#3428]: https://gitlab.freedesktop.org/drm/intel/issues/3428
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#5127]: https://gitlab.freedesktop.org/drm/intel/issues/5127
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
  [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_6393 -> IGTPW_6832

  CI-20190529: 20190529
  CI_DRM_11407: a2fff1c90d9587c65608497d5bf5781c073bf46a @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6832: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/index.html
  IGT_6393: 1d267ea1b829fa10b31a37ccf6b4a970f032784a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/index.html

[-- Attachment #2: Type: text/html, Size: 9558 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_concurrent: check if second primary plane is valid (rev3)
  2022-03-25 23:41 [igt-dev] [PATCH i-g-t v2] tests/kms_concurrent: check if second primary plane is valid Abhinav Kumar
  2022-03-26  0:20 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2) Patchwork
  2022-03-26  3:08 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev3) Patchwork
@ 2022-03-27  5:48 ` Patchwork
  2022-03-27  6:39 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  3 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2022-03-27  5:48 UTC (permalink / raw)
  To: Abhinav Kumar; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 9680 bytes --]

== Series Details ==

Series: tests/kms_concurrent: check if second primary plane is valid (rev3)
URL   : https://patchwork.freedesktop.org/series/101755/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_11407 -> IGTPW_6832
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/index.html

Participating hosts (48 -> 42)
------------------------------

  Additional (1): bat-adlm-1 
  Missing    (7): shard-tglu fi-bsw-cyan bat-adlp-4 fi-kbl-x1275 shard-rkl shard-dg1 fi-bdw-samus 

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_6832:

### IGT changes ###

#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@gem_exec_suspend@basic-s3@smem:
    - {bat-adlm-1}:       NOTRUN -> [DMESG-WARN][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/bat-adlm-1/igt@gem_exec_suspend@basic-s3@smem.html

  
Known issues
------------

  Here are the changes found in IGTPW_6832 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@core_hotunplug@unbind-rebind:
    - fi-bsw-n3050:       NOTRUN -> [INCOMPLETE][2] ([i915#5441])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@core_hotunplug@unbind-rebind.html
    - fi-cfl-guc:         NOTRUN -> [INCOMPLETE][3] ([i915#5441])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@core_hotunplug@unbind-rebind.html
    - fi-glk-dsi:         [PASS][4] -> [INCOMPLETE][5] ([i915#5441])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_tiled_blits@basic:
    - fi-cfl-8109u:       [PASS][6] -> [INCOMPLETE][7] ([i915#5441])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
    - fi-kbl-guc:         [PASS][8] -> [INCOMPLETE][9] ([i915#5441])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-kbl-guc/igt@gem_tiled_blits@basic.html
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-kbl-guc/igt@gem_tiled_blits@basic.html

  * igt@kms_chamelium@dp-edid-read:
    - fi-cfl-guc:         NOTRUN -> [SKIP][10] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@kms_chamelium@dp-edid-read.html

  * igt@kms_chamelium@hdmi-crc-fast:
    - fi-bsw-n3050:       NOTRUN -> [SKIP][11] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@kms_chamelium@hdmi-crc-fast.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - fi-cfl-guc:         NOTRUN -> [SKIP][12] ([fdo#109271]) +9 similar issues
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
    - fi-cfl-guc:         NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#533])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html

  * igt@kms_pipe_crc_basic@hang-read-crc-pipe-a:
    - fi-bsw-n3050:       NOTRUN -> [SKIP][14] ([fdo#109271]) +22 similar issues
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@kms_pipe_crc_basic@hang-read-crc-pipe-a.html

  * igt@runner@aborted:
    - fi-glk-dsi:         NOTRUN -> [FAIL][15] ([i915#4312] / [k.org#202321])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-glk-dsi/igt@runner@aborted.html
    - fi-kbl-guc:         NOTRUN -> [FAIL][16] ([i915#4312])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-kbl-guc/igt@runner@aborted.html

  
#### Possible fixes ####

  * igt@core_hotunplug@unbind-rebind:
    - {fi-ehl-2}:         [INCOMPLETE][17] ([i915#5441]) -> [PASS][18]
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-ehl-2/igt@core_hotunplug@unbind-rebind.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-ehl-2/igt@core_hotunplug@unbind-rebind.html
    - {bat-jsl-1}:        [INCOMPLETE][19] ([i915#1373]) -> [PASS][20]
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html

  * igt@gem_render_linear_blits@basic:
    - {fi-tgl-dsi}:       [INCOMPLETE][21] ([i915#5441]) -> [PASS][22]
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-tgl-dsi/igt@gem_render_linear_blits@basic.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-tgl-dsi/igt@gem_render_linear_blits@basic.html

  * igt@gem_render_tiled_blits@basic:
    - fi-bsw-n3050:       [INCOMPLETE][23] ([i915#5441]) -> [PASS][24]
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-n3050/igt@gem_render_tiled_blits@basic.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@gem_render_tiled_blits@basic.html
    - {bat-rpls-2}:       [INCOMPLETE][25] ([i915#5441]) -> [PASS][26]
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-rpls-2/igt@gem_render_tiled_blits@basic.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/bat-rpls-2/igt@gem_render_tiled_blits@basic.html

  * igt@gem_tiled_blits@basic:
    - fi-cfl-guc:         [INCOMPLETE][27] ([i915#5441]) -> [PASS][28]
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-guc/igt@gem_tiled_blits@basic.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-cfl-guc/igt@gem_tiled_blits@basic.html

  * igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1:
    - fi-bsw-kefka:       [FAIL][29] ([i915#2122]) -> [PASS][30]
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-kefka/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-kefka/igt@kms_flip@basic-flip-vs-wf_vblank@a-edp1.html

  
#### Warnings ####

  * igt@runner@aborted:
    - fi-bsw-n3050:       [FAIL][31] ([i915#3428] / [i915#4312]) -> [FAIL][32] ([i915#4312])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-n3050/igt@runner@aborted.html
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/fi-bsw-n3050/igt@runner@aborted.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#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
  [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
  [i915#1373]: https://gitlab.freedesktop.org/drm/intel/issues/1373
  [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
  [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
  [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3428]: https://gitlab.freedesktop.org/drm/intel/issues/3428
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
  [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
  [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
  [i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4897]: https://gitlab.freedesktop.org/drm/intel/issues/4897
  [i915#5127]: https://gitlab.freedesktop.org/drm/intel/issues/5127
  [i915#5195]: https://gitlab.freedesktop.org/drm/intel/issues/5195
  [i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
  [i915#5339]: https://gitlab.freedesktop.org/drm/intel/issues/5339
  [i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
  [i915#5342]: https://gitlab.freedesktop.org/drm/intel/issues/5342
  [i915#5401]: https://gitlab.freedesktop.org/drm/intel/issues/5401
  [i915#5441]: https://gitlab.freedesktop.org/drm/intel/issues/5441
  [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_6393 -> IGTPW_6832

  CI-20190529: 20190529
  CI_DRM_11407: a2fff1c90d9587c65608497d5bf5781c073bf46a @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6832: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/index.html
  IGT_6393: 1d267ea1b829fa10b31a37ccf6b4a970f032784a @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/index.html

[-- Attachment #2: Type: text/html, Size: 10272 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_concurrent: check if second primary plane is valid (rev3)
  2022-03-25 23:41 [igt-dev] [PATCH i-g-t v2] tests/kms_concurrent: check if second primary plane is valid Abhinav Kumar
                   ` (2 preceding siblings ...)
  2022-03-27  5:48 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2022-03-27  6:39 ` Patchwork
  3 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2022-03-27  6:39 UTC (permalink / raw)
  To: Abhinav Kumar; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30286 bytes --]

== Series Details ==

Series: tests/kms_concurrent: check if second primary plane is valid (rev3)
URL   : https://patchwork.freedesktop.org/series/101755/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_11407_full -> IGTPW_6832_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/index.html

Participating hosts (11 -> 9)
------------------------------

  Additional (2): shard-rkl shard-dg1 
  Missing    (4): pig-skl-6260u shard-skl pig-kbl-iris pig-glk-j5005 

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_6832_full:

### IGT changes ###

#### Suppressed ####

  The following results come from untrusted machines, tests, or statuses.
  They do not affect the overall result.

  * igt@gem_exec_schedule@u-submit-golden-slice@vecs0:
    - {shard-dg1}:        NOTRUN -> [INCOMPLETE][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-dg1-12/igt@gem_exec_schedule@u-submit-golden-slice@vecs0.html

  * igt@kms_frontbuffer_tracking@fbc-tiling-4:
    - {shard-rkl}:        NOTRUN -> [SKIP][2] +1 similar issue
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-tiling-4.html

  
Known issues
------------

  Here are the changes found in IGTPW_6832_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@api_intel_bb@blit-noreloc-purge-cache:
    - shard-iclb:         NOTRUN -> [INCOMPLETE][3] ([i915#5441]) +13 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb3/igt@api_intel_bb@blit-noreloc-purge-cache.html
    - shard-apl:          NOTRUN -> [INCOMPLETE][4] ([i915#5441])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl4/igt@api_intel_bb@blit-noreloc-purge-cache.html

  * igt@core_hotunplug@unbind-rebind:
    - shard-tglb:         NOTRUN -> [INCOMPLETE][5] ([i915#1373] / [i915#5441])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb3/igt@core_hotunplug@unbind-rebind.html

  * igt@feature_discovery@chamelium:
    - shard-tglb:         NOTRUN -> [SKIP][6] ([fdo#111827])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb2/igt@feature_discovery@chamelium.html

  * igt@feature_discovery@display-2x:
    - shard-tglb:         NOTRUN -> [SKIP][7] ([i915#1839])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@feature_discovery@display-2x.html

  * igt@gem_ccs@block-copy-compressed:
    - shard-tglb:         NOTRUN -> [SKIP][8] ([i915#3555] / [i915#5325])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb3/igt@gem_ccs@block-copy-compressed.html

  * igt@gem_ccs@ctrl-surf-copy:
    - shard-iclb:         NOTRUN -> [SKIP][9] ([i915#5327])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb2/igt@gem_ccs@ctrl-surf-copy.html

  * igt@gem_ctx_param@set-priority-not-supported:
    - shard-tglb:         NOTRUN -> [SKIP][10] ([fdo#109314])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@gem_ctx_param@set-priority-not-supported.html

  * igt@gem_ctx_persistence@process:
    - shard-snb:          NOTRUN -> [SKIP][11] ([fdo#109271] / [i915#1099]) +4 similar issues
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-snb4/igt@gem_ctx_persistence@process.html

  * igt@gem_ctx_sseu@invalid-sseu:
    - shard-tglb:         NOTRUN -> [SKIP][12] ([i915#280])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb6/igt@gem_ctx_sseu@invalid-sseu.html

  * igt@gem_exec_balancer@parallel-contexts:
    - shard-tglb:         NOTRUN -> [DMESG-WARN][13] ([i915#5076]) +1 similar issue
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb2/igt@gem_exec_balancer@parallel-contexts.html
    - shard-kbl:          NOTRUN -> [DMESG-WARN][14] ([i915#5076])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl3/igt@gem_exec_balancer@parallel-contexts.html

  * igt@gem_exec_balancer@parallel-keep-submit-fence:
    - shard-iclb:         NOTRUN -> [DMESG-WARN][15] ([i915#5076])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb4/igt@gem_exec_balancer@parallel-keep-submit-fence.html

  * igt@gem_exec_balancer@parallel-ordering:
    - shard-iclb:         NOTRUN -> [SKIP][16] ([i915#4525]) +1 similar issue
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb8/igt@gem_exec_balancer@parallel-ordering.html
    - shard-tglb:         NOTRUN -> [DMESG-FAIL][17] ([i915#5076])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb6/igt@gem_exec_balancer@parallel-ordering.html
    - shard-kbl:          NOTRUN -> [DMESG-FAIL][18] ([i915#5076])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl7/igt@gem_exec_balancer@parallel-ordering.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-kbl:          [PASS][19] -> [FAIL][20] ([i915#2846])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/shard-kbl7/igt@gem_exec_fair@basic-deadline.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl1/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-rrul@rcs0:
    - shard-glk:          NOTRUN -> [FAIL][21] ([i915#2842]) +2 similar issues
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk9/igt@gem_exec_fair@basic-none-rrul@rcs0.html
    - shard-tglb:         NOTRUN -> [FAIL][22] ([i915#2842]) +2 similar issues
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb3/igt@gem_exec_fair@basic-none-rrul@rcs0.html

  * igt@gem_exec_fair@basic-none-solo@rcs0:
    - shard-kbl:          NOTRUN -> [FAIL][23] ([i915#2842])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl7/igt@gem_exec_fair@basic-none-solo@rcs0.html
    - shard-iclb:         NOTRUN -> [FAIL][24] ([i915#2842])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb7/igt@gem_exec_fair@basic-none-solo@rcs0.html

  * igt@gem_exec_params@no-vebox:
    - shard-iclb:         NOTRUN -> [SKIP][25] ([fdo#109283]) +1 similar issue
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb7/igt@gem_exec_params@no-vebox.html
    - shard-tglb:         NOTRUN -> [SKIP][26] ([fdo#109283] / [i915#4877])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb2/igt@gem_exec_params@no-vebox.html

  * igt@gem_exec_params@secure-non-master:
    - shard-tglb:         NOTRUN -> [SKIP][27] ([fdo#112283])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb3/igt@gem_exec_params@secure-non-master.html

  * igt@gem_exec_params@secure-non-root:
    - shard-iclb:         NOTRUN -> [SKIP][28] ([fdo#112283]) +1 similar issue
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb5/igt@gem_exec_params@secure-non-root.html

  * igt@gem_lmem_swapping@heavy-random:
    - shard-iclb:         NOTRUN -> [SKIP][29] ([i915#4613]) +7 similar issues
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb3/igt@gem_lmem_swapping@heavy-random.html

  * igt@gem_lmem_swapping@parallel-multi:
    - shard-apl:          NOTRUN -> [SKIP][30] ([fdo#109271] / [i915#4613]) +5 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl8/igt@gem_lmem_swapping@parallel-multi.html
    - shard-glk:          NOTRUN -> [SKIP][31] ([fdo#109271] / [i915#4613]) +4 similar issues
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk1/igt@gem_lmem_swapping@parallel-multi.html

  * igt@gem_lmem_swapping@smem-oom:
    - shard-kbl:          NOTRUN -> [SKIP][32] ([fdo#109271] / [i915#4613]) +6 similar issues
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl1/igt@gem_lmem_swapping@smem-oom.html

  * igt@gem_lmem_swapping@verify-random:
    - shard-tglb:         NOTRUN -> [SKIP][33] ([i915#4613]) +6 similar issues
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb7/igt@gem_lmem_swapping@verify-random.html

  * igt@gem_partial_pwrite_pread@reads-snoop:
    - shard-glk:          NOTRUN -> [DMESG-WARN][34] ([i915#118])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk4/igt@gem_partial_pwrite_pread@reads-snoop.html

  * igt@gem_pread@exhaustion:
    - shard-tglb:         NOTRUN -> [WARN][35] ([i915#2658])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@gem_pread@exhaustion.html
    - shard-snb:          NOTRUN -> [WARN][36] ([i915#2658])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-snb7/igt@gem_pread@exhaustion.html

  * igt@gem_pwrite@basic-exhaustion:
    - shard-glk:          NOTRUN -> [WARN][37] ([i915#2658])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk3/igt@gem_pwrite@basic-exhaustion.html

  * igt@gem_pxp@reject-modify-context-protection-off-3:
    - shard-iclb:         NOTRUN -> [SKIP][38] ([i915#4270]) +5 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb8/igt@gem_pxp@reject-modify-context-protection-off-3.html

  * igt@gem_pxp@reject-modify-context-protection-on:
    - shard-tglb:         NOTRUN -> [SKIP][39] ([i915#4270]) +2 similar issues
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb3/igt@gem_pxp@reject-modify-context-protection-on.html

  * igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs:
    - shard-iclb:         NOTRUN -> [SKIP][40] ([i915#768]) +7 similar issues
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb6/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html

  * igt@gem_softpin@evict-snoop:
    - shard-tglb:         NOTRUN -> [SKIP][41] ([fdo#109312])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb7/igt@gem_softpin@evict-snoop.html

  * igt@gem_softpin@noreloc-s3:
    - shard-kbl:          [PASS][42] -> [DMESG-WARN][43] ([i915#180])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/shard-kbl6/igt@gem_softpin@noreloc-s3.html
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl1/igt@gem_softpin@noreloc-s3.html

  * igt@gem_userptr_blits@unsync-overlap:
    - shard-tglb:         NOTRUN -> [SKIP][44] ([i915#3297]) +1 similar issue
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb3/igt@gem_userptr_blits@unsync-overlap.html

  * igt@gem_userptr_blits@unsync-unmap-cycles:
    - shard-iclb:         NOTRUN -> [SKIP][45] ([i915#3297]) +3 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb3/igt@gem_userptr_blits@unsync-unmap-cycles.html

  * igt@gen7_exec_parse@basic-offset:
    - shard-tglb:         NOTRUN -> [SKIP][46] ([fdo#109289]) +8 similar issues
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb5/igt@gen7_exec_parse@basic-offset.html

  * igt@gen7_exec_parse@bitmasks:
    - shard-iclb:         NOTRUN -> [SKIP][47] ([fdo#109289]) +6 similar issues
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb2/igt@gen7_exec_parse@bitmasks.html

  * igt@gen9_exec_parse@allowed-all:
    - shard-iclb:         NOTRUN -> [SKIP][48] ([i915#2856]) +4 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb7/igt@gen9_exec_parse@allowed-all.html
    - shard-apl:          NOTRUN -> [DMESG-WARN][49] ([i915#1436] / [i915#716])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl3/igt@gen9_exec_parse@allowed-all.html

  * igt@gen9_exec_parse@bb-start-cmd:
    - shard-tglb:         NOTRUN -> [SKIP][50] ([i915#2527] / [i915#2856]) +6 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb5/igt@gen9_exec_parse@bb-start-cmd.html

  * igt@i915_pm_backlight@bad-brightness:
    - shard-glk:          NOTRUN -> [SKIP][51] ([fdo#109271]) +380 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk7/igt@i915_pm_backlight@bad-brightness.html

  * igt@i915_pm_dc@dc9-dpms:
    - shard-tglb:         NOTRUN -> [SKIP][52] ([i915#4281])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@i915_pm_dc@dc9-dpms.html
    - shard-iclb:         NOTRUN -> [SKIP][53] ([i915#4281])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb3/igt@i915_pm_dc@dc9-dpms.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress:
    - shard-iclb:         NOTRUN -> [SKIP][54] ([fdo#110892])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb6/igt@i915_pm_rpm@modeset-non-lpsp-stress.html

  * igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-tglb:         NOTRUN -> [SKIP][55] ([fdo#111644] / [i915#1397] / [i915#2411]) +1 similar issue
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@i915_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@i915_query@query-topology-unsupported:
    - shard-iclb:         NOTRUN -> [SKIP][56] ([fdo#109302])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb7/igt@i915_query@query-topology-unsupported.html
    - shard-tglb:         NOTRUN -> [SKIP][57] ([fdo#109302])
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb7/igt@i915_query@query-topology-unsupported.html

  * igt@i915_selftest@live@gt_lrc:
    - shard-tglb:         NOTRUN -> [DMESG-FAIL][58] ([i915#2373])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb5/igt@i915_selftest@live@gt_lrc.html

  * igt@i915_selftest@live@gt_pm:
    - shard-tglb:         NOTRUN -> [DMESG-FAIL][59] ([i915#1759])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb5/igt@i915_selftest@live@gt_pm.html

  * igt@i915_suspend@sysfs-reader:
    - shard-apl:          NOTRUN -> [DMESG-WARN][60] ([i915#180]) +1 similar issue
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl2/igt@i915_suspend@sysfs-reader.html

  * igt@kms_atomic@plane-primary-overlay-mutable-zpos:
    - shard-tglb:         NOTRUN -> [SKIP][61] ([i915#404])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
    - shard-iclb:         NOTRUN -> [SKIP][62] ([i915#404])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
    - shard-tglb:         NOTRUN -> [SKIP][63] ([i915#1769])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html

  * igt@kms_big_fb@4-tiled-8bpp-rotate-0:
    - shard-iclb:         NOTRUN -> [SKIP][64] ([i915#5286]) +5 similar issues
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb7/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-tglb:         NOTRUN -> [SKIP][65] ([i915#5286]) +6 similar issues
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_big_fb@linear-16bpp-rotate-180:
    - shard-kbl:          NOTRUN -> [INCOMPLETE][66] ([i915#5441]) +6 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl6/igt@kms_big_fb@linear-16bpp-rotate-180.html

  * igt@kms_big_fb@linear-32bpp-rotate-90:
    - shard-iclb:         NOTRUN -> [SKIP][67] ([fdo#110725] / [fdo#111614]) +5 similar issues
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb8/igt@kms_big_fb@linear-32bpp-rotate-90.html

  * igt@kms_big_fb@linear-8bpp-rotate-90:
    - shard-tglb:         NOTRUN -> [SKIP][68] ([fdo#111614]) +7 similar issues
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_big_fb@linear-8bpp-rotate-90.html

  * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180:
    - shard-snb:          [PASS][69] -> [INCOMPLETE][70] ([i915#5441]) +1 similar issue
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/shard-snb4/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-snb5/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-16bpp-rotate-0:
    - shard-kbl:          [PASS][71] -> [INCOMPLETE][72] ([i915#5441]) +2 similar issues
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/shard-kbl1/igt@kms_big_fb@x-tiled-16bpp-rotate-0.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl3/igt@kms_big_fb@x-tiled-16bpp-rotate-0.html

  * igt@kms_big_fb@x-tiled-16bpp-rotate-180:
    - shard-glk:          NOTRUN -> [INCOMPLETE][73] ([i915#5441])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk5/igt@kms_big_fb@x-tiled-16bpp-rotate-180.html
    - shard-iclb:         NOTRUN -> [INCOMPLETE][74] ([i915#1373] / [i915#5441])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb7/igt@kms_big_fb@x-tiled-16bpp-rotate-180.html
    - shard-kbl:          NOTRUN -> [INCOMPLETE][75] ([i915#1373] / [i915#5441])
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl1/igt@kms_big_fb@x-tiled-16bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-32bpp-rotate-0:
    - shard-snb:          NOTRUN -> [INCOMPLETE][76] ([i915#5441]) +5 similar issues
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-snb2/igt@kms_big_fb@x-tiled-32bpp-rotate-0.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-180:
    - shard-tglb:         NOTRUN -> [INCOMPLETE][77] ([i915#2828] / [i915#5441])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb2/igt@kms_big_fb@x-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip:
    - shard-apl:          NOTRUN -> [SKIP][78] ([fdo#109271] / [i915#3777]) +8 similar issues
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-hflip.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-tglb:         [PASS][79] -> [INCOMPLETE][80] ([i915#5441]) +1 similar issue
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/shard-tglb6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@y-tiled-32bpp-rotate-90:
    - shard-iclb:         [PASS][81] -> [INCOMPLETE][82] ([i915#5441]) +3 similar issues
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/shard-iclb8/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb6/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html
    - shard-glk:          [PASS][83] -> [INCOMPLETE][84] ([i915#5441]) +2 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/shard-glk2/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk3/igt@kms_big_fb@y-tiled-32bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-180:
    - shard-tglb:         NOTRUN -> [INCOMPLETE][85] ([i915#5441]) +7 similar issues
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb2/igt@kms_big_fb@y-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
    - shard-glk:          NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#3777]) +6 similar issues
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
    - shard-iclb:         NOTRUN -> [SKIP][87] ([fdo#110723]) +2 similar issues
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb5/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html

  * igt@kms_big_fb@yf-tiled-addfb-size-overflow:
    - shard-tglb:         NOTRUN -> [SKIP][88] ([fdo#111615]) +10 similar issues
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-kbl:          NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#3777]) +2 similar issues
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-apl:          NOTRUN -> [SKIP][90] ([fdo#109271]) +402 similar issues
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_big_joiner@2x-modeset:
    - shard-tglb:         NOTRUN -> [SKIP][91] ([i915#2705])
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_big_joiner@2x-modeset.html

  * igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][92] ([i915#3689]) +9 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_ccs.html

  * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_rc_ccs_cc:
    - shard-kbl:          NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#3886]) +6 similar issues
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl3/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs:
    - shard-apl:          NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#3886]) +17 similar issues
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl7/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-a-random-ccs-data-yf_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][95] ([fdo#111615] / [i915#3689]) +12 similar issues
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_ccs@pipe-a-random-ccs-data-yf_tiled_ccs.html

  * igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#3886]) +17 similar issues
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk5/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
    - shard-iclb:         NOTRUN -> [SKIP][97] ([fdo#109278] / [i915#3886]) +15 similar issues
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb3/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html
    - shard-tglb:         NOTRUN -> [SKIP][98] ([i915#3689] / [i915#3886]) +4 similar issues
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_ccs:
    - shard-snb:          NOTRUN -> [SKIP][99] ([fdo#109271]) +608 similar issues
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-snb7/igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_ccs.html

  * igt@kms_cdclk@mode-transition:
    - shard-tglb:         NOTRUN -> [SKIP][100] ([i915#3742])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb7/igt@kms_cdclk@mode-transition.html

  * igt@kms_chamelium@hdmi-edid-change-during-suspend:
    - shard-apl:          NOTRUN -> [SKIP][101] ([fdo#109271] / [fdo#111827]) +32 similar issues
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl4/igt@kms_chamelium@hdmi-edid-change-during-suspend.html

  * igt@kms_chamelium@vga-hpd-without-ddc:
    - shard-snb:          NOTRUN -> [SKIP][102] ([fdo#109271] / [fdo#111827]) +28 similar issues
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-snb4/igt@kms_chamelium@vga-hpd-without-ddc.html

  * igt@kms_color@pipe-d-ctm-0-25:
    - shard-iclb:         NOTRUN -> [SKIP][103] ([fdo#109278] / [i915#1149]) +3 similar issues
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb5/igt@kms_color@pipe-d-ctm-0-25.html

  * igt@kms_color_chamelium@pipe-a-ctm-0-75:
    - shard-kbl:          NOTRUN -> [SKIP][104] ([fdo#109271] / [fdo#111827]) +24 similar issues
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl4/igt@kms_color_chamelium@pipe-a-ctm-0-75.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-75:
    - shard-tglb:         NOTRUN -> [SKIP][105] ([fdo#109284] / [fdo#111827]) +27 similar issues
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb7/igt@kms_color_chamelium@pipe-b-ctm-0-75.html

  * igt@kms_color_chamelium@pipe-b-ctm-red-to-blue:
    - shard-iclb:         NOTRUN -> [SKIP][106] ([fdo#109284] / [fdo#111827]) +27 similar issues
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb3/igt@kms_color_chamelium@pipe-b-ctm-red-to-blue.html

  * igt@kms_color_chamelium@pipe-d-ctm-max:
    - shard-iclb:         NOTRUN -> [SKIP][107] ([fdo#109278] / [fdo#109284] / [fdo#111827]) +2 similar issues
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb3/igt@kms_color_chamelium@pipe-d-ctm-max.html

  * igt@kms_color_chamelium@pipe-d-degamma:
    - shard-glk:          NOTRUN -> [SKIP][108] ([fdo#109271] / [fdo#111827]) +31 similar issues
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk2/igt@kms_color_chamelium@pipe-d-degamma.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-iclb:         NOTRUN -> [SKIP][109] ([i915#3116])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb3/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@dp-mst-type-1:
    - shard-tglb:         NOTRUN -> [SKIP][110] ([i915#3116] / [i915#3299])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb7/igt@kms_content_protection@dp-mst-type-1.html

  * igt@kms_content_protection@lic:
    - shard-apl:          NOTRUN -> [TIMEOUT][111] ([i915#1319]) +2 similar issues
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl7/igt@kms_content_protection@lic.html

  * igt@kms_content_protection@mei_interface:
    - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109300] / [fdo#111066]) +2 similar issues
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb7/igt@kms_content_protection@mei_interface.html

  * igt@kms_content_protection@srm:
    - shard-kbl:          NOTRUN -> [TIMEOUT][113] ([i915#1319])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-kbl6/igt@kms_content_protection@srm.html

  * igt@kms_content_protection@uevent:
    - shard-tglb:         NOTRUN -> [SKIP][114] ([i915#1063]) +1 similar issue
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb2/igt@kms_content_protection@uevent.html
    - shard-apl:          NOTRUN -> [FAIL][115] ([i915#2105])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-apl2/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@pipe-a-cursor-512x512-rapid-movement:
    - shard-iclb:         NOTRUN -> [SKIP][116] ([fdo#109278] / [fdo#109279]) +7 similar issues
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb3/igt@kms_cursor_crc@pipe-a-cursor-512x512-rapid-movement.html

  * igt@kms_cursor_crc@pipe-b-cursor-32x32-sliding:
    - shard-tglb:         NOTRUN -> [SKIP][117] ([i915#3319]) +6 similar issues
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_cursor_crc@pipe-b-cursor-32x32-sliding.html

  * igt@kms_cursor_crc@pipe-c-cursor-512x512-random:
    - shard-tglb:         NOTRUN -> [SKIP][118] ([fdo#109279] / [i915#3359]) +11 similar issues
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_cursor_crc@pipe-c-cursor-512x512-random.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement:
    - shard-tglb:         NOTRUN -> [SKIP][119] ([i915#3359]) +10 similar issues
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
    - shard-iclb:         NOTRUN -> [SKIP][120] ([fdo#109274] / [fdo#109278]) +5 similar issues
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html

  * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
    - shard-glk:          [PASS][121] -> [FAIL][122] ([i915#2346])
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html

  * igt@kms_cursor_legacy@flip-vs-cursor-toggle:
    - shard-iclb:         NOTRUN -> [FAIL][123] ([i915#2346])
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html

  * igt@kms_cursor_legacy@long-nonblocking-modeset-vs-cursor-atomic:
    - shard-glk:          NOTRUN -> [FAIL][124] ([i915#4534])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-glk1/igt@kms_cursor_legacy@long-nonblocking-modeset-vs-cursor-atomic.html

  * igt@kms_dp_tiled_display@basic-test-pattern:
    - shard-tglb:         NOTRUN -> [SKIP][125] ([i915#426])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-tglb1/igt@kms_dp_tiled_display@basic-test-pattern.html

  * igt@kms_draw_crc@draw-method-rgb565-blt-4tiled:
    - shard-iclb:         NOTRUN -> [SKIP][126] ([i915#5287]) +5 similar issues
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/shard-iclb8/igt@kms_draw_crc@draw-method-rgb565-blt-4tiled.html

  * igt@kms_draw_crc@draw-method-rgb565-mmap-gtt-4tiled:
    - sh

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6832/index.html

[-- Attachment #2: Type: text/html, Size: 34108 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2)
  2022-03-26  0:31   ` Abhinav Kumar
@ 2022-03-28  5:22     ` Vudum, Lakshminarayana
  2022-03-28 20:53       ` Abhinav Kumar
  0 siblings, 1 reply; 8+ messages in thread
From: Vudum, Lakshminarayana @ 2022-03-28  5:22 UTC (permalink / raw)
  To: Abhinav Kumar, igt-dev

Re-reproted.

-----Original Message-----
From: Abhinav Kumar <quic_abhinavk@quicinc.com> 
Sent: Friday, March 25, 2022 5:31 PM
To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: Re: ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2)

Hi Lakshmi

I checked the failure but it doesnt seem to be related to my change.

Can you please help to check once?

Thanks

Abhinav

On 3/25/2022 5:20 PM, Patchwork wrote:
> == Series Details ==
> 
> Series: tests/kms_concurrent: check if second primary plane is valid (rev2)
> URL   : https://patchwork.freedesktop.org/series/101755/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_11407 -> IGTPW_6831 
> ====================================================
> 
> Summary
> -------
> 
>    **FAILURE**
> 
>    Serious unknown changes coming with IGTPW_6831 absolutely need to be
>    verified manually.
>    
>    If you think the reported changes have nothing to do with the changes
>    introduced in IGTPW_6831, 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_6831/index.html
> 
> Participating hosts (47 -> 43)
> ------------------------------
> 
>    Additional (1): fi-pnv-d510
>    Missing    (5): shard-tglu fi-bsw-cyan fi-kbl-x1275 shard-rkl fi-bdw-samus
> 
> Possible new issues
> -------------------
> 
>    Here are the unknown changes that may have been introduced in IGTPW_6831:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>    * igt@core_hotunplug@unbind-rebind:
>      - fi-elk-e7500:       NOTRUN -> [INCOMPLETE][1]
>     [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@core_hotunplug@unbind-rebind.html
>      - fi-glk-dsi:         [PASS][2] -> [INCOMPLETE][3]
>     [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html
>     [3]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-glk-dsi/igt@cor
> e_hotunplug@unbind-rebind.html
> 
>    * igt@gem_render_linear_blits@basic:
>      - fi-bsw-kefka:       [PASS][4] -> [INCOMPLETE][5]
>     [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-kefka/igt@gem_render_linear_blits@basic.html
>     [5]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bsw-kefka/igt@g
> em_render_linear_blits@basic.html
> 
>    * igt@gem_tiled_blits@basic:
>      - fi-pnv-d510:        NOTRUN -> [INCOMPLETE][6]
>     [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@gem_tiled_blits@basic.html
>      - fi-cfl-8109u:       [PASS][7] -> [INCOMPLETE][8]
>     [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
>     [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
>      - fi-kbl-7567u:       [PASS][9] -> [INCOMPLETE][10]
>     [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-kbl-7567u/igt@gem_tiled_blits@basic.html
>     [10]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-kbl-7567u/igt@g
> em_tiled_blits@basic.html
> 
>    
> #### Suppressed ####
> 
>    The following results come from untrusted machines, tests, or statuses.
>    They do not affect the overall result.
> 
>    * igt@gem_render_tiled_blits@basic:
>      - {bat-rpls-1}:       NOTRUN -> [INCOMPLETE][11]
>     [11]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-rpls-1/igt@gem
> _render_tiled_blits@basic.html
> 
>    
> Known issues
> ------------
> 
>    Here are the changes found in IGTPW_6831 that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>    * igt@core_hotunplug@unbind-rebind:
>      - fi-rkl-guc:         [PASS][12] -> [INCOMPLETE][13] ([i915#1373])
>     [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html
>     [13]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-rkl-guc/igt@cor
> e_hotunplug@unbind-rebind.html
> 
>    * igt@gem_huc_copy@huc-copy:
>      - fi-pnv-d510:        NOTRUN -> [SKIP][14] ([fdo#109271]) +11 similar issues
>     [14]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@ge
> m_huc_copy@huc-copy.html
> 
>    * igt@i915_selftest@live@hangcheck:
>      - fi-hsw-4770:        [PASS][15] -> [INCOMPLETE][16] ([i915#4785])
>     [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
>     [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
>      - bat-dg1-6:          NOTRUN -> [DMESG-FAIL][17] ([i915#4494] / [i915#4957])
>     [17]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-dg1-6/igt@i915
> _selftest@live@hangcheck.html
> 
>    * igt@kms_chamelium@dp-edid-read:
>      - fi-elk-e7500:       NOTRUN -> [SKIP][18] ([fdo#109271]) +26 similar issues
>     [18]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@k
> ms_chamelium@dp-edid-read.html
> 
>    * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
>      - fi-bwr-2160:        NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#5341])
>     [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
>      - fi-elk-e7500:       NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#5341])
>     [20]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@k
> ms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
> 
>    * igt@kms_pipe_crc_basic@read-crc-pipe-c:
>      - fi-bwr-2160:        NOTRUN -> [SKIP][21] ([fdo#109271]) +45 similar issues
>     [21]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@km
> s_pipe_crc_basic@read-crc-pipe-c.html
> 
>    * igt@runner@aborted:
>      - fi-pnv-d510:        NOTRUN -> [FAIL][22] ([i915#2403] / [i915#4312])
>     [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@runner@aborted.html
>      - fi-glk-dsi:         NOTRUN -> [FAIL][23] ([i915#4312] / [k.org#202321])
>     [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-glk-dsi/igt@runner@aborted.html
>      - fi-hsw-4770:        NOTRUN -> [FAIL][24] ([fdo#109271] / [i915#1436] / [i915#2722] / [i915#4312])
>     [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-hsw-4770/igt@runner@aborted.html
>      - fi-rkl-guc:         NOTRUN -> [FAIL][25] ([i915#4312])
>     [25]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-rkl-guc/igt@run
> ner@aborted.html
> 
>    
> #### Possible fixes ####
> 
>    * igt@core_hotunplug@unbind-rebind:
>      - {bat-jsl-2}:        [INCOMPLETE][26] ([i915#1373]) -> [PASS][27]
>     [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-jsl-2/igt@core_hotunplug@unbind-rebind.html
>     [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-jsl-2/igt@core_hotunplug@unbind-rebind.html
>      - {bat-hsw-1}:        [INCOMPLETE][28] -> [PASS][29]
>     [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-hsw-1/igt@core_hotunplug@unbind-rebind.html
>     [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-hsw-1/igt@core_hotunplug@unbind-rebind.html
>      - {bat-jsl-1}:        [INCOMPLETE][30] ([i915#1373]) -> [PASS][31]
>     [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html
>     [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html
>      - bat-dg1-6:          [INCOMPLETE][32] -> [PASS][33]
>     [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-dg1-6/igt@core_hotunplug@unbind-rebind.html
>     [33]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-dg1-6/igt@core
> _hotunplug@unbind-rebind.html
> 
>    * igt@gem_render_tiled_blits@basic:
>      - {bat-rpls-2}:       [INCOMPLETE][34] -> [PASS][35]
>     [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-rpls-2/igt@gem_render_tiled_blits@basic.html
>     [35]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-rpls-2/igt@gem
> _render_tiled_blits@basic.html
> 
>    * igt@gem_tiled_blits@basic:
>      - fi-elk-e7500:       [INCOMPLETE][36] -> [PASS][37]
>     [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-elk-e7500/igt@gem_tiled_blits@basic.html
>     [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@gem_tiled_blits@basic.html
>      - fi-bwr-2160:        [INCOMPLETE][38] -> [PASS][39]
>     [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bwr-2160/igt@gem_tiled_blits@basic.html
>     [39]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@ge
> m_tiled_blits@basic.html
> 
>    * igt@kms_flip@basic-flip-vs-modeset@a-edp1:
>      - {bat-adlp-6}:       [DMESG-WARN][40] ([i915#3576]) -> [PASS][41] +1 similar issue
>     [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html
>     [41]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-adlp-6/igt@kms
> _flip@basic-flip-vs-modeset@a-edp1.html
> 
>    
> #### Warnings ####
> 
>    * igt@core_hotunplug@unbind-rebind:
>      - fi-cfl-8700k:       [INCOMPLETE][42] -> [INCOMPLETE][43] ([i915#1982])
>     [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8700k/igt@core_hotunplug@unbind-rebind.html
>     [43]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-cfl-8700k/igt@c
> ore_hotunplug@unbind-rebind.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#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
>    [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
>    [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
>    [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
>    [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
>    [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
>    [i915#1373]: https://gitlab.freedesktop.org/drm/intel/issues/1373
>    [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
>    [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
>    [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
>    [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
>    [i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403
>    [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
>    [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
>    [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
>    [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
>    [i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
>    [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
>    [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
>    [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
>    [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
>    [i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494
>    [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
>    [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
>    [i915#4897]: https://gitlab.freedesktop.org/drm/intel/issues/4897
>    [i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957
>    [i915#5127]: https://gitlab.freedesktop.org/drm/intel/issues/5127
>    [i915#5339]: https://gitlab.freedesktop.org/drm/intel/issues/5339
>    [i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
>    [i915#5342]: https://gitlab.freedesktop.org/drm/intel/issues/5342
>    [i915#5401]: https://gitlab.freedesktop.org/drm/intel/issues/5401
>    [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321
> 
> 
> Build changes
> -------------
> 
>    * CI: CI-20190529 -> None
>    * IGT: IGT_6393 -> IGTPW_6831
> 
>    CI-20190529: 20190529
>    CI_DRM_11407: a2fff1c90d9587c65608497d5bf5781c073bf46a @ git://anongit.freedesktop.org/gfx-ci/linux
>    IGTPW_6831: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/index.html
>    IGT_6393: 1d267ea1b829fa10b31a37ccf6b4a970f032784a @ 
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
> 
> == Logs ==
> 
> For more details see: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/index.html
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2)
  2022-03-28  5:22     ` Vudum, Lakshminarayana
@ 2022-03-28 20:53       ` Abhinav Kumar
  0 siblings, 0 replies; 8+ messages in thread
From: Abhinav Kumar @ 2022-03-28 20:53 UTC (permalink / raw)
  To: Vudum, Lakshminarayana, igt-dev

Thank you so much.

Abhinav

On 3/27/2022 10:22 PM, Vudum, Lakshminarayana wrote:
> Re-reproted.
> 
> -----Original Message-----
> From: Abhinav Kumar <quic_abhinavk@quicinc.com>
> Sent: Friday, March 25, 2022 5:31 PM
> To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
> Subject: Re: ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2)
> 
> Hi Lakshmi
> 
> I checked the failure but it doesnt seem to be related to my change.
> 
> Can you please help to check once?
> 
> Thanks
> 
> Abhinav
> 
> On 3/25/2022 5:20 PM, Patchwork wrote:
>> == Series Details ==
>>
>> Series: tests/kms_concurrent: check if second primary plane is valid (rev2)
>> URL   : https://patchwork.freedesktop.org/series/101755/
>> State : failure
>>
>> == Summary ==
>>
>> CI Bug Log - changes from CI_DRM_11407 -> IGTPW_6831
>> ====================================================
>>
>> Summary
>> -------
>>
>>     **FAILURE**
>>
>>     Serious unknown changes coming with IGTPW_6831 absolutely need to be
>>     verified manually.
>>     
>>     If you think the reported changes have nothing to do with the changes
>>     introduced in IGTPW_6831, 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_6831/index.html
>>
>> Participating hosts (47 -> 43)
>> ------------------------------
>>
>>     Additional (1): fi-pnv-d510
>>     Missing    (5): shard-tglu fi-bsw-cyan fi-kbl-x1275 shard-rkl fi-bdw-samus
>>
>> Possible new issues
>> -------------------
>>
>>     Here are the unknown changes that may have been introduced in IGTPW_6831:
>>
>> ### IGT changes ###
>>
>> #### Possible regressions ####
>>
>>     * igt@core_hotunplug@unbind-rebind:
>>       - fi-elk-e7500:       NOTRUN -> [INCOMPLETE][1]
>>      [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@core_hotunplug@unbind-rebind.html
>>       - fi-glk-dsi:         [PASS][2] -> [INCOMPLETE][3]
>>      [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-glk-dsi/igt@core_hotunplug@unbind-rebind.html
>>      [3]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-glk-dsi/igt@cor
>> e_hotunplug@unbind-rebind.html
>>
>>     * igt@gem_render_linear_blits@basic:
>>       - fi-bsw-kefka:       [PASS][4] -> [INCOMPLETE][5]
>>      [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bsw-kefka/igt@gem_render_linear_blits@basic.html
>>      [5]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bsw-kefka/igt@g
>> em_render_linear_blits@basic.html
>>
>>     * igt@gem_tiled_blits@basic:
>>       - fi-pnv-d510:        NOTRUN -> [INCOMPLETE][6]
>>      [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@gem_tiled_blits@basic.html
>>       - fi-cfl-8109u:       [PASS][7] -> [INCOMPLETE][8]
>>      [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
>>      [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-cfl-8109u/igt@gem_tiled_blits@basic.html
>>       - fi-kbl-7567u:       [PASS][9] -> [INCOMPLETE][10]
>>      [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-kbl-7567u/igt@gem_tiled_blits@basic.html
>>      [10]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-kbl-7567u/igt@g
>> em_tiled_blits@basic.html
>>
>>     
>> #### Suppressed ####
>>
>>     The following results come from untrusted machines, tests, or statuses.
>>     They do not affect the overall result.
>>
>>     * igt@gem_render_tiled_blits@basic:
>>       - {bat-rpls-1}:       NOTRUN -> [INCOMPLETE][11]
>>      [11]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-rpls-1/igt@gem
>> _render_tiled_blits@basic.html
>>
>>     
>> Known issues
>> ------------
>>
>>     Here are the changes found in IGTPW_6831 that come from known issues:
>>
>> ### IGT changes ###
>>
>> #### Issues hit ####
>>
>>     * igt@core_hotunplug@unbind-rebind:
>>       - fi-rkl-guc:         [PASS][12] -> [INCOMPLETE][13] ([i915#1373])
>>      [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-rkl-guc/igt@core_hotunplug@unbind-rebind.html
>>      [13]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-rkl-guc/igt@cor
>> e_hotunplug@unbind-rebind.html
>>
>>     * igt@gem_huc_copy@huc-copy:
>>       - fi-pnv-d510:        NOTRUN -> [SKIP][14] ([fdo#109271]) +11 similar issues
>>      [14]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@ge
>> m_huc_copy@huc-copy.html
>>
>>     * igt@i915_selftest@live@hangcheck:
>>       - fi-hsw-4770:        [PASS][15] -> [INCOMPLETE][16] ([i915#4785])
>>      [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
>>      [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-hsw-4770/igt@i915_selftest@live@hangcheck.html
>>       - bat-dg1-6:          NOTRUN -> [DMESG-FAIL][17] ([i915#4494] / [i915#4957])
>>      [17]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-dg1-6/igt@i915
>> _selftest@live@hangcheck.html
>>
>>     * igt@kms_chamelium@dp-edid-read:
>>       - fi-elk-e7500:       NOTRUN -> [SKIP][18] ([fdo#109271]) +26 similar issues
>>      [18]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@k
>> ms_chamelium@dp-edid-read.html
>>
>>     * igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
>>       - fi-bwr-2160:        NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#5341])
>>      [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
>>       - fi-elk-e7500:       NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#5341])
>>      [20]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@k
>> ms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
>>
>>     * igt@kms_pipe_crc_basic@read-crc-pipe-c:
>>       - fi-bwr-2160:        NOTRUN -> [SKIP][21] ([fdo#109271]) +45 similar issues
>>      [21]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@km
>> s_pipe_crc_basic@read-crc-pipe-c.html
>>
>>     * igt@runner@aborted:
>>       - fi-pnv-d510:        NOTRUN -> [FAIL][22] ([i915#2403] / [i915#4312])
>>      [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-pnv-d510/igt@runner@aborted.html
>>       - fi-glk-dsi:         NOTRUN -> [FAIL][23] ([i915#4312] / [k.org#202321])
>>      [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-glk-dsi/igt@runner@aborted.html
>>       - fi-hsw-4770:        NOTRUN -> [FAIL][24] ([fdo#109271] / [i915#1436] / [i915#2722] / [i915#4312])
>>      [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-hsw-4770/igt@runner@aborted.html
>>       - fi-rkl-guc:         NOTRUN -> [FAIL][25] ([i915#4312])
>>      [25]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-rkl-guc/igt@run
>> ner@aborted.html
>>
>>     
>> #### Possible fixes ####
>>
>>     * igt@core_hotunplug@unbind-rebind:
>>       - {bat-jsl-2}:        [INCOMPLETE][26] ([i915#1373]) -> [PASS][27]
>>      [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-jsl-2/igt@core_hotunplug@unbind-rebind.html
>>      [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-jsl-2/igt@core_hotunplug@unbind-rebind.html
>>       - {bat-hsw-1}:        [INCOMPLETE][28] -> [PASS][29]
>>      [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-hsw-1/igt@core_hotunplug@unbind-rebind.html
>>      [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-hsw-1/igt@core_hotunplug@unbind-rebind.html
>>       - {bat-jsl-1}:        [INCOMPLETE][30] ([i915#1373]) -> [PASS][31]
>>      [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html
>>      [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-jsl-1/igt@core_hotunplug@unbind-rebind.html
>>       - bat-dg1-6:          [INCOMPLETE][32] -> [PASS][33]
>>      [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-dg1-6/igt@core_hotunplug@unbind-rebind.html
>>      [33]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-dg1-6/igt@core
>> _hotunplug@unbind-rebind.html
>>
>>     * igt@gem_render_tiled_blits@basic:
>>       - {bat-rpls-2}:       [INCOMPLETE][34] -> [PASS][35]
>>      [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-rpls-2/igt@gem_render_tiled_blits@basic.html
>>      [35]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-rpls-2/igt@gem
>> _render_tiled_blits@basic.html
>>
>>     * igt@gem_tiled_blits@basic:
>>       - fi-elk-e7500:       [INCOMPLETE][36] -> [PASS][37]
>>      [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-elk-e7500/igt@gem_tiled_blits@basic.html
>>      [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-elk-e7500/igt@gem_tiled_blits@basic.html
>>       - fi-bwr-2160:        [INCOMPLETE][38] -> [PASS][39]
>>      [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-bwr-2160/igt@gem_tiled_blits@basic.html
>>      [39]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-bwr-2160/igt@ge
>> m_tiled_blits@basic.html
>>
>>     * igt@kms_flip@basic-flip-vs-modeset@a-edp1:
>>       - {bat-adlp-6}:       [DMESG-WARN][40] ([i915#3576]) -> [PASS][41] +1 similar issue
>>      [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/bat-adlp-6/igt@kms_flip@basic-flip-vs-modeset@a-edp1.html
>>      [41]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/bat-adlp-6/igt@kms
>> _flip@basic-flip-vs-modeset@a-edp1.html
>>
>>     
>> #### Warnings ####
>>
>>     * igt@core_hotunplug@unbind-rebind:
>>       - fi-cfl-8700k:       [INCOMPLETE][42] -> [INCOMPLETE][43] ([i915#1982])
>>      [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11407/fi-cfl-8700k/igt@core_hotunplug@unbind-rebind.html
>>      [43]:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/fi-cfl-8700k/igt@c
>> ore_hotunplug@unbind-rebind.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#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
>>     [fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
>>     [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
>>     [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
>>     [i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
>>     [i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
>>     [i915#1373]: https://gitlab.freedesktop.org/drm/intel/issues/1373
>>     [i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
>>     [i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
>>     [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
>>     [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
>>     [i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403
>>     [i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
>>     [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722
>>     [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
>>     [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
>>     [i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
>>     [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
>>     [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
>>     [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
>>     [i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
>>     [i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494
>>     [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
>>     [i915#4785]: https://gitlab.freedesktop.org/drm/intel/issues/4785
>>     [i915#4897]: https://gitlab.freedesktop.org/drm/intel/issues/4897
>>     [i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957
>>     [i915#5127]: https://gitlab.freedesktop.org/drm/intel/issues/5127
>>     [i915#5339]: https://gitlab.freedesktop.org/drm/intel/issues/5339
>>     [i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
>>     [i915#5342]: https://gitlab.freedesktop.org/drm/intel/issues/5342
>>     [i915#5401]: https://gitlab.freedesktop.org/drm/intel/issues/5401
>>     [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321
>>
>>
>> Build changes
>> -------------
>>
>>     * CI: CI-20190529 -> None
>>     * IGT: IGT_6393 -> IGTPW_6831
>>
>>     CI-20190529: 20190529
>>     CI_DRM_11407: a2fff1c90d9587c65608497d5bf5781c073bf46a @ git://anongit.freedesktop.org/gfx-ci/linux
>>     IGTPW_6831: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/index.html
>>     IGT_6393: 1d267ea1b829fa10b31a37ccf6b4a970f032784a @
>> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>>
>> == Logs ==
>>
>> For more details see:
>> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6831/index.html
>>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-28 20:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-25 23:41 [igt-dev] [PATCH i-g-t v2] tests/kms_concurrent: check if second primary plane is valid Abhinav Kumar
2022-03-26  0:20 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev2) Patchwork
2022-03-26  0:31   ` Abhinav Kumar
2022-03-28  5:22     ` Vudum, Lakshminarayana
2022-03-28 20:53       ` Abhinav Kumar
2022-03-26  3:08 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_concurrent: check if second primary plane is valid (rev3) Patchwork
2022-03-27  5:48 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2022-03-27  6:39 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.