✗ Fi.CI.BAT: failure for series starting with [01/16] drm/i915/gtt: Allow pagedirectory allocations to fail

Patchwork patchwork at emeril.freedesktop.org
Tue May 22 18:01:07 UTC 2018


== Series Details ==

Series: series starting with [01/16] drm/i915/gtt: Allow pagedirectory allocations to fail
URL   : https://patchwork.freedesktop.org/series/43561/
State : failure

== Summary ==

= CI Bug Log - changes from CI_DRM_4221 -> Trybot_2191 =

== Summary - FAILURE ==

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

== Possible new issues ==

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

  === IGT changes ===

    ==== Possible regressions ====

    igt at kms_pipe_crc_basic@suspend-read-crc-pipe-b:
      fi-skl-6600u:       PASS -> DMESG-WARN

    
    ==== Warnings ====

    igt at gem_exec_gttfill@basic:
      fi-pnv-d510:        SKIP -> PASS

    
== Known issues ==

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

  === IGT changes ===

    ==== Issues hit ====

    igt at kms_chamelium@dp-crc-fast:
      fi-kbl-7500u:       PASS -> DMESG-FAIL (fdo#103841)

    igt at kms_pipe_crc_basic@suspend-read-crc-pipe-b:
      fi-cnl-y3:          PASS -> DMESG-WARN (fdo#104951)

    igt at prime_vgem@basic-fence-flip:
      fi-ilk-650:         PASS -> FAIL (fdo#104008)

    
    ==== Possible fixes ====

    igt at kms_pipe_crc_basic@nonblocking-crc-pipe-c-frame-sequence:
      fi-cfl-s3:          FAIL (fdo#103481) -> PASS

    
  fdo#103481 https://bugs.freedesktop.org/show_bug.cgi?id=103481
  fdo#103841 https://bugs.freedesktop.org/show_bug.cgi?id=103841
  fdo#104008 https://bugs.freedesktop.org/show_bug.cgi?id=104008
  fdo#104951 https://bugs.freedesktop.org/show_bug.cgi?id=104951


== Participating hosts (44 -> 38) ==

  Missing    (6): fi-ilk-m540 fi-bxt-dsi fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-skl-6700hq 


== Build changes ==

    * Linux: CI_DRM_4221 -> Trybot_2191

  CI_DRM_4221: d83aef98e4f2e35440222c69ef80a68daf1abb4e @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4490: 0b381c7d1067a4fe520b72d4d391d4920834cbe0 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_2191: 7c30fe2f69c924a310eac917eec62e28d824e60c @ git://anongit.freedesktop.org/gfx-ci/linux
  piglit_4490: 6ab75f7eb5e1dccbb773e1739beeb2d7cbd6ad0d @ git://anongit.freedesktop.org/piglit


== Kernel 32bit build ==

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

  CHK     include/config/kernel.release
  CHK     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
  CHK     include/generated/bounds.h
  CHK     include/generated/timeconst.h
  CHK     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  CHK     scripts/mod/devicetable-offsets.h
  CHK     include/generated/compile.h
  CHK     kernel/config_data.h
  CC [M]  drivers/gpu/drm/i915/i915_query.o
In file included from ./include/asm-generic/barrier.h:20:0,
                 from ./arch/x86/include/asm/barrier.h:86,
                 from ./include/linux/nospec.h:8,
                 from drivers/gpu/drm/i915/i915_query.c:7:
drivers/gpu/drm/i915/i915_query.c: In function ‘i915_query_ioctl’:
./include/linux/compiler.h:339:38: error: call to ‘__compiletime_assert_119’ declared with attribute error: BUILD_BUG_ON failed: sizeof(_s) > sizeof(long)
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
                                      ^
./include/linux/compiler.h:319:4: note: in definition of macro ‘__compiletime_assert’
    prefix ## suffix();    \
    ^~~~~~
./include/linux/compiler.h:339:2: note: in expansion of macro ‘_compiletime_assert’
  _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
  ^~~~~~~~~~~~~~~~~~~
./include/linux/build_bug.h:45:37: note: in expansion of macro ‘compiletime_assert’
 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                     ^~~~~~~~~~~~~~~~~~
./include/linux/build_bug.h:69:2: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
  BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)
  ^~~~~~~~~~~~~~~~
./include/linux/nospec.h:53:2: note: in expansion of macro ‘BUILD_BUG_ON’
  BUILD_BUG_ON(sizeof(_i) > sizeof(long));   \
  ^~~~~~~~~~~~
drivers/gpu/drm/i915/i915_query.c:118:15: note: in expansion of macro ‘array_index_nospec’
    func_idx = array_index_nospec(func_idx,
               ^~~~~~~~~~~~~~~~~~
scripts/Makefile.build:312: recipe for target 'drivers/gpu/drm/i915/i915_query.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_query.o] Error 1
scripts/Makefile.build:559: recipe for target 'drivers/gpu/drm/i915' failed
make[3]: *** [drivers/gpu/drm/i915] Error 2
scripts/Makefile.build:559: recipe for target 'drivers/gpu/drm' failed
make[2]: *** [drivers/gpu/drm] Error 2
scripts/Makefile.build:559: recipe for target 'drivers/gpu' failed
make[1]: *** [drivers/gpu] Error 2
Makefile:1060: recipe for target 'drivers' failed
make: *** [drivers] Error 2


== Linux commits ==

7c30fe2f69c9 drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
6fc37872c068 drm/i915/execlists: Unify CSB access pointers
1ce600909ff2 drm/i915/execlists: Process one CSB interrupt at a time
dc4bf31d5967 drm/i915/execlists: Pull CSB reset under the timeline.lock
2eeb543f9c3e drm/i915/execlists: Pull submit after dequeue under timeline lock
de3125092c7f drm/i915/execlists: Reset the CSB head tracking on reset/sanitization
d0151282a35d drm/i915: Only sanitize GEM from late suspend
1b7ff6f4c889 drm/i915: After reset on sanitization, reset the engine backends
8b6e05815058 flush-once
8e7b1a9cfe01 drm/i915: Be irqsafe inside reset
11b3759ec374 drm/i915: Flush the ring stop bit after clearing RING_HEAD in reset
15b1cebd7c86 drm/i915: Pin the ring high
18bb45e1d298 drm/i915: Limit searching for PIN_HIGH
cb0a8de37838 drm/mm: Add a search-by-address variant to only inspect a single hole
71bb0f42a7a3 drm/mm: Reject over-sized allocation requests early

== Logs ==

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


More information about the Intel-gfx-trybot mailing list