From: Patchwork <patchwork@emeril.freedesktop.org>
To: Tvrtko Ursulin <tursulin@ursulin.net>
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✗ Fi.CI.BAT: failure for Media scalability tooling
Date: Thu, 18 Oct 2018 15:37:47 -0000 [thread overview]
Message-ID: <20181018153747.3231.12386@emeril.freedesktop.org> (raw)
In-Reply-To: <20181018152815.31816-1-tvrtko.ursulin@linux.intel.com>
== Series Details ==
Series: Media scalability tooling
URL : https://patchwork.freedesktop.org/series/51193/
State : failure
== Summary ==
IGT patchset build failed on latest successful build
7766b1e2348b32cc8ed58a972c6fd53b20279549 tests/kms_selftest: Integrate kernel selftest test-drm_modeset
ninja: Entering directory `build'
[1/671] Generating version.h with a custom command.
[2/669] Linking static target lib/libigt-drmtest_c.a.
[3/669] Linking static target lib/libigt-i915_gem_context_c.a.
[4/669] Linking static target lib/libigt-i915_gem_scheduler_c.a.
[5/669] Linking static target lib/libigt-i915_gem_submission_c.a.
[6/669] Linking static target lib/libigt-i915_gem_ring_c.a.
[7/669] Linking static target lib/libigt-igt_debugfs_c.a.
[8/669] Linking static target lib/libigt-igt_device_c.a.
[9/669] Linking static target lib/libigt-igt_aux_c.a.
[10/669] Linking static target lib/libigt-igt_gt_c.a.
[11/669] Linking static target lib/libigt-igt_syncobj_c.a.
[12/669] Linking static target lib/libigt-igt_sysfs_c.a.
[13/669] Linking static target lib/libigt-igt_vgem_c.a.
[14/669] Linking static target lib/libigt-intel_batchbuffer_c.a.
[15/669] Linking static target lib/libigt-intel_chipset_c.a.
[16/669] Linking static target lib/libigt-intel_mmio_c.a.
[17/669] Linking static target lib/libigt-ioctl_wrappers_c.a.
[18/669] Linking static target lib/libigt-media_spin_c.a.
[19/669] Linking static target lib/libigt-media_fill_c.a.
[20/669] Linking static target lib/libigt-gpgpu_fill_c.a.
[21/669] Linking static target lib/libigt-gpu_cmds_c.a.
[22/669] Linking static target lib/libigt-rendercopy_i915_c.a.
[23/669] Linking static target lib/libigt-rendercopy_i830_c.a.
[24/669] Linking static target lib/libigt-rendercopy_gen4_c.a.
[25/669] Linking static target lib/libigt-rendercopy_gen6_c.a.
[26/669] Linking static target lib/libigt-rendercopy_gen7_c.a.
[27/669] Linking static target lib/libigt-rendercopy_gen8_c.a.
[28/669] Linking static target lib/libigt-rendercopy_gen9_c.a.
[29/669] Compiling C object 'lib/igt-sw_sync_c@sta/sw_sync.c.o'.
FAILED: lib/igt-sw_sync_c@sta/sw_sync.c.o
ccache cc -Ilib/igt-sw_sync_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 -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers -Wno-clobbered -Wno-type-limits -Wimplicit-fallthrough=0 -fPIC -pthread '-DIGT_DATADIR="/opt/igt/share/igt-gpu-tools"' '-DIGT_SRCDIR="/home/cidrm/igt-gpu-tools/tests"' '-DIGT_LOG_DOMAIN="sw_sync"' -MD -MQ 'lib/igt-sw_sync_c@sta/sw_sync.c.o' -MF 'lib/igt-sw_sync_c@sta/sw_sync.c.o.d' -o 'lib/igt-sw_sync_c@sta/sw_sync.c.o' -c ../lib/sw_sync.c
../lib/sw_sync.c:36:10: fatal error: sync_file.h: No such file or directory
#include "sync_file.h"
^~~~~~~~~~~~~
compilation terminated.
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-10-18 15:37 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-18 15:27 [igt-dev] [PATCH i-g-t 00/17] Media scalability tooling Tvrtko Ursulin
2018-10-18 15:27 ` [Intel-gfx] [PATCH i-g-t 01/17] lib: Update uapi headers Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 02/17] trace.pl: Virtual engine support Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 03/17] trace.pl: Virtual engine preemption support Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 04/17] wsim/media-bench: i915 balancing Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 05/17] gem_wsim: Use IGT uapi headers Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 06/17] gem_wsim: Fix shadowed local Tvrtko Ursulin
2018-10-18 15:28 ` [Intel-gfx] [PATCH i-g-t 07/17] gem_wsim: Factor out common error handling Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 08/17] gem_wsim: More wsim_err Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 09/17] gem_wsim: Submit fence support Tvrtko Ursulin
2018-10-18 15:28 ` [Intel-gfx] [PATCH i-g-t 10/17] gem_wsim: Extract str to engine lookup Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 11/17] gem_wsim: Engine map support Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 12/17] gem_wsim: Save some lines by changing to implicit NULL checking Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 13/17] gem_wsim: Compact int command parsing with a macro Tvrtko Ursulin
2018-10-18 15:28 ` [Intel-gfx] [PATCH i-g-t 14/17] gem_wsim: Engine map load balance command Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 15/17] gem_wsim: Engine bond command Tvrtko Ursulin
2018-10-18 21:48 ` Chris Wilson
2018-10-26 11:11 ` Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 16/17] gem_wsim: Some more example workloads Tvrtko Ursulin
2018-10-18 15:28 ` [igt-dev] [PATCH i-g-t 17/17] gem_wsim: Infinite batch support Tvrtko Ursulin
2018-10-18 15:37 ` 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=20181018153747.3231.12386@emeril.freedesktop.org \
--to=patchwork@emeril.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=tursulin@ursulin.net \
/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