✗ Fi.CI.BUILD: failure for i915/sysfs_rc6: Exercise rc6 controls

Patchwork patchwork at emeril.freedesktop.org
Tue Nov 15 04:20:48 UTC 2022


== Series Details ==

Series: i915/sysfs_rc6: Exercise rc6 controls
URL   : https://patchwork.freedesktop.org/series/110892/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
05096a6754048f4b5a2de798ab4bea32012b556a tests/amdgpu: PCI unplug 4 tests for different scenario.

[262/587] Linking target tests/gem_vm_create.
[263/587] Linking target tests/gem_wait.
[264/587] Linking target tests/gem_watchdog.
[265/587] Linking target tests/i915_getparams_basic.
[266/587] Linking target tests/gem_workarounds.
[267/587] Linking target tests/i915_fb_tiling.
[268/587] Linking target tests/i915_hangman.
[269/587] Linking target tests/i915_pciid.
[270/587] Linking target tests/i915_module_load.
[271/587] Linking target tests/i915_pipe_stress.
[272/587] Linking target tests/i915_pm_backlight.
[273/587] Linking target tests/i915_pm_lpsp.
[274/587] Linking target tests/i915_pm_dc.
[275/587] Linking target tests/i915_pm_rpm.
[276/587] Linking target tests/i915_pm_rps.
[277/587] Linking target tests/i915_pm_sseu.
[278/587] Linking target tests/i915_query.
[279/587] Linking target tests/i915_selftest.
[280/587] Linking target tests/i915_suspend.
[281/587] Linking target tests/kms_big_fb.
[282/587] Linking target tests/kms_busy.
[283/587] Linking target tests/kms_big_joiner.
[284/587] Linking target tests/kms_cdclk.
[285/587] Linking target tests/kms_ccs.
[286/587] Linking target tests/kms_draw_crc.
[287/587] Linking target tests/kms_dsc.
[288/587] Linking target tests/kms_fbcon_fbt.
[289/587] Linking target tests/kms_flip_scaled_crc.
[290/587] Linking target tests/kms_frontbuffer_tracking.
[291/587] Linking target tests/kms_flip_tiling.
[292/587] Linking target tests/kms_legacy_colorkey.
[293/587] Linking target tests/kms_mmap_write_crc.
[294/587] Linking target tests/kms_pipe_b_c_ivb.
[295/587] Linking target tests/kms_psr.
[296/587] Linking target tests/kms_psr2_su.
[297/587] Linking target tests/kms_psr2_sf.
[298/587] Linking target tests/kms_psr_stress_test.
[299/587] Linking target tests/kms_pwrite_crc.
[300/587] Linking target tests/sysfs_clients.
[301/587] Compiling C object 'tests/59830eb@@sysfs_rc6 at exe/i915_sysfs_rc6.c.o'.
FAILED: tests/59830eb@@sysfs_rc6 at exe/i915_sysfs_rc6.c.o 
cc -Itests/59830eb@@sysfs_rc6 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@@sysfs_rc6 at exe/i915_sysfs_rc6.c.o' -MF 'tests/59830eb@@sysfs_rc6 at exe/i915_sysfs_rc6.c.o.d' -o 'tests/59830eb@@sysfs_rc6 at exe/i915_sysfs_rc6.c.o' -c ../../../usr/src/igt-gpu-tools/tests/i915/sysfs_rc6.c
../../../usr/src/igt-gpu-tools/tests/i915/sysfs_rc6.c: In function ‘test_enable’:
../../../usr/src/igt-gpu-tools/tests/i915/sysfs_rc6.c:147:17: error: implicit declaration of function ‘gem_context_create_for_gt’; did you mean ‘gem_context_create_for_class’? [-Werror=implicit-function-declaration]
  147 |  uint32_t ctx = gem_context_create_for_gt(i915, igt_sysfs_get_u32(gt, "id"));
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                 gem_context_create_for_class
../../../usr/src/igt-gpu-tools/tests/i915/sysfs_rc6.c:147:17: warning: nested extern declaration of ‘gem_context_create_for_gt’ [-Wnested-externs]
cc1: some warnings being treated as errors
ninja: build stopped: subcommand failed.




More information about the Intel-gfx-trybot mailing list