All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
@ 2020-05-19 12:59 Imre Deak
  2020-05-19 15:12 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Imre Deak @ 2020-05-19 12:59 UTC (permalink / raw)
  To: igt-dev; +Cc: Nidhi Gupta

For the duration of all the interruptible subtests the signal helper is
assumed to stay running after each subtest, both in case the subtest
passes or aborts with a failure. So make sure we don't leave the signal
helper suspended in case igt_assert() aborts.

References: https://gitlab.freedesktop.org/drm/intel/issues/1883
Fixes: 60e8be7ccc72 ("tests/kms_flip: Retry test in case of a DP/HDMI link reset")
Cc: Uma Shankar <uma.shankar@intel.com>
Cc: Nidhi Gupta <nidhi1.gupta@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 tests/kms_flip.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index 46bfc5858..7bf6958af 100755
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -1325,10 +1325,15 @@ retry:
 	 * reset event, which the driver signals with a hotplug event.
 	 */
 	if (!state_ok) {
+		bool hotplug_detected;
+
 		igt_suspend_signal_helper();
-		igt_assert(!retried && igt_hotplug_detected(mon, 3));
+		if (!retried)
+			hotplug_detected = igt_hotplug_detected(mon, 3);
 		igt_resume_signal_helper();
 
+		igt_assert(!retried && hotplug_detected);
+
 		igt_debug("Retrying after a hotplug event\n");
 		retried = true;
 		memset(&o->vblank_state, 0, sizeof(o->vblank_state));
-- 
2.23.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-19 12:59 [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest Imre Deak
@ 2020-05-19 15:12 ` Patchwork
  2020-05-19 15:27 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2020-05-19 15:12 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

== Series Details ==

Series: tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
URL   : https://patchwork.freedesktop.org/series/77411/
State : warning

== Summary ==

Did not get list of undocumented tests for this run, something is wrong!

Other than that, pipeline status: FAILED.

see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/148630 for the overview.

build:tests-debian-autotools has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/2740206):
    CC       i915/i915_perf_metrics_kblgt2.lo
    CC       i915/i915_perf_registers_kblgt2.lo
  i915/i915_perf_registers_kblgt2.c:1734:1: fatal error: error writing to /tmp/cc0dQ9kb.s: No space left on device
   }
   ^
  compilation terminated.
  make[3]: Leaving directory '/builds/gfx-ci/igt-ci-tags/lib'
  make[3]: *** [Makefile:1208: i915/i915_perf_registers_kblgt2.lo] Error 1
  make[2]: *** [Makefile:824: all] Error 2
  make[2]: Leaving directory '/builds/gfx-ci/igt-ci-tags/lib'
  make[1]: *** [Makefile:515: all-recursive] Error 1
  make[1]: Leaving directory '/builds/gfx-ci/igt-ci-tags'
  make: *** [Makefile:447: all] Error 2
  section_end:1589900848:build_script
  section_start:1589900848:after_script
  section_end:1589900850:after_script
  section_start:1589900850:upload_artifacts_on_failure
  section_end:1589900852:upload_artifacts_on_failure
  ERROR: Job failed: exit code 1

== Logs ==

For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/148630
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-19 12:59 [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest Imre Deak
  2020-05-19 15:12 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
@ 2020-05-19 15:27 ` Patchwork
  2020-05-19 22:21 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2020-05-19 15:27 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

== Series Details ==

Series: tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
URL   : https://patchwork.freedesktop.org/series/77411/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_8504 -> IGTPW_4588
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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


Changes
-------

  No changes found


Participating hosts (50 -> 42)
------------------------------

  Additional (1): fi-bdw-5557u 
  Missing    (9): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-hsw-4770 fi-kbl-7560u fi-byt-clapper fi-bdw-samus 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_5660 -> IGTPW_4588

  CI-20190529: 20190529
  CI_DRM_8504: 7e42247620e80fa44a9416f0d8e32cc3ca9f922f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_4588: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
  IGT_5660: bf43e3e45a17c16094fb3a47b363ccf1c95c28b9 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-19 12:59 [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest Imre Deak
  2020-05-19 15:12 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
  2020-05-19 15:27 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2020-05-19 22:21 ` Patchwork
  2020-05-20  7:17   ` Imre Deak
  2020-05-20  8:17 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 14+ messages in thread
From: Patchwork @ 2020-05-19 22:21 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

== Series Details ==

Series: tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
URL   : https://patchwork.freedesktop.org/series/77411/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_8504_full -> IGTPW_4588_full
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-tglb:         [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_panel_fitting@atomic-fastset.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb2/igt@kms_panel_fitting@atomic-fastset.html

  
#### Warnings ####

  * igt@i915_pm_dc@dc6-psr:
    - shard-tglb:         [SKIP][3] ([i915#468]) -> [FAIL][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb2/igt@i915_pm_dc@dc6-psr.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@i915_pm_dc@dc6-psr.html

  
#### Suppressed ####

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

  * {igt@gem_exec_balancer@sliced}:
    - shard-kbl:          [PASS][5] -> [FAIL][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_balancer@sliced.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@gem_exec_balancer@sliced.html

  * {igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1}:
    - shard-tglb:         [FAIL][7] ([i915#1883]) -> [FAIL][8] +2 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_exec_suspend@basic-s3:
    - shard-kbl:          [PASS][9] -> [INCOMPLETE][10] ([i915#155]) +1 similar issue
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_suspend@basic-s3.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@gem_exec_suspend@basic-s3.html

  * igt@gem_workarounds@suspend-resume-fd:
    - shard-iclb:         [PASS][11] -> [INCOMPLETE][12] ([i915#1185])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@gem_workarounds@suspend-resume-fd.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@gem_workarounds@suspend-resume-fd.html

  * igt@i915_pm_dc@dc6-psr:
    - shard-iclb:         [PASS][13] -> [FAIL][14] ([i915#1899])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb7/igt@i915_pm_dc@dc6-psr.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@i915_pm_dc@dc6-psr.html

  * igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen:
    - shard-kbl:          [PASS][15] -> [FAIL][16] ([i915#54] / [i915#93] / [i915#95]) +2 similar issues
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-iclb:         [PASS][17] -> [FAIL][18] ([i915#1757])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@kms_panel_fitting@atomic-fastset.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
    - shard-apl:          [PASS][19] -> [DMESG-WARN][20] ([i915#180]) +1 similar issue
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html

  * igt@kms_psr@psr2_sprite_plane_move:
    - shard-iclb:         [PASS][21] -> [SKIP][22] ([fdo#109441]) +2 similar issues
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@kms_psr@psr2_sprite_plane_move.html
    - shard-tglb:         [PASS][23] -> [SKIP][24] ([i915#668]) +1 similar issue
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_psr@psr2_sprite_plane_move.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@kms_psr@psr2_sprite_plane_move.html

  * igt@perf@oa-exponents:
    - shard-tglb:         [PASS][25] -> [SKIP][26] ([i915#405])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb5/igt@perf@oa-exponents.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@perf@oa-exponents.html
    - shard-glk:          [PASS][27] -> [SKIP][28] ([fdo#109271])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-glk5/igt@perf@oa-exponents.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-glk7/igt@perf@oa-exponents.html
    - shard-apl:          [PASS][29] -> [SKIP][30] ([fdo#109271])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@perf@oa-exponents.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@perf@oa-exponents.html
    - shard-kbl:          [PASS][31] -> [SKIP][32] ([fdo#109271])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@perf@oa-exponents.html
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@perf@oa-exponents.html
    - shard-iclb:         [PASS][33] -> [SKIP][34] ([i915#405])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@perf@oa-exponents.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@perf@oa-exponents.html

  
#### Possible fixes ####

  * {igt@gem_exec_balancer@sliced}:
    - shard-tglb:         [FAIL][35] -> [PASS][36]
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb1/igt@gem_exec_balancer@sliced.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@gem_exec_balancer@sliced.html

  * igt@gem_workarounds@suspend-resume:
    - shard-apl:          [DMESG-WARN][37] ([i915#180] / [i915#95]) -> [PASS][38]
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl1/igt@gem_workarounds@suspend-resume.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@gem_workarounds@suspend-resume.html

  * igt@kms_big_fb@linear-32bpp-rotate-180:
    - shard-apl:          [FAIL][39] ([i915#1119] / [i915#95]) -> [PASS][40]
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
    - shard-kbl:          [FAIL][41] ([i915#1119] / [i915#93] / [i915#95]) -> [PASS][42]
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_big_fb@linear-32bpp-rotate-180.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_big_fb@linear-32bpp-rotate-180.html

  * igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen:
    - shard-kbl:          [FAIL][43] ([i915#54] / [i915#93] / [i915#95]) -> [PASS][44]
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html

  * igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding:
    - shard-apl:          [FAIL][45] ([i915#54]) -> [PASS][46]
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html

  * {igt@kms_flip@flip-vs-suspend-interruptible@c-dp1}:
    - shard-apl:          [DMESG-WARN][47] ([i915#180]) -> [PASS][48] +3 similar issues
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl7/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html

  * {igt@kms_flip@flip-vs-suspend@c-dp1}:
    - shard-kbl:          [DMESG-WARN][49] ([i915#180]) -> [PASS][50] +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@kms_flip@flip-vs-suspend@c-dp1.html

  * igt@kms_flip_tiling@flip-changes-tiling-y:
    - shard-apl:          [FAIL][51] ([i915#95]) -> [PASS][52] +1 similar issue
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
    - shard-kbl:          [FAIL][53] ([i915#699] / [i915#93] / [i915#95]) -> [PASS][54]
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@kms_flip_tiling@flip-changes-tiling-y.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_flip_tiling@flip-changes-tiling-y.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-tglb:         [SKIP][55] ([i915#433]) -> [PASS][56]
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb5/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_psr@psr2_cursor_plane_move:
    - shard-iclb:         [SKIP][57] ([fdo#109441]) -> [PASS][58] +2 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb3/igt@kms_psr@psr2_cursor_plane_move.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@kms_psr@psr2_cursor_plane_move.html

  * igt@kms_setmode@basic:
    - shard-apl:          [FAIL][59] ([i915#31]) -> [PASS][60]
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_setmode@basic.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_setmode@basic.html

  * igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend:
    - shard-tglb:         [INCOMPLETE][61] ([i915#1602]) -> [PASS][62]
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html

  
#### Warnings ####

  * igt@i915_pm_dc@dc3co-vpb-simulation:
    - shard-iclb:         [SKIP][63] ([i915#658]) -> [SKIP][64] ([i915#588])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb4/igt@i915_pm_dc@dc3co-vpb-simulation.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html

  * igt@i915_pm_dc@dc6-dpms:
    - shard-kbl:          [FAIL][65] ([i915#454] / [i915#93] / [i915#95]) -> [FAIL][66] ([i915#454])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@i915_pm_dc@dc6-dpms.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@i915_pm_dc@dc6-dpms.html

  * igt@kms_content_protection@atomic:
    - shard-apl:          [FAIL][67] ([fdo#110321] / [fdo#110336]) -> [TIMEOUT][68] ([i915#1319])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_content_protection@atomic.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_content_protection@atomic.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
    - shard-apl:          [FAIL][69] ([fdo#108145] / [i915#265]) -> [FAIL][70] ([fdo#108145] / [i915#265] / [i915#95])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
    - shard-kbl:          [FAIL][71] ([fdo#108145] / [i915#265]) -> [FAIL][72] ([fdo#108145] / [i915#265] / [i915#93] / [i915#95])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html

  * igt@kms_psr2_su@page_flip:
    - shard-tglb:         [SKIP][73] -> [FAIL][74] ([i915#608])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_psr2_su@page_flip.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_psr2_su@page_flip.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
  [fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336
  [i915#1119]: https://gitlab.freedesktop.org/drm/intel/issues/1119
  [i915#1185]: https://gitlab.freedesktop.org/drm/intel/issues/1185
  [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
  [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155
  [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
  [i915#1757]: https://gitlab.freedesktop.org/drm/intel/issues/1757
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1883]: https://gitlab.freedesktop.org/drm/intel/issues/1883
  [i915#1899]: https://gitlab.freedesktop.org/drm/intel/issues/1899
  [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
  [i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
  [i915#405]: https://gitlab.freedesktop.org/drm/intel/issues/405
  [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
  [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
  [i915#468]: https://gitlab.freedesktop.org/drm/intel/issues/468
  [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
  [i915#588]: https://gitlab.freedesktop.org/drm/intel/issues/588
  [i915#608]: https://gitlab.freedesktop.org/drm/intel/issues/608
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#668]: https://gitlab.freedesktop.org/drm/intel/issues/668
  [i915#699]: https://gitlab.freedesktop.org/drm/intel/issues/699
  [i915#93]: https://gitlab.freedesktop.org/drm/intel/issues/93
  [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95


Participating hosts (11 -> 8)
------------------------------

  Missing    (3): pig-skl-6260u pig-glk-j5005 pig-icl-1065g7 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_5660 -> IGTPW_4588
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_8504: 7e42247620e80fa44a9416f0d8e32cc3ca9f922f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_4588: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
  IGT_5660: bf43e3e45a17c16094fb3a47b363ccf1c95c28b9 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-19 22:21 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2020-05-20  7:17   ` Imre Deak
  2020-05-20  8:20     ` Vudum, Lakshminarayana
  0 siblings, 1 reply; 14+ messages in thread
From: Imre Deak @ 2020-05-20  7:17 UTC (permalink / raw)
  To: igt-dev, Lakshminarayana Vudum

Hi Lakshmi,

On Tue, May 19, 2020 at 10:21:03PM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
> URL   : https://patchwork.freedesktop.org/series/77411/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_8504_full -> IGTPW_4588_full
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_4588_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_4588_full, 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_4588/index.html
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_4588_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@kms_panel_fitting@atomic-fastset:
>     - shard-tglb:         [PASS][1] -> [FAIL][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_panel_fitting@atomic-fastset.html
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb2/igt@kms_panel_fitting@atomic-fastset.html

This is unrelated, I opened a ticket for it:
https://gitlab.freedesktop.org/drm/intel/-/issues/1907

> #### Warnings ####
> 
>   * igt@i915_pm_dc@dc6-psr:
>     - shard-tglb:         [SKIP][3] ([i915#468]) -> [FAIL][4]
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb2/igt@i915_pm_dc@dc6-psr.html
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@i915_pm_dc@dc6-psr.html
> 
>   
> #### Suppressed ####
> 
>   The following results come from untrusted machines, tests, or statuses.
>   They do not affect the overall result.
> 
>   * {igt@gem_exec_balancer@sliced}:
>     - shard-kbl:          [PASS][5] -> [FAIL][6]
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_balancer@sliced.html
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@gem_exec_balancer@sliced.html
> 
>   * {igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1}:
>     - shard-tglb:         [FAIL][7] ([i915#1883]) -> [FAIL][8] +2 similar issues
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_4588_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@gem_exec_suspend@basic-s3:
>     - shard-kbl:          [PASS][9] -> [INCOMPLETE][10] ([i915#155]) +1 similar issue
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_suspend@basic-s3.html
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@gem_exec_suspend@basic-s3.html
> 
>   * igt@gem_workarounds@suspend-resume-fd:
>     - shard-iclb:         [PASS][11] -> [INCOMPLETE][12] ([i915#1185])
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@gem_workarounds@suspend-resume-fd.html
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@gem_workarounds@suspend-resume-fd.html
> 
>   * igt@i915_pm_dc@dc6-psr:
>     - shard-iclb:         [PASS][13] -> [FAIL][14] ([i915#1899])
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb7/igt@i915_pm_dc@dc6-psr.html
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@i915_pm_dc@dc6-psr.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen:
>     - shard-kbl:          [PASS][15] -> [FAIL][16] ([i915#54] / [i915#93] / [i915#95]) +2 similar issues
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
>    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
> 
>   * igt@kms_panel_fitting@atomic-fastset:
>     - shard-iclb:         [PASS][17] -> [FAIL][18] ([i915#1757])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@kms_panel_fitting@atomic-fastset.html
>    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@kms_panel_fitting@atomic-fastset.html
> 
>   * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
>     - shard-apl:          [PASS][19] -> [DMESG-WARN][20] ([i915#180]) +1 similar issue
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
>    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
> 
>   * igt@kms_psr@psr2_sprite_plane_move:
>     - shard-iclb:         [PASS][21] -> [SKIP][22] ([fdo#109441]) +2 similar issues
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@kms_psr@psr2_sprite_plane_move.html
>     - shard-tglb:         [PASS][23] -> [SKIP][24] ([i915#668]) +1 similar issue
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_psr@psr2_sprite_plane_move.html
>    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@kms_psr@psr2_sprite_plane_move.html
> 
>   * igt@perf@oa-exponents:
>     - shard-tglb:         [PASS][25] -> [SKIP][26] ([i915#405])
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb5/igt@perf@oa-exponents.html
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@perf@oa-exponents.html
>     - shard-glk:          [PASS][27] -> [SKIP][28] ([fdo#109271])
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-glk5/igt@perf@oa-exponents.html
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-glk7/igt@perf@oa-exponents.html
>     - shard-apl:          [PASS][29] -> [SKIP][30] ([fdo#109271])
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@perf@oa-exponents.html
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@perf@oa-exponents.html
>     - shard-kbl:          [PASS][31] -> [SKIP][32] ([fdo#109271])
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@perf@oa-exponents.html
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@perf@oa-exponents.html
>     - shard-iclb:         [PASS][33] -> [SKIP][34] ([i915#405])
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@perf@oa-exponents.html
>    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@perf@oa-exponents.html
> 
>   
> #### Possible fixes ####
> 
>   * {igt@gem_exec_balancer@sliced}:
>     - shard-tglb:         [FAIL][35] -> [PASS][36]
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb1/igt@gem_exec_balancer@sliced.html
>    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@gem_exec_balancer@sliced.html
> 
>   * igt@gem_workarounds@suspend-resume:
>     - shard-apl:          [DMESG-WARN][37] ([i915#180] / [i915#95]) -> [PASS][38]
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl1/igt@gem_workarounds@suspend-resume.html
>    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@gem_workarounds@suspend-resume.html
> 
>   * igt@kms_big_fb@linear-32bpp-rotate-180:
>     - shard-apl:          [FAIL][39] ([i915#1119] / [i915#95]) -> [PASS][40]
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
>     - shard-kbl:          [FAIL][41] ([i915#1119] / [i915#93] / [i915#95]) -> [PASS][42]
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_big_fb@linear-32bpp-rotate-180.html
>    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_big_fb@linear-32bpp-rotate-180.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen:
>     - shard-kbl:          [FAIL][43] ([i915#54] / [i915#93] / [i915#95]) -> [PASS][44]
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
>    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
> 
>   * igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding:
>     - shard-apl:          [FAIL][45] ([i915#54]) -> [PASS][46]
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html
>    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html
> 
>   * {igt@kms_flip@flip-vs-suspend-interruptible@c-dp1}:
>     - shard-apl:          [DMESG-WARN][47] ([i915#180]) -> [PASS][48] +3 similar issues
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
>    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl7/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
> 
>   * {igt@kms_flip@flip-vs-suspend@c-dp1}:
>     - shard-kbl:          [DMESG-WARN][49] ([i915#180]) -> [PASS][50] +1 similar issue
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html
>    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@kms_flip@flip-vs-suspend@c-dp1.html
> 
>   * igt@kms_flip_tiling@flip-changes-tiling-y:
>     - shard-apl:          [FAIL][51] ([i915#95]) -> [PASS][52] +1 similar issue
>    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
>    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
>     - shard-kbl:          [FAIL][53] ([i915#699] / [i915#93] / [i915#95]) -> [PASS][54]
>    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@kms_flip_tiling@flip-changes-tiling-y.html
>    [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_flip_tiling@flip-changes-tiling-y.html
> 
>   * igt@kms_hdmi_inject@inject-audio:
>     - shard-tglb:         [SKIP][55] ([i915#433]) -> [PASS][56]
>    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html
>    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb5/igt@kms_hdmi_inject@inject-audio.html
> 
>   * igt@kms_psr@psr2_cursor_plane_move:
>     - shard-iclb:         [SKIP][57] ([fdo#109441]) -> [PASS][58] +2 similar issues
>    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb3/igt@kms_psr@psr2_cursor_plane_move.html
>    [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@kms_psr@psr2_cursor_plane_move.html
> 
>   * igt@kms_setmode@basic:
>     - shard-apl:          [FAIL][59] ([i915#31]) -> [PASS][60]
>    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_setmode@basic.html
>    [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_setmode@basic.html
> 
>   * igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend:
>     - shard-tglb:         [INCOMPLETE][61] ([i915#1602]) -> [PASS][62]
>    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html
>    [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html
> 
>   
> #### Warnings ####
> 
>   * igt@i915_pm_dc@dc3co-vpb-simulation:
>     - shard-iclb:         [SKIP][63] ([i915#658]) -> [SKIP][64] ([i915#588])
>    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb4/igt@i915_pm_dc@dc3co-vpb-simulation.html
>    [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html
> 
>   * igt@i915_pm_dc@dc6-dpms:
>     - shard-kbl:          [FAIL][65] ([i915#454] / [i915#93] / [i915#95]) -> [FAIL][66] ([i915#454])
>    [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@i915_pm_dc@dc6-dpms.html
>    [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@i915_pm_dc@dc6-dpms.html
> 
>   * igt@kms_content_protection@atomic:
>     - shard-apl:          [FAIL][67] ([fdo#110321] / [fdo#110336]) -> [TIMEOUT][68] ([i915#1319])
>    [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_content_protection@atomic.html
>    [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_content_protection@atomic.html
> 
>   * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
>     - shard-apl:          [FAIL][69] ([fdo#108145] / [i915#265]) -> [FAIL][70] ([fdo#108145] / [i915#265] / [i915#95])
>    [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
>    [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
>     - shard-kbl:          [FAIL][71] ([fdo#108145] / [i915#265]) -> [FAIL][72] ([fdo#108145] / [i915#265] / [i915#93] / [i915#95])
>    [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
>    [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
> 
>   * igt@kms_psr2_su@page_flip:
>     - shard-tglb:         [SKIP][73] -> [FAIL][74] ([i915#608])
>    [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_psr2_su@page_flip.html
>    [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_psr2_su@page_flip.html
> 
>   
>   {name}: This element is suppressed. This means it is ignored when computing
>           the status of the difference (SUCCESS, WARNING, or FAILURE).
> 
>   [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
>   [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
>   [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
>   [fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
>   [fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336
>   [i915#1119]: https://gitlab.freedesktop.org/drm/intel/issues/1119
>   [i915#1185]: https://gitlab.freedesktop.org/drm/intel/issues/1185
>   [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
>   [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155
>   [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
>   [i915#1757]: https://gitlab.freedesktop.org/drm/intel/issues/1757
>   [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
>   [i915#1883]: https://gitlab.freedesktop.org/drm/intel/issues/1883
>   [i915#1899]: https://gitlab.freedesktop.org/drm/intel/issues/1899
>   [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
>   [i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
>   [i915#405]: https://gitlab.freedesktop.org/drm/intel/issues/405
>   [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
>   [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
>   [i915#468]: https://gitlab.freedesktop.org/drm/intel/issues/468
>   [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
>   [i915#588]: https://gitlab.freedesktop.org/drm/intel/issues/588
>   [i915#608]: https://gitlab.freedesktop.org/drm/intel/issues/608
>   [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
>   [i915#668]: https://gitlab.freedesktop.org/drm/intel/issues/668
>   [i915#699]: https://gitlab.freedesktop.org/drm/intel/issues/699
>   [i915#93]: https://gitlab.freedesktop.org/drm/intel/issues/93
>   [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
> 
> 
> Participating hosts (11 -> 8)
> ------------------------------
> 
>   Missing    (3): pig-skl-6260u pig-glk-j5005 pig-icl-1065g7 
> 
> 
> Build changes
> -------------
> 
>   * CI: CI-20190529 -> None
>   * IGT: IGT_5660 -> IGTPW_4588
>   * Piglit: piglit_4509 -> None
> 
>   CI-20190529: 20190529
>   CI_DRM_8504: 7e42247620e80fa44a9416f0d8e32cc3ca9f922f @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGTPW_4588: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
>   IGT_5660: bf43e3e45a17c16094fb3a47b363ccf1c95c28b9 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>   piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-19 12:59 [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest Imre Deak
                   ` (2 preceding siblings ...)
  2020-05-19 22:21 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2020-05-20  8:17 ` Patchwork
  2020-05-22  8:35   ` Imre Deak
  2020-05-21 13:02 ` [igt-dev] [PATCH i-g-t] " Anshuman Gupta
  2020-05-21 14:06 ` Shankar, Uma
  5 siblings, 1 reply; 14+ messages in thread
From: Patchwork @ 2020-05-20  8:17 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

== Series Details ==

Series: tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
URL   : https://patchwork.freedesktop.org/series/77411/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_8504_full -> IGTPW_4588_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

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

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

### IGT changes ###

#### Suppressed ####

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

  * {igt@gem_exec_balancer@sliced}:
    - shard-kbl:          [PASS][1] -> [FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_balancer@sliced.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@gem_exec_balancer@sliced.html

  * {igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1}:
    - shard-tglb:         [FAIL][3] ([i915#1883]) -> [FAIL][4] +2 similar issues
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@gem_exec_suspend@basic-s3:
    - shard-kbl:          [PASS][5] -> [INCOMPLETE][6] ([i915#155]) +1 similar issue
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_suspend@basic-s3.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@gem_exec_suspend@basic-s3.html

  * igt@gem_workarounds@suspend-resume-fd:
    - shard-iclb:         [PASS][7] -> [INCOMPLETE][8] ([i915#1185])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@gem_workarounds@suspend-resume-fd.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@gem_workarounds@suspend-resume-fd.html

  * igt@i915_pm_dc@dc6-psr:
    - shard-iclb:         [PASS][9] -> [FAIL][10] ([i915#1899])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb7/igt@i915_pm_dc@dc6-psr.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@i915_pm_dc@dc6-psr.html

  * igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen:
    - shard-kbl:          [PASS][11] -> [FAIL][12] ([i915#54] / [i915#93] / [i915#95]) +2 similar issues
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html

  * igt@kms_panel_fitting@atomic-fastset:
    - shard-tglb:         [PASS][13] -> [FAIL][14] ([i915#83])
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_panel_fitting@atomic-fastset.html
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb2/igt@kms_panel_fitting@atomic-fastset.html
    - shard-iclb:         [PASS][15] -> [FAIL][16] ([i915#1757])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@kms_panel_fitting@atomic-fastset.html
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@kms_panel_fitting@atomic-fastset.html

  * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
    - shard-apl:          [PASS][17] -> [DMESG-WARN][18] ([i915#180]) +1 similar issue
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html

  * igt@kms_psr@psr2_sprite_plane_move:
    - shard-iclb:         [PASS][19] -> [SKIP][20] ([fdo#109441]) +2 similar issues
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@kms_psr@psr2_sprite_plane_move.html
    - shard-tglb:         [PASS][21] -> [SKIP][22] ([i915#668]) +1 similar issue
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_psr@psr2_sprite_plane_move.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@kms_psr@psr2_sprite_plane_move.html

  * igt@perf@oa-exponents:
    - shard-tglb:         [PASS][23] -> [SKIP][24] ([i915#405])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb5/igt@perf@oa-exponents.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@perf@oa-exponents.html
    - shard-glk:          [PASS][25] -> [SKIP][26] ([fdo#109271])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-glk5/igt@perf@oa-exponents.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-glk7/igt@perf@oa-exponents.html
    - shard-apl:          [PASS][27] -> [SKIP][28] ([fdo#109271])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@perf@oa-exponents.html
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@perf@oa-exponents.html
    - shard-kbl:          [PASS][29] -> [SKIP][30] ([fdo#109271])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@perf@oa-exponents.html
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@perf@oa-exponents.html
    - shard-iclb:         [PASS][31] -> [SKIP][32] ([i915#405])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@perf@oa-exponents.html
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@perf@oa-exponents.html

  
#### Possible fixes ####

  * {igt@gem_exec_balancer@sliced}:
    - shard-tglb:         [FAIL][33] -> [PASS][34]
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb1/igt@gem_exec_balancer@sliced.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@gem_exec_balancer@sliced.html

  * igt@gem_workarounds@suspend-resume:
    - shard-apl:          [DMESG-WARN][35] ([i915#180] / [i915#95]) -> [PASS][36]
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl1/igt@gem_workarounds@suspend-resume.html
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@gem_workarounds@suspend-resume.html

  * igt@kms_big_fb@linear-32bpp-rotate-180:
    - shard-apl:          [FAIL][37] ([i915#1119] / [i915#95]) -> [PASS][38]
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
    - shard-kbl:          [FAIL][39] ([i915#1119] / [i915#93] / [i915#95]) -> [PASS][40]
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_big_fb@linear-32bpp-rotate-180.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_big_fb@linear-32bpp-rotate-180.html

  * igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen:
    - shard-kbl:          [FAIL][41] ([i915#54] / [i915#93] / [i915#95]) -> [PASS][42]
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html

  * igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding:
    - shard-apl:          [FAIL][43] ([i915#54]) -> [PASS][44]
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html

  * {igt@kms_flip@flip-vs-suspend-interruptible@c-dp1}:
    - shard-apl:          [DMESG-WARN][45] ([i915#180]) -> [PASS][46] +3 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl7/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html

  * {igt@kms_flip@flip-vs-suspend@c-dp1}:
    - shard-kbl:          [DMESG-WARN][47] ([i915#180]) -> [PASS][48] +1 similar issue
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@kms_flip@flip-vs-suspend@c-dp1.html

  * igt@kms_flip_tiling@flip-changes-tiling-y:
    - shard-apl:          [FAIL][49] ([i915#95]) -> [PASS][50] +1 similar issue
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
    - shard-kbl:          [FAIL][51] ([i915#699] / [i915#93] / [i915#95]) -> [PASS][52]
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@kms_flip_tiling@flip-changes-tiling-y.html
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_flip_tiling@flip-changes-tiling-y.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-tglb:         [SKIP][53] ([i915#433]) -> [PASS][54]
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb5/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_psr@psr2_cursor_plane_move:
    - shard-iclb:         [SKIP][55] ([fdo#109441]) -> [PASS][56] +2 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb3/igt@kms_psr@psr2_cursor_plane_move.html
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@kms_psr@psr2_cursor_plane_move.html

  * igt@kms_setmode@basic:
    - shard-apl:          [FAIL][57] ([i915#31]) -> [PASS][58]
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_setmode@basic.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_setmode@basic.html

  * igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend:
    - shard-tglb:         [INCOMPLETE][59] ([i915#1602]) -> [PASS][60]
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html

  
#### Warnings ####

  * igt@i915_pm_dc@dc3co-vpb-simulation:
    - shard-iclb:         [SKIP][61] ([i915#658]) -> [SKIP][62] ([i915#588])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb4/igt@i915_pm_dc@dc3co-vpb-simulation.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html

  * igt@i915_pm_dc@dc6-dpms:
    - shard-kbl:          [FAIL][63] ([i915#454] / [i915#93] / [i915#95]) -> [FAIL][64] ([i915#454])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@i915_pm_dc@dc6-dpms.html
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@i915_pm_dc@dc6-dpms.html

  * igt@i915_pm_dc@dc6-psr:
    - shard-tglb:         [SKIP][65] ([i915#468]) -> [FAIL][66] ([i915#1899])
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb2/igt@i915_pm_dc@dc6-psr.html
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@i915_pm_dc@dc6-psr.html

  * igt@kms_content_protection@atomic:
    - shard-apl:          [FAIL][67] ([fdo#110321] / [fdo#110336]) -> [TIMEOUT][68] ([i915#1319])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_content_protection@atomic.html
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_content_protection@atomic.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
    - shard-apl:          [FAIL][69] ([fdo#108145] / [i915#265]) -> [FAIL][70] ([fdo#108145] / [i915#265] / [i915#95])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
    - shard-kbl:          [FAIL][71] ([fdo#108145] / [i915#265]) -> [FAIL][72] ([fdo#108145] / [i915#265] / [i915#93] / [i915#95])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html

  * igt@kms_psr2_su@page_flip:
    - shard-tglb:         [SKIP][73] -> [FAIL][74] ([i915#608])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_psr2_su@page_flip.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_psr2_su@page_flip.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
  [fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336
  [i915#1119]: https://gitlab.freedesktop.org/drm/intel/issues/1119
  [i915#1185]: https://gitlab.freedesktop.org/drm/intel/issues/1185
  [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
  [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155
  [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
  [i915#1757]: https://gitlab.freedesktop.org/drm/intel/issues/1757
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1883]: https://gitlab.freedesktop.org/drm/intel/issues/1883
  [i915#1899]: https://gitlab.freedesktop.org/drm/intel/issues/1899
  [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
  [i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
  [i915#405]: https://gitlab.freedesktop.org/drm/intel/issues/405
  [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
  [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
  [i915#468]: https://gitlab.freedesktop.org/drm/intel/issues/468
  [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
  [i915#588]: https://gitlab.freedesktop.org/drm/intel/issues/588
  [i915#608]: https://gitlab.freedesktop.org/drm/intel/issues/608
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#668]: https://gitlab.freedesktop.org/drm/intel/issues/668
  [i915#699]: https://gitlab.freedesktop.org/drm/intel/issues/699
  [i915#83]: https://gitlab.freedesktop.org/drm/intel/issues/83
  [i915#93]: https://gitlab.freedesktop.org/drm/intel/issues/93
  [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95


Participating hosts (11 -> 8)
------------------------------

  Missing    (3): pig-skl-6260u pig-glk-j5005 pig-icl-1065g7 


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

  * CI: CI-20190529 -> None
  * IGT: IGT_5660 -> IGTPW_4588
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_8504: 7e42247620e80fa44a9416f0d8e32cc3ca9f922f @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_4588: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
  IGT_5660: bf43e3e45a17c16094fb3a47b363ccf1c95c28b9 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-20  7:17   ` Imre Deak
@ 2020-05-20  8:20     ` Vudum, Lakshminarayana
  0 siblings, 0 replies; 14+ messages in thread
From: Vudum, Lakshminarayana @ 2020-05-20  8:20 UTC (permalink / raw)
  To: Deak, Imre, igt-dev

Re-reported. 

-----Original Message-----
From: Imre Deak <imre.deak@intel.com> 
Sent: Wednesday, May 20, 2020 10:18 AM
To: igt-dev@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: Re: ✗ Fi.CI.IGT: failure for tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest

Hi Lakshmi,

On Tue, May 19, 2020 at 10:21:03PM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
> URL   : https://patchwork.freedesktop.org/series/77411/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_8504_full -> IGTPW_4588_full 
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_4588_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_4588_full, 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_4588/index.html
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_4588_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@kms_panel_fitting@atomic-fastset:
>     - shard-tglb:         [PASS][1] -> [FAIL][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_panel_fitting@atomic-fastset.html
>    [2]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb2/igt@km
> s_panel_fitting@atomic-fastset.html

This is unrelated, I opened a ticket for it:
https://gitlab.freedesktop.org/drm/intel/-/issues/1907

> #### Warnings ####
> 
>   * igt@i915_pm_dc@dc6-psr:
>     - shard-tglb:         [SKIP][3] ([i915#468]) -> [FAIL][4]
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb2/igt@i915_pm_dc@dc6-psr.html
>    [4]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@i9
> 15_pm_dc@dc6-psr.html
> 
>   
> #### Suppressed ####
> 
>   The following results come from untrusted machines, tests, or statuses.
>   They do not affect the overall result.
> 
>   * {igt@gem_exec_balancer@sliced}:
>     - shard-kbl:          [PASS][5] -> [FAIL][6]
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_balancer@sliced.html
>    [6]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@gem
> _exec_balancer@sliced.html
> 
>   * {igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1}:
>     - shard-tglb:         [FAIL][7] ([i915#1883]) -> [FAIL][8] +2 similar issues
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
>    [8]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@km
> s_flip@flip-vs-blocking-wf-vblank@a-edp1.html
> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_4588_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@gem_exec_suspend@basic-s3:
>     - shard-kbl:          [PASS][9] -> [INCOMPLETE][10] ([i915#155]) +1 similar issue
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_suspend@basic-s3.html
>    [10]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@gem
> _exec_suspend@basic-s3.html
> 
>   * igt@gem_workarounds@suspend-resume-fd:
>     - shard-iclb:         [PASS][11] -> [INCOMPLETE][12] ([i915#1185])
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@gem_workarounds@suspend-resume-fd.html
>    [12]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@ge
> m_workarounds@suspend-resume-fd.html
> 
>   * igt@i915_pm_dc@dc6-psr:
>     - shard-iclb:         [PASS][13] -> [FAIL][14] ([i915#1899])
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb7/igt@i915_pm_dc@dc6-psr.html
>    [14]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@i9
> 15_pm_dc@dc6-psr.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen:
>     - shard-kbl:          [PASS][15] -> [FAIL][16] ([i915#54] / [i915#93] / [i915#95]) +2 similar issues
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
>    [16]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms
> _cursor_crc@pipe-a-cursor-64x21-onscreen.html
> 
>   * igt@kms_panel_fitting@atomic-fastset:
>     - shard-iclb:         [PASS][17] -> [FAIL][18] ([i915#1757])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@kms_panel_fitting@atomic-fastset.html
>    [18]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@km
> s_panel_fitting@atomic-fastset.html
> 
>   * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
>     - shard-apl:          [PASS][19] -> [DMESG-WARN][20] ([i915#180]) +1 similar issue
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
>    [20]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms
> _plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
> 
>   * igt@kms_psr@psr2_sprite_plane_move:
>     - shard-iclb:         [PASS][21] -> [SKIP][22] ([fdo#109441]) +2 similar issues
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@kms_psr@psr2_sprite_plane_move.html
>     - shard-tglb:         [PASS][23] -> [SKIP][24] ([i915#668]) +1 similar issue
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_psr@psr2_sprite_plane_move.html
>    [24]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@km
> s_psr@psr2_sprite_plane_move.html
> 
>   * igt@perf@oa-exponents:
>     - shard-tglb:         [PASS][25] -> [SKIP][26] ([i915#405])
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb5/igt@perf@oa-exponents.html
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@perf@oa-exponents.html
>     - shard-glk:          [PASS][27] -> [SKIP][28] ([fdo#109271])
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-glk5/igt@perf@oa-exponents.html
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-glk7/igt@perf@oa-exponents.html
>     - shard-apl:          [PASS][29] -> [SKIP][30] ([fdo#109271])
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@perf@oa-exponents.html
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@perf@oa-exponents.html
>     - shard-kbl:          [PASS][31] -> [SKIP][32] ([fdo#109271])
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@perf@oa-exponents.html
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@perf@oa-exponents.html
>     - shard-iclb:         [PASS][33] -> [SKIP][34] ([i915#405])
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@perf@oa-exponents.html
>    [34]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@pe
> rf@oa-exponents.html
> 
>   
> #### Possible fixes ####
> 
>   * {igt@gem_exec_balancer@sliced}:
>     - shard-tglb:         [FAIL][35] -> [PASS][36]
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb1/igt@gem_exec_balancer@sliced.html
>    [36]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@ge
> m_exec_balancer@sliced.html
> 
>   * igt@gem_workarounds@suspend-resume:
>     - shard-apl:          [DMESG-WARN][37] ([i915#180] / [i915#95]) -> [PASS][38]
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl1/igt@gem_workarounds@suspend-resume.html
>    [38]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@gem
> _workarounds@suspend-resume.html
> 
>   * igt@kms_big_fb@linear-32bpp-rotate-180:
>     - shard-apl:          [FAIL][39] ([i915#1119] / [i915#95]) -> [PASS][40]
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
>     - shard-kbl:          [FAIL][41] ([i915#1119] / [i915#93] / [i915#95]) -> [PASS][42]
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_big_fb@linear-32bpp-rotate-180.html
>    [42]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms
> _big_fb@linear-32bpp-rotate-180.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen:
>     - shard-kbl:          [FAIL][43] ([i915#54] / [i915#93] / [i915#95]) -> [PASS][44]
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
>    [44]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms
> _cursor_crc@pipe-a-cursor-64x64-onscreen.html
> 
>   * igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding:
>     - shard-apl:          [FAIL][45] ([i915#54]) -> [PASS][46]
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html
>    [46]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms
> _cursor_crc@pipe-b-cursor-256x256-sliding.html
> 
>   * {igt@kms_flip@flip-vs-suspend-interruptible@c-dp1}:
>     - shard-apl:          [DMESG-WARN][47] ([i915#180]) -> [PASS][48] +3 similar issues
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
>    [48]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl7/igt@kms
> _flip@flip-vs-suspend-interruptible@c-dp1.html
> 
>   * {igt@kms_flip@flip-vs-suspend@c-dp1}:
>     - shard-kbl:          [DMESG-WARN][49] ([i915#180]) -> [PASS][50] +1 similar issue
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html
>    [50]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@kms
> _flip@flip-vs-suspend@c-dp1.html
> 
>   * igt@kms_flip_tiling@flip-changes-tiling-y:
>     - shard-apl:          [FAIL][51] ([i915#95]) -> [PASS][52] +1 similar issue
>    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
>    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
>     - shard-kbl:          [FAIL][53] ([i915#699] / [i915#93] / [i915#95]) -> [PASS][54]
>    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@kms_flip_tiling@flip-changes-tiling-y.html
>    [54]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms
> _flip_tiling@flip-changes-tiling-y.html
> 
>   * igt@kms_hdmi_inject@inject-audio:
>     - shard-tglb:         [SKIP][55] ([i915#433]) -> [PASS][56]
>    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html
>    [56]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb5/igt@km
> s_hdmi_inject@inject-audio.html
> 
>   * igt@kms_psr@psr2_cursor_plane_move:
>     - shard-iclb:         [SKIP][57] ([fdo#109441]) -> [PASS][58] +2 similar issues
>    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb3/igt@kms_psr@psr2_cursor_plane_move.html
>    [58]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@km
> s_psr@psr2_cursor_plane_move.html
> 
>   * igt@kms_setmode@basic:
>     - shard-apl:          [FAIL][59] ([i915#31]) -> [PASS][60]
>    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_setmode@basic.html
>    [60]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms
> _setmode@basic.html
> 
>   * igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend:
>     - shard-tglb:         [INCOMPLETE][61] ([i915#1602]) -> [PASS][62]
>    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html
>    [62]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@km
> s_vblank@pipe-d-ts-continuation-dpms-suspend.html
> 
>   
> #### Warnings ####
> 
>   * igt@i915_pm_dc@dc3co-vpb-simulation:
>     - shard-iclb:         [SKIP][63] ([i915#658]) -> [SKIP][64] ([i915#588])
>    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb4/igt@i915_pm_dc@dc3co-vpb-simulation.html
>    [64]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@i9
> 15_pm_dc@dc3co-vpb-simulation.html
> 
>   * igt@i915_pm_dc@dc6-dpms:
>     - shard-kbl:          [FAIL][65] ([i915#454] / [i915#93] / [i915#95]) -> [FAIL][66] ([i915#454])
>    [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@i915_pm_dc@dc6-dpms.html
>    [66]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@i91
> 5_pm_dc@dc6-dpms.html
> 
>   * igt@kms_content_protection@atomic:
>     - shard-apl:          [FAIL][67] ([fdo#110321] / [fdo#110336]) -> [TIMEOUT][68] ([i915#1319])
>    [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_content_protection@atomic.html
>    [68]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms
> _content_protection@atomic.html
> 
>   * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
>     - shard-apl:          [FAIL][69] ([fdo#108145] / [i915#265]) -> [FAIL][70] ([fdo#108145] / [i915#265] / [i915#95])
>    [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
>    [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
>     - shard-kbl:          [FAIL][71] ([fdo#108145] / [i915#265]) -> [FAIL][72] ([fdo#108145] / [i915#265] / [i915#93] / [i915#95])
>    [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
>    [72]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms
> _plane_alpha_blend@pipe-a-alpha-opaque-fb.html
> 
>   * igt@kms_psr2_su@page_flip:
>     - shard-tglb:         [SKIP][73] -> [FAIL][74] ([i915#608])
>    [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_psr2_su@page_flip.html
>    [74]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@km
> s_psr2_su@page_flip.html
> 
>   
>   {name}: This element is suppressed. This means it is ignored when computing
>           the status of the difference (SUCCESS, WARNING, or FAILURE).
> 
>   [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
>   [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
>   [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
>   [fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
>   [fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336
>   [i915#1119]: https://gitlab.freedesktop.org/drm/intel/issues/1119
>   [i915#1185]: https://gitlab.freedesktop.org/drm/intel/issues/1185
>   [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
>   [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155
>   [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
>   [i915#1757]: https://gitlab.freedesktop.org/drm/intel/issues/1757
>   [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
>   [i915#1883]: https://gitlab.freedesktop.org/drm/intel/issues/1883
>   [i915#1899]: https://gitlab.freedesktop.org/drm/intel/issues/1899
>   [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
>   [i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
>   [i915#405]: https://gitlab.freedesktop.org/drm/intel/issues/405
>   [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
>   [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
>   [i915#468]: https://gitlab.freedesktop.org/drm/intel/issues/468
>   [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
>   [i915#588]: https://gitlab.freedesktop.org/drm/intel/issues/588
>   [i915#608]: https://gitlab.freedesktop.org/drm/intel/issues/608
>   [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
>   [i915#668]: https://gitlab.freedesktop.org/drm/intel/issues/668
>   [i915#699]: https://gitlab.freedesktop.org/drm/intel/issues/699
>   [i915#93]: https://gitlab.freedesktop.org/drm/intel/issues/93
>   [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
> 
> 
> Participating hosts (11 -> 8)
> ------------------------------
> 
>   Missing    (3): pig-skl-6260u pig-glk-j5005 pig-icl-1065g7 
> 
> 
> Build changes
> -------------
> 
>   * CI: CI-20190529 -> None
>   * IGT: IGT_5660 -> IGTPW_4588
>   * Piglit: piglit_4509 -> None
> 
>   CI-20190529: 20190529
>   CI_DRM_8504: 7e42247620e80fa44a9416f0d8e32cc3ca9f922f @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGTPW_4588: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
>   IGT_5660: bf43e3e45a17c16094fb3a47b363ccf1c95c28b9 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>   piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ 
> git://anongit.freedesktop.org/piglit
> 
> == Logs ==
> 
> For more details see: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-19 12:59 [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest Imre Deak
                   ` (3 preceding siblings ...)
  2020-05-20  8:17 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
@ 2020-05-21 13:02 ` Anshuman Gupta
  2020-05-21 14:22   ` Shankar, Uma
  2020-05-21 14:06 ` Shankar, Uma
  5 siblings, 1 reply; 14+ messages in thread
From: Anshuman Gupta @ 2020-05-21 13:02 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev, Gupta, Nidhi1

On 2020-05-19 at 18:29:56 +0530, Imre Deak wrote:
> For the duration of all the interruptible subtests the signal helper is
> assumed to stay running after each subtest, both in case the subtest
> passes or aborts with a failure. So make sure we don't leave the signal
> helper suspended in case igt_assert() aborts.
> 
> References: https://gitlab.freedesktop.org/drm/intel/issues/1883
> Fixes: 60e8be7ccc72 ("tests/kms_flip: Retry test in case of a DP/HDMI link reset")
> Cc: Uma Shankar <uma.shankar@intel.com>
> Cc: Nidhi Gupta <nidhi1.gupta@intel.com>
> Signed-off-by: Imre Deak <imre.deak@intel.com>
Looks good to me,
But i have some doubts regarding the reported failure in issue 1883.
> ---
>  tests/kms_flip.c | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/kms_flip.c b/tests/kms_flip.c
> index 46bfc5858..7bf6958af 100755
> --- a/tests/kms_flip.c
> +++ b/tests/kms_flip.c
> @@ -1325,10 +1325,15 @@ retry:
>  	 * reset event, which the driver signals with a hotplug event.
>  	 */
>  	if (!state_ok) {
> +		bool hotplug_detected;
> +
>  		igt_suspend_signal_helper();
> -		igt_assert(!retried && igt_hotplug_detected(mon, 3));
AFAIU correctly the test didn't received any HOTPLUG uevent due to any 
wait_event_interruptible() waitqueue in driver blocking it till 3 seconds,
if this waitqueue in kernel get interrupted by SIGCONT signal, which is primarly
signal helper in this igt, then igt_hotplug_detected() will detect a
hotplug. Hope my understading here is correct here.
Thanks,
Anshuman Gupta.
> +		if (!retried)
> +			hotplug_detected = igt_hotplug_detected(mon, 3);
>  		igt_resume_signal_helper();
>  
> +		igt_assert(!retried && hotplug_detected);
> +
>  		igt_debug("Retrying after a hotplug event\n");
>  		retried = true;
>  		memset(&o->vblank_state, 0, sizeof(o->vblank_state));
> -- 
> 2.23.1
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-19 12:59 [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest Imre Deak
                   ` (4 preceding siblings ...)
  2020-05-21 13:02 ` [igt-dev] [PATCH i-g-t] " Anshuman Gupta
@ 2020-05-21 14:06 ` Shankar, Uma
  5 siblings, 0 replies; 14+ messages in thread
From: Shankar, Uma @ 2020-05-21 14:06 UTC (permalink / raw)
  To: Deak, Imre, igt-dev; +Cc: Gupta, Nidhi1



> -----Original Message-----
> From: Deak, Imre <imre.deak@intel.com>
> Sent: Tuesday, May 19, 2020 6:30 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Shankar, Uma <uma.shankar@intel.com>; Gupta, Nidhi1
> <nidhi1.gupta@intel.com>
> Subject: [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed
> interruptible subtest
> 
> For the duration of all the interruptible subtests the signal helper is assumed to
> stay running after each subtest, both in case the subtest passes or aborts with a
> failure. So make sure we don't leave the signal helper suspended in case
> igt_assert() aborts.

This looks good, yeah we missed it earlier.
Reviewed-by: Uma Shankar <uma.shankar@intel.com>

> References: https://gitlab.freedesktop.org/drm/intel/issues/1883
> Fixes: 60e8be7ccc72 ("tests/kms_flip: Retry test in case of a DP/HDMI link reset")
> Cc: Uma Shankar <uma.shankar@intel.com>
> Cc: Nidhi Gupta <nidhi1.gupta@intel.com>
> Signed-off-by: Imre Deak <imre.deak@intel.com>
> ---
>  tests/kms_flip.c | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 46bfc5858..7bf6958af 100755
> --- a/tests/kms_flip.c
> +++ b/tests/kms_flip.c
> @@ -1325,10 +1325,15 @@ retry:
>  	 * reset event, which the driver signals with a hotplug event.
>  	 */
>  	if (!state_ok) {
> +		bool hotplug_detected;
> +
>  		igt_suspend_signal_helper();
> -		igt_assert(!retried && igt_hotplug_detected(mon, 3));
> +		if (!retried)
> +			hotplug_detected = igt_hotplug_detected(mon, 3);
>  		igt_resume_signal_helper();
> 
> +		igt_assert(!retried && hotplug_detected);
> +
>  		igt_debug("Retrying after a hotplug event\n");
>  		retried = true;
>  		memset(&o->vblank_state, 0, sizeof(o->vblank_state));
> --
> 2.23.1

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-21 13:02 ` [igt-dev] [PATCH i-g-t] " Anshuman Gupta
@ 2020-05-21 14:22   ` Shankar, Uma
  2020-05-21 14:45     ` Anshuman Gupta
  0 siblings, 1 reply; 14+ messages in thread
From: Shankar, Uma @ 2020-05-21 14:22 UTC (permalink / raw)
  To: Gupta, Anshuman, Deak, Imre; +Cc: igt-dev, Gupta, Nidhi1



> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Anshuman
> Gupta
> Sent: Thursday, May 21, 2020 6:33 PM
> To: Deak, Imre <imre.deak@intel.com>
> Cc: igt-dev@lists.freedesktop.org; Gupta, Nidhi1 <nidhi1.gupta@intel.com>
> Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled
> after a failed interruptible subtest
> 
> On 2020-05-19 at 18:29:56 +0530, Imre Deak wrote:
> > For the duration of all the interruptible subtests the signal helper
> > is assumed to stay running after each subtest, both in case the
> > subtest passes or aborts with a failure. So make sure we don't leave
> > the signal helper suspended in case igt_assert() aborts.
> >
> > References: https://gitlab.freedesktop.org/drm/intel/issues/1883
> > Fixes: 60e8be7ccc72 ("tests/kms_flip: Retry test in case of a DP/HDMI
> > link reset")
> > Cc: Uma Shankar <uma.shankar@intel.com>
> > Cc: Nidhi Gupta <nidhi1.gupta@intel.com>
> > Signed-off-by: Imre Deak <imre.deak@intel.com>
> Looks good to me,
> But i have some doubts regarding the reported failure in issue 1883.
> > ---
> >  tests/kms_flip.c | 7 ++++++-
> >  1 file changed, 6 insertions(+), 1 deletion(-)
> >
> > diff --git a/tests/kms_flip.c b/tests/kms_flip.c index
> > 46bfc5858..7bf6958af 100755
> > --- a/tests/kms_flip.c
> > +++ b/tests/kms_flip.c
> > @@ -1325,10 +1325,15 @@ retry:
> >  	 * reset event, which the driver signals with a hotplug event.
> >  	 */
> >  	if (!state_ok) {
> > +		bool hotplug_detected;
> > +
> >  		igt_suspend_signal_helper();
> > -		igt_assert(!retried && igt_hotplug_detected(mon, 3));
> AFAIU correctly the test didn't received any HOTPLUG uevent due to any
> wait_event_interruptible() waitqueue in driver blocking it till 3 seconds, if this
> waitqueue in kernel get interrupted by SIGCONT signal, which is primarly signal
> helper in this igt, then igt_hotplug_detected() will detect a hotplug. Hope my
> understading here is correct here.

Here since we have suspended the signal handler which will ignore or mask any interrupts,
we need to ensure to resume it before we assert.

> Thanks,
> Anshuman Gupta.
> > +		if (!retried)
> > +			hotplug_detected = igt_hotplug_detected(mon, 3);
> >  		igt_resume_signal_helper();
> >
> > +		igt_assert(!retried && hotplug_detected);
> > +
> >  		igt_debug("Retrying after a hotplug event\n");
> >  		retried = true;
> >  		memset(&o->vblank_state, 0, sizeof(o->vblank_state));
> > --
> > 2.23.1
> >
> > _______________________________________________
> > igt-dev mailing list
> > igt-dev@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/igt-dev
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-21 14:22   ` Shankar, Uma
@ 2020-05-21 14:45     ` Anshuman Gupta
  2020-05-21 15:12       ` Imre Deak
  0 siblings, 1 reply; 14+ messages in thread
From: Anshuman Gupta @ 2020-05-21 14:45 UTC (permalink / raw)
  To: Shankar, Uma; +Cc: igt-dev, Gupta, Nidhi1

On 2020-05-21 at 19:52:34 +0530, Shankar, Uma wrote:
> 
> 
> > -----Original Message-----
> > From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Anshuman
> > Gupta
> > Sent: Thursday, May 21, 2020 6:33 PM
> > To: Deak, Imre <imre.deak@intel.com>
> > Cc: igt-dev@lists.freedesktop.org; Gupta, Nidhi1 <nidhi1.gupta@intel.com>
> > Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled
> > after a failed interruptible subtest
> > 
> > On 2020-05-19 at 18:29:56 +0530, Imre Deak wrote:
> > > For the duration of all the interruptible subtests the signal helper
> > > is assumed to stay running after each subtest, both in case the
> > > subtest passes or aborts with a failure. So make sure we don't leave
> > > the signal helper suspended in case igt_assert() aborts.
> > >
> > > References: https://gitlab.freedesktop.org/drm/intel/issues/1883
> > > Fixes: 60e8be7ccc72 ("tests/kms_flip: Retry test in case of a DP/HDMI
> > > link reset")
> > > Cc: Uma Shankar <uma.shankar@intel.com>
> > > Cc: Nidhi Gupta <nidhi1.gupta@intel.com>
> > > Signed-off-by: Imre Deak <imre.deak@intel.com>
> > Looks good to me,
> > But i have some doubts regarding the reported failure in issue 1883.
> > > ---
> > >  tests/kms_flip.c | 7 ++++++-
> > >  1 file changed, 6 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/tests/kms_flip.c b/tests/kms_flip.c index
> > > 46bfc5858..7bf6958af 100755
> > > --- a/tests/kms_flip.c
> > > +++ b/tests/kms_flip.c
> > > @@ -1325,10 +1325,15 @@ retry:
> > >  	 * reset event, which the driver signals with a hotplug event.
> > >  	 */
> > >  	if (!state_ok) {
> > > +		bool hotplug_detected;
> > > +
> > >  		igt_suspend_signal_helper();
> > > -		igt_assert(!retried && igt_hotplug_detected(mon, 3));
> > AFAIU correctly the test didn't received any HOTPLUG uevent due to any
> > wait_event_interruptible() waitqueue in driver blocking it till 3 seconds, if this
> > waitqueue in kernel get interrupted by SIGCONT signal, which is primarly signal
> > helper in this igt, then igt_hotplug_detected() will detect a hotplug. Hope my
> > understading here is correct here.
> 
> Here since we have suspended the signal handler which will ignore or mask any interrupts,
> we need to ensure to resume it before we assert.
IMHO igt_suspend_signal_helper send a SIGSTOP to signal helper process, which will stop
the signal helper execution, which was actually signalling SIGCONT to parent process at 500Hz
intervel.
I am not able to see if it masks any interrupt here. 
Please correct me if i am wrong here.
I am interested here to know why it has not received HOTPLUG event for a period of 3 second,
what was really blocking it from kernel driver.
Thanks,
Anshuman Gupta.

> 
> > Thanks,
> > Anshuman Gupta.
> > > +		if (!retried)
> > > +			hotplug_detected = igt_hotplug_detected(mon, 3);
> > >  		igt_resume_signal_helper();
> > >
> > > +		igt_assert(!retried && hotplug_detected);
> > > +
> > >  		igt_debug("Retrying after a hotplug event\n");
> > >  		retried = true;
> > >  		memset(&o->vblank_state, 0, sizeof(o->vblank_state));
> > > --
> > > 2.23.1
> > >
> > > _______________________________________________
> > > igt-dev mailing list
> > > igt-dev@lists.freedesktop.org
> > > https://lists.freedesktop.org/mailman/listinfo/igt-dev
> > _______________________________________________
> > igt-dev mailing list
> > igt-dev@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-21 14:45     ` Anshuman Gupta
@ 2020-05-21 15:12       ` Imre Deak
  2020-05-21 15:35         ` Anshuman Gupta
  0 siblings, 1 reply; 14+ messages in thread
From: Imre Deak @ 2020-05-21 15:12 UTC (permalink / raw)
  To: Anshuman Gupta; +Cc: igt-dev, Gupta, Nidhi1

On Thu, May 21, 2020 at 08:15:04PM +0530, Anshuman Gupta wrote:
> On 2020-05-21 at 19:52:34 +0530, Shankar, Uma wrote:
> > 
> > > -----Original Message-----
> > > From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Anshuman
> > > Gupta
> > > Sent: Thursday, May 21, 2020 6:33 PM
> > > To: Deak, Imre <imre.deak@intel.com>
> > > Cc: igt-dev@lists.freedesktop.org; Gupta, Nidhi1 <nidhi1.gupta@intel.com>
> > > Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled
> > > after a failed interruptible subtest
> > > 
> > > On 2020-05-19 at 18:29:56 +0530, Imre Deak wrote:
> > > > For the duration of all the interruptible subtests the signal helper
> > > > is assumed to stay running after each subtest, both in case the
> > > > subtest passes or aborts with a failure. So make sure we don't leave
> > > > the signal helper suspended in case igt_assert() aborts.
> > > >
> > > > References: https://gitlab.freedesktop.org/drm/intel/issues/1883
> > > > Fixes: 60e8be7ccc72 ("tests/kms_flip: Retry test in case of a DP/HDMI
> > > > link reset")
> > > > Cc: Uma Shankar <uma.shankar@intel.com>
> > > > Cc: Nidhi Gupta <nidhi1.gupta@intel.com>
> > > > Signed-off-by: Imre Deak <imre.deak@intel.com>
> > > Looks good to me,
> > > But i have some doubts regarding the reported failure in issue 1883.
> > > > ---
> > > >  tests/kms_flip.c | 7 ++++++-
> > > >  1 file changed, 6 insertions(+), 1 deletion(-)
> > > >
> > > > diff --git a/tests/kms_flip.c b/tests/kms_flip.c index
> > > > 46bfc5858..7bf6958af 100755
> > > > --- a/tests/kms_flip.c
> > > > +++ b/tests/kms_flip.c
> > > > @@ -1325,10 +1325,15 @@ retry:
> > > >  	 * reset event, which the driver signals with a hotplug event.
> > > >  	 */
> > > >  	if (!state_ok) {
> > > > +		bool hotplug_detected;
> > > > +
> > > >  		igt_suspend_signal_helper();
> > > > -		igt_assert(!retried && igt_hotplug_detected(mon, 3));
> > > AFAIU correctly the test didn't received any HOTPLUG uevent due to any
> > > wait_event_interruptible() waitqueue in driver blocking it till 3 seconds, if this
> > > waitqueue in kernel get interrupted by SIGCONT signal, which is primarly signal
> > > helper in this igt, then igt_hotplug_detected() will detect a hotplug. Hope my
> > > understading here is correct here.

No, there wasn't any hotplug events sent, there couldn't be since it's
an eDP test (HPD interrupts are ignored by the kernel).

> > Here since we have suspended the signal handler which will ignore or mask any interrupts,
> > we need to ensure to resume it before we assert.
>
> IMHO igt_suspend_signal_helper send a SIGSTOP to signal helper
> process, which will stop the signal helper execution, which was
> actually signalling SIGCONT to parent process at 500Hz intervel.  I am
> not able to see if it masks any interrupt here.  Please correct me if
> i am wrong here.  I am interested here to know why it has not received
> HOTPLUG event for a period of 3 second, what was really blocking it
> from kernel driver.

The problem was a missed frame (due to a scheduling delay, not b/c of
hotplug events) and as a result igt_assert() aborting the subtest with
the signal helper suspended. That abort will result in continuing with
the next dynamic subtest or ending the whole test if this was the last
dynamic subtest (as in our case). In the first case we'll call
igt_suspend_signal_helper(), in the second case igt_stop_helper(), but
these will hang since the signal helper is suspended. IGT's 90sec
watchdog will kill the test. For instance in our case:

Dynamic subtest C-eDP1: FAIL (12.824s)
Subtest plain-flip-ts-check-interruptible: FAIL (36.786s)
Received signal SIGQUIT.
Stack trace:
 #0 [fatal_sig_handler+0xd6]
 #1 [killpg+0x40]
 #2 [waitpid+0x12]
 #3 [__waitpid+0x46]
 #4 [igt_wait_helper+0x11]
 #5 [igt_stop_helper+0x2a]
 #6 [igt_stop_signal_helper+0x19]
 #7 [__real_main1570+0x1b2]
 #8 [main+0x27]
 #9 [__libc_start_main+0xe7]
 #10 [_start+0x2a]


> Thanks,
> Anshuman Gupta.
> 
> > 
> > > Thanks,
> > > Anshuman Gupta.
> > > > +		if (!retried)
> > > > +			hotplug_detected = igt_hotplug_detected(mon, 3);
> > > >  		igt_resume_signal_helper();
> > > >
> > > > +		igt_assert(!retried && hotplug_detected);
> > > > +
> > > >  		igt_debug("Retrying after a hotplug event\n");
> > > >  		retried = true;
> > > >  		memset(&o->vblank_state, 0, sizeof(o->vblank_state));
> > > > --
> > > > 2.23.1
> > > >
> > > > _______________________________________________
> > > > igt-dev mailing list
> > > > igt-dev@lists.freedesktop.org
> > > > https://lists.freedesktop.org/mailman/listinfo/igt-dev
> > > _______________________________________________
> > > igt-dev mailing list
> > > igt-dev@lists.freedesktop.org
> > > https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-21 15:12       ` Imre Deak
@ 2020-05-21 15:35         ` Anshuman Gupta
  0 siblings, 0 replies; 14+ messages in thread
From: Anshuman Gupta @ 2020-05-21 15:35 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev, Gupta, Nidhi1

On 2020-05-21 at 18:12:37 +0300, Imre Deak wrote:
> On Thu, May 21, 2020 at 08:15:04PM +0530, Anshuman Gupta wrote:
> > On 2020-05-21 at 19:52:34 +0530, Shankar, Uma wrote:
> > > 
> > > > -----Original Message-----
> > > > From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Anshuman
> > > > Gupta
> > > > Sent: Thursday, May 21, 2020 6:33 PM
> > > > To: Deak, Imre <imre.deak@intel.com>
> > > > Cc: igt-dev@lists.freedesktop.org; Gupta, Nidhi1 <nidhi1.gupta@intel.com>
> > > > Subject: Re: [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled
> > > > after a failed interruptible subtest
> > > > 
> > > > On 2020-05-19 at 18:29:56 +0530, Imre Deak wrote:
> > > > > For the duration of all the interruptible subtests the signal helper
> > > > > is assumed to stay running after each subtest, both in case the
> > > > > subtest passes or aborts with a failure. So make sure we don't leave
> > > > > the signal helper suspended in case igt_assert() aborts.
> > > > >
> > > > > References: https://gitlab.freedesktop.org/drm/intel/issues/1883
> > > > > Fixes: 60e8be7ccc72 ("tests/kms_flip: Retry test in case of a DP/HDMI
> > > > > link reset")
> > > > > Cc: Uma Shankar <uma.shankar@intel.com>
> > > > > Cc: Nidhi Gupta <nidhi1.gupta@intel.com>
> > > > > Signed-off-by: Imre Deak <imre.deak@intel.com>
> > > > Looks good to me,
> > > > But i have some doubts regarding the reported failure in issue 1883.
> > > > > ---
> > > > >  tests/kms_flip.c | 7 ++++++-
> > > > >  1 file changed, 6 insertions(+), 1 deletion(-)
> > > > >
> > > > > diff --git a/tests/kms_flip.c b/tests/kms_flip.c index
> > > > > 46bfc5858..7bf6958af 100755
> > > > > --- a/tests/kms_flip.c
> > > > > +++ b/tests/kms_flip.c
> > > > > @@ -1325,10 +1325,15 @@ retry:
> > > > >  	 * reset event, which the driver signals with a hotplug event.
> > > > >  	 */
> > > > >  	if (!state_ok) {
> > > > > +		bool hotplug_detected;
> > > > > +
> > > > >  		igt_suspend_signal_helper();
> > > > > -		igt_assert(!retried && igt_hotplug_detected(mon, 3));
> > > > AFAIU correctly the test didn't received any HOTPLUG uevent due to any
> > > > wait_event_interruptible() waitqueue in driver blocking it till 3 seconds, if this
> > > > waitqueue in kernel get interrupted by SIGCONT signal, which is primarly signal
> > > > helper in this igt, then igt_hotplug_detected() will detect a hotplug. Hope my
> > > > understading here is correct here.
> 
> No, there wasn't any hotplug events sent, there couldn't be since it's
> an eDP test (HPD interrupts are ignored by the kernel).
> 
> > > Here since we have suspended the signal handler which will ignore or mask any interrupts,
> > > we need to ensure to resume it before we assert.
> >
> > IMHO igt_suspend_signal_helper send a SIGSTOP to signal helper
> > process, which will stop the signal helper execution, which was
> > actually signalling SIGCONT to parent process at 500Hz intervel.  I am
> > not able to see if it masks any interrupt here.  Please correct me if
> > i am wrong here.  I am interested here to know why it has not received
> > HOTPLUG event for a period of 3 second, what was really blocking it
> > from kernel driver.
> 
> The problem was a missed frame (due to a scheduling delay, not b/c of
> hotplug events) and as a result igt_assert() aborting the subtest with
> the signal helper suspended. That abort will result in continuing with
> the next dynamic subtest or ending the whole test if this was the last
> dynamic subtest (as in our case). In the first case we'll call
> igt_suspend_signal_helper(), in the second case igt_stop_helper(), but
> these will hang since the signal helper is suspended. IGT's 90sec
> watchdog will kill the test. For instance in our case:
> 
> Dynamic subtest C-eDP1: FAIL (12.824s)
> Subtest plain-flip-ts-check-interruptible: FAIL (36.786s)
> Received signal SIGQUIT.
> Stack trace:
>  #0 [fatal_sig_handler+0xd6]
>  #1 [killpg+0x40]
>  #2 [waitpid+0x12]
>  #3 [__waitpid+0x46]
>  #4 [igt_wait_helper+0x11]
>  #5 [igt_stop_helper+0x2a]
>  #6 [igt_stop_signal_helper+0x19]
>  #7 [__real_main1570+0x1b2]
>  #8 [main+0x27]
>  #9 [__libc_start_main+0xe7]
>  #10 [_start+0x2a]
Thanks Imre for explanation.
Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>
> 
> 
> > Thanks,
> > Anshuman Gupta.
> > 
> > > 
> > > > Thanks,
> > > > Anshuman Gupta.
> > > > > +		if (!retried)
> > > > > +			hotplug_detected = igt_hotplug_detected(mon, 3);
> > > > >  		igt_resume_signal_helper();
> > > > >
> > > > > +		igt_assert(!retried && hotplug_detected);
> > > > > +
> > > > >  		igt_debug("Retrying after a hotplug event\n");
> > > > >  		retried = true;
> > > > >  		memset(&o->vblank_state, 0, sizeof(o->vblank_state));
> > > > > --
> > > > > 2.23.1
> > > > >
> > > > > _______________________________________________
> > > > > igt-dev mailing list
> > > > > igt-dev@lists.freedesktop.org
> > > > > https://lists.freedesktop.org/mailman/listinfo/igt-dev
> > > > _______________________________________________
> > > > igt-dev mailing list
> > > > igt-dev@lists.freedesktop.org
> > > > https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

* Re: [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
  2020-05-20  8:17 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
@ 2020-05-22  8:35   ` Imre Deak
  0 siblings, 0 replies; 14+ messages in thread
From: Imre Deak @ 2020-05-22  8:35 UTC (permalink / raw)
  To: igt-dev, Uma Shankar, Anshuman Gupta

On Wed, May 20, 2020 at 08:17:55AM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest
> URL   : https://patchwork.freedesktop.org/series/77411/
> State : success

Patch is pushed, thanks for the review.

> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_8504_full -> IGTPW_4588_full
> ====================================================
> 
> Summary
> -------
> 
>   **SUCCESS**
> 
>   No regressions found.
> 
>   External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_4588_full:
> 
> ### IGT changes ###
> 
> #### Suppressed ####
> 
>   The following results come from untrusted machines, tests, or statuses.
>   They do not affect the overall result.
> 
>   * {igt@gem_exec_balancer@sliced}:
>     - shard-kbl:          [PASS][1] -> [FAIL][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_balancer@sliced.html
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@gem_exec_balancer@sliced.html
> 
>   * {igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1}:
>     - shard-tglb:         [FAIL][3] ([i915#1883]) -> [FAIL][4] +2 similar issues
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html
> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_4588_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@gem_exec_suspend@basic-s3:
>     - shard-kbl:          [PASS][5] -> [INCOMPLETE][6] ([i915#155]) +1 similar issue
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@gem_exec_suspend@basic-s3.html
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@gem_exec_suspend@basic-s3.html
> 
>   * igt@gem_workarounds@suspend-resume-fd:
>     - shard-iclb:         [PASS][7] -> [INCOMPLETE][8] ([i915#1185])
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@gem_workarounds@suspend-resume-fd.html
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@gem_workarounds@suspend-resume-fd.html
> 
>   * igt@i915_pm_dc@dc6-psr:
>     - shard-iclb:         [PASS][9] -> [FAIL][10] ([i915#1899])
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb7/igt@i915_pm_dc@dc6-psr.html
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb3/igt@i915_pm_dc@dc6-psr.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen:
>     - shard-kbl:          [PASS][11] -> [FAIL][12] ([i915#54] / [i915#93] / [i915#95]) +2 similar issues
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x21-onscreen.html
> 
>   * igt@kms_panel_fitting@atomic-fastset:
>     - shard-tglb:         [PASS][13] -> [FAIL][14] ([i915#83])
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_panel_fitting@atomic-fastset.html
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb2/igt@kms_panel_fitting@atomic-fastset.html
>     - shard-iclb:         [PASS][15] -> [FAIL][16] ([i915#1757])
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb1/igt@kms_panel_fitting@atomic-fastset.html
>    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@kms_panel_fitting@atomic-fastset.html
> 
>   * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes:
>     - shard-apl:          [PASS][17] -> [DMESG-WARN][18] ([i915#180]) +1 similar issue
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
>    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-b-planes.html
> 
>   * igt@kms_psr@psr2_sprite_plane_move:
>     - shard-iclb:         [PASS][19] -> [SKIP][20] ([fdo#109441]) +2 similar issues
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
>    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@kms_psr@psr2_sprite_plane_move.html
>     - shard-tglb:         [PASS][21] -> [SKIP][22] ([i915#668]) +1 similar issue
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_psr@psr2_sprite_plane_move.html
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@kms_psr@psr2_sprite_plane_move.html
> 
>   * igt@perf@oa-exponents:
>     - shard-tglb:         [PASS][23] -> [SKIP][24] ([i915#405])
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb5/igt@perf@oa-exponents.html
>    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb6/igt@perf@oa-exponents.html
>     - shard-glk:          [PASS][25] -> [SKIP][26] ([fdo#109271])
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-glk5/igt@perf@oa-exponents.html
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-glk7/igt@perf@oa-exponents.html
>     - shard-apl:          [PASS][27] -> [SKIP][28] ([fdo#109271])
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@perf@oa-exponents.html
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@perf@oa-exponents.html
>     - shard-kbl:          [PASS][29] -> [SKIP][30] ([fdo#109271])
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl1/igt@perf@oa-exponents.html
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@perf@oa-exponents.html
>     - shard-iclb:         [PASS][31] -> [SKIP][32] ([i915#405])
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb2/igt@perf@oa-exponents.html
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb7/igt@perf@oa-exponents.html
> 
>   
> #### Possible fixes ####
> 
>   * {igt@gem_exec_balancer@sliced}:
>     - shard-tglb:         [FAIL][33] -> [PASS][34]
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb1/igt@gem_exec_balancer@sliced.html
>    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@gem_exec_balancer@sliced.html
> 
>   * igt@gem_workarounds@suspend-resume:
>     - shard-apl:          [DMESG-WARN][35] ([i915#180] / [i915#95]) -> [PASS][36]
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl1/igt@gem_workarounds@suspend-resume.html
>    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@gem_workarounds@suspend-resume.html
> 
>   * igt@kms_big_fb@linear-32bpp-rotate-180:
>     - shard-apl:          [FAIL][37] ([i915#1119] / [i915#95]) -> [PASS][38]
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
>    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms_big_fb@linear-32bpp-rotate-180.html
>     - shard-kbl:          [FAIL][39] ([i915#1119] / [i915#93] / [i915#95]) -> [PASS][40]
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_big_fb@linear-32bpp-rotate-180.html
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_big_fb@linear-32bpp-rotate-180.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen:
>     - shard-kbl:          [FAIL][41] ([i915#54] / [i915#93] / [i915#95]) -> [PASS][42]
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
>    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
> 
>   * igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding:
>     - shard-apl:          [FAIL][43] ([i915#54]) -> [PASS][44]
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html
>    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl3/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html
> 
>   * {igt@kms_flip@flip-vs-suspend-interruptible@c-dp1}:
>     - shard-apl:          [DMESG-WARN][45] ([i915#180]) -> [PASS][46] +3 similar issues
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
>    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl7/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
> 
>   * {igt@kms_flip@flip-vs-suspend@c-dp1}:
>     - shard-kbl:          [DMESG-WARN][47] ([i915#180]) -> [PASS][48] +1 similar issue
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl7/igt@kms_flip@flip-vs-suspend@c-dp1.html
>    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl6/igt@kms_flip@flip-vs-suspend@c-dp1.html
> 
>   * igt@kms_flip_tiling@flip-changes-tiling-y:
>     - shard-apl:          [FAIL][49] ([i915#95]) -> [PASS][50] +1 similar issue
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
>    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl8/igt@kms_flip_tiling@flip-changes-tiling-y.html
>     - shard-kbl:          [FAIL][51] ([i915#699] / [i915#93] / [i915#95]) -> [PASS][52]
>    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@kms_flip_tiling@flip-changes-tiling-y.html
>    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_flip_tiling@flip-changes-tiling-y.html
> 
>   * igt@kms_hdmi_inject@inject-audio:
>     - shard-tglb:         [SKIP][53] ([i915#433]) -> [PASS][54]
>    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html
>    [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb5/igt@kms_hdmi_inject@inject-audio.html
> 
>   * igt@kms_psr@psr2_cursor_plane_move:
>     - shard-iclb:         [SKIP][55] ([fdo#109441]) -> [PASS][56] +2 similar issues
>    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb3/igt@kms_psr@psr2_cursor_plane_move.html
>    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@kms_psr@psr2_cursor_plane_move.html
> 
>   * igt@kms_setmode@basic:
>     - shard-apl:          [FAIL][57] ([i915#31]) -> [PASS][58]
>    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_setmode@basic.html
>    [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_setmode@basic.html
> 
>   * igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend:
>     - shard-tglb:         [INCOMPLETE][59] ([i915#1602]) -> [PASS][60]
>    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb8/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html
>    [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_vblank@pipe-d-ts-continuation-dpms-suspend.html
> 
>   
> #### Warnings ####
> 
>   * igt@i915_pm_dc@dc3co-vpb-simulation:
>     - shard-iclb:         [SKIP][61] ([i915#658]) -> [SKIP][62] ([i915#588])
>    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-iclb4/igt@i915_pm_dc@dc3co-vpb-simulation.html
>    [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-iclb2/igt@i915_pm_dc@dc3co-vpb-simulation.html
> 
>   * igt@i915_pm_dc@dc6-dpms:
>     - shard-kbl:          [FAIL][63] ([i915#454] / [i915#93] / [i915#95]) -> [FAIL][64] ([i915#454])
>    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl6/igt@i915_pm_dc@dc6-dpms.html
>    [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl4/igt@i915_pm_dc@dc6-dpms.html
> 
>   * igt@i915_pm_dc@dc6-psr:
>     - shard-tglb:         [SKIP][65] ([i915#468]) -> [FAIL][66] ([i915#1899])
>    [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb2/igt@i915_pm_dc@dc6-psr.html
>    [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb1/igt@i915_pm_dc@dc6-psr.html
> 
>   * igt@kms_content_protection@atomic:
>     - shard-apl:          [FAIL][67] ([fdo#110321] / [fdo#110336]) -> [TIMEOUT][68] ([i915#1319])
>    [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl8/igt@kms_content_protection@atomic.html
>    [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl4/igt@kms_content_protection@atomic.html
> 
>   * igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb:
>     - shard-apl:          [FAIL][69] ([fdo#108145] / [i915#265]) -> [FAIL][70] ([fdo#108145] / [i915#265] / [i915#95])
>    [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-apl2/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
>    [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
>     - shard-kbl:          [FAIL][71] ([fdo#108145] / [i915#265]) -> [FAIL][72] ([fdo#108145] / [i915#265] / [i915#93] / [i915#95])
>    [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
>    [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-kbl1/igt@kms_plane_alpha_blend@pipe-a-alpha-opaque-fb.html
> 
>   * igt@kms_psr2_su@page_flip:
>     - shard-tglb:         [SKIP][73] -> [FAIL][74] ([i915#608])
>    [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8504/shard-tglb3/igt@kms_psr2_su@page_flip.html
>    [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/shard-tglb7/igt@kms_psr2_su@page_flip.html
> 
>   
>   {name}: This element is suppressed. This means it is ignored when computing
>           the status of the difference (SUCCESS, WARNING, or FAILURE).
> 
>   [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
>   [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
>   [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
>   [fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
>   [fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336
>   [i915#1119]: https://gitlab.freedesktop.org/drm/intel/issues/1119
>   [i915#1185]: https://gitlab.freedesktop.org/drm/intel/issues/1185
>   [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
>   [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155
>   [i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
>   [i915#1757]: https://gitlab.freedesktop.org/drm/intel/issues/1757
>   [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
>   [i915#1883]: https://gitlab.freedesktop.org/drm/intel/issues/1883
>   [i915#1899]: https://gitlab.freedesktop.org/drm/intel/issues/1899
>   [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
>   [i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
>   [i915#405]: https://gitlab.freedesktop.org/drm/intel/issues/405
>   [i915#433]: https://gitlab.freedesktop.org/drm/intel/issues/433
>   [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
>   [i915#468]: https://gitlab.freedesktop.org/drm/intel/issues/468
>   [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
>   [i915#588]: https://gitlab.freedesktop.org/drm/intel/issues/588
>   [i915#608]: https://gitlab.freedesktop.org/drm/intel/issues/608
>   [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
>   [i915#668]: https://gitlab.freedesktop.org/drm/intel/issues/668
>   [i915#699]: https://gitlab.freedesktop.org/drm/intel/issues/699
>   [i915#83]: https://gitlab.freedesktop.org/drm/intel/issues/83
>   [i915#93]: https://gitlab.freedesktop.org/drm/intel/issues/93
>   [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
> 
> 
> Participating hosts (11 -> 8)
> ------------------------------
> 
>   Missing    (3): pig-skl-6260u pig-glk-j5005 pig-icl-1065g7 
> 
> 
> Build changes
> -------------
> 
>   * CI: CI-20190529 -> None
>   * IGT: IGT_5660 -> IGTPW_4588
>   * Piglit: piglit_4509 -> None
> 
>   CI-20190529: 20190529
>   CI_DRM_8504: 7e42247620e80fa44a9416f0d8e32cc3ca9f922f @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGTPW_4588: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
>   IGT_5660: bf43e3e45a17c16094fb3a47b363ccf1c95c28b9 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>   piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4588/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

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

end of thread, other threads:[~2020-05-22  8:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 12:59 [igt-dev] [PATCH i-g-t] tests/kms_flip: Keep signal helpers enabled after a failed interruptible subtest Imre Deak
2020-05-19 15:12 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2020-05-19 15:27 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2020-05-19 22:21 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-05-20  7:17   ` Imre Deak
2020-05-20  8:20     ` Vudum, Lakshminarayana
2020-05-20  8:17 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2020-05-22  8:35   ` Imre Deak
2020-05-21 13:02 ` [igt-dev] [PATCH i-g-t] " Anshuman Gupta
2020-05-21 14:22   ` Shankar, Uma
2020-05-21 14:45     ` Anshuman Gupta
2020-05-21 15:12       ` Imre Deak
2020-05-21 15:35         ` Anshuman Gupta
2020-05-21 14:06 ` Shankar, Uma

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.