All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: Jigar Bhatt <jigar.bhatt@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: [igt-dev] ✗ Fi.CI.BUILD: failure for tests/i915_pm_rpm: Add suspend-resume-latency test
Date: Wed, 24 Mar 2021 07:43:35 -0000	[thread overview]
Message-ID: <161657181561.19034.16398534815079088799@emeril.freedesktop.org> (raw)
In-Reply-To: <1616569087-30691-1-git-send-email-jigar.bhatt@intel.com>

== Series Details ==

Series: tests/i915_pm_rpm: Add suspend-resume-latency test
URL   : https://patchwork.freedesktop.org/series/88377/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
2c2fc6470646eb5e25fc6ea02449ef744f8b70c2 tests/kms_addfb_basic: simplify addfb25_ytile tests

[286/423] Linking target tests/gem_softpin.
[287/423] Linking target tests/gem_tiled_blits.
[288/423] Linking target tests/gem_sync.
[289/423] Linking target tests/gem_spin_batch.
[290/423] Linking target tests/gem_streaming_writes.
[291/423] Linking target tests/gem_tiled_fence_blits.
[292/423] Linking target tests/gem_tiled_partial_pwrite_pread.
[293/423] Linking target tests/gem_tiled_pread_pwrite.
[294/423] Linking target tests/gem_tiled_pread_basic.
[295/423] Linking target tests/gem_tiled_wc.
[296/423] Linking target tests/gem_tiled_swapping.
[297/423] Linking target tests/gem_tiled_wb.
[298/423] Linking target tests/gem_unref_active_buffers.
[299/423] Linking target tests/gem_tiling_max_stride.
[300/423] Linking target tests/gem_unfence_active_buffers.
[301/423] Linking target tests/gem_userptr_blits.
[302/423] Linking target tests/i915_fb_tiling.
[303/423] Linking target tests/gem_vm_create.
[304/423] Linking target tests/gem_wait.
[305/423] Linking target tests/gem_workarounds.
[306/423] Linking target tests/i915_getparams_basic.
[307/423] Linking target tests/i915_hangman.
[308/423] Linking target tests/i915_module_load.
[309/423] Linking target tests/i915_pm_lpsp.
[310/423] Linking target tests/i915_pciid.
[311/423] Linking target tests/i915_pm_backlight.
[312/423] Compiling C object 'tests/tests@@i915_pm_rpm@exe/i915_i915_pm_rpm.c.o'.
FAILED: tests/tests@@i915_pm_rpm@exe/i915_i915_pm_rpm.c.o 
ccache cc -Itests/tests@@i915_pm_rpm@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@@i915_pm_rpm@exe/i915_i915_pm_rpm.c.o' -MF 'tests/tests@@i915_pm_rpm@exe/i915_i915_pm_rpm.c.o.d' -o 'tests/tests@@i915_pm_rpm@exe/i915_i915_pm_rpm.c.o' -c ../tests/i915/i915_pm_rpm.c
In file included from /usr/include/alsa/asoundlib.h:37,
                 from ../lib/igt_alsa.h:32,
                 from ../lib/igt.h:44,
                 from ../tests/i915/i915_pm_rpm.c:49:
../tests/i915/i915_pm_rpm.c: In function ‘get_trace_timestamp’:
../tests/i915/i915_pm_rpm.c:2026:25: error: ‘LONG_MIN’ undeclared (first use in this function)
         assert(((ret != LONG_MIN && ret != LONG_MAX) || errno != ERANGE) &&
                         ^~~~~~~~
../tests/i915/i915_pm_rpm.c:2026:25: note: ‘LONG_MIN’ is defined in header ‘<limits.h>’; did you forget to ‘#include <limits.h>’?
../tests/i915/i915_pm_rpm.c:55:1:
+#include <limits.h>
 
../tests/i915/i915_pm_rpm.c:2026:25:
         assert(((ret != LONG_MIN && ret != LONG_MAX) || errno != ERANGE) &&
                         ^~~~~~~~
../tests/i915/i915_pm_rpm.c:2026:25: note: each undeclared identifier is reported only once for each function it appears in
../tests/i915/i915_pm_rpm.c:2026:44: error: ‘LONG_MAX’ undeclared (first use in this function)
         assert(((ret != LONG_MIN && ret != LONG_MAX) || errno != ERANGE) &&
                                            ^~~~~~~~
../tests/i915/i915_pm_rpm.c:2026:44: note: ‘LONG_MAX’ is defined in header ‘<limits.h>’; did you forget to ‘#include <limits.h>’?
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:[~2021-03-24  7:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-24  6:58 [igt-dev] [i-g-t RFC] tests/i915_pm_rpm: Add suspend-resume-latency test Jigar Bhatt
2021-03-24  7:43 ` Patchwork [this message]
2021-03-25  5:37 ` [igt-dev] [i-g-t RFC v1] " Jigar Bhatt
2021-03-25  7:23   ` Martin Peres
2021-03-26 11:00     ` Bhatt, Jigar
2021-04-05  5:42     ` Gupta, Anshuman
2021-04-05 12:33       ` Martin Peres
2021-03-25 14:16 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915_pm_rpm: Add suspend-resume-latency test (rev2) Patchwork
2021-03-25 17:32 ` [igt-dev] ✗ Fi.CI.IGT: failure " 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=161657181561.19034.16398534815079088799@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=jigar.bhatt@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.