From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Date: Thu, 17 Aug 2023 11:00:02 +0000 From: "Girar awaiter (asheplyakov)" To: Alexey Sheplyakov Subject: [#311954] [test-only] FAILED (try 3) edk2.git=rpi3-20211018-alt2 Message-ID: Mail-Followup-To: Girar awaiter robot References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-girar-task-id: 311954 X-girar-task-owner: asheplyakov X-girar-task-repo: sisyphus X-girar-task-try: 3 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/311954/ X-girar-task-log: logs/events.3.1.log X-girar-task-summary: [#311954] [test-only] FAILED (try 3) edk2.git=rpi3-20211018-alt2 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2023 11:00:07 -0000 Archived-At: List-Archive: 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