[#376590] [test-only] FAILED (try 3) musl.git=1.2.5-alt4
Girar awaiter (vt)
girar-builder at altlinux.org
Sun Mar 2 18:49:59 MSK 2025
https://git.altlinux.org/tasks/376590/logs/events.3.1.log
https://packages.altlinux.org/tasks/376590
subtask name aarch64 i586 ppc64le x86_64
#300 musl 1:10 52 1:22 51
2025-Mar-02 15:45:06 :: test-only task #376590 for sisyphus resumed by vt:
#100 removed
#200 removed
#300 build 1.2.5-alt4 from /people/vt/packages/musl.git fetched at 2025-Mar-02 15:45:04
2025-Mar-02 15:45:08 :: [i586] #300 musl.git 1.2.5-alt4: build start
2025-Mar-02 15:45:08 :: [x86_64] #300 musl.git 1.2.5-alt4: build start
2025-Mar-02 15:45:08 :: [aarch64] #300 musl.git 1.2.5-alt4: build start
2025-Mar-02 15:45:08 :: [ppc64le] #300 musl.git 1.2.5-alt4: build start
2025-Mar-02 15:45:59 :: [x86_64] #300 musl.git 1.2.5-alt4: build OK
2025-Mar-02 15:46:00 :: [i586] #300 musl.git 1.2.5-alt4: build OK
2025-Mar-02 15:46:18 :: [aarch64] #300 musl.git 1.2.5-alt4: build OK
2025-Mar-02 15:46:30 :: [ppc64le] #300 musl.git 1.2.5-alt4: build OK
2025-Mar-02 15:46:55 :: #300: musl.git 1.2.5-alt4: build check OK
2025-Mar-02 15:46:57 :: build check OK
2025-Mar-02 15:47:04 :: noarch check OK
2025-Mar-02 15:47:06 :: plan: src +1 -1 =19892, aarch64 +5 -5 =34533, i586 +5 -5 =33436, noarch +1 -1 =21051, ppc64le +5 -5 =33044, x86_64 +5 -5 =35341
#300 musl 1.2.5-alt3 -> 1.2.5-alt4
Sun Mar 02 2025 Vitaly Chikunov <vt at altlinux> 1.2.5-alt4
- Fix stat(2) call for old glibc (for backport to p10).
2025-Mar-02 15:47:51 :: patched apt indices
2025-Mar-02 15:48:02 :: created next repo
2025-Mar-02 15:48:11 :: duplicate provides check OK
2025-Mar-02 15:48:50 :: dependencies check OK
2025-Mar-02 15:49:20 :: [x86_64 i586 aarch64 ppc64le] ELF symbols check OK
x86_64: musl-checkinstall=1.2.5-alt4 install failed:
<13>Mar 2 15:49:42 rpmi: musl-checkinstall-1.2.5-alt4 sisyphus+376590.300.3.1 1740930353 installed
+ unset LD_PRELOAD LD_LIBRARY_PATH
++ mktemp -d
+ T=/tmp/tmp.uuLZjlld15
+ cd /tmp/tmp.uuLZjlld15
+ tee hello.c
#include <fts.h>
#include <sys/stat.h>
#include <stdio.h>
int main() {
printf("main = 0x%p\n", main);
struct stat sb;
if (stat("/", &sb)) return 2;
char *path_argv[] = {"/", NULL};
FTS *fts = fts_open(path_argv, 0, NULL);
return fts_close(fts);
}
+ musl-gcc hello.c -static
x86_64-alt-linux-gcc: fatal error: specs file malformed after 448 characters
compilation terminated.
error: %post(musl-checkinstall-1.2.5-alt4.noarch) scriptlet failed, exit status 1
error: musl-checkinstall-1.2.5-alt4.noarch: install failed
hsh-install: Packages installation failed.
2025-Mar-02 15:49:42 :: [x86_64] #300 musl-checkinstall: install check FAILED
2025-Mar-02 15:49:42 :: [x86_64] requesting cancellation of task processing
2025-Mar-02 15:49:42 :: [x86_64] #300 musl-devel: install check CANCELLED
2025-Mar-02 15:49:48 :: [i586] #300 musl-checkinstall: install check OK
2025-Mar-02 15:49:48 :: [i586] #300 musl-devel: install check CANCELLED
aarch64: musl-checkinstall=1.2.5-alt4 install failed:
<13>Mar 2 15:49:54 rpmi: musl-checkinstall-1.2.5-alt4 sisyphus+376590.300.3.1 1740930353 installed
+ unset LD_PRELOAD LD_LIBRARY_PATH
++ mktemp -d
+ T=/tmp/tmp.fGQXAMAaWn
+ cd /tmp/tmp.fGQXAMAaWn
+ tee hello.c
#include <fts.h>
#include <sys/stat.h>
#include <stdio.h>
int main() {
printf("main = 0x%p\n", main);
struct stat sb;
if (stat("/", &sb)) return 2;
char *path_argv[] = {"/", NULL};
FTS *fts = fts_open(path_argv, 0, NULL);
return fts_close(fts);
}
+ musl-gcc hello.c -static
aarch64-alt-linux-gcc: fatal error: specs file malformed after 448 characters
compilation terminated.
error: %post(musl-checkinstall-1.2.5-alt4.noarch) scriptlet failed, exit status 1
error: musl-checkinstall-1.2.5-alt4.noarch: install failed
hsh-install: Packages installation failed.
2025-Mar-02 15:49:54 :: [aarch64] #300 musl-checkinstall: install check FAILED
2025-Mar-02 15:49:54 :: [aarch64] #300 musl-devel: install check CANCELLED
ppc64le: musl-checkinstall=1.2.5-alt4 install failed:
<13>Mar 2 15:49:58 rpmi: musl-checkinstall-1.2.5-alt4 sisyphus+376590.300.3.1 1740930353 installed
+ unset LD_PRELOAD LD_LIBRARY_PATH
++ mktemp -d
+ T=/tmp/tmp.cAiAiXy2R9
+ cd /tmp/tmp.cAiAiXy2R9
+ tee hello.c
#include <fts.h>
#include <sys/stat.h>
#include <stdio.h>
int main() {
printf("main = 0x%p\n", main);
struct stat sb;
if (stat("/", &sb)) return 2;
char *path_argv[] = {"/", NULL};
FTS *fts = fts_open(path_argv, 0, NULL);
return fts_close(fts);
}
+ musl-gcc hello.c -static
ppc64le-alt-linux-gcc: fatal error: specs file malformed after 448 characters
compilation terminated.
error: %post(musl-checkinstall-1.2.5-alt4.noarch) scriptlet failed, exit status 1
error: musl-checkinstall-1.2.5-alt4.noarch: install failed
hsh-install: Packages installation failed.
2025-Mar-02 15:49:58 :: [ppc64le] #300 musl-checkinstall: install check FAILED
2025-Mar-02 15:49:58 :: [ppc64le] #300 musl-devel: install check CANCELLED
2025-Mar-02 15:49:43 :: [x86_64] install check FAILED
2025-Mar-02 15:49:48 :: [i586] install check FAILED
2025-Mar-02 15:49:55 :: [aarch64] install check FAILED
2025-Mar-02 15:49:59 :: [ppc64le] install check FAILED
2025-Mar-02 15:49:59 :: task #376590 for sisyphus FAILED
More information about the Sisyphus-incominger
mailing list