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

Patchwork patchwork at emeril.freedesktop.org
Wed Feb 6 13:31:17 UTC 2019


== Series Details ==

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

== Summary ==

CI Bug Log - changes from CI_DRM_5550 -> Trybot_3820
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at i915_selftest@live_hangcheck:
    - fi-kbl-r:           PASS -> DMESG-FAIL

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_ctx_exec@basic:
    - fi-skl-6770hq:      PASS -> DMESG-WARN [fdo#105541]

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

  * igt at i915_selftest@live_evict:
    - fi-bsw-kefka:       PASS -> DMESG-WARN [fdo#107709]

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

  * igt at i915_selftest@live_hangcheck:
    - fi-glk-j4005:       PASS -> INCOMPLETE [fdo#103359] / [k.org#198133]

  * igt at kms_busy@basic-flip-b:
    - fi-gdg-551:         NOTRUN -> FAIL [fdo#103182]

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

  * igt at pm_rpm@basic-rte:
    - fi-byt-j1900:       PASS -> FAIL [fdo#108800]

  
#### Possible fixes ####

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

  * igt at prime_vgem@basic-fence-flip:
    - fi-kbl-7500u:       FAIL [fdo#104008] -> PASS

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

  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#103191]: https://bugs.freedesktop.org/show_bug.cgi?id=103191
  [fdo#103359]: https://bugs.freedesktop.org/show_bug.cgi?id=103359
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#104008]: https://bugs.freedesktop.org/show_bug.cgi?id=104008
  [fdo#105541]: https://bugs.freedesktop.org/show_bug.cgi?id=105541
  [fdo#107362]: https://bugs.freedesktop.org/show_bug.cgi?id=107362
  [fdo#107709]: https://bugs.freedesktop.org/show_bug.cgi?id=107709
  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#108622]: https://bugs.freedesktop.org/show_bug.cgi?id=108622
  [fdo#108800]: https://bugs.freedesktop.org/show_bug.cgi?id=108800
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133


Participating hosts (48 -> 46)
------------------------------

  Additional (1): fi-gdg-551 
  Missing    (3): fi-kbl-soraka fi-ilk-m540 fi-byt-squawks 


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

    * Linux: CI_DRM_5550 -> Trybot_3820

  CI_DRM_5550: 973d0c0dd638045f5e9e355e0279db084188d903 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4812: 592b854fead32c2b0dac7198edfb9a6bffd66932 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3820: 22ab1b6cf2cb91962e61a51f64ed9bfd8324b6c6 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

22ab1b6cf2cb drm/i915: Allow specification of parallel execbuf
92bf3b1ad08e drm/i915/execlists: Virtual engine bonding
a6ed0a8b3377 drm/i915: Extend execution fence to support a callback
19af2391dcae drm/i915: Load balancing across a virtual engine
185588aa9559 drm/i915: Move over to intel_context_lookup()
cbc7d239d5b3 drm/i915: Split struct intel_context definition to its own header
e0a4a8b0cca5 drm/i915: Pass around the intel_context
fe2002c34f27 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
394d4173bd5f drm/i915: Allow a context to define its set of engines
8e2c964c3f1e drm/i915: Re-arrange execbuf so context is known before engine
5e74cf7b5fbe drm/i915: Remove last traces of exec-id (GEM_BUSY)
f28e7d01bfff drm/i915: Fix I915_EXEC_RING_MASK
0d5276765f0c drm/i915: Allow contexts to share a single timeline across all engines
395af5353b15 drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
3d8d98995e3e drm/i915: Create/destroy VM (ppGTT) for use with contexts
bcdb4039d15b drm/i915: Introduce a context barrier callback
7947708fffd8 drm/i915: Track active engines within a context
ac89d43f9ff5 drm/i915: Introduce the i915_user_extension_method
8365eea31113 drm/i915: Remove has-kernel-context
f20ed771805e drm/i915: Reduce presumption of request ordering for barriers
546a95506cf6 drm/i915: Refactor common code to load initial power context
e5ff35f46a7d drm/i915: Store the BIT(engine->id) as the engine's mask
6d444cd2cc15 drm/i915: Do a synchronous switch-to-kernel-context on idling
39d69c58f579 drm/i915/selftests: Improve switch-to-kernel-context checking
aa2b409383da drm/i915: Force GPU idle on suspend
88a7c35524b7 drm/i915: Remove i915_request.global_seqno
b92e1bbc627c drm/i915: Remove access to global seqno in the HWSP
1332c2a28c9c drm/i915/pmu: Always sample an active ringbuffer
54b7604bae76 drm/i915: Replace global_seqno with a hangcheck heartbeat seqno
ff87dc28e5b5 drm/i915: Apply rps waitboosting for dma_fence_wait_timeout()
75ac7bf9686e drm/i915: Show support for accurate sw PMU busyness tracking
ff5749888ced drm/i915: Prioritise non-busywait semaphore workloads
9416fde17303 drm/i915: Use HW semaphores for inter-engine synchronisation on gen8+
0203e5fb99ef drm/i915: Compute the global scheduler caps
cf420f576ad2 drm/i915/execlists: Refactor out can_merge_rq()
1b662543eef2 drm/i915: Keep timeline HWSP allocated until idle across the system
8bccaf8d7c2a drm/i915: Make request allocation caches global
92e0bca6b229 drm/i915/execlists: Suppress redundant preemption
8bda62ea38a7 drm/i915/execlists: Suppress mere WAIT preemption
9451fb3a0804 drm/i915: Don't claim an unstarted request was guilty
dc10d13b5313 drm/i915: Serialise resets with wedging
c0d11895d943 drm/i915: Wait for old resets before applying debugfs/i915_wedged
93c83b3c4101 drm/i915: Uninterruptibly drain the timelines on unwedging
564c34e7b8db drm/i915: Force the GPU reset upon wedging
fa0759cd4227 drm/i915: Revoke mmaps and prevent access to fence registers across reset
7c5065514168 drm/i915: Hack and slash, throttle execbuffer hogs

== Logs ==

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


More information about the Intel-gfx-trybot mailing list