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: Fri, 19 Mar 2021 16:00:38 +0000 From: "Girar awaiter (shaba)" To: Alexey Shabalin Subject: [#268073] [test-only] FAILED gf-complete.git=1.0.2-alt1.gita6862d jerasure.git=2.0-alt1.gitde1739 ... 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: 268073 X-girar-task-owner: shaba X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: http://git.altlinux.org/tasks/268073/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#268073] [test-only] FAILED gf-complete.git=1.0.2-alt1.gita6862d jerasure.git=2.0-alt1.gitde1739 vitastor.git=0.5.10-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: shaba@altlinux.org List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2021 16:00:40 -0000 Archived-At: List-Archive: http://git.altlinux.org/tasks/268073/logs/events.1.1.log subtask name aarch64 armh i586 ppc64le x86_64 #100 gf-complete 59 1:31 failed 1:07 48 2021-Mar-19 15:59:06 :: test-only task #268073 for sisyphus started by shaba: #100 build 1.0.2-alt1.gita6862d from /people/shaba/packages/gf-complete.git fetched at 2021-Mar-19 15:56:58 #200 build 2.0-alt1.gitde1739 from /people/shaba/packages/jerasure.git fetched at 2021-Mar-19 15:57:19 #300 build 0.5.10-alt1 from /people/shaba/packages/vitastor.git fetched at 2021-Mar-19 15:58:36 2021-Mar-19 15:59:06 :: created build repo 2021-Mar-19 15:59:07 :: [x86_64] #100 gf-complete.git 1.0.2-alt1.gita6862d: build start 2021-Mar-19 15:59:07 :: [ppc64le] #100 gf-complete.git 1.0.2-alt1.gita6862d: build start 2021-Mar-19 15:59:07 :: [armh] #100 gf-complete.git 1.0.2-alt1.gita6862d: build start 2021-Mar-19 15:59:07 :: [i586] #100 gf-complete.git 1.0.2-alt1.gita6862d: build start 2021-Mar-19 15:59:07 :: [aarch64] #100 gf-complete.git 1.0.2-alt1.gita6862d: build start [i586] 1303 | _mm_xor_si128 (__m128i __A, __m128i __B) [i586] gf_w128.c:323:47: error: incompatible type for argument 2 of '_mm_xor_si128' [i586] 323 | a = _mm_xor_si128 (_mm_srli_si128 (e, 8), _mm_insert_epi64 (d, 0, 1)); [i586] -- [i586] 1303 | _mm_xor_si128 (__m128i __A, __m128i __B) [i586] gf_w128.c:326:47: error: incompatible type for argument 2 of '_mm_xor_si128' [i586] 326 | a = _mm_xor_si128 (_mm_slli_si128 (e, 8), _mm_insert_epi64 (c, 0, 0)); [i586] -- [i586] 1303 | _mm_xor_si128 (__m128i __A, __m128i __B) [i586] gf_w128.c:328:39: error: incompatible type for argument 2 of '_mm_xor_si128' [i586] 328 | result1 = _mm_xor_si128 (result1, _mm_insert_epi64 (c, 0, 1)); [i586] -- [i586] 1303 | _mm_xor_si128 (__m128i __A, __m128i __B) [i586] gf_w128.c:336:9: error: incompatible types when assigning to type '__m128i' from type 'int' [i586] 336 | a = _mm_insert_epi64 (result0, 0, 1); [i586] gf_w128.c: In function 'gf_w128_sse_bytwo_p_multiply': [i586] gf_w128.c:393:7: error: incompatible types when assigning to type '__m128i' from type 'int' [i586] 393 | a = _mm_insert_epi64(prod, a128[1], 0x0); [i586] gf_w128.c:394:7: error: incompatible types when assigning to type '__m128i' from type 'int' [i586] 394 | a = _mm_insert_epi64(a, a128[0], 0x1); [i586] gf_w128.c:395:7: error: incompatible types when assigning to type '__m128i' from type 'int' [i586] 395 | b = _mm_insert_epi64(prod, b128[1], 0x0); [i586] gf_w128.c:396:7: error: incompatible types when assigning to type '__m128i' from type 'int' [i586] 396 | b = _mm_insert_epi64(b, b128[0], 0x1); [i586] gf_w128.c: In function 'gf_w128_sse_bytwo_b_multiply': [i586] gf_w128.c:447:11: error: incompatible types when assigning to type '__m128i' from type 'int' [i586] 447 | lmask = _mm_insert_epi64(c, 1ULL << 63, 0); [i586] gf_w128.c:448:11: error: incompatible types when assigning to type '__m128i' from type 'int' [i586] 448 | hmask = _mm_insert_epi64(c, 1ULL << 63, 1); 2021-Mar-19 15:59:35 :: [i586] gf-complete.git 1.0.2-alt1.gita6862d: remote: build failed 2021-Mar-19 15:59:35 :: [i586] #100 gf-complete.git 1.0.2-alt1.gita6862d: build FAILED 2021-Mar-19 15:59:36 :: [i586] requesting cancellation of task processing 2021-Mar-19 15:59:55 :: [x86_64] #100 gf-complete.git 1.0.2-alt1.gita6862d: build OK 2021-Mar-19 15:59:55 :: [x86_64] task processing CANCELLED 2021-Mar-19 16:00:06 :: [aarch64] #100 gf-complete.git 1.0.2-alt1.gita6862d: build OK 2021-Mar-19 16:00:06 :: [aarch64] task processing CANCELLED 2021-Mar-19 16:00:14 :: [ppc64le] #100 gf-complete.git 1.0.2-alt1.gita6862d: build OK 2021-Mar-19 16:00:14 :: [ppc64le] task processing CANCELLED 2021-Mar-19 16:00:38 :: [armh] #100 gf-complete.git 1.0.2-alt1.gita6862d: build OK 2021-Mar-19 16:00:38 :: [armh] task processing CANCELLED 2021-Mar-19 15:59:36 :: [i586] build FAILED 2021-Mar-19 15:59:55 :: [x86_64] build FAILED 2021-Mar-19 16:00:06 :: [aarch64] build FAILED 2021-Mar-19 16:00:14 :: [ppc64le] build FAILED 2021-Mar-19 16:00:38 :: [armh] build FAILED 2021-Mar-19 16:00:38 :: task #268073 for sisyphus FAILED