ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
From: "Girar awaiter (vt)" <girar-builder@altlinux.org>
To: Vitaly Chikunov <vt@altlinux.org>
Cc: sisyphus-incominger@lists.altlinux.org,
	girar-builder-sisyphus@altlinux.org
Subject: [#326524] [test-only] FAILED (try 11) musl.git=1.2.4-alt1
Date: Sun, 6 Aug 2023 09:24:22 +0000
Message-ID: <girar.task.326524.11.1@gyle.mskdc.altlinux.org> (raw)
In-Reply-To: <girar.task.326524.1.1@gyle.mskdc.altlinux.org>

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 <fts.h>
 #include <stdio.h>
 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 <fts.h>
 #include <stdio.h>
 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 <fts.h>
 #include <stdio.h>
 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


  parent reply	other threads:[~2023-08-06  9:24 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-05  9:42 [#326524] [test-only] FAILED musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-05  9:49 ` [#326524] [test-only] FAILED (try 2) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-05  9:53 ` [#326524] [test-only] FAILED (try 3) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-05 10:01 ` [#326524] [test-only] FAILED (try 4) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-05 10:34 ` [#326524] TESTED (try 5) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-05 13:03 ` [#326524] TESTED (try 6) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-05 13:40 ` [#326524] TESTED (try 7) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-05 14:54 ` [#326524] TESTED (try 8) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-06  2:02 ` [#326524] [test-only] FAILED (try 9) musl.git=1.2.4-alt1 musl-fts.git=1.2.7-alt1 Girar awaiter (vt)
2023-08-06  6:05 ` [#326524] [test-only] FAILED (try 10) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-06  9:24 ` Girar awaiter (vt) [this message]
2023-08-06 11:34 ` [#326524] [test-only] FAILED (try 12) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-06 12:21 ` [#326524] TESTED (try 13) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-07  1:31 ` [#326524] TESTED (try 14) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-07  2:09 ` [#326524] TESTED (try 15) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-08  7:49 ` [#326524] TESTED (try 16) musl.git=1.2.4-alt1 Girar awaiter (vt)
2023-08-08  8:03 ` [#326524] [test-only] FAILED (try 17) musl.git=1.2.4-alt1 toybox.git=0.8.10-alt1 Girar awaiter (vt)
2023-08-10  6:30 ` [#326524] TESTED (try 18) " Girar awaiter (vt)
2023-08-10  7:39 ` [#326524] [test-only] FAILED (try 19) " Girar awaiter (vt)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=girar.task.326524.11.1@gyle.mskdc.altlinux.org \
    --to=girar-builder@altlinux.org \
    --cc=devel@lists.altlinux.org \
    --cc=girar-builder-sisyphus@altlinux.org \
    --cc=sisyphus-incominger@lists.altlinux.org \
    --cc=vt@altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Girar Builder robot reports

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
		sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
	public-inbox-index sisyphus-incominger

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git