[igt-dev] ✗ Fi.CI.BUILD: failure for tests/i915_pm_rpm: Add suspend-resume-latency test

Patchwork patchwork at emeril.freedesktop.org
Wed Mar 24 07:43:35 UTC 2021


== Series Details ==

Series: tests/i915_pm_rpm: Add suspend-resume-latency test
URL   : https://patchwork.freedesktop.org/series/88377/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
2c2fc6470646eb5e25fc6ea02449ef744f8b70c2 tests/kms_addfb_basic: simplify addfb25_ytile tests

[286/423] Linking target tests/gem_softpin.
[287/423] Linking target tests/gem_tiled_blits.
[288/423] Linking target tests/gem_sync.
[289/423] Linking target tests/gem_spin_batch.
[290/423] Linking target tests/gem_streaming_writes.
[291/423] Linking target tests/gem_tiled_fence_blits.
[292/423] Linking target tests/gem_tiled_partial_pwrite_pread.
[293/423] Linking target tests/gem_tiled_pread_pwrite.
[294/423] Linking target tests/gem_tiled_pread_basic.
[295/423] Linking target tests/gem_tiled_wc.
[296/423] Linking target tests/gem_tiled_swapping.
[297/423] Linking target tests/gem_tiled_wb.
[298/423] Linking target tests/gem_unref_active_buffers.
[299/423] Linking target tests/gem_tiling_max_stride.
[300/423] Linking target tests/gem_unfence_active_buffers.
[301/423] Linking target tests/gem_userptr_blits.
[302/423] Linking target tests/i915_fb_tiling.
[303/423] Linking target tests/gem_vm_create.
[304/423] Linking target tests/gem_wait.
[305/423] Linking target tests/gem_workarounds.
[306/423] Linking target tests/i915_getparams_basic.
[307/423] Linking target tests/i915_hangman.
[308/423] Linking target tests/i915_module_load.
[309/423] Linking target tests/i915_pm_lpsp.
[310/423] Linking target tests/i915_pciid.
[311/423] Linking target tests/i915_pm_backlight.
[312/423] Compiling C object 'tests/tests@@i915_pm_rpm at exe/i915_i915_pm_rpm.c.o'.
FAILED: tests/tests@@i915_pm_rpm at exe/i915_i915_pm_rpm.c.o 
ccache cc -Itests/tests@@i915_pm_rpm 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@@i915_pm_rpm at exe/i915_i915_pm_rpm.c.o' -MF 'tests/tests@@i915_pm_rpm at exe/i915_i915_pm_rpm.c.o.d' -o 'tests/tests@@i915_pm_rpm at exe/i915_i915_pm_rpm.c.o' -c ../tests/i915/i915_pm_rpm.c
In file included from /usr/include/alsa/asoundlib.h:37,
                 from ../lib/igt_alsa.h:32,
                 from ../lib/igt.h:44,
                 from ../tests/i915/i915_pm_rpm.c:49:
../tests/i915/i915_pm_rpm.c: In function ‘get_trace_timestamp’:
../tests/i915/i915_pm_rpm.c:2026:25: error: ‘LONG_MIN’ undeclared (first use in this function)
         assert(((ret != LONG_MIN && ret != LONG_MAX) || errno != ERANGE) &&
                         ^~~~~~~~
../tests/i915/i915_pm_rpm.c:2026:25: note: ‘LONG_MIN’ is defined in header ‘<limits.h>’; did you forget to ‘#include <limits.h>’?
../tests/i915/i915_pm_rpm.c:55:1:
+#include <limits.h>
 
../tests/i915/i915_pm_rpm.c:2026:25:
         assert(((ret != LONG_MIN && ret != LONG_MAX) || errno != ERANGE) &&
                         ^~~~~~~~
../tests/i915/i915_pm_rpm.c:2026:25: note: each undeclared identifier is reported only once for each function it appears in
../tests/i915/i915_pm_rpm.c:2026:44: error: ‘LONG_MAX’ undeclared (first use in this function)
         assert(((ret != LONG_MIN && ret != LONG_MAX) || errno != ERANGE) &&
                                            ^~~~~~~~
../tests/i915/i915_pm_rpm.c:2026:44: note: ‘LONG_MAX’ is defined in header ‘<limits.h>’; did you forget to ‘#include <limits.h>’?
ninja: build stopped: subcommand failed.




More information about the igt-dev mailing list