✗ Fi.CI.BAT: failure for series starting with [01/23] drm/i915: Make RING_PDP relative to engine->mmio_base

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 27 00:51:06 UTC 2019


== Series Details ==

Series: series starting with [01/23] drm/i915: Make RING_PDP relative to engine->mmio_base
URL   : https://patchwork.freedesktop.org/series/58612/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5819 -> Trybot_4016
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at gem_busy@basic-busy-default:
    - fi-apl-guc:         PASS -> DMESG-WARN
    - fi-ivb-3770:        PASS -> DMESG-WARN
    - fi-skl-6600u:       PASS -> DMESG-WARN
    - fi-kbl-guc:         PASS -> DMESG-WARN
    - fi-bsw-kefka:       PASS -> DMESG-WARN
    - fi-kbl-x1275:       PASS -> DMESG-WARN
    - fi-kbl-7500u:       PASS -> DMESG-WARN
    - fi-byt-clapper:     PASS -> DMESG-WARN
    - fi-kbl-8809g:       PASS -> DMESG-WARN
    - fi-whl-u:           PASS -> DMESG-WARN
    - fi-skl-gvtdvm:      PASS -> DMESG-WARN
    - fi-bdw-gvtdvm:      PASS -> DMESG-WARN
    - fi-bxt-j4205:       PASS -> DMESG-WARN
    - fi-cfl-guc:         PASS -> DMESG-WARN
    - fi-skl-iommu:       PASS -> DMESG-WARN
    - fi-skl-guc:         PASS -> DMESG-WARN
    - fi-hsw-peppy:       PASS -> DMESG-WARN
    - fi-cfl-8700k:       PASS -> DMESG-WARN
    - fi-hsw-4770r:       PASS -> DMESG-WARN
    - fi-pnv-d510:        NOTRUN -> DMESG-WARN
    - fi-bdw-5557u:       PASS -> DMESG-WARN
    - fi-kbl-r:           PASS -> DMESG-WARN
    - fi-skl-6770hq:      PASS -> DMESG-WARN
    - fi-byt-n2820:       PASS -> DMESG-WARN
    - fi-cfl-8109u:       PASS -> DMESG-WARN
    - fi-byt-j1900:       PASS -> DMESG-WARN
    - fi-skl-6260u:       PASS -> DMESG-WARN
    - fi-bsw-n3050:       PASS -> DMESG-WARN
    - fi-skl-6700k2:      PASS -> DMESG-WARN
    - fi-hsw-4770:        PASS -> DMESG-WARN

  * igt at gem_close_race@basic-threads:
    - fi-gdg-551:         NOTRUN -> INCOMPLETE

  * igt at gem_ctx_create@basic-files:
    - fi-snb-2520m:       PASS -> INCOMPLETE

  * igt at gem_exec_basic@basic-render:
    - fi-bwr-2160:        PASS -> DMESG-WARN

  
#### Suppressed ####

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

  * igt at gem_busy@basic-busy-default:
    - {fi-skl-lmem}:      PASS -> DMESG-WARN

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_busy@basic-busy-default:
    - fi-gdg-551:         NOTRUN -> SKIP [fdo#109271]

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

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

  [fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271


Participating hosts (41 -> 37)
------------------------------

  Additional (2): fi-gdg-551 fi-pnv-d510 
  Missing    (6): fi-kbl-soraka fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-bdw-samus 


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

    * Linux: CI_DRM_5819 -> Trybot_4016

  CI_DRM_5819: 73462b05bd50a0eb93b3bc447229006bc93eb7e2 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4905: a350b9f9f606296b1599c3617c8530a8985709e2 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_4016: 62a596dc2d0d4414772c67230cf556d8cbfa2739 @ 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_4016/build_32bit.log

  CALL    scripts/checksyscalls.sh
  CALL    scripts/atomic/check-atomics.sh
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/intel_uc.o
In file included from drivers/gpu/drm/i915/intel_guc.h:28:0,
                 from drivers/gpu/drm/i915/intel_uc.h:27,
                 from drivers/gpu/drm/i915/intel_uc.c:25:
drivers/gpu/drm/i915/intel_uncore.h: In function ‘__raw_uncore_read64’:
drivers/gpu/drm/i915/intel_uncore.h:257:9: error: implicit declaration of function ‘readq’; did you mean ‘readl’? [-Werror=implicit-function-declaration]
  return read##s__(uncore->regs + i915_mmio_reg_offset(reg)); \
         ^
drivers/gpu/drm/i915/intel_uncore.h:269:1: note: in expansion of macro ‘__raw_read’
 __raw_read(64, q)
 ^~~~~~~~~~
drivers/gpu/drm/i915/intel_uncore.h: In function ‘__raw_uncore_write64’:
drivers/gpu/drm/i915/intel_uncore.h:264:2: error: implicit declaration of function ‘writeq’; did you mean ‘writel’? [-Werror=implicit-function-declaration]
  write##s__(val, uncore->regs + i915_mmio_reg_offset(reg)); \
  ^
drivers/gpu/drm/i915/intel_uncore.h:274:1: note: in expansion of macro ‘__raw_write’
 __raw_write(64, q)
 ^~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:278: recipe for target 'drivers/gpu/drm/i915/intel_uc.o' failed
make[5]: *** [drivers/gpu/drm/i915/intel_uc.o] Error 1
scripts/Makefile.build:489: recipe for target 'drivers/gpu/drm/i915' failed
make[4]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:489: recipe for target 'drivers/gpu/drm' failed
make[3]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:489: recipe for target 'drivers/gpu' failed
make[2]: *** [drivers/gpu] Error 2
/home/cidrm/kernel/Makefile:1046: recipe for target 'drivers' failed
make[1]: *** [drivers] Error 2
Makefile:170: recipe for target 'sub-make' failed
make: *** [sub-make] Error 2


== Linux commits ==

62a596dc2d0d drm/i915/execlists: Virtual engine bonding
d601408a0400 drm/i915: Move intel_engine_mask_t around for use by i915_request_types.h
287dae09e482 drm/i915: Extend execution fence to support a callback
b45e6236d4fd drm/i915: Load balancing across a virtual engine
a4036f21755a drm/i915: Allow userspace to clone contexts on creation
fda773954316 drm/i915: Allow a context to define its set of engines
06e56d4d2afa drm/i915: Move i915_request_alloc into selftests/
31b852488c24 drm/i915: Remove intel_context.active_link
3edbbeb78963 drm/i915: Switch back to an array of logical per-engine HW contexts
06e6bacad3e7 drm/i915: Split engine setup/init into two phases
f0573277d246 drm/i915: Pass intel_context to intel_context_pin_lock()
28e1cb3d7a0f drm/i915/selftests: Pass around intel_context for sseu
65f67ce2d571 drm/i915/selftests: Use the real kernel context for sseu isolation tests
94859c6fa34d drm/i915: Export intel_context_instance()
b1e99b15222c drm/i915: Explicitly pin the logical context for execbuf
8b5ba707f114 drm/i915/gvt: Pin the per-engine GVT shadow contexts
e775ebfb7f7e drm/i915: Pass intel_context to i915_request_create()
a374393595f1 drm/i915/selftests: Take GEM runtime wakeref
d512d6cfde85 drm/i915: Guard unpark/park with the gt.active_mutex
e5ba9560fb4e drm/i915: Pull the GEM powermangement coupling into its own file
8bbfa69632ec drm/i915/guc: Replace preempt_client lookup with engine->preempt_context
b06756a6b102 drm/i915: Only reset the pinned kernel contexts on resume
483cb54c91b1 drm/i915: Make RING_PDP relative to engine->mmio_base

== Logs ==

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


More information about the Intel-gfx-trybot mailing list