✗ Fi.CI.BAT: failure for series starting with [01/43] drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h

Patchwork patchwork at emeril.freedesktop.org
Sat Mar 16 00:42:11 UTC 2019


== Series Details ==

Series: series starting with [01/43] drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
URL   : https://patchwork.freedesktop.org/series/58083/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5756 -> Trybot_3973
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at i915_selftest@live_contexts:
    - fi-skl-gvtdvm:      PASS -> DMESG-WARN

  * igt at i915_selftest@live_requests:
    - fi-cfl-8109u:       PASS -> INCOMPLETE

  
#### Suppressed ####

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

  * igt at i915_selftest@live_requests:
    - {fi-skl-lmem}:      PASS -> INCOMPLETE

  
New tests
---------

  New tests have been introduced between CI_DRM_5756 and Trybot_3973:

### New IGT tests (1) ###

  * igt at i915_selftest@live_mman:
    - Statuses : 27 pass(s)
    - Exec time: [4.75, 71.11] s

  

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

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

### IGT changes ###

#### Issues hit ####

  * igt at amdgpu/amd_basic at cs-compute:
    - fi-kbl-8809g:       NOTRUN -> FAIL [fdo#108094]

  * igt at gem_close_race@basic-threads:
    - fi-apl-guc:         PASS -> INCOMPLETE [fdo#103927]

  
#### Possible fixes ####

  * igt at amdgpu/amd_basic at userptr:
    - fi-kbl-8809g:       DMESG-WARN [fdo#108965] -> PASS

  * igt at i915_pm_rpm@module-reload:
    - fi-skl-6770hq:      FAIL [fdo#108511] -> PASS

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

  [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927
  [fdo#108094]: https://bugs.freedesktop.org/show_bug.cgi?id=108094
  [fdo#108511]: https://bugs.freedesktop.org/show_bug.cgi?id=108511
  [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569
  [fdo#108965]: https://bugs.freedesktop.org/show_bug.cgi?id=108965
  [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109294]: https://bugs.freedesktop.org/show_bug.cgi?id=109294
  [fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
  [fdo#109638]: https://bugs.freedesktop.org/show_bug.cgi?id=109638
  [fdo#110028]: https://bugs.freedesktop.org/show_bug.cgi?id=110028


Participating hosts (47 -> 32)
------------------------------

  Additional (1): fi-icl-y 
  Missing    (16): fi-kbl-soraka fi-hsw-4770r fi-ilk-m540 fi-hsw-4200u fi-byt-j1900 fi-hsw-peppy fi-byt-squawks fi-bsw-cyan fi-snb-2520m fi-hsw-4770 fi-ivb-3770 fi-icl-u3 fi-byt-n2820 fi-byt-clapper fi-bdw-samus fi-snb-2600 


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

    * Linux: CI_DRM_5756 -> Trybot_3973

  CI_DRM_5756: 0a2a982693ac3f3ecabf8e6c12cb18aa993ae3b0 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4887: 5a7c7575b5bb9542f722ed6ba095b9d62609cd56 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3973: 5d3875a57233d0d23e590a95efa4b16a6dd71d36 @ git://anongit.freedesktop.org/gfx-ci/linux


== Kernel 32bit build ==

Warning: Kernel 32bit buildtest failed:
https://intel-gfx-ci.01.org/tree/drm-tip/Trybot_3973/build_32bit.log

  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/intel_engine_cs.o
drivers/gpu/drm/i915/intel_engine_cs.c: In function ‘intel_engine_print_registers’:
drivers/gpu/drm/i915/intel_engine_cs.c:1415:20: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Werror=format=]
      "\t\tActive[%ld] ring:{start:%08x, hwsp:%08x, seqno:%08x}, rq: ",
                  ~~^
                  %d
      port - execlists->active,
      ~~~~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/i915/intel_engine_cs.c:1426:21: error: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int’ [-Werror=format=]
      "\t\tPending[%ld] ring:{start:%08x, hwsp:%08x, seqno:%08x}, rq: ",
                   ~~^
                   %d
      port - execlists->pending,
      ~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:276: recipe for target 'drivers/gpu/drm/i915/intel_engine_cs.o' failed
make[4]: *** [drivers/gpu/drm/i915/intel_engine_cs.o] Error 1
scripts/Makefile.build:492: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:492: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:492: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1043: recipe for target 'drivers' failed
make: *** [drivers] Error 2


== Linux commits ==

5d3875a57233 drm/i915: Remove logical HW ID
264fba7ab26b drm/i915/execlists: Preempt-to-busy
0418f582e790 drm/i915: Replace engine->timeline with a plain list
ae41400bbf02 drm/i915: Stop retiring along engine
efb0ae7b4deb drm/i915: Keep contexts pinned until after the next kernel context switch
347e9e0d8fbf drm/i915: Rename intel_context.active to .inflight
bc058813204c drm/i915: Move object close under its own lock
d8d73328cb8a drm/i915: Drop the deferred active reference
64a9b9879ddd drm/i915: Move GEM client throttling to its own file
6ce2bcd750d7 drm/i915: Move GEM object busy checking to its own file
bc1b09263f2d drm/i915: Move GEM object waiting to its own file
bf7b19bc9de2 drm/i915: Move GEM object domain management from struct_mutex to local
b57ca15ab16b drm/i915: Pull scatterlist utils out of i915_gem.h
bf24f767ddee drm/i915: Move more GEM objects under gem/
e30b202f43ac drm/i915: Move GEM domain management to its own file
df3d8dac086b drm/i915: Move mmap and friends to its own file
056f20b62677 drm/i915: Move phys objects to its own file
aa10aba99f4f drm/i915: Move shmem object setup to its own file
79b19fe9abd5 drm/i915: Move object->pages API to i915_gem_object.[ch]
4d00418abee4 drm/i915: Pull GEM ioctls interface to its own file
1b2628a1e10b drm/i915: Split GEM object type definition to its own header
7fa0fecf0407 drm/i915/execlists: Skip direct submission if only lite-restore
d8cc7fb181ff drm/i915: Allow specification of parallel execbuf
331ff0661a51 drm/i915/execlists: Virtual engine bonding
f051a5882952 drm/i915: Extend execution fence to support a callback
ea71bf5b4f36 drm/i915: Load balancing across a virtual engine
befb5f0cc011 drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
f1c12b9d2725 drm/i915: Allow a context to define its set of engines
cfa88556cc2d drm/i915: Allow userspace to clone contexts on creation
a82134bca143 drm/i915: Allow contexts to share a single timeline across all engines
7dc86385114b drm/i915: Extend CONTEXT_CREATE to set parameters upon construction
2191f7f76a18 drm/i915: Create/destroy VM (ppGTT) for use with contexts
d8cb3c63dc8d drm/i915: Introduce the i915_user_extension_method
6713d76bc59f drm/i915: Introduce a mutex for file_priv->context_idr
55da1b2c6a63 drm/i915: Separate GEM context construction and registration to userspace
637edaf65ceb drm/i915: Switch to use HWS indices rather than addresses
67a064b45aa0 drm/i915/selftests: Provide stub reset functions
066895d6b41e drm/i915: Stop needlessly acquiring wakeref for debugfs/drop_caches_set
bc4783efa7d3 drm/i915: Hold a reference to the active HW context
44ae2bf9f5df drm/i915: Lock the gem_context->active_list while dropping the link
54a2433a2851 drm/i915: Hold a ref to the ring while retiring
53351bc0911d drm/i915: Sanity check mmap length against object size
ab5760d1c7bb drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h

== Logs ==

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


More information about the Intel-gfx-trybot mailing list