✗ Fi.CI.BAT: failure for series starting with [01/34] drm/i915: Fix i915_request fence wait semantics

Patchwork patchwork at emeril.freedesktop.org
Mon Oct 18 23:40:27 UTC 2021


== Series Details ==

Series: series starting with [01/34] drm/i915: Fix i915_request fence wait semantics
URL   : https://patchwork.freedesktop.org/series/95957/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_10754 -> Trybot_8075
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with Trybot_8075 absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Trybot_8075, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8075/index.html

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at gem_busy@busy at all:
    - fi-pnv-d510:        [PASS][1] -> [DMESG-FAIL][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10754/fi-pnv-d510/igt@gem_busy@busy@all.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8075/fi-pnv-d510/igt@gem_busy@busy@all.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt at runner@aborted:
    - fi-pnv-d510:        NOTRUN -> [FAIL][3] ([i915#2403] / [i915#2722])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8075/fi-pnv-d510/igt@runner@aborted.html

  
  [i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403
  [i915#2722]: https://gitlab.freedesktop.org/drm/intel/issues/2722


Participating hosts (39 -> 1)
------------------------------

  ERROR: It appears as if the changes made in Trybot_8075 prevented too many machines from booting.

  Missing    (38): fi-kbl-soraka fi-rkl-11600 fi-rkl-guc bat-dg1-6 fi-bdw-gvtdvm fi-icl-u2 fi-snb-2520m fi-icl-y fi-skl-6600u fi-snb-2600 fi-cml-u2 fi-bxt-dsi fi-bdw-5557u fi-bsw-n3050 fi-glk-dsi fi-bwr-2160 fi-ilk-650 fi-kbl-7500u fi-hsw-4770 fi-ivb-3770 fi-elk-e7500 fi-bsw-nick fi-skl-6700k2 fi-kbl-7567u fi-tgl-dsi fi-skl-guc fi-cfl-8700k fi-ehl-2 fi-hsw-gt1 fi-jsl-1 fi-tgl-1115g4 fi-bsw-cyan fi-cfl-guc fi-kbl-guc fi-cfl-8109u fi-kbl-8809g fi-bsw-kefka fi-bdw-samus 


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

  * Linux: CI_DRM_10754 -> Trybot_8075

  CI-20190529: 20190529
  CI_DRM_10754: f89e7e0028f9effd0044258d7cf8d3acb32c57b3 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_6254: 51792e987da03ba2a6faf5857c12f1d173c87def @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  Trybot_8075: 7593d083a987e999121c223b54affaa16b391fc6 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

7593d083a987 drm/i915: Remove i915_vma->active
21916de8fb56 drm/i915: Do not use i915_vma active for waiting.
d1df4f2f2daf drm/i915: Move vma binding to vm exclusive fence, instead of relying on i915_active
e120c526f82d drm/i915: Use ttms delayed destroy for all buffer objects
7a80c09369ae drm/i915: Require softpin for all new platforms
f9310acd5b39 drm/i915: Add accelerated migration to ttm
9ad8f18e562c drm/i915: Add support for asynchronous moving fence waiting
e340411f7895 drm/i915: Add functions to set/get moving fence
b8ed78de8cea drm/i915: Remove short-term pins from execbuf, v3.
3d1bb56ff582 drm/i915: Remove support for unlocked i915_vma unbind
96b08f61af5e drm/i915: Require object lock when freeing pages during destruction
95062ec77263 drm/i915: Add i915_vma_unbind_unlocked, and take obj lock for i915_vma_unbind
17696ecc479d drm/i915: Make i915_gem_evict_vm work correctly for already locked objects
92ecc319ecc6 drm/i915: Drain the ttm delayed workqueue too
b1bb8d742aaf drm/i915: Ensure i915_vma tests do not get -ENOSPC with the locking changes.
94b669a1fd79 drm/i915: Pass trylock context to callers
fb0b87d28772 drm/i915: Take trylock during eviction, v2.
9802ebdabca2 drm/i915: Ensure gem_contexts selftests work with unbind changes.
70c38ebcce1b drm/i915: Rework context handling in hugepages selftests
f61f535609f9 drm/i915: Add lock for unbinding to i915_gem_object_ggtt_pin_ww
a1cb658c8a2b drm/i915: Take object lock in i915_ggtt_pin if ww is not set
c4bfe25db117 drm/i915: Remove pages_mutex and intel_gtt->vma_ops.set/clear_pages members
fd82a0cd5589 drm/i915: Remove resv from i915_vma
401b920a5f89 Move CONTEXT_VALID_BIT check
bd29e1eb1b92 drm/i915: Change shrink ordering to use locking around unbinding.
a0a950e54e75 drm/i915: vma is always backed by an object.
9e491af35c6f drm/i915: Create a full object for mock_ring, v2.
e7578d3361f3 drm/i915: Create a dummy object for gen6 ppgtt
38dcf438958e drm/i915: Remove gen6_ppgtt_unpin_all
42de1c643d4e drm/i915: Slightly rework EXEC_OBJECT_CAPTURE handling
30cc3fb0f6ef drm/i915: Remove unused bits of i915_vma/active api
6cc3d0a4fd85 drm/i915: Remove dma_resv_prune
b219be1aaad0 drm/i915: use new iterator in i915_gem_object_wait_reservation
b050f0b34fdc drm/i915: Fix i915_request fence wait semantics

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_8075/index.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-trybot/attachments/20211018/4856ddff/attachment-0001.htm>


More information about the Intel-gfx-trybot mailing list