✗ Fi.CI.BAT: failure for series starting with [01/34] drm/i915: Rename execlists->queue_priority to preempt_priority_hint

Patchwork patchwork at emeril.freedesktop.org
Sun Jan 27 21:54:44 UTC 2019


== Series Details ==

Series: series starting with [01/34] drm/i915: Rename execlists->queue_priority to preempt_priority_hint
URL   : https://patchwork.freedesktop.org/series/55812/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5490 -> Trybot_3735
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at i915_selftest@live_gem:
    - fi-byt-j1900:       PASS -> DMESG-WARN

  
#### Suppressed ####

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

  * {igt at runner@aborted}:
    - fi-byt-j1900:       NOTRUN -> FAIL

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

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

### IGT changes ###

#### Issues hit ####

  * igt at kms_pipe_crc_basic@suspend-read-crc-pipe-b:
    - fi-byt-clapper:     PASS -> FAIL [fdo#103191] / [fdo#107362]
    - fi-blb-e6850:       NOTRUN -> INCOMPLETE [fdo#107718]

  
#### Possible fixes ####

  * igt at gem_exec_reloc@basic-gtt-noreloc:
    - fi-skl-guc:         {SKIP} [fdo#109271] -> PASS +81

  * igt at gem_exec_suspend@basic-s4-devices:
    - fi-blb-e6850:       INCOMPLETE [fdo#107718] -> PASS

  * igt at kms_pipe_crc_basic@nonblocking-crc-pipe-a-frame-sequence:
    - 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#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278


Participating hosts (43 -> 36)
------------------------------

  Missing    (7): fi-kbl-soraka fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-apl-guc fi-icl-y fi-skl-6700k2 


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

    * Linux: CI_DRM_5490 -> Trybot_3735

  CI_DRM_5490: 310d38b4b51e06ef7096716430e2ef262c3e45fe @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4790: dcdf4b04e16312f8f52ad389388d834f9d74b8f0 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3735: b81f2e4b4e4eedd5585419cd8424aeddb9f2f49d @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

b81f2e4b4e4e drm/i915: Do a synchronous switch-to-kernel-context on idling
4014e8cf9ccf drm/i915/selftests: Improve switch-to-kernel-context checking
0bfa6a68bfc0 drm/i915: Force GPU idle on suspend
7318987e65a3 drm/i915: Remove i915_request.global_seqno
da2329eedc24 drm/i915: Remove access to global seqno in the HWSP
5bffcfc4528e drm/i915/pmu: Always sample an active ringbuffer
a82f07ec16f5 drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
3b3cecd87d02 drm/i915: Prioritise non-busywait semaphore workloads
84ea06ca9887 drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
ff63a6ff00f5 drm/i915/execlists: Refactor out can_merge_rq()
5bc54ee06b1f drm/i915: Keep timeline HWSP allocated until the system is idle
8ebe6969c3b4 drm/i915: Pull i915_gem_active into the i915_active family
064eee2082c6 drm/i915: Allocate active tracking nodes from a slabcache
757819f07633 drm/i915: Generalise GPU activity tracking
241adeb8ef8a drm/i915: Drop fake breadcrumb irq
96f6efb93fb3 drm/i915: Replace global breadcrumbs with per-context interrupt tracking
da90baf14c1e drm/i915: Remove the intel_engine_notify tracepoint
c7193c346f1e drm/i915: Identify active requests
60210227e596 drm/i915: Track active timelines
11d7894d6cb7 drm/i915: Track the context's seqno in its own timeline HWSP
8befa6ea4e8f drm/i915: Share per-timeline HWSP using a slab suballocator
b11a62612b07 drm/i915: Allocate a status page for each timeline
718a320fc27a drm/i915: Enlarge vma->pin_count
7fb70686db7c drm/i915: Introduce concept of per-timeline (context) HWSP
1228392d3139 drm/i915: Move list of timelines under its own lock
1e48327083c5 drm/i915: Add timeline barrier support
b971e20f2a4f drm/i915: Always allocate an object/vma for the HWSP
09a98f921b4f drm/i915: Move vma lookup to its own lock
47bccdb72398 drm/i915: Pull VM lists under the VM mutex.
5e9395a6c75d drm/i915: Stop tracking MRU activity on VMA
46651659cd7f drm/i915/selftests: Exercise some AB...BA preemption chains
c82421a6f174 drm/i915/execlists: Suppress redundant preemption
1032a42a2f4d drm/i915/execlists: Handle stale preemption priorities after suppression
d047e8414438 drm/i915: Rename execlists->queue_priority to preempt_priority_hint

== Logs ==

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


More information about the Intel-gfx-trybot mailing list