[igt-dev] ✗ GitLab.Pipeline: warning for kms_chamelium: Add new EDID stress resolution test

Patchwork patchwork at emeril.freedesktop.org
Fri Oct 28 17:15:47 UTC 2022


== Series Details ==

Series: kms_chamelium: Add new EDID stress resolution test
URL   : https://patchwork.freedesktop.org/series/110263/
State : warning

== Summary ==

Pipeline status: FAILED.

see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/723913 for the overview.

build:tests-debian-meson has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/30637263):
   extern int drmModeCreatePropertyBlob(int fd, const void *data, size_t size,
                                                                  ^~~~~~
  /usr/include/xf86drmMode.h:520:64: note: ‘size_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’?
  /usr/include/xf86drmMode.h:44:1:
  +#include <stddef.h>
   
  /usr/include/xf86drmMode.h:520:64:
   extern int drmModeCreatePropertyBlob(int fd, const void *data, size_t size,
                                                                  ^~~~~~
  ../lib/monitor_edids/monitor_edids_helper.c: In function ‘get_chameleon_edid_from_monitor_edid’:
  ../lib/monitor_edids/monitor_edids_helper.c:72:23: warning: assignment to ‘struct edid *’ from incompatible pointer type ‘uint8_t *’ {aka ‘unsigned char *’} [-Wincompatible-pointer-types]
    chamelium_edid->base = base_edid;
                         ^
  ninja: build stopped: subcommand failed.
  section_end:1666976750:step_script
  section_start:1666976750:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1666976751:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-fedora has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/30637258):
    520 | extern int drmModeCreatePropertyBlob(int fd, const void *data, size_t size,
        |                                                                ^~~~~~
  In file included from ../lib/igt_chamelium.h:32,
                   from ../lib/monitor_edids/monitor_edids_helper.h:16,
                   from ../lib/monitor_edids/monitor_edids_helper.c:11:
  /usr/include/xf86drmMode.h:44:1: note: ‘size_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’?
     43 | #include <drm.h>
    +++ |+#include <stddef.h>
     44 | 
  ../lib/monitor_edids/monitor_edids_helper.c: In function ‘get_chameleon_edid_from_monitor_edid’:
  ../lib/monitor_edids/monitor_edids_helper.c:72:23: warning: assignment to ‘struct edid *’ from incompatible pointer type ‘uint8_t *’ {aka ‘unsigned char *’} [-Wincompatible-pointer-types]
     72 |  chamelium_edid->base = base_edid;
        |                       ^
  ninja: build stopped: subcommand failed.
  section_end:1666976733:step_script
  section_start:1666976733:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1666976735:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-fedora-clang has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/30637262):
  [3/975] Compiling C object 'lib/76b5a35@@igt-monitor_edids_monitor_edids_helper_c at sta/monitor_edids_monitor_edids_helper.c.o'.
  FAILED: lib/76b5a35@@igt-monitor_edids_monitor_edids_helper_c at sta/monitor_edids_monitor_edids_helper.c.o 
  clang -Ilib/76b5a35@@igt-monitor_edids_monitor_edids_helper_c at sta -Ilib -I../lib -I../include/drm-uapi -I../include/linux-uapi -I../lib/stubs/syscalls -I. -I../ -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libdrm -I/usr/include/libdrm/nouveau -I/usr/include/valgrind -Xclang -fcolor-diagnostics -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 -Wmissing-declarations -Wmissing-format-attribute -Wmissing-noreturn -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wuninitialized -Wunused -Wno-missing-field-initializers -Wno-pointer-arith -Wno-address-of-packed-member -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 -fPIC -pthread '-DIGT_DATADIR="/usr/local/share/igt-gpu-tools"' '-DIGT_SRCDIR="/builds/gfx-ci/igt-ci-tags/tests"' '-DIGT_LOG_DOMAIN="monitor_edids/monitor_edids_helper"' -MD -MQ 'lib/76b5a35@@igt-monitor_edids_monitor_edids_helper_c at sta/monitor_edids_monitor_edids_helper.c.o' -MF 'lib/76b5a35@@igt-monitor_edids_monitor_edids_helper_c at sta/monitor_edids_monitor_edids_helper.c.o.d' -o 'lib/76b5a35@@igt-monitor_edids_monitor_edids_helper_c at sta/monitor_edids_monitor_edids_helper.c.o' -c ../lib/monitor_edids/monitor_edids_helper.c
  In file included from ../lib/monitor_edids/monitor_edids_helper.c:11:
  In file included from ../lib/monitor_edids/monitor_edids_helper.h:16:
  In file included from ../lib/igt_chamelium.h:32:
  /usr/include/xf86drmMode.h:520:64: error: unknown type name 'size_t'
  extern int drmModeCreatePropertyBlob(int fd, const void *data, size_t size,
                                                                 ^
  ../lib/monitor_edids/monitor_edids_helper.c:72:23: warning: incompatible pointer types assigning to 'struct edid *' from 'uint8_t *' (aka 'unsigned char *') [-Wincompatible-pointer-types]
          chamelium_edid->base = base_edid;
                               ^ ~~~~~~~~~
  1 warning and 1 error generated.
  ninja: build stopped: subcommand failed.
  section_end:1666976758:step_script
  section_start:1666976758:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1666976758:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-fedora-no-libdrm-nouveau has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/30637261):
    520 | extern int drmModeCreatePropertyBlob(int fd, const void *data, size_t size,
        |                                                                ^~~~~~
  In file included from ../lib/igt_chamelium.h:32,
                   from ../lib/monitor_edids/monitor_edids_helper.h:16,
                   from ../lib/monitor_edids/monitor_edids_helper.c:11:
  /usr/include/xf86drmMode.h:44:1: note: ‘size_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’?
     43 | #include <drm.h>
    +++ |+#include <stddef.h>
     44 | 
  ../lib/monitor_edids/monitor_edids_helper.c: In function ‘get_chameleon_edid_from_monitor_edid’:
  ../lib/monitor_edids/monitor_edids_helper.c:72:23: warning: assignment to ‘struct edid *’ from incompatible pointer type ‘uint8_t *’ {aka ‘unsigned char *’} [-Wincompatible-pointer-types]
     72 |  chamelium_edid->base = base_edid;
        |                       ^
  ninja: build stopped: subcommand failed.
  section_end:1666976751:step_script
  section_start:1666976751:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1666976753:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-fedora-no-libunwind has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/30637259):
    520 | extern int drmModeCreatePropertyBlob(int fd, const void *data, size_t size,
        |                                                                ^~~~~~
  In file included from ../lib/igt_chamelium.h:32,
                   from ../lib/monitor_edids/monitor_edids_helper.h:16,
                   from ../lib/monitor_edids/monitor_edids_helper.c:11:
  /usr/include/xf86drmMode.h:44:1: note: ‘size_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’?
     43 | #include <drm.h>
    +++ |+#include <stddef.h>
     44 | 
  ../lib/monitor_edids/monitor_edids_helper.c: In function ‘get_chameleon_edid_from_monitor_edid’:
  ../lib/monitor_edids/monitor_edids_helper.c:72:23: warning: assignment to ‘struct edid *’ from incompatible pointer type ‘uint8_t *’ {aka ‘unsigned char *’} [-Wincompatible-pointer-types]
     72 |  chamelium_edid->base = base_edid;
        |                       ^
  ninja: build stopped: subcommand failed.
  section_end:1666976751:step_script
  section_start:1666976751:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1666976753:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-fedora-oldest-meson has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/30637260):
    520 | extern int drmModeCreatePropertyBlob(int fd, const void *data, size_t size,
        |                                                                ^~~~~~
  In file included from ../lib/igt_chamelium.h:32,
                   from ../lib/monitor_edids/monitor_edids_helper.h:16,
                   from ../lib/monitor_edids/monitor_edids_helper.c:11:
  /usr/include/xf86drmMode.h:44:1: note: ‘size_t’ is defined in header ‘<stddef.h>’; did you forget to ‘#include <stddef.h>’?
     43 | #include <drm.h>
    +++ |+#include <stddef.h>
     44 | 
  ../lib/monitor_edids/monitor_edids_helper.c: In function ‘get_chameleon_edid_from_monitor_edid’:
  ../lib/monitor_edids/monitor_edids_helper.c:72:23: warning: assignment to ‘struct edid *’ from incompatible pointer type ‘uint8_t *’ {aka ‘unsigned char *’} [-Wincompatible-pointer-types]
     72 |  chamelium_edid->base = base_edid;
        |                       ^
  ninja: build stopped: subcommand failed.
  section_end:1666976751:step_script
  section_start:1666976751:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1666976753:cleanup_file_variables
  ERROR: Job failed: exit code 1

== Logs ==

For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/723913


More information about the igt-dev mailing list