[igt-dev] ✗ Fi.CI.BUILD: failure for tests/perf: add a test for OA data polling reads using "small" buffers

Patchwork patchwork at emeril.freedesktop.org
Thu Mar 26 05:52:16 UTC 2020


== Series Details ==

Series: tests/perf: add a test for OA data polling reads using "small" buffers
URL   : https://patchwork.freedesktop.org/series/75100/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
47becbc9cd1fc7b1b78692f90fd3dcd5a9066965 runner: Remember to sync journal.txt for all writes

[122/371] Linking target tests/template.
[123/371] Linking target tests/tools_test.
[124/371] Linking target tests/syncobj_wait.
[125/371] Linking target tests/v3d_get_bo_offset.
[126/371] Linking target tests/v3d_get_param.
[127/371] Linking target tests/v3d_mmap.
[128/371] Linking target tests/vc4_lookup_fail.
[129/371] Linking target tests/vc4_create_bo.
[130/371] Linking target tests/vc4_dmabuf_poll.
[131/371] Linking target tests/vc4_label_bo.
[132/371] Linking target tests/vc4_wait_bo.
[133/371] Linking target tests/vc4_tiling.
[134/371] Linking target tests/vc4_purgeable_bo.
[135/371] Linking target tests/prime_nv_pcopy.
[136/371] Linking target tests/vc4_wait_seqno.
[137/371] Linking target tests/vgem_basic.
[138/371] Linking target tests/vgem_slow.
[139/371] Linking target tests/prime_nv_api.
[140/371] Linking target tests/prime_nv_test.
[141/371] Linking target tests/kms_chamelium.
[142/371] Linking target tests/gen3_mixed_blits.
[143/371] Linking target tests/gem_close_race.
[144/371] Linking target tests/gen3_render_linear_blits.
[145/371] Compiling C object 'tests/tests@@perf at exe/perf.c.o'.
FAILED: tests/tests@@perf at exe/perf.c.o 
ccache cc -Itests/tests@@perf 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/usr/include/libdrm -I/usr/include/x86_64-linux-gnu -I/usr/include/alsa -I/usr/include -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 -O2 -g -D_GNU_SOURCE -include config.h -D_FORTIFY_SOURCE=2 -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 -fno-builtin-malloc -fno-builtin-calloc -fcommon -pthread  -MD -MQ 'tests/tests@@perf at exe/perf.c.o' -MF 'tests/tests@@perf at exe/perf.c.o.d' -o 'tests/tests@@perf at exe/perf.c.o' -c ../tests/perf.c
../tests/perf.c: In function ‘test_polling_small_buf’:
../tests/perf.c:2283:3: error: ‘DRM_I915_PERF_PROP_POLL_OA_PERIOD’ undeclared (first use in this function); did you mean ‘DRM_I915_PERF_PROP_HOLD_PREEMPTION’?
   DRM_I915_PERF_PROP_POLL_OA_PERIOD, kernel_hrtimer,
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   DRM_I915_PERF_PROP_HOLD_PREEMPTION
../tests/perf.c:2283:3: note: each undeclared identifier is reported only once for each function it appears in
In file included from ../lib/drmtest.h:39:0,
                 from ../lib/igt.h:27,
                 from ../tests/perf.c:41:
../tests/perf.c: In function ‘__real_main4666’:
../tests/perf.c:4756:15: error: implicit declaration of function ‘i915_perf_revision’; did you mean ‘i915_perf_remove_config’? [-Werror=implicit-function-declaration]
   igt_require(i915_perf_revision(drm_fd) >= 5);
               ^
../lib/igt_core.h:986:8: note: in definition of macro ‘igt_require’
  if (!(expr)) igt_skip_check(#expr , NULL); \
        ^~~~
../tests/perf.c:4756:15: warning: nested extern declaration of ‘i915_perf_revision’ [-Wnested-externs]
   igt_require(i915_perf_revision(drm_fd) >= 5);
               ^
../lib/igt_core.h:986:8: note: in definition of macro ‘igt_require’
  if (!(expr)) igt_skip_check(#expr , NULL); \
        ^~~~
cc1: some warnings being treated as errors
ninja: build stopped: subcommand failed.



More information about the igt-dev mailing list