[Intel-gfx] ✗ Fi.CI.BAT: failure for igt/gem_exec_nop: Headless requires DRM_MASTER for modesetting

Petri Latvala petri.latvala at intel.com
Mon Aug 28 09:51:58 UTC 2017


On Sat, Aug 26, 2017 at 02:17:40PM +0000, Patchwork wrote:
>   CC       gem_exec_nop.o
> Makefile:3922: recipe for target 'gem_exec_nop.o' failed
> Makefile:4407: recipe for target 'all-recursive' failed
> Makefile:530: recipe for target 'all-recursive' failed
> Makefile:462: recipe for target 'all' failed


The missing output is:

In file included from ./../lib/intel_batchbuffer.h:8:0,
                 from ./../lib/drmtest.h:39,
                 from ./../lib/igt.h:27,
                 from gem_exec_nop.c:28:
gem_exec_nop.c: In function ‘__real_main614’:
gem_exec_nop.c:673:28: error: ‘fd’ undeclared (first use in this function)
   igt_require(drmSetMaster(fd) == 0);
                            ^
./../lib/igt_core.h:617:8: note: in definition of macro ‘igt_require’
  if (!(expr)) igt_skip_check(#expr , NULL); \
        ^~~~
gem_exec_nop.c:673:28: note: each undeclared identifier is reported only once for each function it appears in
   igt_require(drmSetMaster(fd) == 0);
                            ^
./../lib/igt_core.h:617:8: note: in definition of macro ‘igt_require’
  if (!(expr)) igt_skip_check(#expr , NULL); \
        ^~~~



More information about the Intel-gfx mailing list