All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: ranjeet1.kumar@intel.com
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✗ Fi.CI.BUILD: failure for i915/gem_pipe_control_store_loop: added description for test case
Date: Mon, 06 Jul 2020 08:18:46 -0000	[thread overview]
Message-ID: <159402352641.17681.7913242800862760529@emeril.freedesktop.org> (raw)
In-Reply-To: <20200630232337.20135-1-ranjeet1.kumar@intel.com>

== Series Details ==

Series: i915/gem_pipe_control_store_loop: added description for test case
URL   : https://patchwork.freedesktop.org/series/79143/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
75bcaf7a609d184305d5f6ac9da38d9297ed22ef tests/api_intel_bb: Add intel_bb API test

[381/569] Linking target tests/gem_exec_parallel.
[382/569] Linking target tests/gen7_exec_parse.
[383/569] Linking target tests/gen9_exec_parse.
[384/569] Linking target tests/gem_exec_reloc.
[385/569] Linking target tests/gem_exec_store.
[386/569] Linking target tests/gem_exec_schedule.
[387/569] Linking target tests/gem_exec_suspend.
[388/569] Linking target tests/gem_exec_whisper.
[389/569] Linking target tests/gem_fd_exhaustion.
[390/569] Linking target tests/gem_fence_thrash.
[391/569] Linking target tests/gem_flink_race.
[392/569] Linking target tests/gem_fenced_exec_thrash.
[393/569] Linking target tests/gem_fence_upload.
[394/569] Linking target tests/gem_flink_basic.
[395/569] Linking target tests/gem_gtt_hog.
[396/569] Linking target tests/gem_gpgpu_fill.
[397/569] Linking target tests/gem_gtt_cpu_tlb.
[398/569] Linking target tests/gem_lut_handle.
[399/569] Linking target tests/gem_gtt_speed.
[400/569] Linking target tests/gem_linear_blits.
[401/569] Linking target tests/gem_mmap_wc.
[402/569] Linking target tests/gem_madvise.
[403/569] Linking target tests/gem_media_fill.
[404/569] Linking target tests/gem_media_vme.
[405/569] Linking target tests/gem_mmap.
[406/569] Linking target tests/gem_mmap_gtt.
[407/569] Compiling C object 'tests/tests@@gem_pipe_control_store_loop@exe/i915_gem_pipe_control_store_loop.c.o'.
FAILED: tests/tests@@gem_pipe_control_store_loop@exe/i915_gem_pipe_control_store_loop.c.o 
ccache cc -Itests/tests@@gem_pipe_control_store_loop@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/x86_64-linux-gnu -I/usr/include/alsa -I/usr/include -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 -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@@gem_pipe_control_store_loop@exe/i915_gem_pipe_control_store_loop.c.o' -MF 'tests/tests@@gem_pipe_control_store_loop@exe/i915_gem_pipe_control_store_loop.c.o.d' -o 'tests/tests@@gem_pipe_control_store_loop@exe/i915_gem_pipe_control_store_loop.c.o' -c ../tests/i915/gem_pipe_control_store_loop.c
In file included from ../lib/drmtest.h:39:0,
                 from ../lib/igt.h:27,
                 from ../tests/i915/gem_pipe_control_store_loop.c:45:
../tests/i915/gem_pipe_control_store_loop.c: In function ‘__real_main162’:
../lib/igt_core.h:214:27: error: expected ‘;’ before ‘for’
 #define igt_subtest(name) for (; __igt_run_subtest((name), __FILE__, __LINE__) && \
                           ^
../tests/i915/gem_pipe_control_store_loop.c:188:2: note: in expansion of macro ‘igt_subtest’
  igt_subtest("fresh-buffer")
  ^~~~~~~~~~~
../lib/igt_core.h:214:27: error: expected ‘;’ before ‘for’
 #define igt_subtest(name) for (; __igt_run_subtest((name), __FILE__, __LINE__) && \
                           ^
../tests/i915/gem_pipe_control_store_loop.c:192:2: note: in expansion of macro ‘igt_subtest’
  igt_subtest("reused-buffer")
  ^~~~~~~~~~~
At top level:
../tests/i915/gem_pipe_control_store_loop.c:67:1: warning: ‘store_pipe_control_loop’ defined but not used [-Wunused-function]
 store_pipe_control_loop(bool preuse_buffer, int timeout)
 ^~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2020-07-06  8:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30 23:23 [igt-dev] [PATCH] [PATCH i-g-t] i915/gem_pipe_control_store_loop: added description for test case ranjeet1.kumar
2020-07-06  8:18 ` Patchwork [this message]
2020-07-06  8:53 ` Chris Wilson

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=159402352641.17681.7913242800862760529@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=ranjeet1.kumar@intel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.