From: Patchwork <patchwork@emeril.freedesktop.org>
To: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✗ Fi.CI.BAT: failure for igt: chamelium: Test YUV buffers using the Chamelium (rev5)
Date: Tue, 22 Jan 2019 14:11:40 -0000 [thread overview]
Message-ID: <20190122141140.27231.33629@emeril.freedesktop.org> (raw)
In-Reply-To: <20190122134257.14038-1-maxime.ripard@bootlin.com>
== Series Details ==
Series: igt: chamelium: Test YUV buffers using the Chamelium (rev5)
URL : https://patchwork.freedesktop.org/series/53468/
State : failure
== Summary ==
IGT patchset build failed on latest successful build
96f3a1b876e0dd24706b85fb872f12031a436e84 runner: Implement --dry-run
ninja: Entering directory `build'
[1/352] Generating version.h with a custom command.
[2/349] Compiling C object 'lib/igt-igt_fb_c@sta/igt_fb.c.o'.
FAILED: lib/igt-igt_fb_c@sta/igt_fb.c.o
ccache cc -Ilib/igt-igt_fb_c@sta -Ilib -I../lib -I. -I../ -I../lib/stubs/syscalls -I../include/drm-uapi -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 -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 -fPIC -pthread '-DIGT_DATADIR="/opt/igt/share/igt-gpu-tools"' '-DIGT_SRCDIR="/home/cidrm/igt-gpu-tools/tests"' '-DIGT_LOG_DOMAIN="igt_fb"' -MD -MQ 'lib/igt-igt_fb_c@sta/igt_fb.c.o' -MF 'lib/igt-igt_fb_c@sta/igt_fb.c.o.d' -o 'lib/igt-igt_fb_c@sta/igt_fb.c.o' -c ../lib/igt_fb.c
../lib/igt_fb.c: In function ‘create_bo_for_fb’:
../lib/igt_fb.c:577:68: error: expected ‘)’ before ‘{’ token
(fb->tiling || fb->size || igt_format_is_yuv(fb->drm_format)) {
^
../lib/igt_fb.c:614:1: error: expected expression before ‘}’ token
}
^
../lib/igt_fb.c:569:12: warning: unused variable ‘strides’ [-Wunused-variable]
unsigned *strides = &fb->strides[0];
^~~~~~~
../lib/igt_fb.c:568:22: warning: unused variable ‘bpp’ [-Wunused-variable]
unsigned int plane, bpp;
^~~
../lib/igt_fb.c:568:15: warning: unused variable ‘plane’ [-Wunused-variable]
unsigned int plane, bpp;
^~~~~
../lib/igt_fb.c:566:35: warning: unused variable ‘fmt’ [-Wunused-variable]
const struct format_desc_struct *fmt = lookup_drm_format(fb->drm_format);
^~~
../lib/igt_fb.c:614:1: error: no return statement in function returning non-void [-Werror=return-type]
}
^
At top level:
../lib/igt_fb.c:522:13: warning: ‘clear_yuv_buffer’ defined but not used [-Wunused-function]
static void clear_yuv_buffer(struct igt_fb *fb)
^~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
ninja: build stopped: subcommand failed.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
prev parent reply other threads:[~2019-01-22 14:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-22 13:42 [igt-dev] [PATCH i-g-t v3 00/14] igt: chamelium: Test YUV buffers using the Chamelium Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 01/14] igt: fb: Add subsampling parameters to the formats Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 02/14] igt: fb: Reduce tile size alignment for non intel platforms Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 03/14] igt: fb: generic YUV convertion function Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 04/14] igt: fb: Move i915 YUV buffer clearing code to a function Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 05/14] igt: fb: Move size computation to the common path Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 06/14] igt: fb: Refactor dumb buffer allocation path Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 07/14] igt: fb: Account for all planes bpp Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 08/14] igt: fb: Don't pass the stride when allocating a dumb, multi-planar buffer Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 09/14] igt: fb: Clear YUV dumb buffers Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 10/14] igt: fb: Rework YUV i915 allocation path Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 11/14] igt: fb: Add a bunch of new YUV formats Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 12/14] igt: tests: chamelium: Start to unify tests Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 13/14] igt: tests: chamelium: Convert VGA tests to do_test_display Maxime Ripard
2019-01-22 13:42 ` [igt-dev] [PATCH i-g-t v3 14/14] igt: tests: chamelium: Add YUV formats tests Maxime Ripard
2019-01-22 14:11 ` Patchwork [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190122141140.27231.33629@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=maxime.ripard@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox