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 chamelium: Test the plane formats (rev4)
Date: Mon, 27 Aug 2018 08:07:05 -0000 [thread overview]
Message-ID: <20180827080705.15775.33565@emeril.freedesktop.org> (raw)
In-Reply-To: <cover.51db025a45bef9f5575a90643f6bf0fedbc4f1f5.1535097825.git-series.maxime.ripard@bootlin.com>
== Series Details ==
Series: chamelium: Test the plane formats (rev4)
URL : https://patchwork.freedesktop.org/series/42165/
State : failure
== Summary ==
IGT patchset build failed on latest successful build
0bc9763af77bbb37f2ed65cc39c398e88db7d8e3 gem_storedw_loop: Remove unused variable
[200/388] Linking target tests/kms_setmode.
[201/388] Linking target tests/kms_sysfs_edid_timing.
[202/388] Linking target tests/kms_vblank.
[203/388] Linking target tests/meta_test.
[204/388] Linking target tests/perf.
[205/388] Linking target tests/pm_backlight.
[206/388] Linking target tests/pm_lpsp.
[207/388] Linking target tests/pm_rc6_residency.
[208/388] Linking target tests/pm_rpm.
[209/388] Linking target tests/pm_rps.
[210/388] Linking target tests/pm_sseu.
[211/388] Linking target tests/prime_busy.
[212/388] Linking target tests/prime_mmap.
[213/388] Linking target tests/prime_mmap_coherency.
[214/388] Linking target tests/prime_mmap_kms.
[215/388] Linking target tests/prime_self_import.
[216/388] Linking target tests/prime_udl.
[217/388] Linking target tests/prime_vgem.
[218/388] Linking target tests/sw_sync.
[219/388] Linking target tests/syncobj_basic.
[220/388] Linking target tests/syncobj_wait.
[221/388] Linking target tests/template.
[222/388] Linking target tests/tools_test.
[223/388] Linking target tests/vc4_create_bo.
[224/388] Linking target tests/vc4_dmabuf_poll.
[225/388] Linking target tests/vc4_label_bo.
[226/388] Linking target tests/vc4_lookup_fail.
[227/388] Linking target tests/vc4_purgeable_bo.
[228/388] Linking target tests/vc4_tiling.
[229/388] Linking target tests/vc4_wait_bo.
[230/388] Linking target tests/vc4_wait_seqno.
[231/388] Linking target tests/vgem_basic.
[232/388] Linking target tests/vgem_slow.
[233/388] Linking target tests/prime_nv_api.
[234/388] Linking target tests/prime_nv_pcopy.
[235/388] Linking target tests/prime_nv_test.
[236/388] Compiling C object 'tests/kms_chamelium@exe/kms_chamelium.c.o'.
FAILED: tests/kms_chamelium@exe/kms_chamelium.c.o
ccache cc -Itests/kms_chamelium@exe -Itests -I../tests -I. -I../ -I../lib/stubs/syscalls -Ilib -I../lib -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/usr/include/libdrm -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 -O0 -g -D_GNU_SOURCE -include config.h -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wno-clobbered -Wno-type-limits -Wimplicit-fallthrough=0 -pthread -MD -MQ 'tests/kms_chamelium@exe/kms_chamelium.c.o' -MF 'tests/kms_chamelium@exe/kms_chamelium.c.o.d' -o 'tests/kms_chamelium@exe/kms_chamelium.c.o' -c ../tests/kms_chamelium.c
../tests/kms_chamelium.c: In function ‘do_test_display_crc’:
../tests/kms_chamelium.c:546:11: error: ‘DRM_FORMAT_XRG8888’ undeclared (first use in this function); did you mean ‘DRM_FORMAT_XRGB8888’?
DRM_FORMAT_XRG8888,
^~~~~~~~~~~~~~~~~~
DRM_FORMAT_XRGB8888
../tests/kms_chamelium.c:546:11: note: each undeclared identifier is reported only once for each function it appears in
../tests/kms_chamelium.c: In function ‘test_display_crc_one_mode’:
../tests/kms_chamelium.c:595:19: warning: unused variable ‘mode’ [-Wunused-variable]
drmModeModeInfo *mode;
^~~~
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:[~2018-08-27 8:07 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-24 8:04 [igt-dev] [PATCH v5 00/13] chamelium: Test the plane formats Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 01/13] fb: Add buffer map/unmap functions Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 02/13] fb: convert: Remove swizzle from the arguments Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 03/13] fb: Create common function to convert frame formats Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 04/13] fb: Add format conversion routine Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 05/13] fb: Fix ARGB8888 color depth Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 06/13] fb: Add support for conversions through pixman Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 07/13] fb: Add depth lookup function Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 08/13] fb: Add more formats Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 09/13] chamelium: Split CRC test function in two Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 10/13] chamelium: Change our pattern for a custom one if needed Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 11/13] chamelium: Add format support Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 12/13] chamelium: Add format subtests Maxime Ripard
2018-08-24 8:04 ` [igt-dev] [PATCH v5 13/13] tests: Add chamelium formats subtests to vc4 test lists Maxime Ripard
2018-08-27 8:07 ` 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=20180827080705.15775.33565@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;
as well as URLs for NNTP newsgroup(s).