[#330094] [test-only] FAILED honggfuzz.git=2.6-alt1

Girar awaiter (vt) girar-builder at altlinux.org
Fri Sep 22 16:45:41 MSK 2023


https://git.altlinux.org/tasks/330094/logs/events.1.1.log

subtask  name       aarch64    armh    i586  ppc64le  x86_64
   #100  honggfuzz       59  failed  failed     1:05      34

2023-Sep-22 13:44:33 :: test-only task #330094 for sisyphus started by vt:
#100 build 2.6-alt1 from /people/vt/packages/honggfuzz.git fetched at 2023-Sep-22 13:44:31
2023-Sep-22 13:44:36 :: [ppc64le] #100 honggfuzz.git 2.6-alt1: build start
2023-Sep-22 13:44:36 :: [x86_64] #100 honggfuzz.git 2.6-alt1: build start
2023-Sep-22 13:44:36 :: [armh] #100 honggfuzz.git 2.6-alt1: build start
2023-Sep-22 13:44:36 :: [i586] #100 honggfuzz.git 2.6-alt1: build start
2023-Sep-22 13:44:36 :: [aarch64] #100 honggfuzz.git 2.6-alt1: build start
[i586] fuzz.c: In function 'fuzz_perfFeedback':
[i586] fuzz.c:258:30: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[i586]   258 |                 "%lu, %lu, %lu, %lu, "
[i586] --
[i586]       |                 size_t {aka unsigned int}
[i586] fuzz.c:258:35: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[i586]   258 |                 "%lu, %lu, %lu, %lu, "
[i586] --
[i586]       |                 size_t {aka unsigned int}
[i586] fuzz.c:258:17: error: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[i586]   258 |                 "%lu, %lu, %lu, %lu, "
[i586] --
[i586]   105 | # define PRIu64         __PRI64_PREFIX "u"
[i586] fuzz.c:258:17: error: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[i586]   258 |                 "%lu, %lu, %lu, %lu, "
[i586] --
[i586]   105 | # define PRIu64         __PRI64_PREFIX "u"
[i586] fuzz.c:258:17: error: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[i586]   258 |                 "%lu, %lu, %lu, %lu, "
[i586] --
[i586]   105 | # define PRIu64         __PRI64_PREFIX "u"
[i586] cc1: all warnings being treated as errors
[i586] make: *** [Makefile:279: fuzz.o] Error 1
[i586] --
[i586] input.c: In function 'input_enqueueDynamicInputs':
[i586] input.c:663:15: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[i586]   663 |         LOG_I("Loading dynamic input file: %s (%lu)", dynamicInputFileName, dynamicFileSz);
[i586] --
[i586]       |                                                %u
[i586] cc1: all warnings being treated as errors
[i586] make: *** [Makefile:279: input.o] Error 1
2023-Sep-22 13:45:00 :: [i586] honggfuzz.git 2.6-alt1: remote: build failed
2023-Sep-22 13:45:00 :: [i586] #100 honggfuzz.git 2.6-alt1: build FAILED
2023-Sep-22 13:45:00 :: [i586] requesting cancellation of task processing
2023-Sep-22 13:45:10 :: [x86_64] #100 honggfuzz.git 2.6-alt1: build OK
2023-Sep-22 13:45:35 :: [aarch64] #100 honggfuzz.git 2.6-alt1: build OK
[armh] fuzz.c: In function 'fuzz_perfFeedback':
[armh] fuzz.c:258:30: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[armh]   258 |                 "%lu, %lu, %lu, %lu, "
[armh] --
[armh]       |                 size_t {aka unsigned int}
[armh] fuzz.c:258:35: error: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[armh]   258 |                 "%lu, %lu, %lu, %lu, "
[armh] --
[armh]       |                 size_t {aka unsigned int}
[armh] fuzz.c:258:17: error: format '%llu' expects argument of type 'long long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[armh]   258 |                 "%lu, %lu, %lu, %lu, "
[armh] --
[armh]   105 | # define PRIu64         __PRI64_PREFIX "u"
[armh] fuzz.c:258:17: error: format '%llu' expects argument of type 'long long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[armh]   258 |                 "%lu, %lu, %lu, %lu, "
[armh] --
[armh]   105 | # define PRIu64         __PRI64_PREFIX "u"
[armh] fuzz.c:258:17: error: format '%llu' expects argument of type 'long long unsigned int', but argument 9 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[armh]   258 |                 "%lu, %lu, %lu, %lu, "
[armh] --
[armh]   105 | # define PRIu64         __PRI64_PREFIX "u"
[armh] cc1: all warnings being treated as errors
[armh] make: *** [Makefile:279: fuzz.o] Error 1
[armh] --
[armh] input.c: In function 'input_enqueueDynamicInputs':
[armh] input.c:663:15: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Werror=format=]
[armh]   663 |         LOG_I("Loading dynamic input file: %s (%lu)", dynamicInputFileName, dynamicFileSz);
[armh] --
[armh]       |                                                %u
[armh] cc1: all warnings being treated as errors
[armh] make: *** [Makefile:279: input.o] Error 1
2023-Sep-22 13:45:40 :: [armh] honggfuzz.git 2.6-alt1: remote: build failed
2023-Sep-22 13:45:40 :: [armh] #100 honggfuzz.git 2.6-alt1: build FAILED
2023-Sep-22 13:45:41 :: [ppc64le] #100 honggfuzz.git 2.6-alt1: build OK
2023-Sep-22 13:45:00 :: [i586] build FAILED
2023-Sep-22 13:45:40 :: [armh] build FAILED
2023-Sep-22 13:45:41 :: task #330094 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list