Re: [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Fix connector HPD polling

2023-07-21 Thread Imre Deak
On Fri, Jul 21, 2023 at 12:03:37AM +, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/i915: Fix connector HPD polling
> URL   : https://patchwork.freedesktop.org/series/121050/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_13399_full -> Patchwork_121050v1_full
> 
> 
> Summary
> ---
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with Patchwork_121050v1_full absolutely need 
> to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in Patchwork_121050v1_full, please notify your bug team to allow 
> them
>   to document this new failure mode, which will reduce false positives in CI.
> 
>   
> 
> Participating hosts (10 -> 10)
> --
> 
>   Additional (1): shard-tglu0 
>   Missing(1): pig-kbl-iris 
> 
> Possible new issues
> ---
> 
>   Here are the unknown changes that may have been introduced in 
> Patchwork_121050v1_full:
> 
> ### IGT changes ###
> 
>  Possible regressions 
> 
>   * igt@syncobj_wait@invalid-multi-wait-unsubmitted-signaled:
> - shard-glk:  [PASS][1] -> [TIMEOUT][2] +1 similar issue
>[1]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-glk2/igt@syncobj_w...@invalid-multi-wait-unsubmitted-signaled.html
>[2]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-glk9/igt@syncobj_w...@invalid-multi-wait-unsubmitted-signaled.html

Can't see how this issue would be related (the device is runtime resumed a
long time before the test starts and the whole duration of it).

Looks like it's related to the previous igt@perf@enable-disable@0-rcs0
getting stuck already, which is marked as a known issue below:
 - shard-glk:  [PASS][53] -> [TIMEOUT][54] ([i915#8170])
[i915#8170]: https://gitlab.freedesktop.org/drm/intel/issues/8170

>  Warnings 
> 
>   * igt@i915_selftest@live@gt_tlb:
> - shard-mtlp: [DMESG-WARN][3] ([i915#8937]) -> [DMESG-FAIL][4]
>[3]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-mtlp-7/igt@i915_selftest@live@gt_tlb.html
>[4]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-mtlp-1/igt@i915_selftest@live@gt_tlb.html

<3> [427.292843] i915 :00:02.0: [drm] *ERROR* GSC status reports proxy init 
not complete
...
<6> [427.856200] i915: Running intel_tlb_live_selftests/invalidate_full
<4> [427.856850] Failed to allocate contiguous pages for size 40
...
<3> [428.694134] gsc0((efault)): Semaphore sanitycheck failed a5da2bdb5900, 
with alignment 1000, using PTE size 1000 (phys 10, sg 11000)
<3> [428.726170] i915/intel_tlb_live_selftests: invalidate_full failed with 
error -5

Can't see the connection, the device is runtime resumed while the test
runs. 

It looks like a pre-existing issue, though couldn't find a ticket for it:
CI_DRM_13399/bat-mtlp-8/0/dmesg.log:<3>[  362.551856] 
i915/intel_tlb_live_selftests: invalidate_full failed with error -5
CI_DRM_13400/bat-mtlp-8/0/dmesg.log:<3>[  357.382785] 
i915/intel_tlb_live_selftests: invalidate_full failed with error -5
CI_DRM_13402/bat-mtlp-8/0/dmesg.log:<3>[  353.582407] 
i915/intel_tlb_live_selftests: invalidate_full failed with error -5

> 
>   * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:
> - shard-glk:  [SKIP][5] ([fdo#109271] / [i915#3886]) -> 
> [TIMEOUT][6]
>[5]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-glk2/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html
>[6]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-glk9/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html

Unrelated due to the same reason as the first one, all tests after
igt@perf@enable-disable@0-rcs0 failing with timeout:

[707.218450] [137/142] (377s left) perf (enable-disable)
[707.506353] Starting subtest: enable-disable
[707.510043] Starting dynamic subtest: 0-rcs0
[827.870684] Per-test timeout exceeded. Killing the current test with SIGQUIT.
[830.055218] Closing watchdogs
[830.057975] Initializing watchdogs
[830.058094]   /dev/watchdog0
[830.082412] [138/142] (254s left) syncobj_wait 
(invalid-multi-wait-unsubmitted-signaled)
[950.425897] Per-test timeout exceeded. Killing the current test with SIGQUIT.
[951.647440] Closing watchdogs
[951.648990] Initializing watchdogs
[951.649123]   /dev/watchdog0
[951.673531] [139/142] (132s left) gem_softpin (evict-active)
[1072.017079] Per-test timeout exceeded. Killing the current test with SIGQUIT.
[1073.346236] Closing watchdogs
[1073.347773] Initializing watchdogs
[1073.347893]   /dev/watchdog0
[1073.371952] [140/142] ( 11s left) kms_ccs 
(pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs)
[1193.706723] Per-test timeout exceeded. Killing the current test with SIGQUIT.
[1195.159353] Overall timeout time exceeded, stopping.
[1195.159760] Closing watchdogs

> New tests
> -
>

[Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Fix connector HPD polling

2023-07-20 Thread Patchwork
== Series Details ==

Series: drm/i915: Fix connector HPD polling
URL   : https://patchwork.freedesktop.org/series/121050/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_13399_full -> Patchwork_121050v1_full


Summary
---

  **FAILURE**

  Serious unknown changes coming with Patchwork_121050v1_full absolutely need 
to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_121050v1_full, please notify your bug team to allow 
them
  to document this new failure mode, which will reduce false positives in CI.

  

Participating hosts (10 -> 10)
--

  Additional (1): shard-tglu0 
  Missing(1): pig-kbl-iris 

Possible new issues
---

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

### IGT changes ###

 Possible regressions 

  * igt@syncobj_wait@invalid-multi-wait-unsubmitted-signaled:
- shard-glk:  [PASS][1] -> [TIMEOUT][2] +1 similar issue
   [1]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-glk2/igt@syncobj_w...@invalid-multi-wait-unsubmitted-signaled.html
   [2]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-glk9/igt@syncobj_w...@invalid-multi-wait-unsubmitted-signaled.html

  
 Warnings 

  * igt@i915_selftest@live@gt_tlb:
- shard-mtlp: [DMESG-WARN][3] ([i915#8937]) -> [DMESG-FAIL][4]
   [3]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-mtlp-7/igt@i915_selftest@live@gt_tlb.html
   [4]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-mtlp-1/igt@i915_selftest@live@gt_tlb.html

  * igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs:
- shard-glk:  [SKIP][5] ([fdo#109271] / [i915#3886]) -> [TIMEOUT][6]
   [5]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-glk2/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html
   [6]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-glk9/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  
New tests
-

  New tests have been introduced between CI_DRM_13399_full and 
Patchwork_121050v1_full:

### New IGT tests (4) ###

  * igt@kms_flip@wf_vblank-ts-check@a-hdmi-a4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s

  * igt@kms_flip@wf_vblank-ts-check@b-hdmi-a4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s

  * igt@kms_flip@wf_vblank-ts-check@c-hdmi-a4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s

  * igt@kms_flip@wf_vblank-ts-check@d-hdmi-a4:
- Statuses : 1 pass(s)
- Exec time: [0.0] s

  

Known issues


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

### IGT changes ###

 Issues hit 

  * igt@gem_ctx_persistence@legacy-engines-queued:
- shard-snb:  NOTRUN -> [SKIP][7] ([fdo#109271] / [i915#1099]) +1 
similar issue
   [7]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-snb2/igt@gem_ctx_persiste...@legacy-engines-queued.html

  * igt@gem_eio@unwedge-stress:
- shard-snb:  NOTRUN -> [FAIL][8] ([i915#8898])
   [8]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-snb6/igt@gem_...@unwedge-stress.html

  * igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl:  [PASS][9] -> [FAIL][10] ([i915#2842])
   [9]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-apl1/igt@gem_exec_fair@basic-none-s...@rcs0.html
   [10]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-apl7/igt@gem_exec_fair@basic-none-s...@rcs0.html

  * igt@gem_exec_fair@basic-pace@vecs0:
- shard-rkl:  [PASS][11] -> [FAIL][12] ([i915#2842]) +1 similar 
issue
   [11]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-rkl-2/igt@gem_exec_fair@basic-p...@vecs0.html
   [12]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-rkl-7/igt@gem_exec_fair@basic-p...@vecs0.html

  * igt@i915_pipe_stress@stress-xrgb-untiled:
- shard-mtlp: [PASS][13] -> [FAIL][14] ([i915#8691])
   [13]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-mtlp-4/igt@i915_pipe_str...@stress-xrgb-untiled.html
   [14]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-mtlp-7/igt@i915_pipe_str...@stress-xrgb-untiled.html

  * igt@i915_pm_rpm@dpms-lpsp:
- shard-rkl:  [PASS][15] -> [SKIP][16] ([i915#1397]) +2 similar 
issues
   [15]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-rkl-7/igt@i915_pm_...@dpms-lpsp.html
   [16]: 
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_121050v1/shard-rkl-2/igt@i915_pm_...@dpms-lpsp.html

  * igt@i915_pm_rpm@dpms-non-lpsp:
- shard-dg2:  [PASS][17] -> [SKIP][18] ([i915#1397])
   [17]: 
https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13399/shard-dg2-2/igt@i915_pm_...@dpms-non-lpsp.html
   [18]: 
https: