All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Lucas De Marchi" <lucas.demarchi@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.BAT: failure for Simplify intel_setup_outputs (rev3)
Date: Wed, 28 Apr 2021 03:39:33 -0000	[thread overview]
Message-ID: <161958117307.24077.9647170217875746753@emeril.freedesktop.org> (raw)
In-Reply-To: <20210427230756.2847495-1-lucas.demarchi@intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 3446 bytes --]

== Series Details ==

Series: Simplify intel_setup_outputs (rev3)
URL   : https://patchwork.freedesktop.org/series/88988/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_10019 -> Patchwork_20012
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-a-frame-sequence:
    - fi-skl-6700k2:      [PASS][1] -> [WARN][2] +12 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10019/fi-skl-6700k2/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-a-frame-sequence.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20012/fi-skl-6700k2/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-a-frame-sequence.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_prime@amd-to-i915:
    - fi-tgl-y:           NOTRUN -> [SKIP][3] ([fdo#109315] / [i915#2575])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20012/fi-tgl-y/igt@amdgpu/amd_prime@amd-to-i915.html

  
#### Possible fixes ####

  * igt@kms_frontbuffer_tracking@basic:
    - {fi-rkl-11500t}:    [SKIP][4] ([i915#1849] / [i915#3180]) -> [PASS][5]
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10019/fi-rkl-11500t/igt@kms_frontbuffer_tracking@basic.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20012/fi-rkl-11500t/igt@kms_frontbuffer_tracking@basic.html

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

  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
  [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
  [i915#3180]: https://gitlab.freedesktop.org/drm/intel/issues/3180


Participating hosts (45 -> 41)
------------------------------

  Missing    (4): fi-ilk-m540 fi-bsw-cyan fi-bdw-samus fi-hsw-4200u 


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

  * Linux: CI_DRM_10019 -> Patchwork_20012

  CI-20190529: 20190529
  CI_DRM_10019: acf28153df39c6dab44a8691ecaad05f1f37ed46 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_6076: 9ab0820dbd07781161c1ace6973ea222fd24e53a @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_20012: f66a4d7d8ad4bb0998d20efb4cfae2a405d06d54 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

f66a4d7d8ad4 drm/i915/display: hide workaround for broken vbt in intel_bios.c
fbca5016d6b8 drm/i915/display: remove strap checks from gen 9
e5feef680147 drm/i915/display: remove FIXME comment for intended feature
a84e8d6fe5a7 drm/i915/display: move vbt check to intel_ddi_init()

== Logs ==

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

[-- Attachment #1.2: Type: text/html, Size: 4125 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2021-04-28  3:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-27 23:07 [Intel-gfx] [PATCH v2 0/4] Simplify intel_setup_outputs Lucas De Marchi
2021-04-27 23:07 ` [Intel-gfx] [PATCH v2 1/4] drm/i915/display: move vbt check to intel_ddi_init() Lucas De Marchi
2021-04-27 23:07 ` [Intel-gfx] [PATCH v2 2/4] drm/i915/display: remove FIXME comment for intended feature Lucas De Marchi
2021-04-27 23:07 ` [Intel-gfx] [PATCH v2 3/4] drm/i915/display: remove strap checks from gen 9 Lucas De Marchi
2021-04-28  7:12   ` Jani Nikula
2021-04-27 23:07 ` [Intel-gfx] [PATCH v2 4/4] drm/i915/display: hide workaround for broken vbt in intel_bios.c Lucas De Marchi
2021-04-28  6:18   ` [Intel-gfx] [PATCH] " Lucas De Marchi
2021-04-28  7:20     ` Jani Nikula
2021-04-28  7:02   ` [Intel-gfx] [PATCH v2 4/4] " Jani Nikula
2021-04-28 16:16     ` Lucas De Marchi
2021-04-28  0:57 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for Simplify intel_setup_outputs (rev2) Patchwork
2021-04-28  3:39 ` Patchwork [this message]
2021-04-28  7:37 ` [Intel-gfx] ✓ Fi.CI.BAT: success for Simplify intel_setup_outputs (rev4) Patchwork
2021-04-28  9:13 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=161958117307.24077.9647170217875746753@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=lucas.demarchi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.