[#311954] [test-only] FAILED (try 3) edk2.git=rpi3-20211018-alt2

Girar awaiter (asheplyakov) girar-builder at altlinux.org
Thu Aug 17 14:00:02 MSK 2023


https://git.altlinux.org/tasks/311954/logs/events.3.1.log

subtask  name  aarch64  armh  i586  ppc64le  x86_64
   #200  edk2        -     -     -        -  failed

2023-Aug-17 10:59:15 :: test-only task #311954 for sisyphus resumed by asheplyakov:
#100 removed
#200 build rpi3-20211018-alt2 from /people/asheplyakov/packages/edk2.git fetched at 2023-Aug-17 10:58:53
2023-Aug-17 10:59:17 :: [armh] #200 edk2.git rpi3-20211018-alt2: build start
2023-Aug-17 10:59:17 :: [ppc64le] #200 edk2.git rpi3-20211018-alt2: build start
2023-Aug-17 10:59:17 :: [i586] #200 edk2.git rpi3-20211018-alt2: build start
2023-Aug-17 10:59:17 :: [x86_64] #200 edk2.git rpi3-20211018-alt2: build start
2023-Aug-17 10:59:17 :: [aarch64] #200 edk2.git rpi3-20211018-alt2: build start
2023-Aug-17 10:59:26 :: [i586] #200 edk2.git rpi3-20211018-alt2: build SKIPPED
2023-Aug-17 10:59:34 :: [aarch64] #200 edk2.git rpi3-20211018-alt2: build SKIPPED
2023-Aug-17 10:59:36 :: [ppc64le] #200 edk2.git rpi3-20211018-alt2: build SKIPPED
2023-Aug-17 10:59:55 :: [armh] #200 edk2.git rpi3-20211018-alt2: build SKIPPED
[x86_64] GenSec.c: In function 'GetAlignmentFromFile':
[x86_64] GenSec.c:1065:5: error: pointer 'InFileHandle' used after 'fclose' [-Werror=use-after-free]
[x86_64]  1065 |     Error(NULL, 0, 4001, "Resource", "memory cannot be allocated  of %s", InFileHandle);
[x86_64] --
[x86_64]  1064 |     fclose (InFileHandle);
[x86_64] cc1: all warnings being treated as errors
[x86_64] make[2]: *** [../Makefiles/footer.makefile:21: GenSec.o] Error 1
[x86_64] --
[x86_64] Sdk/C/LzmaEnc.c: In function 'LzmaEnc_CodeOneMemBlock':
[x86_64] Sdk/C/LzmaEnc.c:2828:19: error: storing the address of local variable 'outStream' in '*p.rc.outStream' [-Werror=dangling-pointer=]
[x86_64]  2828 |   p->rc.outStream = &outStream.vt;
[x86_64] --
[x86_64]  2805 | SRes LzmaEnc_CodeOneMemBlock(CLzmaEncHandle pp, BoolInt reInit,
[x86_64] cc1: all warnings being treated as errors
[x86_64] make[2]: *** [../Makefiles/footer.makefile:21: Sdk/C/LzmaEnc.o] Error 1
[x86_64] --
[x86_64] gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/dec/decode.c -o brotli/c/dec/decode.o
[x86_64] brotli/c/dec/decode.c:2033:41: error: argument 2 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [-Werror=vla-parameter]
[x86_64]  2033 |     size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size,
[x86_64] --
[x86_64]   204 |     const uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(encoded_size)],
[x86_64] brotli/c/dec/decode.c:2034:14: error: argument 4 of type 'uint8_t *' {aka 'unsigned char *'} declared as a pointer [-Werror=vla-parameter]
[x86_64]  2034 |     uint8_t* decoded_buffer) {
[x86_64] --
[x86_64]   206 |     uint8_t decoded_buffer[BROTLI_ARRAY_PARAM(*decoded_size)]);
[x86_64] cc1: all warnings being treated as errors
[x86_64] make[2]: *** [../Makefiles/footer.makefile:21: brotli/c/dec/decode.o] Error 1
[x86_64] --
[x86_64] gcc  -c -I ./brotli/c/include -I .. -I ../Include/Common -I ../Include/ -I ../Include/IndustryStandard -I ../Common/ -I .. -I . -I ../Include/X64/ -MD -fshort-wchar -fno-strict-aliasing -fwrapv -fno-delete-null-pointer-checks -Wall -Werror -Wno-deprecated-declarations -Wno-stringop-truncation -Wno-restrict -Wno-unused-result -nostdlib -g -O2  brotli/c/enc/encode.c -o brotli/c/enc/encode.o
[x86_64] brotli/c/enc/encode.c:1473:20: error: argument 5 of type 'const uint8_t *' {aka 'const unsigned char *'} declared as a pointer [-Werror=vla-parameter]
[x86_64]  1473 |     const uint8_t* input_buffer, size_t* encoded_size,
[x86_64] --
[x86_64]   314 |     const uint8_t input_buffer[BROTLI_ARRAY_PARAM(input_size)],
[x86_64] brotli/c/enc/encode.c:1474:14: error: argument 7 of type 'uint8_t *' {aka 'unsigned char *'} declared as a pointer [-Werror=vla-parameter]
[x86_64]  1474 |     uint8_t* encoded_buffer) {
[x86_64] --
[x86_64]   316 |     uint8_t encoded_buffer[BROTLI_ARRAY_PARAM(*encoded_size)]);
[x86_64] cc1: all warnings being treated as errors
[x86_64] make[2]: *** [../Makefiles/footer.makefile:21: brotli/c/enc/encode.o] Error 1
2023-Aug-17 11:00:02 :: [x86_64] edk2.git rpi3-20211018-alt2: remote: build failed
2023-Aug-17 11:00:02 :: [x86_64] #200 edk2.git rpi3-20211018-alt2: build FAILED
2023-Aug-17 11:00:02 :: [x86_64] requesting cancellation of task processing
2023-Aug-17 11:00:02 :: [x86_64] build FAILED
2023-Aug-17 11:00:02 :: task #311954 for sisyphus FAILED


More information about the Sisyphus-incominger mailing list