public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✗ Fi.CI.BAT: failure for Add tests for panfrost driver
Date: Wed, 24 Apr 2019 16:12:06 -0000	[thread overview]
Message-ID: <20190424161206.31438.248@emeril.freedesktop.org> (raw)
In-Reply-To: <20190424152511.4304-1-tomeu.vizoso@collabora.com>

== Series Details ==

Series: Add tests for panfrost driver
URL   : https://patchwork.freedesktop.org/series/59892/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
11e10bc575516c56978640fcc697c27f277c660a lib/igt_halffloat: fix compilation with Clang

ninja: Entering directory `build'
[1/608] Generating version.h with a custom command.
[2/605] Linking static target lib/libigt-igt_aux_c.a.
[3/605] Linking static target lib/libigt-ioctl_wrappers_c.a.
[4/605] Linking static target lib/libigt-rendercopy_gen8_c.a.
[5/605] Linking static target lib/libigt-rendercopy_gen9_c.a.
[6/605] Linking static target lib/libigt-igt_core_c.a.
[7/605] Linking static target lib/libigt-igt_kms_c.a.
[8/605] Linking static target lib/libigt-igt_fb_c.a.
[9/605] Linking static target lib/libigt-igt_dummyload_c.a.
[10/605] Linking static target lib/libigt-igt_draw_c.a.
[11/605] Compiling C object 'lib/lib@@igt-igt_panfrost_c@sta/igt_panfrost.c.o'.
FAILED: lib/lib@@igt-igt_panfrost_c@sta/igt_panfrost.c.o 
ccache cc -Ilib/lib@@igt-igt_panfrost_c@sta -Ilib -I../lib -I../include/drm-uapi -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/opt/igt/include -I/opt/igt/include/libdrm -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 -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_panfrost"'  -MD -MQ 'lib/lib@@igt-igt_panfrost_c@sta/igt_panfrost.c.o' -MF 'lib/lib@@igt-igt_panfrost_c@sta/igt_panfrost.c.o.d' -o 'lib/lib@@igt-igt_panfrost_c@sta/igt_panfrost.c.o' -c ../lib/igt_panfrost.c
../lib/igt_panfrost.c: In function ‘igt_panfrost_trivial_job’:
../lib/igt_panfrost.c:225:43: error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
         submit->args->bo_handles = (__u64)(u32)bos;
                                           ^
../lib/igt_panfrost.c: In function ‘igt_panfrost_free_job’:
../lib/igt_panfrost.c:235:14: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
         free((void *)(u32)submit->args->bo_handles);
              ^
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

      parent reply	other threads:[~2019-04-24 16:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-24 15:25 [igt-dev] [PATCH i-g-t 0/5] Add tests for panfrost driver Tomeu Vizoso
2019-04-24 15:25 ` [igt-dev] [PATCH i-g-t 1/5] lib: Check for -ETIME, not ETIME Tomeu Vizoso
2019-04-24 15:25 ` [igt-dev] [PATCH i-g-t 2/5] drm-uapi: Add panfrost header Tomeu Vizoso
2019-04-24 15:25 ` [igt-dev] [PATCH i-g-t 3/5] lib/panfrost: Add panfrost helpers Tomeu Vizoso
2019-04-24 15:37   ` Rob Herring
2019-04-25  7:41     ` Daniel Vetter
2019-04-24 15:25 ` [igt-dev] [PATCH i-g-t 4/5] lib: Add support for opening panfrost devices Tomeu Vizoso
2019-04-25 10:03   ` Petri Latvala
2019-04-24 15:25 ` [igt-dev] [PATCH i-g-t 5/5] tests/panfrost: Add initial tests for panfrost Tomeu Vizoso
2019-04-24 16:12 ` 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=20190424161206.31438.248@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=tomeu.vizoso@collabora.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