[igt-dev] ✗ Fi.CI.BAT: failure for tests/gem_watchdog: Initial set of tests for GPU watchdog (rev5)

Patchwork patchwork at emeril.freedesktop.org
Tue Apr 23 00:24:51 UTC 2019


== Series Details ==

Series: tests/gem_watchdog: Initial set of tests for GPU watchdog (rev5)
URL   : https://patchwork.freedesktop.org/series/50041/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
504367d33b787de2ba8e007a5b620cfd6f0b3074 tests/kms_plane_scaling: Skip testing unsupported fp16 features

[322/460] Linking target tests/gem_pwrite_pread.
[323/460] Linking target tests/gem_read_read_speed.
[324/460] Linking target tests/gem_reg_read.
[325/460] Linking target tests/gem_reloc_overflow.
[326/460] Linking target tests/gem_reloc_vs_gpu.
[327/460] Linking target tests/gem_render_copy_redux.
[328/460] Linking target tests/gem_render_copy.
[329/460] Linking target tests/gem_render_tiled_blits.
[330/460] Linking target tests/gem_request_retire.
[331/460] Linking target tests/gem_ring_sync_copy.
[332/460] Linking target tests/gem_reset_stats.
[333/460] Linking target tests/gem_ring_sync_loop.
[334/460] Linking target tests/gem_ringfill.
[335/460] Linking target tests/gem_set_tiling_vs_blt.
[336/460] Linking target tests/gem_set_tiling_vs_gtt.
[337/460] Linking target tests/gem_shrink.
[338/460] Linking target tests/gem_set_tiling_vs_pwrite.
[339/460] Linking target tests/gem_storedw_batches_loop.
[340/460] Linking target tests/gem_softpin.
[341/460] Linking target tests/gem_spin_batch.
[342/460] Linking target tests/gem_stolen.
[343/460] Linking target tests/gem_storedw_loop.
[344/460] Linking target tests/gem_threaded_access_tiled.
[345/460] Linking target tests/gem_tiled_partial_pwrite_pread.
[346/460] Linking target tests/gem_sync.
[347/460] Linking target tests/gem_streaming_writes.
[348/460] Compiling C object 'tests/tests@@gem_watchdog at exe/i915_gem_watchdog.c.o'.
FAILED: tests/tests@@gem_watchdog at exe/i915_gem_watchdog.c.o 
ccache cc -Itests/tests@@gem_watchdog at exe -Itests -I../tests -I../include/drm-uapi -Ilib -I../lib -I../lib/stubs/syscalls -I. -I../ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/opt/igt/include -I/opt/igt/include/libdrm -I/usr/include/x86_64-linux-gnu -I/usr/include/alsa -I/usr/include -I/usr/include/libdrm -I/usr/include/libdrm/nouveau -I/home/cidrm/kernel_headers/include -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -std=gnu11 -O0 -g -D_GNU_SOURCE -include config.h -Wbad-function-cast -Wdeclaration-after-statement -Wformat=2 -Wimplicit-fallthrough=0 -Wlogical-op -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wuninitialized -Wunused -Wno-clobbered -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-pointer-arith -Wno-sign-compare -Wno-type-limits -Wno-unused-parameter -Wno-unused-result -Werror=address -Werror=array-bounds -Werror=implicit -Werror=init-self -Werror=int-to-pointer-cast -Werror=main -Werror=missing-braces -Werror=nonnull -Werror=pointer-to-int-cast -Werror=return-type -Werror=sequence-point -Werror=trigraphs -Werror=write-strings -pthread  -MD -MQ 'tests/tests@@gem_watchdog at exe/i915_gem_watchdog.c.o' -MF 'tests/tests@@gem_watchdog at exe/i915_gem_watchdog.c.o.d' -o 'tests/tests@@gem_watchdog at exe/i915_gem_watchdog.c.o' -c ../tests/i915/gem_watchdog.c
../tests/i915/gem_watchdog.c: In function ‘batch_buffer_factory’:
../tests/i915/gem_watchdog.c:181:12: error: implicit declaration of function ‘igt_spin_batch_new’; did you mean ‘igt_spin_new’? [-Werror=implicit-function-declaration]
     spin = igt_spin_batch_new(fd, .dependency = obj[0].handle);
            ^~~~~~~~~~~~~~~~~~
            igt_spin_new
../tests/i915/gem_watchdog.c:181:12: warning: nested extern declaration of ‘igt_spin_batch_new’ [-Wnested-externs]
../tests/i915/gem_watchdog.c:181:35: error: expected expression before ‘.’ token
     spin = igt_spin_batch_new(fd, .dependency = obj[0].handle);
                                   ^
../tests/i915/gem_watchdog.c:182:5: error: implicit declaration of function ‘igt_spin_batch_set_timeout’; did you mean ‘igt_spin_set_timeout’? [-Werror=implicit-function-declaration]
     igt_spin_batch_set_timeout(spin, timeout);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
     igt_spin_set_timeout
../tests/i915/gem_watchdog.c:182:5: warning: nested extern declaration of ‘igt_spin_batch_set_timeout’ [-Wnested-externs]
../tests/i915/gem_watchdog.c:186:5: error: implicit declaration of function ‘igt_spin_batch_free’; did you mean ‘igt_spin_free’? [-Werror=implicit-function-declaration]
     igt_spin_batch_free(fd, spin);
     ^~~~~~~~~~~~~~~~~~~
     igt_spin_free
../tests/i915/gem_watchdog.c:186:5: warning: nested extern declaration of ‘igt_spin_batch_free’ [-Wnested-externs]
cc1: some warnings being treated as errors
ninja: build stopped: subcommand failed.



More information about the igt-dev mailing list