✗ Fi.CI.BAT: failure for series starting with [01/33] drm/i915: Store the BIT(engine->id) as the engine's mask

Patchwork patchwork at emeril.freedesktop.org
Sat Mar 2 17:14:31 UTC 2019


== Series Details ==

Series: series starting with [01/33] drm/i915: Store the BIT(engine->id) as the engine's mask
URL   : https://patchwork.freedesktop.org/series/57464/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5684 -> Trybot_3921
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at i915_selftest@live_hangcheck:
    - fi-ilk-650:         PASS -> INCOMPLETE
    - fi-kbl-x1275:       PASS -> DMESG-FAIL

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

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

### IGT changes ###

#### Issues hit ####

  * igt at i915_pm_rpm@basic-pci-d3-state:
    - fi-bsw-kefka:       PASS -> SKIP [fdo#109271]

  * igt at i915_pm_rpm@basic-rte:
    - fi-bsw-kefka:       PASS -> FAIL [fdo#108800]

  * 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] / [fdo#109720]

  * igt at prime_vgem@basic-fence-flip:
    - fi-ilk-650:         PASS -> FAIL [fdo#104008]

  * igt at runner@aborted:
    - fi-bsw-kefka:       NOTRUN -> FAIL [fdo#107709]
    - fi-apl-guc:         NOTRUN -> FAIL [fdo#108622] / [fdo#109720] / [fdo#109799]

  
#### Possible fixes ####

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

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

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

  
  [fdo#103182]: https://bugs.freedesktop.org/show_bug.cgi?id=103182
  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#104008]: https://bugs.freedesktop.org/show_bug.cgi?id=104008
  [fdo#107709]: https://bugs.freedesktop.org/show_bug.cgi?id=107709
  [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#109380]: https://bugs.freedesktop.org/show_bug.cgi?id=109380
  [fdo#109720]: https://bugs.freedesktop.org/show_bug.cgi?id=109720
  [fdo#109799]: https://bugs.freedesktop.org/show_bug.cgi?id=109799


Participating hosts (43 -> 37)
------------------------------

  Missing    (6): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-pnv-d510 fi-icl-y 


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

    * Linux: CI_DRM_5684 -> Trybot_3921

  CI_DRM_5684: 7fb14099e4783934b3146f0432aacbd6395a4b82 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4867: 081ab732e8613dc16710be718fc7d647af9e85b5 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3921: 5d7a88f36e7b218955528b1b494f6eafc6ecc2da @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

5d7a88f36e7b drm/i915: Make GPU pages movable
916eefe34b09 shmem: Support for registration of driver/file owner specific ops
7d967fd71084 drm/i915: Split GEM object type definition to its own header
a6517fa25559 drm/i915/selftests: Check preemption support on each engine
6bb239b98539 drm/i915: Allow specification of parallel execbuf
7599a5ff4743 drm/i915/execlists: Virtual engine bonding
f1d43eb86e7c drm/i915: Extend execution fence to support a callback
3eaa9d149d81 drm/i915: Load balancing across a virtual engine
05c0a28025d8 drm/i915: Introduce intel_context.pin_mutex for pin management
ce12f399a12f drm/i915: Track the pinned kernel contexts on each engine
71b1ef7eb9fc drm/i915: Make context pinning part of intel_context_ops
8b6acc37ea1d drm/i915: Move over to intel_context_lookup()
c00cf12e7c99 drm/i915: Store the intel_context_ops in the intel_engine_cs
857d8dfd5ecc drm/i915: Split struct intel_context definition to its own header
a2a16fc71fcf drm/i915: Pass around the intel_context
111d7721916e drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
41ee6b70ef9c drm/i915: Allow a context to define its set of engines
b245d3a5a705 drm/i915: Allow userspace to clone contexts on creation
cca611aea19d drm/i915: Allow contexts to share a single timeline across all engines
265bea3341c5 drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
806f2ecd06e3 drm/i915: Create/destroy VM (ppGTT) for use with contexts
a735df796f5b drm/i915: Introduce a context barrier callback
8e6b2e98e2ac drm/i915: Track active engines within a context
2331be2ca043 drm/i915: Introduce the i915_user_extension_method
261bd81f60a1 drm/i915: Remove has-kernel-context
6aaf7217866b drm/i915: Reduce presumption of request ordering for barriers
cdf70da3f966 drm/i915: Refactor common code to load initial power context
0ea91ce622ca drm/i915: Do a synchronous switch-to-kernel-context on idling
2837269c81b4 drm/i915/selftests: Improve switch-to-kernel-context checking
7375c36c8715 drm/i915: Force GPU idle on suspend
ed10f9a54626 drm/i915: Mark ALL_ENGINES as dirty on ppGTT modification
68675d379aa6 drm/i915: Remove last traces of exec-id (GEM_BUSY)
5d60febbaace drm/i915: Store the BIT(engine->id) as the engine's mask

== Logs ==

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


More information about the Intel-gfx-trybot mailing list