✗ Fi.CI.BAT: failure for series starting with [01/42] drm/i915: Hack and slash, throttle execbuffer hogs

Patchwork patchwork at emeril.freedesktop.org
Wed Feb 6 03:18:18 UTC 2019


== Series Details ==

Series: series starting with [01/42] drm/i915: Hack and slash, throttle execbuffer hogs
URL   : https://patchwork.freedesktop.org/series/56265/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5547 -> Trybot_3814
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at i915_selftest@live_execlists:
    - fi-cfl-guc:         PASS -> INCOMPLETE
    - fi-skl-iommu:       PASS -> INCOMPLETE

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

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

### IGT changes ###

#### Possible fixes ####

  * igt at i915_module_load@reload-with-fault-injection:
    - fi-kbl-7567u:       DMESG-WARN [fdo#105602] / [fdo#108529] -> PASS +1

  * igt at kms_chamelium@common-hpd-after-suspend:
    - fi-kbl-7567u:       DMESG-FAIL [fdo#105079] -> PASS

  * igt at kms_flip@basic-flip-vs-modeset:
    - fi-skl-6700hq:      DMESG-WARN [fdo#105998] -> PASS

  * igt at kms_pipe_crc_basic@nonblocking-crc-pipe-c:
    - fi-kbl-7567u:       {SKIP} [fdo#109271] -> PASS +33

  * igt at pm_rpm@module-reload:
    - fi-kbl-7567u:       DMESG-WARN [fdo#108529] -> PASS

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

  [fdo#105079]: https://bugs.freedesktop.org/show_bug.cgi?id=105079
  [fdo#105602]: https://bugs.freedesktop.org/show_bug.cgi?id=105602
  [fdo#105998]: https://bugs.freedesktop.org/show_bug.cgi?id=105998
  [fdo#108529]: https://bugs.freedesktop.org/show_bug.cgi?id=108529
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271


Participating hosts (49 -> 42)
------------------------------

  Missing    (7): fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-gdg-551 fi-pnv-d510 fi-blb-e6850 fi-byt-clapper 


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

    * Linux: CI_DRM_5547 -> Trybot_3814

  CI_DRM_5547: 8bc7857a02a3c7cf88b5d683edf8cc947e140c46 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4812: 592b854fead32c2b0dac7198edfb9a6bffd66932 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3814: 73977c45cf21b77b61eb5925bbcec838c654c228 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

73977c45cf21 drm/i915: Move over to intel_context_lookup()
d6d82f1b6a48 drm/i915: Split struct intel_context definition to its own header
de728917e23e drm/i915: Pass around the intel_context
8b71a80dc0bb drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
0e95e37b2b33 drm/i915: Allow a context to define its set of engines
c53033c7c242 drm/i915: Re-arrange execbuf so context is known before engine
8ed217ebcdc7 drm/i915: Remove last traces of exec-id (GEM_BUSY)
3c2548bf94b8 drm/i915: Fix I915_EXEC_RING_MASK
908e712d0647 drm/i915: Allow contexts to share a single timeline across all engines
13a998988895 drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
2ea91b6f379a drm/i915: Create/destroy VM (ppGTT) for use with contexts
0f5497e6bbef drm/i915: Introduce a context barrier callback
03e2521f7c84 drm/i915: Track active engines within a context
39b6f5d3a718 drm/i915: Introduce the i915_user_extension_method
2215c3738447 drm/i915: Remove has-kernel-context
9b7a7b1fc5e6 drm/i915: Reduce presumption of request ordering for barriers
1a9b5aee0808 drm/i915: Refactor common code to load initial power context
a7cc2d82e9e4 drm/i915: Store the BIT(engine->id) as the engine's mask
a06558284b49 drm/i915: Do a synchronous switch-to-kernel-context on idling
3543868eab0a drm/i915/selftests: Improve switch-to-kernel-context checking
4b15124afbc3 drm/i915: Force GPU idle on suspend
d44186e31945 drm/i915: Remove i915_request.global_seqno
e4ead03ea262 drm/i915: Remove access to global seqno in the HWSP
47b47b153e7b drm/i915/pmu: Always sample an active ringbuffer
455c056cdcc8 drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
1b2813371d7a drm/i915: Apply rps waitboosting for dma_fence_wait_timeout()
b7eb6f66bf44 drm/i915: Show support for accurate sw PMU busyness tracking
66ac337f94cb drm/i915: Prioritise non-busywait semaphore workloads
ec846471d755 drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
94a899f44353 drm/i915: Compute the global scheduler caps
00b3e498f4f0 drm/i915/execlists: Refactor out can_merge_rq()
ee5f297d2309 drm/i915: Keep timeline HWSP allocated until idle across the system
386e648b85f3 drm/i915: Make request allocation caches global
21c83c883df7 drm/i915/execlists: Suppress redundant preemption
0b52aab1a414 drm/i915/execlists: Suppress mere WAIT preemption
7e657eb94d24 drm/i915: Don't claim an unstarted request was guilty
5a33f8b2fc39 drm/i915: Serialise resets with wedging
e06c1eb97858 drm/i915: Wait for old resets before applying debugfs/i915_wedged
ddf8b8a830fd drm/i915: Uninterruptibly drain the timelines on unwedging
966bfae10bee drm/i915: Force the GPU reset upon wedging
5001459b9b92 drm/i915: Revoke mmaps and prevent access to fence registers across reset
bec8e75ea4bd drm/i915: Hack and slash, throttle execbuffer hogs

== Logs ==

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


More information about the Intel-gfx-trybot mailing list