✗ Fi.CI.BAT: failure for series starting with [01/25] drm/i915: Make all GPU resets atomic

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 17 22:40:36 UTC 2019


== Series Details ==

Series: series starting with [01/25] drm/i915: Make all GPU resets atomic
URL   : https://patchwork.freedesktop.org/series/55380/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5441 -> Trybot_3646
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at i915_selftest@live_hangcheck:
    - fi-kbl-7500u:       PASS -> INCOMPLETE

  
#### Suppressed ####

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

  * {igt at runner@aborted}:
    - fi-kbl-7500u:       NOTRUN -> FAIL

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

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

### IGT changes ###

#### Issues hit ####

  * igt at i915_selftest@live_execlists:
    - fi-apl-guc:         PASS -> INCOMPLETE [fdo#103927]

  * igt at i915_selftest@live_hangcheck:
    - fi-skl-6770hq:      PASS -> INCOMPLETE [fdo#108744]
    - fi-skl-6700k2:      PASS -> INCOMPLETE [fdo#108744]
    - fi-skl-6260u:       PASS -> INCOMPLETE [fdo#108744]

  * igt at kms_pipe_crc_basic@read-crc-pipe-b:
    - fi-byt-clapper:     PASS -> FAIL [fdo#107362]

  * igt at kms_pipe_crc_basic@suspend-read-crc-pipe-a:
    - fi-cfl-8109u:       PASS -> FAIL [fdo#103375]

  
#### Possible fixes ####

  * igt at kms_busy@basic-flip-a:
    - fi-kbl-7567u:       {SKIP} [fdo#109271] / [fdo#109278] -> PASS +2

  * igt at kms_frontbuffer_tracking@basic:
    - fi-icl-u3:          FAIL [fdo#103167] -> PASS

  * igt at kms_pipe_crc_basic@suspend-read-crc-pipe-a:
    - fi-byt-clapper:     FAIL [fdo#103191] / [fdo#107362] -> PASS

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

  [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#104108]: https://bugs.freedesktop.org/show_bug.cgi?id=104108
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#108622]: https://bugs.freedesktop.org/show_bug.cgi?id=108622
  [fdo#108744]: https://bugs.freedesktop.org/show_bug.cgi?id=108744
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278


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

  Additional (2): fi-ivb-3520m fi-skl-guc 
  Missing    (6): fi-kbl-soraka fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-pnv-d510 fi-bdw-samus 


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

    * Linux: CI_DRM_5441 -> Trybot_3646

  CI_DRM_5441: 11e23757a15c3aaf01a06a0e63a7d2d0d7f9d76d @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4777: 8614d5eb114a660c3bd7ff77eab8bed53424cd30 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3646: 4deb8b7041c61dbeafd121b0872c23b5ca6c7a27 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

4deb8b7041c6 drm/i915: Avoid presumption of execution ordering for kernel context switching
2d30b751db97 drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
e61b4db1a6a1 drm/i915: Drop fake breadcrumb irq
f1ad9f5041e0 drm/i915: Replace global breadcrumbs with per-context interrupt tracking
0f97cf71e6b1 drm/i915: Remove the intel_engine_notify tracepoint
9129d51d1de7 drm/i915: Identify active requests
1b866726bbff drm/i915: Track the context's seqno in its own timeline HWSP
409a8cc02b18 drm/i915: Keep all partially allocated HWSP on a freelist
404ca06090ef drm/i915: Share per-timeline HWSP using a slab suballocator
058105c16a31 drm/i915: Allocate a status page for each timeline
71a81df28237 drm/i915: Enlarge vma->pin_count
d4cc375d8b87 drm/i915: Introduce concept of per-timeline (context) HWSP
e980e2e36a73 drm/i915: Move list of timelines under its own lock
eedec087bd03 drm/i915: Always allocate an object/vma for the HWSP
cdd82bb9494b drm/i915/selftests: Make evict tolerant of foreign objects
03f4c07f66c3 drm/i915/selftests: Allocate mock ring/timeline per context
cd1d01426b10 drm/i915: Use b->irq_enable() as predicate for mock engine
02635967ef46 drm/i915: Move vma lookup to its own lock
9d19c5f735a4 drm/i915: Pull VM lists under the VM mutex.
ab9f99b620f9 drm/i915: Stop tracking MRU activity on VMA
d159759cb645 drm/i915: Issue engine resets onto idle engines
b119bf86e54e drm/i915/selftests: Trim struct_mutex duration for set-wedged selftest
6cc70ca9b385 drm/i915: Remove GPU reset dependence on struct_mutex
7a8d32efb21e drm/i915/guc: Disable global reset
fe7029e31989 drm/i915: Make all GPU resets atomic

== Logs ==

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


More information about the Intel-gfx-trybot mailing list