[igt-dev] ✗ GitLab.Pipeline: warning for RFC: drm-uapi/xe: add exec_queue_id member to drm_xe_wait_user_fence structure (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Dec 6 07:22:37 UTC 2023


== Series Details ==

Series: RFC: drm-uapi/xe: add exec_queue_id member to drm_xe_wait_user_fence structure (rev2)
URL   : https://patchwork.freedesktop.org/series/127364/
State : warning

== Summary ==

Pipeline status: FAILED.

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

build:tests-debian-meson has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/52421309):
      ^~~~~~~~~~~
  ../lib/xe/xe_ioctl.c:504:4: error: ‘struct drm_xe_wait_user_fence’ has no member named ‘instances’
     .instances = eci ? to_user_pointer(eci) : 0,
      ^~~~~~~~~
  ../lib/xe/xe_ioctl.c:496:39: error: missing braces around initializer [-Werror=missing-braces]
    struct drm_xe_wait_user_fence wait = {
                                         ^
  ../lib/xe/xe_ioctl.c:504:16:
     .instances = eci ? to_user_pointer(eci) : 0,
                  {
    };
    }
  cc1: some warnings being treated as errors
  ninja: build stopped: subcommand failed.
  section_end:1701847016:step_script
  section_start:1701847016:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847017:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-debian-meson-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/52421312):
      ^~~~~~~~~~~
  ../lib/xe/xe_ioctl.c:504:4: error: ‘struct drm_xe_wait_user_fence’ has no member named ‘instances’
     .instances = eci ? to_user_pointer(eci) : 0,
      ^~~~~~~~~
  ../lib/xe/xe_ioctl.c:496:39: error: missing braces around initializer [-Werror=missing-braces]
    struct drm_xe_wait_user_fence wait = {
                                         ^
  ../lib/xe/xe_ioctl.c:504:16:
     .instances = eci ? to_user_pointer(eci) : 0,
                  {
    };
    }
  cc1: some warnings being treated as errors
  ninja: build stopped: subcommand failed.
  section_end:1701847039:step_script
  section_start:1701847039:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847040:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-debian-meson-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/52421311):
      ^~~~~~~~~~~
  ../lib/xe/xe_ioctl.c:504:4: error: ‘struct drm_xe_wait_user_fence’ has no member named ‘instances’
     .instances = eci ? to_user_pointer(eci) : 0,
      ^~~~~~~~~
  ../lib/xe/xe_ioctl.c:496:39: error: missing braces around initializer [-Werror=missing-braces]
    struct drm_xe_wait_user_fence wait = {
                                         ^
  ../lib/xe/xe_ioctl.c:504:16:
     .instances = eci ? to_user_pointer(eci) : 0,
                  {
    };
    }
  cc1: some warnings being treated as errors
  ninja: build stopped: subcommand failed.
  section_end:1701847039:step_script
  section_start:1701847039:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847040:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-debian-meson-mips has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/52421313):
      ^~~~~~~~~~~
  ../lib/xe/xe_ioctl.c:504:4: error: ‘struct drm_xe_wait_user_fence’ has no member named ‘instances’
     .instances = eci ? to_user_pointer(eci) : 0,
      ^~~~~~~~~
  ../lib/xe/xe_ioctl.c:496:39: error: missing braces around initializer [-Werror=missing-braces]
    struct drm_xe_wait_user_fence wait = {
                                         ^
  ../lib/xe/xe_ioctl.c:504:16:
     .instances = eci ? to_user_pointer(eci) : 0,
                  {
    };
    }
  cc1: some warnings being treated as errors
  ninja: build stopped: subcommand failed.
  section_end:1701847039:step_script
  section_start:1701847039:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847040:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-debian-minimal has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/52421310):
      ^~~~~~~~~~~
  ../lib/xe/xe_ioctl.c:504:4: error: ‘struct drm_xe_wait_user_fence’ has no member named ‘instances’
     .instances = eci ? to_user_pointer(eci) : 0,
      ^~~~~~~~~
  ../lib/xe/xe_ioctl.c:496:39: error: missing braces around initializer [-Werror=missing-braces]
    struct drm_xe_wait_user_fence wait = {
                                         ^
  ../lib/xe/xe_ioctl.c:504:16:
     .instances = eci ? to_user_pointer(eci) : 0,
                  {
    };
    }
  cc1: some warnings being treated as errors
  ninja: build stopped: subcommand failed.
  section_end:1701847008:step_script
  section_start:1701847008:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847009:cleanup_file_variables
  ERROR: Job failed: exit code 1
  

build:tests-fedora has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/52421304):
        |    ^~~~~~~~~~~
  ../lib/xe/xe_ioctl.c:504:4: error: ‘struct drm_xe_wait_user_fence’ has no member named ‘instances’
    504 |   .instances = eci ? to_user_pointer(eci) : 0,
        |    ^~~~~~~~~
  ../lib/xe/xe_ioctl.c:496:39: error: missing braces around initializer [-Werror=missing-braces]
    496 |  struct drm_xe_wait_user_fence wait = {
        |                                       ^
  ......
    504 |   .instances = eci ? to_user_pointer(eci) : 0,
        |                {
    505 |  };
        |  }
  cc1: some warnings being treated as errors
  ninja: build stopped: subcommand failed.
  section_end:1701847018:step_script
  section_start:1701847018:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847019: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/52421308):
  [5/1437] Linking static target lib/libigt-igt_amd_c.a.
  [6/1437] Linking static target lib/libigt-veboxcopy_gen12_c.a.
  [7/1437] Linking static target lib/libigt-igt_msm_c.a.
  [8/1437] Compiling C object 'lib/76b5a35@@igt-xe_xe_ioctl_c at sta/xe_xe_ioctl.c.o'.
  FAILED: lib/76b5a35@@igt-xe_xe_ioctl_c at sta/xe_xe_ioctl.c.o 
  clang -Ilib/76b5a35@@igt-xe_xe_ioctl_c at sta -Ilib -I../lib -I../include -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 -fPIC -pthread '-DIGT_DATADIR="/usr/local/share/igt-gpu-tools"' '-DIGT_SRCDIR="/builds/gfx-ci/igt-ci-tags/tests"' '-DIGT_LOG_DOMAIN="xe/xe_ioctl"' -MD -MQ 'lib/76b5a35@@igt-xe_xe_ioctl_c at sta/xe_xe_ioctl.c.o' -MF 'lib/76b5a35@@igt-xe_xe_ioctl_c at sta/xe_xe_ioctl.c.o.d' -o 'lib/76b5a35@@igt-xe_xe_ioctl_c at sta/xe_xe_ioctl.c.o' -c ../lib/xe/xe_ioctl.c
  ../lib/xe/xe_ioctl.c:467:19: error: use of undeclared identifier 'DRM_XE_UFENCE_WAIT_FLAG_SOFT_OP'
                  .flags = !eci ? DRM_XE_UFENCE_WAIT_FLAG_SOFT_OP : 0,
                                  ^
  ../lib/xe/xe_ioctl.c:499:19: error: use of undeclared identifier 'DRM_XE_UFENCE_WAIT_FLAG_SOFT_OP'
                  .flags = !eci ? DRM_XE_UFENCE_WAIT_FLAG_SOFT_OP | DRM_XE_UFENCE_WAIT_FLAG_ABSTIME : 0,
                                  ^
  2 errors generated.
  ninja: build stopped: subcommand failed.
  section_end:1701847043:step_script
  section_start:1701847043:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847044: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/52421307):
        |    ^~~~~~~~~~~
  ../lib/xe/xe_ioctl.c:504:4: error: ‘struct drm_xe_wait_user_fence’ has no member named ‘instances’
    504 |   .instances = eci ? to_user_pointer(eci) : 0,
        |    ^~~~~~~~~
  ../lib/xe/xe_ioctl.c:496:39: error: missing braces around initializer [-Werror=missing-braces]
    496 |  struct drm_xe_wait_user_fence wait = {
        |                                       ^
  ......
    504 |   .instances = eci ? to_user_pointer(eci) : 0,
        |                {
    505 |  };
        |  }
  cc1: some warnings being treated as errors
  ninja: build stopped: subcommand failed.
  section_end:1701847018:step_script
  section_start:1701847018:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847019: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/52421305):
        |    ^~~~~~~~~~~
  ../lib/xe/xe_ioctl.c:504:4: error: ‘struct drm_xe_wait_user_fence’ has no member named ‘instances’
    504 |   .instances = eci ? to_user_pointer(eci) : 0,
        |    ^~~~~~~~~
  ../lib/xe/xe_ioctl.c:496:39: error: missing braces around initializer [-Werror=missing-braces]
    496 |  struct drm_xe_wait_user_fence wait = {
        |                                       ^
  ......
    504 |   .instances = eci ? to_user_pointer(eci) : 0,
        |                {
    505 |  };
        |  }
  cc1: some warnings being treated as errors
  ninja: build stopped: subcommand failed.
  section_end:1701847019:step_script
  section_start:1701847019:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847019: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/52421306):
        |    ^~~~~~~~~~~
  ../lib/xe/xe_ioctl.c:504:4: error: ‘struct drm_xe_wait_user_fence’ has no member named ‘instances’
    504 |   .instances = eci ? to_user_pointer(eci) : 0,
        |    ^~~~~~~~~
  ../lib/xe/xe_ioctl.c:496:39: error: missing braces around initializer [-Werror=missing-braces]
    496 |  struct drm_xe_wait_user_fence wait = {
        |                                       ^
  ......
    504 |   .instances = eci ? to_user_pointer(eci) : 0,
        |                {
    505 |  };
        |  }
  cc1: some warnings being treated as errors
  ninja: build stopped: subcommand failed.
  section_end:1701847016:step_script
  section_start:1701847016:cleanup_file_variables
  Cleaning up project directory and file based variables
  section_end:1701847017:cleanup_file_variables
  ERROR: Job failed: exit code 1

== Logs ==

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


More information about the igt-dev mailing list