[igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_color: Fix CRC mismatch issues with ctm test (rev2)

Patchwork patchwork at emeril.freedesktop.org
Sun Mar 24 17:56:58 UTC 2019


== Series Details ==

Series: tests/kms_color: Fix CRC mismatch issues with ctm test (rev2)
URL   : https://patchwork.freedesktop.org/series/58412/
State : failure

== Summary ==

IGT patchset build failed on latest successful build
09796413394c5490c4adfc5cded5d4344af6af17 tests/kms_cursor_legacy: Fix assertion failure due to vblank mismatch

../tests/kms_color.c:711:40: error: ‘fb’ undeclared (first use in this function)
   paint_rectangles(data, mode, after, &fb);
                                        ^~
../tests/kms_color.c:716:45: error: ‘crc_software’ undeclared (first use in this function)
   igt_pipe_crc_collect_crc(data->pipe_crc, &crc_software);
                                             ^~~~~~~~~~~~
../tests/kms_color.c:724:45: error: ‘crc_hardware’ undeclared (first use in this function); did you mean ‘crc_software’?
   igt_pipe_crc_collect_crc(data->pipe_crc, &crc_hardware);
                                             ^~~~~~~~~~~~
                                             crc_software
../tests/kms_color.c:667:7: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
  bool ret = true;
       ^~~
../tests/kms_color.c: At top level:
../tests/kms_color.c:735:2: warning: data definition has no type or storage class
  free(degamma_linear);
  ^~~~
../tests/kms_color.c:735:2: error: type defaults to ‘int’ in declaration of ‘free’ [-Werror=implicit-int]
../tests/kms_color.c:735:2: warning: parameter names (without types) in function declaration
../tests/kms_color.c:735:2: error: conflicting types for ‘free’
In file included from ../lib/igt_core.h:37:0,
                 from ../lib/drmtest.h:39,
                 from ../tests/kms_color.c:29:
/usr/include/stdlib.h:563:13: note: previous declaration of ‘free’ was here
 extern void free (void *__ptr) __THROW;
             ^~~~
../tests/kms_color.c:736:2: warning: data definition has no type or storage class
  free(gamma_linear);
  ^~~~
../tests/kms_color.c:736:2: error: type defaults to ‘int’ in declaration of ‘free’ [-Werror=implicit-int]
../tests/kms_color.c:736:2: warning: parameter names (without types) in function declaration
../tests/kms_color.c:736:2: error: conflicting types for ‘free’
In file included from ../lib/igt_core.h:37:0,
                 from ../lib/drmtest.h:39,
                 from ../tests/kms_color.c:29:
/usr/include/stdlib.h:563:13: note: previous declaration of ‘free’ was here
 extern void free (void *__ptr) __THROW;
             ^~~~
../tests/kms_color.c:738:2: error: expected identifier or ‘(’ before ‘return’
  return ret;
  ^~~~~~
../tests/kms_color.c:739:1: error: expected identifier or ‘(’ before ‘}’ token
 }
 ^
../tests/kms_color.c: In function ‘test_pipe_ctm’:
../tests/kms_color.c:733:2: error: control reaches end of non-void function [-Werror=return-type]
  }
  ^
cc1: some warnings being treated as errors
ninja: build stopped: subcommand failed.



More information about the igt-dev mailing list