[igt-dev] ✗ Fi.CI.BUILD: failure for tests/kms_color: 3D LUT tests (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 3 16:18:02 UTC 2021
== Series Details ==
Series: tests/kms_color: 3D LUT tests (rev4)
URL : https://patchwork.freedesktop.org/series/90165/
State : failure
== Summary ==
IGT patchset build failed on latest successful build
40888f97a6ad219f4ed48a1830d0ef3c9617d006 i915_drm.h sync
[310/428] Linking target tests/i915_getparams_basic.
[311/428] Linking target tests/i915_pm_backlight.
[312/428] Linking target tests/i915_hangman.
[313/428] Linking target tests/i915_pm_lpsp.
[314/428] Linking target tests/i915_pciid.
[315/428] Linking target tests/i915_pm_rpm.
[316/428] Linking target tests/i915_pm_sseu.
[317/428] Linking target tests/i915_suspend.
[318/428] Linking target tests/sysfs_clients.
[319/428] Linking target tests/sysfs_heartbeat_interval.
[320/428] Linking target tests/sysfs_defaults.
[321/428] Linking target tests/sysfs_preempt_timeout.
[322/428] Linking target tests/dumb_buffer.
[323/428] Linking target tests/sysfs_timeslice_duration.
[324/428] Linking target tests/gem_eio.
[325/428] Linking target tests/gem_create.
[326/428] Linking target tests/gem_ctx_freq.
[327/428] Linking target tests/gem_ctx_sseu.
[328/428] Linking target tests/gem_mmap_offset.
[329/428] Linking target tests/gem_exec_balancer.
[330/428] Linking target tests/core_hotunplug.
[331/428] Linking target tests/perf_pmu.
[332/428] Linking target tests/i915_pm_rc6_residency.
[333/428] Linking target tests/perf.
[334/428] Compiling C object 'tests/tests@@kms_color_chamelium at exe/kms_color_chamelium.c.o'.
FAILED: tests/tests@@kms_color_chamelium at exe/kms_color_chamelium.c.o
ccache cc -Itests/tests@@kms_color_chamelium 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/libdrm/nouveau -I/usr/include/x86_64-linux-gnu -I/usr/include/alsa -I/usr/include -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@@kms_color_chamelium at exe/kms_color_chamelium.c.o' -MF 'tests/tests@@kms_color_chamelium at exe/kms_color_chamelium.c.o.d' -o 'tests/tests@@kms_color_chamelium at exe/kms_color_chamelium.c.o' -c ../tests/kms_color_chamelium.c
../tests/kms_color_chamelium.c: In function ‘__real_main724’:
../tests/kms_color_chamelium.c:757:3: error: too few arguments to function ‘invalid_gamma_lut_sizes’
invalid_gamma_lut_sizes(&data);
^~~~~~~~~~~~~~~~~~~~~~~
In file included from ../tests/kms_color_chamelium.c:25:
../tests/kms_color_helper.h:123:6: note: declared here
void invalid_gamma_lut_sizes(data_t *data, enum pipe p);
^~~~~~~~~~~~~~~~~~~~~~~
../tests/kms_color_chamelium.c:761:3: error: too few arguments to function ‘invalid_degamma_lut_sizes’
invalid_degamma_lut_sizes(&data);
^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../tests/kms_color_chamelium.c:25:
../tests/kms_color_helper.h:124:6: note: declared here
void invalid_degamma_lut_sizes(data_t *data, enum pipe p);
^~~~~~~~~~~~~~~~~~~~~~~~~
../tests/kms_color_chamelium.c:765:3: error: too few arguments to function ‘invalid_ctm_matrix_sizes’
invalid_ctm_matrix_sizes(&data);
^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../tests/kms_color_chamelium.c:25:
../tests/kms_color_helper.h:126:6: note: declared here
void invalid_ctm_matrix_sizes(data_t *data, enum pipe p);
^~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
More information about the igt-dev
mailing list