public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Lukasz Kalamarz <lukasz.kalamarz@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/3] lib/ioctl_wrapper: Add i915_get_param helper
Date: Fri, 23 Nov 2018 14:56:00 -0000	[thread overview]
Message-ID: <20181123145600.3992.33991@emeril.freedesktop.org> (raw)
In-Reply-To: <20181123142726.27625-1-lukasz.kalamarz@intel.com>

== Series Details ==

Series: series starting with [i-g-t,1/3] lib/ioctl_wrapper: Add i915_get_param helper
URL   : https://patchwork.freedesktop.org/series/52951/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
9dc7c41d1c600133d6e3e63f1941c2e75d23bd3b tests/sw_sync: use igt_fork_helper

ninja: Entering directory `build'
[1/798] Generating version.h with a custom command.
[2/798] Compiling C object 'lib/igt-drmtest_c@sta/drmtest.c.o'.
[3/798] Linking static target lib/libigt-drmtest_c.a.
[4/798] Compiling C object 'lib/igt-i915_gem_context_c@sta/i915_gem_context.c.o'.
[5/798] Linking static target lib/libigt-i915_gem_context_c.a.
[6/798] Compiling C object 'lib/igt-i915_gem_scheduler_c@sta/i915_gem_scheduler.c.o'.
FAILED: lib/igt-i915_gem_scheduler_c@sta/i915_gem_scheduler.c.o 
ccache cc  -Ilib/igt-i915_gem_scheduler_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="i915/gem_scheduler"' -MD -MQ 'lib/igt-i915_gem_scheduler_c@sta/i915_gem_scheduler.c.o' -MF 'lib/igt-i915_gem_scheduler_c@sta/i915_gem_scheduler.c.o.d' -o 'lib/igt-i915_gem_scheduler_c@sta/i915_gem_scheduler.c.o' -c ../lib/i915/gem_scheduler.c
../lib/i915/gem_scheduler.c: In function ‘gem_scheduler_capability’:
../lib/i915/gem_scheduler.c:56:10: error: implicit declaration of function ‘drm_get_params’; did you mean ‘drm_get_param’? [-Werror=implicit-function-declaration]
   caps = drm_get_params(fd, LOCAL_I915_PARAM_HAS_SCHEDULER);
          ^~~~~~~~~~~~~~
          drm_get_param
../lib/i915/gem_scheduler.c:56:10: warning: nested extern declaration of ‘drm_get_params’ [-Wnested-externs]
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:[~2018-11-23 14:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-23 14:27 [igt-dev] [PATCH i-g-t 1/3] lib/ioctl_wrapper: Add i915_get_param helper Lukasz Kalamarz
2018-11-23 14:27 ` [igt-dev] [PATCH i-g-t 2/3] tests: Use drm_get_param where applicable Lukasz Kalamarz
2018-11-23 14:27 ` [igt-dev] [PATCH i-g-t 3/3] lib: Use drm_get_param where it is applicable Lukasz Kalamarz
2018-11-23 14:56 ` Patchwork [this message]
2018-11-23 15:25 ` [igt-dev] [PATCH i-g-t v2 1/3] lib/ioctl_wrapper: Add i915_get_param helper Lukasz Kalamarz
2018-11-23 15:25   ` [igt-dev] [PATCH i-g-t v2 2/3] tests: Use drm_get_param where applicable Lukasz Kalamarz
2018-11-23 15:25   ` [igt-dev] [PATCH i-g-t v2 3/3] lib: Use drm_get_param where it is applicable Lukasz Kalamarz
2018-11-26  9:11     ` Katarzyna Dec
2018-11-26  6:18   ` [igt-dev] [PATCH i-g-t v2 1/3] lib/ioctl_wrapper: Add i915_get_param helper Katarzyna Dec
2018-11-26 12:58   ` Petri Latvala
2018-11-23 15:37 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,v2,3/3] lib: Use drm_get_param where it is applicable (rev4) Patchwork

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=20181123145600.3992.33991@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=lukasz.kalamarz@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox