[igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_vblank: Fix spurious test failure.
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 2 11:46:55 UTC 2018
== Series Details ==
Series: tests/kms_vblank: Fix spurious test failure.
URL : https://patchwork.freedesktop.org/series/37542/
State : failure
== Summary ==
IGT patchset build failed on latest successful build
a20a69e25a18ec63236633b804d89cc0c0cea259 overlay: fix invalid pointer access
CCLD kms_invalid_dotclock
CCLD kms_legacy_colorkey
CCLD kms_mmap_write_crc
CCLD kms_mmio_vs_cs_flip
CCLD kms_panel_fitting
CCLD kms_pipe_b_c_ivb
CCLD kms_pipe_crc_basic
CCLD kms_plane
CCLD kms_plane_lowres
CCLD kms_plane_multiple
CCLD kms_plane_scaling
CCLD kms_properties
CCLD kms_psr_sink_crc
CCLD kms_pwrite_crc
CCLD kms_rmfb
CCLD kms_rotation_crc
CCLD kms_setmode
CCLD kms_sink_crc_basic
CCLD kms_sysfs_edid_timing
CCLD kms_tv_load_detect
CCLD kms_universal_plane
CC kms_vblank.o
In file included from ./../lib/intel_batchbuffer.h:8:0,
from ./../lib/drmtest.h:39,
from ./../lib/igt.h:27,
from kms_vblank.c:29:
kms_vblank.c: In function ‘run_test’:
kms_vblank.c:128:29: error: ‘nchildren’ undeclared (first use in this function)
igt_output_name(output), nchildren);
^
./../lib/igt_core.h:803:62: note: in definition of macro ‘igt_info’
#define igt_info(f...) igt_log(IGT_LOG_DOMAIN, IGT_LOG_INFO, f)
^
kms_vblank.c:128:29: note: each undeclared identifier is reported only once for each function it appears in
igt_output_name(output), nchildren);
^
./../lib/igt_core.h:803:62: note: in definition of macro ‘igt_info’
#define igt_info(f...) igt_log(IGT_LOG_DOMAIN, IGT_LOG_INFO, f)
^
kms_vblank.c:145:7: warning: declaration of ‘nchildren’ shadows previous non-variable [-Wshadow]
int nchildren = sysconf(_SC_NPROCESSORS_ONLN);
^~~~~~~~~
Makefile:3903: recipe for target 'kms_vblank.o' failed
make[3]: *** [kms_vblank.o] Error 1
Makefile:4304: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
Makefile:532: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
Makefile:464: recipe for target 'all' failed
make: *** [all] Error 2
More information about the igt-dev
mailing list