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=ham autolearn_force=no version=3.4.1 Date: Thu, 19 Oct 2023 19:45:01 +0000 From: "Girar awaiter (nenderus)" To: Nazarov Denis Subject: [#332194] FAILED zlib-ng.git=2.1.4-alt1 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 332194 X-girar-task-owner: nenderus X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/332194/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#332194] FAILED zlib-ng.git=2.1.4-alt1 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, 19 Oct 2023 19:45:04 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/332194/logs/events.1.1.log subtask name aarch64 armh i586 ppc64le x86_64 #100 zlib-ng failed 1:07 37 58 36 2023-Oct-19 19:43:52 :: task #332194 for sisyphus started by nenderus: 2023-Oct-19 19:43:52 :: message: New version 2.1.4. #100 build 2.1.4-alt1 from /people/nenderus/packages/zlib-ng.git fetched at 2023-Oct-19 19:43:51 2023-Oct-19 19:43:54 :: [i586] #100 zlib-ng.git 2.1.4-alt1: build start 2023-Oct-19 19:43:54 :: [armh] #100 zlib-ng.git 2.1.4-alt1: build start 2023-Oct-19 19:43:54 :: [aarch64] #100 zlib-ng.git 2.1.4-alt1: build start 2023-Oct-19 19:43:54 :: [x86_64] #100 zlib-ng.git 2.1.4-alt1: build start 2023-Oct-19 19:43:54 :: [ppc64le] #100 zlib-ng.git 2.1.4-alt1: build start [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c: In function 'slide_hash_chain': [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:13:16: error: unknown type name 'uint16x2_t' [aarch64] 13 | Z_REGISTER uint16x2_t v; [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:14:5: error: unknown type name 'uint16x2_t'; did you mean 'uint16_t'? [aarch64] 14 | uint16x2_t p0, p1, p2, p3; [aarch64] | uint16_t [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:23:24: error: 'uint16x2_t' undeclared (first use in this function); did you mean 'uint16_t'? [aarch64] 23 | n = size / (sizeof(uint16x2_t) * 4); [aarch64] -- [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:23:24: note: each undeclared identifier is reported only once for each function it appears in [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:25:22: error: expected ')' before 'uint16x2_t' [aarch64] 25 | p0 = *((const uint16x2_t *)(table)); [aarch64] -- [aarch64] 25 | p0 = *((const uint16x2_t *)(table)); [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:25:14: error: invalid type argument of unary '*' (have 'int') [aarch64] 25 | p0 = *((const uint16x2_t *)(table)); [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:26:22: error: expected ')' before 'uint16x2_t' [aarch64] 26 | p1 = *((const uint16x2_t *)(table+2)); [aarch64] -- [aarch64] 26 | p1 = *((const uint16x2_t *)(table+2)); [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:26:14: error: invalid type argument of unary '*' (have 'int') [aarch64] 26 | p1 = *((const uint16x2_t *)(table+2)); [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:27:22: error: expected ')' before 'uint16x2_t' [aarch64] 27 | p2 = *((const uint16x2_t *)(table+4)); [aarch64] -- [aarch64] 27 | p2 = *((const uint16x2_t *)(table+4)); [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:27:14: error: invalid type argument of unary '*' (have 'int') [aarch64] 27 | p2 = *((const uint16x2_t *)(table+4)); [aarch64] /usr/src/RPM/BUILD/zlib-ng-2.1.4/arch/arm/slide_hash_armv6.c:28:22: error: expected ')' before 'uint16x2_t' [aarch64] 28 | p3 = *((const uint16x2_t *)(table+6)); 2023-Oct-19 19:44:28 :: [aarch64] zlib-ng.git 2.1.4-alt1: remote: build failed 2023-Oct-19 19:44:28 :: [aarch64] #100 zlib-ng.git 2.1.4-alt1: build FAILED 2023-Oct-19 19:44:28 :: [aarch64] requesting cancellation of task processing 2023-Oct-19 19:44:30 :: [x86_64] #100 zlib-ng.git 2.1.4-alt1: build OK 2023-Oct-19 19:44:31 :: [i586] #100 zlib-ng.git 2.1.4-alt1: build OK 2023-Oct-19 19:44:52 :: [ppc64le] #100 zlib-ng.git 2.1.4-alt1: build OK 2023-Oct-19 19:45:01 :: [armh] #100 zlib-ng.git 2.1.4-alt1: build OK 2023-Oct-19 19:44:28 :: [aarch64] build FAILED 2023-Oct-19 19:45:01 :: task #332194 for sisyphus FAILED