✗ Fi.CI.BAT: failure for get-pages-flush (rev5)

Patchwork patchwork at emeril.freedesktop.org
Sat Mar 16 23:19:12 UTC 2019


== Series Details ==

Series: get-pages-flush (rev5)
URL   : https://patchwork.freedesktop.org/series/58096/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_5759 -> Trybot_3977
====================================================

Summary
-------

  **FAILURE**

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

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

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

### IGT changes ###

#### Possible regressions ####

  * igt at gem_exec_gttfill@basic:
    - fi-snb-2600:        PASS -> FAIL +3
    - fi-snb-2520m:       PASS -> FAIL

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

  * igt at gem_exec_reloc@basic-cpu:
    - fi-hsw-peppy:       PASS -> DMESG-FAIL
    - fi-hsw-4770:        PASS -> DMESG-FAIL

  * igt at gem_exec_reloc@basic-gtt-cpu:
    - fi-snb-2600:        PASS -> TIMEOUT +9

  * igt at gem_exec_reloc@basic-gtt-noreloc:
    - fi-hsw-4770:        PASS -> FAIL +14

  * igt at gem_exec_reloc@basic-gtt-read-noreloc:
    - fi-hsw-peppy:       PASS -> FAIL +12

  * igt at i915_selftest@live_contexts:
    - fi-byt-j1900:       PASS -> DMESG-FAIL
    - fi-byt-n2820:       PASS -> DMESG-FAIL
    - fi-byt-clapper:     PASS -> DMESG-FAIL

  * igt at i915_selftest@live_gem:
    - fi-hsw-4770r:       PASS -> DMESG-FAIL

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

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

### IGT changes ###

#### Issues hit ####

  * igt at gem_exec_reloc@basic-cpu-gtt-active:
    - fi-hsw-peppy:       PASS -> SKIP [fdo#109271] +1

  * igt at i915_module_load@reload:
    - fi-blb-e6850:       PASS -> INCOMPLETE [fdo#107718]

  * igt at kms_frontbuffer_tracking@basic:
    - fi-byt-clapper:     PASS -> FAIL [fdo#103167]

  * igt at kms_pipe_crc_basic@read-crc-pipe-a-frame-sequence:
    - fi-byt-clapper:     PASS -> FAIL [fdo#103191] / [fdo#107362]

  
#### Possible fixes ####

  * igt at debugfs_test@read_all_entries:
    - fi-ilk-650:         DMESG-WARN [fdo#106387] -> PASS

  * igt at kms_pipe_crc_basic@read-crc-pipe-b-frame-sequence:
    - fi-byt-clapper:     FAIL [fdo#103191] / [fdo#107362] -> PASS

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


Participating hosts (48 -> 14)
------------------------------

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

  Missing    (34): fi-kbl-soraka fi-skl-6770hq fi-bdw-gvtdvm fi-icl-u2 fi-skl-6260u fi-apl-guc fi-bxt-j4205 fi-icl-u3 fi-icl-y fi-skl-lmem fi-skl-6600u fi-bxt-dsi fi-bdw-5557u fi-bsw-n3050 fi-kbl-7500u fi-kbl-7560u fi-skl-6700k2 fi-kbl-r fi-kbl-7567u fi-ilk-m540 fi-skl-gvtdvm fi-skl-guc fi-cfl-8700k fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-cfl-guc fi-kbl-guc fi-whl-u fi-kbl-x1275 fi-cfl-8109u fi-kbl-8809g fi-bsw-kefka fi-bdw-samus 


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

    * Linux: CI_DRM_5759 -> Trybot_3977

  CI_DRM_5759: d9e8c314492e99401b95b82a5f28864614640538 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4888: 71ad19eb8fe4f0eecae3bf063e107293b90b9abc @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Trybot_3977: 20e2be98b8c2a5cc16899691df2b74f5347cd65d @ 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_3977/build_32bit.log

  CALL    scripts/checksyscalls.sh
  CHK     include/generated/compile.h
  CC [M]  drivers/gpu/drm/i915/i915_gem.o
In file included from ./include/asm-generic/bug.h:5:0,
                 from ./arch/x86/include/asm/bug.h:83,
                 from ./include/linux/bug.h:5,
                 from ./include/drm/drm_mm.h:40,
                 from ./include/drm/drm_vma_manager.h:26,
                 from drivers/gpu/drm/i915/i915_gem.c:28:
drivers/gpu/drm/i915/i915_gem.c: In function ‘i915_gem_object_flush_map’:
drivers/gpu/drm/i915/i915_utils.h:65:18: error: comparison of distinct pointer types lacks a cast [-Werror]
  (void)(&start__ == &max__); \
                  ^
./include/linux/compiler.h:77:42: note: in definition of macro ‘unlikely’
 # define unlikely(x) __builtin_expect(!!(x), 0)
                                          ^
drivers/gpu/drm/i915/i915_gem.c:2735:2: note: in expansion of macro ‘GEM_BUG_ON’
  GEM_BUG_ON(range_overflows(offset, size, obj->base.size));
  ^~~~~~~~~~
drivers/gpu/drm/i915/i915_gem.c:2735:13: note: in expansion of macro ‘range_overflows’
  GEM_BUG_ON(range_overflows(offset, size, obj->base.size));
             ^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
scripts/Makefile.build:276: recipe for target 'drivers/gpu/drm/i915/i915_gem.o' failed
make[4]: *** [drivers/gpu/drm/i915/i915_gem.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 ==

20e2be98b8c2 get-pages-flush

== Logs ==

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


More information about the Intel-gfx-trybot mailing list