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

Patchwork patchwork at emeril.freedesktop.org
Thu Apr 18 17:39:27 UTC 2019


== Series Details ==

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

== Summary ==

IGT patchset build failed on latest successful build
a765aa108105804c19096554447ad0cb71f64fc3 lib/igt_dummyload: Get rid of 'batch' on spinner accessors

[334/458] Linking target tests/gem_ring_sync_loop.
[335/458] Linking target tests/gem_softpin.
[336/458] Linking target tests/gem_set_tiling_vs_pwrite.
[337/458] Linking target tests/gem_set_tiling_vs_gtt.
[338/458] Linking target tests/gem_shrink.
[339/458] Linking target tests/gem_storedw_loop.
[340/458] Linking target tests/gem_stolen.
[341/458] Linking target tests/gem_spin_batch.
[342/458] Linking target tests/gem_storedw_batches_loop.
[343/458] Linking target tests/gem_streaming_writes.
[344/458] Linking target tests/gem_threaded_access_tiled.
[345/458] Linking target tests/gem_sync.
[346/458] Linking target tests/gem_tiled_partial_pwrite_pread.
[347/458] Linking target tests/gem_tiled_blits.
[348/458] Linking target tests/gem_tiled_fence_blits.
[349/458] Linking target tests/gem_tiled_pread_basic.
[350/458] Linking target tests/gem_userptr_blits.
[351/458] Linking target tests/gem_tiled_pread_pwrite.
[352/458] Linking target tests/gem_tiled_wb.
[353/458] Linking target tests/gem_tiled_swapping.
[354/458] Linking target tests/gem_tiling_max_stride.
[355/458] Linking target tests/gem_tiled_wc.
[356/458] Linking target tests/gem_unfence_active_buffers.
[357/458] Linking target tests/gem_unref_active_buffers.
[358/458] Linking target tests/i915_fb_tiling.
[359/458] Linking target tests/gem_write_read_ring_switch.
[360/458] 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:165: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:165:12: warning: nested extern declaration of ‘igt_spin_batch_new’ [-Wnested-externs]
../tests/i915/gem_watchdog.c:165:35: error: expected expression before ‘.’ token
     spin = igt_spin_batch_new(fd, .dependency = obj[0].handle);
                                   ^
../tests/i915/gem_watchdog.c:166: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:166:5: warning: nested extern declaration of ‘igt_spin_batch_set_timeout’ [-Wnested-externs]
../tests/i915/gem_watchdog.c:170: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:170: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