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: Sun, 6 Aug 2023 09:24:22 +0000 From: "Girar awaiter (vt)" To: Vitaly Chikunov Subject: [#326524] [test-only] FAILED (try 11) musl.git=1.2.4-alt1 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: 326524 X-girar-task-owner: vt X-girar-task-repo: sisyphus X-girar-task-try: 11 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/326524/ X-girar-task-log: logs/events.11.1.log X-girar-task-summary: [#326524] [test-only] FAILED (try 11) musl.git=1.2.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: Sun, 06 Aug 2023 09:24:25 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/326524/logs/events.11.1.log subtask name aarch64 armh i586 ppc64le x86_64 #1400 musl 1:08 1:37 45 1:18 48 2023-Aug-06 09:18:47 :: test-only task #326524 for sisyphus resumed by vt: #100 removed #200 removed #300 removed #400 removed #500 removed #600 removed #700 removed #1000 removed #1100 removed #1200 removed #1300 removed #1400 build 1.2.4-alt1 from /people/vt/packages/musl.git fetched at 2023-Aug-06 09:18:45 2023-Aug-06 09:18:49 :: [armh] #1400 musl.git 1.2.4-alt1: build start 2023-Aug-06 09:18:49 :: [x86_64] #1400 musl.git 1.2.4-alt1: build start 2023-Aug-06 09:18:49 :: [ppc64le] #1400 musl.git 1.2.4-alt1: build start 2023-Aug-06 09:18:49 :: [aarch64] #1400 musl.git 1.2.4-alt1: build start 2023-Aug-06 09:18:49 :: [i586] #1400 musl.git 1.2.4-alt1: build start 2023-Aug-06 09:19:34 :: [i586] #1400 musl.git 1.2.4-alt1: build OK 2023-Aug-06 09:19:37 :: [x86_64] #1400 musl.git 1.2.4-alt1: build OK 2023-Aug-06 09:19:57 :: [aarch64] #1400 musl.git 1.2.4-alt1: build OK 2023-Aug-06 09:20:07 :: [ppc64le] #1400 musl.git 1.2.4-alt1: build OK 2023-Aug-06 09:20:26 :: [armh] #1400 musl.git 1.2.4-alt1: build OK 2023-Aug-06 09:20:55 :: #1400: musl.git 1.2.4-alt1: build check OK 2023-Aug-06 09:20:57 :: build check OK 2023-Aug-06 09:21:06 :: noarch check OK 2023-Aug-06 09:21:08 :: plan: src +1 -0 =18572, aarch64 +5 -0 =31766, armh +5 -0 =29617, i586 +5 -0 =31673, noarch +1 -0 =19239, ppc64le +5 -0 =31129, x86_64 +5 -0 =32699 2023-Aug-06 09:21:08 :: musl: fixes vulnerabilities: CVE-2015-1817 CVE-2017-15650 CVE-2019-14697 CVE-2020-28928 2023-Aug-06 09:21:55 :: patched apt indices 2023-Aug-06 09:22:07 :: created next repo 2023-Aug-06 09:22:15 :: duplicate provides check OK 2023-Aug-06 09:22:50 :: dependencies check OK 2023-Aug-06 09:23:13 :: [x86_64 i586 aarch64 ppc64le armh] ELF symbols check OK 2023-Aug-06 09:23:26 :: [i586] #1400 musl: install check OK 2023-Aug-06 09:23:26 :: [x86_64] #1400 musl: install check OK 2023-Aug-06 09:23:33 :: [aarch64] #1400 musl: install check OK 2023-Aug-06 09:23:35 :: [ppc64le] #1400 musl: install check OK 2023-Aug-06 09:23:43 :: [armh] #1400 musl: install check OK 2023-Aug-06 09:23:44 :: [i586] #1400 musl-checkinstall: install check OK 2023-Aug-06 09:23:44 :: [x86_64] #1400 musl-checkinstall: install check OK 2023-Aug-06 09:23:50 :: [i586] #1400 musl-debuginfo: install check OK 2023-Aug-06 09:23:51 :: [x86_64] #1400 musl-debuginfo: install check OK 2023-Aug-06 09:23:56 :: [i586] #1400 musl-devel: install check OK 2023-Aug-06 09:23:58 :: [x86_64] #1400 musl-devel: install check OK aarch64: musl-checkinstall=1.2.4-alt1 install failed: + unset LD_PRELOAD LD_LIBRARY_PATH + cd /tmp + tee hello.c #include #include int main() { printf("main = 0x%p\n", main); char *path_argv[] = {"/", NULL}; FTS *fts = fts_open(path_argv, 0, NULL); return fts_close(fts); } + set +x + musl-gcc hello.c + ./a.out main = 0x0xaaaac4610744 + ./a.out main = 0x0xaaaabb060744 + musl-gcc hello.c -pie + ./a.out main = 0x0xaaaab89d0744 + ./a.out main = 0x0xaaaacb560744 + musl-gcc hello.c -no-pie + ./a.out main = 0x0x4006b4 + ./a.out main = 0x0x4006b4 + musl-gcc hello.c -static + ./a.out main = 0x0x400264 + ./a.out main = 0x0x400264 + musl-gcc hello.c -static -pie + ./a.out main = 0x0x400264 + ./a.out main = 0x0x400264 + musl-gcc hello.c -static -no-pie + ./a.out main = 0x0x400264 + ./a.out main = 0x0x400264 + musl-gcc hello.c -shared -pie + ./a.out main = 0x0xaaaae8ee0744 + ./a.out main = 0x0xaaaab5e30744 + musl-gcc hello.c -shared -no-pie + ./a.out main = 0x0x4006b4 + ./a.out main = 0x0x4006b4 + musl-clang hello.c + ./a.out main = 0x0xaaaab15a0794 + ./a.out main = 0x0xaaaae4540794 + musl-clang hello.c -pie + ./a.out main = 0x0xaaaabada0794 + ./a.out main = 0x0xaaaae4da0794 + musl-clang hello.c -no-pie + ./a.out main = 0x0x400684 + ./a.out main = 0x0x400684 + musl-clang hello.c -static ld: /usr/lib64/musl/lib/libc.a(vfprintf.lo): in function `pop_arg': /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:128: undefined reference to `__extenddftf2' ld: /usr/lib64/musl/lib/libc.a(vfprintf.lo): in function `fmt_fp': /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:210: undefined reference to `__addtf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:211: undefined reference to `__netf2' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:268: undefined reference to `__multf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:274: undefined reference to `__fixunstfsi' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:275: undefined reference to `__floatunsitf' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:275: undefined reference to `__subtf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:275: undefined reference to `__multf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:276: undefined reference to `__netf2' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:331: undefined reference to `__addtf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:331: undefined reference to `__netf2' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:202: undefined reference to `__netf2' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:202: undefined reference to `__netf2' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:225: undefined reference to `__multf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:232: undefined reference to `__addtf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:233: undefined reference to `__subtf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:248: undefined reference to `__netf2' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:244: undefined reference to `__fixtfsi' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:246: undefined reference to `__floatsitf' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:246: undefined reference to `__subtf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:246: undefined reference to `__multf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:247: undefined reference to `__netf2' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:228: undefined reference to `__subtf3' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:229: undefined reference to `__addtf3' ld: /usr/lib64/musl/lib/libc.a(frexpl.lo): in function `frexpl': /usr/src/RPM/BUILD/musl-1.2.4/src/math/frexpl.c:15: undefined reference to `__netf2' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/math/frexpl.c:16: undefined reference to `__multf3' clang: error: linker command failed with exit code 1 (use -v to see invocation) error: %prein(musl-checkinstall-1.2.4-alt1.noarch) scriptlet failed, exit status 1 error: musl-checkinstall-1.2.4-alt1.noarch: install failed hsh-install: Packages installation failed. 2023-Aug-06 09:23:58 :: [aarch64] #1400 musl-checkinstall: install check FAILED 2023-Aug-06 09:23:58 :: [aarch64] requesting cancellation of task processing 2023-Aug-06 09:23:58 :: [aarch64] #1400 musl-debuginfo: install check CANCELLED ppc64le: musl-checkinstall=1.2.4-alt1 install failed: + unset LD_PRELOAD LD_LIBRARY_PATH + cd /tmp + tee hello.c #include #include int main() { printf("main = 0x%p\n", main); char *path_argv[] = {"/", NULL}; FTS *fts = fts_open(path_argv, 0, NULL); return fts_close(fts); } + set +x + musl-gcc hello.c + ./a.out main = 0x0x138b107dc + ./a.out main = 0x0x124b507dc + musl-gcc hello.c -pie + ./a.out main = 0x0x115db07dc + ./a.out main = 0x0x1252907dc + musl-gcc hello.c -no-pie + ./a.out main = 0x0x1000077c + ./a.out main = 0x0x1000077c + musl-gcc hello.c -static + ./a.out main = 0x0x1000038c + ./a.out main = 0x0x1000038c + musl-gcc hello.c -static -pie + ./a.out main = 0x0x1000038c + ./a.out main = 0x0x1000038c + musl-gcc hello.c -static -no-pie + ./a.out main = 0x0x1000038c + ./a.out main = 0x0x1000038c + musl-gcc hello.c -shared -pie + ./a.out main = 0x0x132bf07dc + ./a.out main = 0x0x1311f07dc + musl-gcc hello.c -shared -no-pie + ./a.out main = 0x0x1000077c + ./a.out main = 0x0x1000077c + musl-clang hello.c + ./a.out /root/tmp/rpm-tmp.pGwGid: line 23: 4142970 Segmentation fault ./a.out error: %prein(musl-checkinstall-1.2.4-alt1.noarch) scriptlet failed, exit status 139 error: musl-checkinstall-1.2.4-alt1.noarch: install failed hsh-install: Packages installation failed. 2023-Aug-06 09:24:03 :: [ppc64le] #1400 musl-checkinstall: install check FAILED 2023-Aug-06 09:24:03 :: [ppc64le] #1400 musl-debuginfo: install check CANCELLED 2023-Aug-06 09:24:07 :: [i586] #1400 musl-devel-static: install check OK 2023-Aug-06 09:24:07 :: [i586] #1400 rpm-macros-musl: install check CANCELLED 2023-Aug-06 09:24:08 :: [x86_64] #1400 musl-devel-static: install check OK 2023-Aug-06 09:24:08 :: [x86_64] #1400 rpm-macros-musl: install check CANCELLED armh: musl-checkinstall=1.2.4-alt1 install failed: + unset LD_PRELOAD LD_LIBRARY_PATH + cd /tmp + tee hello.c #include #include int main() { printf("main = 0x%p\n", main); char *path_argv[] = {"/", NULL}; FTS *fts = fts_open(path_argv, 0, NULL); return fts_close(fts); } + set +x + musl-gcc hello.c + ./a.out main = 0x0x46e4f0 + ./a.out main = 0x0xa984f0 + musl-gcc hello.c -pie + ./a.out main = 0x0x7204f0 + ./a.out main = 0x0x8c34f0 + musl-gcc hello.c -no-pie + ./a.out main = 0x0x104d8 + ./a.out main = 0x0x104d8 + musl-gcc hello.c -static + ./a.out main = 0x0x10228 + ./a.out main = 0x0x10228 + musl-gcc hello.c -static -pie + ./a.out main = 0x0x10228 + ./a.out main = 0x0x10228 + musl-gcc hello.c -static -no-pie + ./a.out main = 0x0x10228 + ./a.out main = 0x0x10228 + musl-gcc hello.c -shared -pie + ./a.out main = 0x0x8b64f0 + ./a.out main = 0x0xb604f0 + musl-gcc hello.c -shared -no-pie + ./a.out main = 0x0x104d8 + ./a.out main = 0x0x104d8 + musl-clang hello.c + ./a.out main = 0x0x93c4fc + ./a.out main = 0x0x6534fc + musl-clang hello.c -pie + ./a.out main = 0x0x9574fc + ./a.out main = 0x0x5b74fc + musl-clang hello.c -no-pie + ./a.out main = 0x0x1040c + ./a.out main = 0x0x1040c + musl-clang hello.c -static ld: /usr/lib/musl/lib/libc.a(malloc.lo): in function `alloc_group': /usr/src/RPM/BUILD/musl-1.2.4/src/malloc/mallocng/malloc.c:256: undefined reference to `__aeabi_uidiv' ld: /usr/lib/musl/lib/libc.a(vfprintf.lo): in function `fmt_fp': /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:282: undefined reference to `__aeabi_uldivmod' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:318: undefined reference to `__aeabi_uidivmod' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:356: undefined reference to `__aeabi_uidivmod' ld: /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/vfprintf.c:356: undefined reference to `__aeabi_uidivmod' ld: /usr/lib/musl/lib/libc.a(fwrite.lo): in function `fwrite': /usr/src/RPM/BUILD/musl-1.2.4/src/stdio/fwrite.c:35: undefined reference to `__aeabi_uidiv' clang: error: linker command failed with exit code 1 (use -v to see invocation) error: %prein(musl-checkinstall-1.2.4-alt1.noarch) scriptlet failed, exit status 1 error: musl-checkinstall-1.2.4-alt1.noarch: install failed hsh-install: Packages installation failed. 2023-Aug-06 09:24:20 :: [armh] #1400 musl-checkinstall: install check FAILED 2023-Aug-06 09:24:20 :: [armh] #1400 musl-debuginfo: install check CANCELLED 2023-Aug-06 09:23:59 :: [aarch64] install check FAILED 2023-Aug-06 09:24:03 :: [ppc64le] install check FAILED 2023-Aug-06 09:24:07 :: [i586] install check FAILED 2023-Aug-06 09:24:09 :: [x86_64] install check FAILED 2023-Aug-06 09:24:22 :: [armh] install check FAILED 2023-Aug-06 09:24:22 :: task #326524 for sisyphus FAILED