[igt-dev] ✗ Fi.CI.BUILD: failure for test/i915/gem_linear_blits: Added COPY Commands modification for MTL

Patchwork patchwork at emeril.freedesktop.org
Mon Oct 31 19:14:10 UTC 2022


== Series Details ==

Series: test/i915/gem_linear_blits: Added COPY Commands modification for MTL
URL   : https://patchwork.freedesktop.org/series/110337/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
372c56225e12578a7a4a6bcc5b79eb40b643fcde runner: Disable socket communications for now

[249/617] Linking target tests/gem_media_fill.
[250/617] Linking target tests/gem_media_vme.
[251/617] Linking target tests/gem_mmap.
[252/617] Linking target tests/gem_mmap_gtt.
[253/617] Linking target tests/gem_mmap_wc.
[254/617] Linking target tests/gem_partial_pwrite_pread.
[255/617] Linking target tests/gem_pipe_control_store_loop.
[256/617] Linking target tests/gem_pread_after_blit.
[257/617] Linking target tests/gem_pwrite.
[258/617] Linking target tests/gem_pxp.
[259/617] Linking target tests/gem_read_read_speed.
[260/617] Linking target tests/gem_readwrite.
[261/617] Linking target tests/gem_reg_read.
[262/617] Linking target tests/gem_render_copy_redux.
[263/617] Linking target tests/gem_render_copy.
[264/617] Linking target tests/gem_render_linear_blits.
[265/617] Linking target tests/gem_render_tiled_blits.
[266/617] Linking target tests/gem_request_retire.
[267/617] Linking target tests/gem_reset_stats.
[268/617] Linking target tests/gem_ringfill.
[269/617] Linking target tests/gem_set_tiling_vs_blt.
[270/617] Linking target tests/gem_set_tiling_vs_gtt.
[271/617] Linking target tests/gem_set_tiling_vs_pwrite.
[272/617] Linking target tests/gem_shrink.
[273/617] Linking target tests/gem_softpin.
[274/617] Linking target tests/gem_spin_batch.
[275/617] Linking target tests/gem_streaming_writes.
[276/617] Linking target tests/gem_sync.
[277/617] Linking target tests/gem_tiled_fence_blits.
[278/617] Linking target tests/gem_tiled_blits.
[279/617] Linking target tests/gem_tiled_partial_pwrite_pread.
[280/617] Linking target tests/gem_tiled_pread_basic.
[281/617] Linking target tests/gem_tiled_pread_pwrite.
[282/617] Linking target tests/gem_tiled_swapping.
[283/617] Linking target tests/gem_tiled_wb.
[284/617] Linking target tests/gem_tiled_wc.
[285/617] Compiling C object 'tests/59830eb@@gem_userptr_blits at exe/i915_gem_userptr_blits.c.o'.
FAILED: tests/59830eb@@gem_userptr_blits at exe/i915_gem_userptr_blits.c.o 
cc -Itests/59830eb@@gem_userptr_blits at exe -Itests -I../../../usr/src/igt-gpu-tools/tests -I../../../usr/src/igt-gpu-tools/include/drm-uapi -I../../../usr/src/igt-gpu-tools/include/linux-uapi -Ilib -I../../../usr/src/igt-gpu-tools/lib -I../../../usr/src/igt-gpu-tools/lib/stubs/syscalls -I. -I../../../usr/src/igt-gpu-tools/ -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/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libdrm -I/usr/include/x86_64-linux-gnu -I/usr/include/valgrind -I/usr/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-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 -pthread -MD -MQ 'tests/59830eb@@gem_userptr_blits at exe/i915_gem_userptr_blits.c.o' -MF 'tests/59830eb@@gem_userptr_blits at exe/i915_gem_userptr_blits.c.o.d' -o 'tests/59830eb@@gem_userptr_blits at exe/i915_gem_userptr_blits.c.o' -c ../../../usr/src/igt-gpu-tools/tests/i915/gem_userptr_blits.c
../../../usr/src/igt-gpu-tools/tests/i915/gem_userptr_blits.c: In function ‘blit’:
../../../usr/src/igt-gpu-tools/tests/i915/gem_userptr_blits.c:260:30: error: ‘dst_offset’ undeclared (first use in this function); did you mean ‘put_offset’?
  260 |                 batch[i++] = dst_offset; /* dst reloc */
      |                              ^~~~~~~~~~
      |                              put_offset
../../../usr/src/igt-gpu-tools/tests/i915/gem_userptr_blits.c:260:30: note: each undeclared identifier is reported only once for each function it appears in
../../../usr/src/igt-gpu-tools/tests/i915/gem_userptr_blits.c:265:30: error: ‘src_offset’ undeclared (first use in this function); did you mean ‘put_offset’?
  265 |                 batch[i++] = src_offset; /* src reloc */
      |                              ^~~~~~~~~~
      |                              put_offset
ninja: build stopped: subcommand failed.




More information about the igt-dev mailing list