Re: [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: adding state checker for gamma lut values (rev6)

2019-04-23 Thread Arkadiusz Hiler
On Thu, Apr 18, 2019 at 10:31:32AM +, Patchwork wrote:
> == Series Details ==
> 
> Series: drm/i915: adding state checker for gamma lut values (rev6)
> URL   : https://patchwork.freedesktop.org/series/58039/
> State : failure


Hey,

This series is a rerun, which means that someone went to patchwork web
interface and clicked on "test this series again". This should be used
only when you thing there is something seriously wrong with CI results.

If you have something that looks like a false positive (e.g. a failure
in tests that your change should not affect see below).

> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_5952 -> Patchwork_12827
> 
> 
> Summary
> ---
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with Patchwork_12827 absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in Patchwork_12827, please notify your bug team to allow them
>   to document this new failure mode, which will reduce false positives in CI.
> 
>   External URL: 
> https://patchwork.freedesktop.org/api/1.0/series/58039/revisions/6/mbox/

This is the relevant part about false positives. Just provide some
explanation why you think this is a false positive and CC:
Martin  and/or
Lakshmi 

> Possible new issues
> ---
> 
>   Here are the unknown changes that may have been introduced in 
> Patchwork_12827:
> 
> ### IGT changes ###
> 
>  Possible regressions 
> 
>   * igt@runner@aborted:
> - fi-ilk-650: NOTRUN -> FAIL
> - fi-pnv-d510:NOTRUN -> FAIL
> - fi-bdw-gvtdvm:  NOTRUN -> FAIL
> - fi-hsw-peppy:   NOTRUN -> FAIL
> - fi-gdg-551: NOTRUN -> FAIL
> - fi-snb-2520m:   NOTRUN -> FAIL
> - fi-hsw-4770:NOTRUN -> FAIL
> - fi-bxt-j4205:   NOTRUN -> FAIL
> - fi-whl-u:   NOTRUN -> FAIL
> - fi-icl-u3:  NOTRUN -> FAIL
> - fi-ivb-3770:NOTRUN -> FAIL
> - fi-bxt-dsi: NOTRUN -> FAIL
> - fi-byt-j1900:   NOTRUN -> FAIL
> - fi-icl-y:   NOTRUN -> FAIL
> - fi-blb-e6850:   NOTRUN -> FAIL
> - fi-bsw-kefka:   NOTRUN -> FAIL
> - fi-hsw-4770r:   NOTRUN -> FAIL
> - fi-byt-clapper: NOTRUN -> FAIL
> - fi-bdw-5557u:   NOTRUN -> FAIL
> - fi-bwr-2160:NOTRUN -> FAIL
> - fi-elk-e7500:   NOTRUN -> FAIL

This looks like a real issue though. Seems like igt_runner has aborted
execution on almost all the machines due to hitting a WARN.

Let's see the logs:
https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12822/fi-cfl-8700k/igt@run...@aborted.html
--
Aborting.
Previous test: nothing
Next test: core_auth (basic-auth)

Kernel badly tainted (0x200) (check dmesg for details):
(0x200) TAINT_WARN: WARN_ON has happened.
--

(You can get them through patchwork -> see full logs -> red cell in the
igt@runner@aborted row, on a machcine that has not aborted prior to that.)

This tells us that the kernel was tainted in a way that may cause
unexpeted behavior if testing would coninued (TAINT_WARN), so we abort.

Here it happned before we even run a single tests ("Previous test:
nothing"), so we have to look for the result in the boot dmesg. Link to
boot log is on top of the page with the result (boot0).

https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_12822/fi-cfl-8700k/boot0.log
--
<4>[3.842910] [ cut here ]
<4>[3.842911] pipe state doesn't match!
<4>[3.842952] WARNING: CPU: 3 PID: 224 at 
drivers/gpu/drm/i915/intel_display.c:12700 
intel_atomic_commit_tail+0x127d/0x12e0 [i915]
<4>[3.842953] Modules linked in: i915 x86_pkg_temp_thermal mei_hdcp 
coretemp snd_hda_intel crct10dif_pclmul snd_hda_codec snd_hwdep snd_hda_core 
crc32_pclmul e1000e snd_pcm mei_me ghash_clmulni_intel mei ptp pps_core 
prime_numbers
<4>[3.842961] CPU: 3 PID: 224 Comm: kworker/u24:7 Not tainted 
5.1.0-rc5-CI-Patchwork_12822+ #1
<4>[3.842962] Hardware name: Micro-Star International Co., Ltd. 
MS-7B54/Z370M MORTAR (MS-7B54), BIOS 1.00 10/31/2017
<4>[3.842964] Workqueue: events_unbound async_run_entry_fn
<4>[3.842993] RIP: 0010:intel_atomic_commit_tail+0x127d/0x12e0 [i915]
<4>[3.842995] Code: 45 0f b6 84 24 d2 07 00 00 e8 3f 36 3d e1 5e 5f e9 80 
fa ff ff e8 d3 8d e2 e0 0f 0b 0f b6 0c 24 e9 42 fc ff ff e8 c3 8d e2 e0 <0f> 0b 
e9 d2 f3 ff ff e8 b7 8d e2 e0 0f 0b 49 8b 44 24 50 e9 ae fc
<4>[3.842996] RSP: 0018:c90001aa7998 EFLAGS: 00010282
<4>[3.842997] RAX:  RBX: 888253eb92a8 RCX: 

<4>[3.842998] RDX: 0007 RSI: 88826274d9f8 RDI: 

<4>[3.842998] RBP: 888255fe9158 R08: 38571494 R09: 

[Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915: adding state checker for gamma lut values (rev6)

2019-04-18 Thread Patchwork
== Series Details ==

Series: drm/i915: adding state checker for gamma lut values (rev6)
URL   : https://patchwork.freedesktop.org/series/58039/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5952 -> Patchwork_12827


Summary
---

  **FAILURE**

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

  External URL: 
https://patchwork.freedesktop.org/api/1.0/series/58039/revisions/6/mbox/

Possible new issues
---

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

### IGT changes ###

 Possible regressions 

  * igt@runner@aborted:
- fi-ilk-650: NOTRUN -> FAIL
- fi-pnv-d510:NOTRUN -> FAIL
- fi-bdw-gvtdvm:  NOTRUN -> FAIL
- fi-hsw-peppy:   NOTRUN -> FAIL
- fi-gdg-551: NOTRUN -> FAIL
- fi-snb-2520m:   NOTRUN -> FAIL
- fi-hsw-4770:NOTRUN -> FAIL
- fi-bxt-j4205:   NOTRUN -> FAIL
- fi-whl-u:   NOTRUN -> FAIL
- fi-icl-u3:  NOTRUN -> FAIL
- fi-ivb-3770:NOTRUN -> FAIL
- fi-bxt-dsi: NOTRUN -> FAIL
- fi-byt-j1900:   NOTRUN -> FAIL
- fi-icl-y:   NOTRUN -> FAIL
- fi-blb-e6850:   NOTRUN -> FAIL
- fi-bsw-kefka:   NOTRUN -> FAIL
- fi-hsw-4770r:   NOTRUN -> FAIL
- fi-byt-clapper: NOTRUN -> FAIL
- fi-bdw-5557u:   NOTRUN -> FAIL
- fi-bwr-2160:NOTRUN -> FAIL
- fi-elk-e7500:   NOTRUN -> FAIL

  
Known issues


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

### IGT changes ###

 Issues hit 

  * igt@runner@aborted:
- fi-cfl-8109u:   NOTRUN -> FAIL [k.org#202107] / [k.org#202109]
- fi-glk-dsi: NOTRUN -> FAIL [k.org#202321]
- fi-skl-iommu:   NOTRUN -> FAIL [fdo#104108]
- fi-cfl-guc: NOTRUN -> FAIL [k.org#202107] / [k.org#202109]
- fi-skl-guc: NOTRUN -> FAIL [fdo#104108]
- fi-skl-6700k2:  NOTRUN -> FAIL [fdo#104108]
- fi-kbl-x1275:   NOTRUN -> FAIL [fdo#108903] / [fdo#108904] / 
[fdo#108905]
- fi-cfl-8700k:   NOTRUN -> FAIL [k.org#202107] / [k.org#202109]
- fi-skl-6600u:   NOTRUN -> FAIL [fdo#104108]
- fi-skl-lmem:NOTRUN -> FAIL [fdo#104108]
- fi-kbl-r:   NOTRUN -> FAIL [fdo#108903] / [fdo#108904] / 
[fdo#108905]
- fi-skl-6770hq:  NOTRUN -> FAIL [fdo#104108]
- fi-skl-gvtdvm:  NOTRUN -> FAIL [fdo#104108]
- fi-snb-2600:NOTRUN -> FAIL [fdo#108929]
- fi-skl-6260u:   NOTRUN -> FAIL [fdo#104108]

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

  [fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108
  [fdo#108903]: https://bugs.freedesktop.org/show_bug.cgi?id=108903
  [fdo#108904]: https://bugs.freedesktop.org/show_bug.cgi?id=108904
  [fdo#108905]: https://bugs.freedesktop.org/show_bug.cgi?id=108905
  [fdo#108929]: https://bugs.freedesktop.org/show_bug.cgi?id=108929
  [fdo#109593]: https://bugs.freedesktop.org/show_bug.cgi?id=109593
  [k.org#202107]: https://bugzilla.kernel.org/show_bug.cgi?id=202107
  [k.org#202109]: https://bugzilla.kernel.org/show_bug.cgi?id=202109
  [k.org#202321]: https://bugzilla.kernel.org/show_bug.cgi?id=202321
  [k.org#202973]: https://bugzilla.kernel.org/show_bug.cgi?id=202973


Participating hosts (44 -> 43)
--

  Additional (5): fi-hsw-peppy fi-icl-u2 fi-byt-clapper fi-bsw-kefka fi-icl-dsi 
  Missing(6): fi-ilk-m540 fi-bsw-n3050 fi-byt-squawks fi-bsw-cyan 
fi-ctg-p8600 fi-bdw-samus 


Build changes
-

* Linux: CI_DRM_5952 -> Patchwork_12827

  CI_DRM_5952: 65305a057be0e155321a0765a3a24115063f3a32 @ 
git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4956: 1d921615b0b706f25c856aa0eb096f274380c199 @ 
git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_12827: db98bed6746b82037b4aaf68107189ac053aa820 @ 
git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

db98bed6746b drm/i915: Add intel_color_lut_equal() to compare hw and sw gamma 
lut values
b880360402ee drm/i915: Extract ilk_get_color_config()
17c09be650d6 drm/i915: Extract ivb_get_color_config()
fa8d86057b5c drm/i915: Extract bdw_get_color_config()
072235c17597 drm/i915: Extract glk_get_color_config()
3de95a9fd6c4 drm/i915: Extract icl_get_color_config()
d60da8743997 drm/i915: Extract i965_get_color_config()
5d9703416dc0 drm/i915: Extract cherryview_get_color_config()
c4668870f66f drm/i915: Extract i9xx_get_color_config()
0bfa41d5f0d7 drm/i915: Enable intel_color_get_config()