ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#419349] [test-only] FAILED libdesock.git=2.0-alt1
@ 2026-05-27 11:51 Girar awaiter (sovtouch)
  2026-05-27 12:01 ` [#419349] [test-only] FAILED (try 2) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Girar awaiter (sovtouch) @ 2026-05-27 11:51 UTC (permalink / raw)
  To: Timofei Fedotov; +Cc: sisyphus-incominger, girar-builder-sisyphus

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 9821 bytes --]

https://git.altlinux.org/tasks/419349/logs/events.1.1.log
https://packages.altlinux.org/tasks/419349

subtask  name       aarch64    i586  x86_64
   #100  libdesock   failed  failed      35

2026-May-27 11:51:01 :: test-only task #419349 for sisyphus started by sovtouch:
#100 build 2.0-alt1 from /people/sovtouch/packages/libdesock.git fetched at 2026-May-27 11:50:43
2026-May-27 11:51:03 :: [aarch64] #100 libdesock.git 2.0-alt1: build start
2026-May-27 11:51:03 :: [i586] #100 libdesock.git 2.0-alt1: build start
2026-May-27 11:51:03 :: [x86_64] #100 libdesock.git 2.0-alt1: build start
[i586] [18/52] Compiling C object libdesock.so.2.0.p/src_accept.c.o
[i586] FAILED: [code=1] libdesock.so.2.0.p/src_accept.c.o 
[i586] cc -Ilibdesock.so.2.0.p -I. -I.. -I../src/include -I../src/include/arch/x86_64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="x86_64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib/ld-linux.so.2"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' '-D SHARED' -flto -MD -MQ libdesock.so.2.0.p/src_accept.c.o -MF libdesock.so.2.0.p/src_accept.c.o.d -o libdesock.so.2.0.p/src_accept.c.o -c ../src/accept.c
[i586] --
[i586]     inlined from ‘accept4’ at ../src/accept.c:21:18:
[i586] ../src/include/arch/x86_64/syscall_arch.h:14:9: error: the register ‘r11’ cannot be clobbered in ‘asm’ for the current target
[i586]    14 |         __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1) : "rcx", "r11", "memory");
[i586] --
[i586]     inlined from ‘accept’ at ../src/accept.c:44:12:
[i586] ../src/include/arch/x86_64/syscall_arch.h:14:9: error: the register ‘r11’ cannot be clobbered in ‘asm’ for the current target
[i586]    14 |         __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1) : "rcx", "r11", "memory");
[i586] [19/52] Compiling C object libdesock.so.2.0.p/src_socket.c.o
[i586] FAILED: [code=1] libdesock.so.2.0.p/src_socket.c.o 
[i586] cc -Ilibdesock.so.2.0.p -I. -I.. -I../src/include -I../src/include/arch/x86_64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -march=i586 -mtune=generic -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="x86_64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib/ld-linux.so.2"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' '-D SHARED' -flto -MD -MQ libdesock.so.2.0.p/src_socket.c.o -MF libdesock.so.2.0.p/src_socket.c.o.d -o libdesock.so.2.0.p/src_socket.c.o -c ../src/socket.c
[i586] --
[i586] ../src/include/arch/x86_64/syscall_arch.h: In function ‘socket’:
[i586] ../src/include/arch/x86_64/syscall_arch.h:56:23: error: the register specified for ‘*r10’ cannot be accessed by the current target
[i586]    56 |         register long r10 __asm__("r10") = a4;
[i586] ../src/include/arch/x86_64/syscall_arch.h:57:23: error: the register specified for ‘*r8’ cannot be accessed by the current target
[i586]    57 |         register long r8 __asm__("r8") = a5;
[i586] ../src/include/arch/x86_64/syscall_arch.h:58:23: error: the register specified for ‘*r9’ cannot be accessed by the current target
[i586]    58 |         register long r9 __asm__("r9") = a6;
[i586] ../src/include/arch/x86_64/syscall_arch.h:56:23: error: the register specified for ‘*r10’ cannot be accessed by the current target
[i586]    56 |         register long r10 __asm__("r10") = a4;
[i586] ../src/include/arch/x86_64/syscall_arch.h:57:23: error: the register specified for ‘*r8’ cannot be accessed by the current target
[i586]    57 |         register long r8 __asm__("r8") = a5;
[i586] ../src/include/arch/x86_64/syscall_arch.h:58:23: error: the register specified for ‘*r9’ cannot be accessed by the current target
[i586]    58 |         register long r9 __asm__("r9") = a6;
2026-May-27 11:51:13 :: [i586] libdesock.git 2.0-alt1: remote: build failed
2026-May-27 11:51:13 :: [i586] #100 libdesock.git 2.0-alt1: build FAILED
2026-May-27 11:51:13 :: [i586] requesting cancellation of task processing
[aarch64] [12/52] Compiling C object libdesock.so.2.0.p/src_socket.c.o
[aarch64] FAILED: [code=1] libdesock.so.2.0.p/src_socket.c.o 
[aarch64] cc -Ilibdesock.so.2.0.p -I. -I.. -I../src/include -I../src/include/arch/x86_64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="x86_64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib64/ld-linux-aarch64.so.1"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' '-D SHARED' -flto -MD -MQ libdesock.so.2.0.p/src_socket.c.o -MF libdesock.so.2.0.p/src_socket.c.o.d -o libdesock.so.2.0.p/src_socket.c.o -c ../src/socket.c
[aarch64] --
[aarch64]     inlined from ‘socket’ at ../src/socket.c:12:13:
[aarch64] ../src/include/arch/x86_64/syscall_arch.h:59:9: error: unknown register name ‘rcx’ in ‘asm’
[aarch64]    59 |         __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2),
[aarch64] --
[aarch64]     inlined from ‘socket’ at ../src/socket.c:15:13:
[aarch64] ../src/include/arch/x86_64/syscall_arch.h:59:9: error: unknown register name ‘rcx’ in ‘asm’
[aarch64]    59 |         __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2),
[aarch64] --
[aarch64]     inlined from ‘socket’ at ../src/socket.c:19:13:
[aarch64] ../src/include/arch/x86_64/syscall_arch.h:29:9: error: unknown register name ‘rcx’ in ‘asm’
[aarch64]    29 |         __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2),
[aarch64] --
[aarch64]     inlined from ‘socket’ at ../src/socket.c:21:13:
[aarch64] ../src/include/arch/x86_64/syscall_arch.h:29:9: error: unknown register name ‘rcx’ in ‘asm’
[aarch64]    29 |         __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2),
[aarch64] [13/52] Compiling C object libdesock.so.2.0.p/src_dup.c.o
[aarch64] FAILED: [code=1] libdesock.so.2.0.p/src_dup.c.o 
[aarch64] cc -Ilibdesock.so.2.0.p -I. -I.. -I../src/include -I../src/include/arch/x86_64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="x86_64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib64/ld-linux-aarch64.so.1"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' '-D SHARED' -flto -MD -MQ libdesock.so.2.0.p/src_dup.c.o -MF libdesock.so.2.0.p/src_dup.c.o.d -o libdesock.so.2.0.p/src_dup.c.o -c ../src/dup.c
[aarch64] --
[aarch64] ../src/dup.c: In function ‘dup2’:
[aarch64] ../src/dup.c:37:31: error: ‘SYS_dup2’ undeclared (first use in this function); did you mean ‘SYS_dup’?
[aarch64]    37 |         while ((r = __syscall(SYS_dup2, old, new)) == -EBUSY) ;
[aarch64] --
[aarch64] [15/52] Compiling C object libdesock.a.p/src_syscall.c.o
[aarch64] FAILED: [code=1] libdesock.a.p/src_syscall.c.o 
[aarch64] cc -Ilibdesock.a.p -I. -I.. -I../src/include -I../src/include/arch/x86_64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="x86_64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib64/ld-linux-aarch64.so.1"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' -MD -MQ libdesock.a.p/src_syscall.c.o -MF libdesock.a.p/src_syscall.c.o.d -o libdesock.a.p/src_syscall.c.o -c ../src/syscall.c
[aarch64] --
[aarch64]     inlined from ‘sccp’ at ../src/syscall.c:6:12:
[aarch64] ../src/include/arch/x86_64/syscall_arch.h:59:9: error: unknown register name ‘rcx’ in ‘asm’
[aarch64]    59 |         __asm__ __volatile__ ("syscall" : "=a"(ret) : "a"(n), "D"(a1), "S"(a2),
[aarch64] [16/52] Compiling C object libdesock.a.p/src_bind.c.o
[aarch64] FAILED: [code=1] libdesock.a.p/src_bind.c.o 
[aarch64] cc -Ilibdesock.a.p -I. -I.. -I../src/include -I../src/include/arch/x86_64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="x86_64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib64/ld-linux-aarch64.so.1"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' -MD -MQ libdesock.a.p/src_bind.c.o -MF libdesock.a.p/src_bind.c.o.d -o libdesock.a.p/src_bind.c.o -c ../src/bind.c
2026-May-27 11:51:28 :: [aarch64] libdesock.git 2.0-alt1: remote: build failed
2026-May-27 11:51:28 :: [aarch64] #100 libdesock.git 2.0-alt1: build FAILED
2026-May-27 11:51:38 :: [x86_64] #100 libdesock.git 2.0-alt1: build OK
2026-May-27 11:51:13 :: [i586] build FAILED
2026-May-27 11:51:28 :: [aarch64] build FAILED
2026-May-27 11:51:38 :: task #419349 for sisyphus FAILED


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [#419349] [test-only] FAILED (try 2) libdesock.git=2.0-alt1
  2026-05-27 11:51 [#419349] [test-only] FAILED libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
@ 2026-05-27 12:01 ` Girar awaiter (sovtouch)
  2026-05-27 12:03 ` [#419349] [test-only] FAILED (try 3) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Girar awaiter (sovtouch) @ 2026-05-27 12:01 UTC (permalink / raw)
  To: Timofei Fedotov; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/419349/logs/events.2.1.log
https://packages.altlinux.org/tasks/419349

subtask  name       aarch64  i586  x86_64
   #200  libdesock   failed     -  failed

2026-May-27 12:01:20 :: test-only task #419349 for sisyphus resumed by sovtouch:
#100 removed
#200 build 2.0-alt1 from /people/sovtouch/packages/libdesock.git fetched at 2026-May-27 12:01:13
2026-May-27 12:01:22 :: [i586] #200 libdesock.git 2.0-alt1: build start
2026-May-27 12:01:22 :: [x86_64] #200 libdesock.git 2.0-alt1: build start
2026-May-27 12:01:22 :: [aarch64] #200 libdesock.git 2.0-alt1: build start
2026-May-27 12:01:28 :: [i586] #200 libdesock.git 2.0-alt1: build SKIPPED
[x86_64]     mandir        : /usr/share/man
[x86_64]     optimization  : 2
[x86_64]     prefix        : /usr
[x86_64]     sbindir       : /usr/sbin
[x86_64]     sharedstatedir: /var/lib
[x86_64]     sysconfdir    : /etc
[x86_64]     wrap_mode     : nodownload
[x86_64] Found ninja-1.13.2 at /usr/bin/ninja
[x86_64] + -Ddesock_client=true -Ddesock_server=true -Dallow_dup_stdin=true
[x86_64] /usr/src/tmp/rpm-tmp.49421: line 157: -Ddesock_client=true: command not found
2026-May-27 12:01:33 :: [x86_64] libdesock.git 2.0-alt1: remote: build failed
2026-May-27 12:01:33 :: [x86_64] #200 libdesock.git 2.0-alt1: build FAILED
2026-May-27 12:01:33 :: [x86_64] requesting cancellation of task processing
[aarch64]     mandir        : /usr/share/man
[aarch64]     optimization  : 2
[aarch64]     prefix        : /usr
[aarch64]     sbindir       : /usr/sbin
[aarch64]     sharedstatedir: /var/lib
[aarch64]     sysconfdir    : /etc
[aarch64]     wrap_mode     : nodownload
[aarch64] Found ninja-1.13.2 at /usr/bin/ninja
[aarch64] + -Ddesock_client=true -Ddesock_server=true -Dallow_dup_stdin=true
[aarch64] /usr/src/tmp/rpm-tmp.89602: line 157: -Ddesock_client=true: command not found
2026-May-27 12:01:43 :: [aarch64] libdesock.git 2.0-alt1: remote: build failed
2026-May-27 12:01:43 :: [aarch64] #200 libdesock.git 2.0-alt1: build FAILED
2026-May-27 12:01:33 :: [x86_64] build FAILED
2026-May-27 12:01:43 :: [aarch64] build FAILED
2026-May-27 12:01:43 :: task #419349 for sisyphus FAILED


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [#419349] [test-only] FAILED (try 3) libdesock.git=2.0-alt1
  2026-05-27 11:51 [#419349] [test-only] FAILED libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
  2026-05-27 12:01 ` [#419349] [test-only] FAILED (try 2) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
@ 2026-05-27 12:03 ` Girar awaiter (sovtouch)
  2026-05-27 12:06 ` [#419349] [test-only] FAILED (try 4) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Girar awaiter (sovtouch) @ 2026-05-27 12:03 UTC (permalink / raw)
  To: Timofei Fedotov; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/419349/logs/events.3.1.log
https://packages.altlinux.org/tasks/419349

subtask  name       aarch64  i586  x86_64
   #300  libdesock   failed     -  failed

2026-May-27 12:03:11 :: test-only task #419349 for sisyphus resumed by sovtouch:
#100 removed
#200 removed
#300 build 2.0-alt1 from /people/sovtouch/packages/libdesock.git fetched at 2026-May-27 12:03:02
2026-May-27 12:03:14 :: [aarch64] #300 libdesock.git 2.0-alt1: build start
2026-May-27 12:03:14 :: [x86_64] #300 libdesock.git 2.0-alt1: build start
2026-May-27 12:03:14 :: [i586] #300 libdesock.git 2.0-alt1: build start
2026-May-27 12:03:20 :: [i586] #300 libdesock.git 2.0-alt1: build SKIPPED
[x86_64]     mandir        : /usr/share/man
[x86_64]     optimization  : 2
[x86_64]     prefix        : /usr
[x86_64]     sbindir       : /usr/sbin
[x86_64]     sharedstatedir: /var/lib
[x86_64]     sysconfdir    : /etc
[x86_64]     wrap_mode     : nodownload
[x86_64] Found ninja-1.13.2 at /usr/bin/ninja
[x86_64] + -Ddesock_client=true -Ddesock_server=true -Dallow_dup_stdin=true
[x86_64] /usr/src/tmp/rpm-tmp.45561: line 157: -Ddesock_client=true: command not found
2026-May-27 12:03:25 :: [x86_64] libdesock.git 2.0-alt1: remote: build failed
2026-May-27 12:03:25 :: [x86_64] #300 libdesock.git 2.0-alt1: build FAILED
2026-May-27 12:03:25 :: [x86_64] requesting cancellation of task processing
[aarch64]     mandir        : /usr/share/man
[aarch64]     optimization  : 2
[aarch64]     prefix        : /usr
[aarch64]     sbindir       : /usr/sbin
[aarch64]     sharedstatedir: /var/lib
[aarch64]     sysconfdir    : /etc
[aarch64]     wrap_mode     : nodownload
[aarch64] Found ninja-1.13.2 at /usr/bin/ninja
[aarch64] + -Ddesock_client=true -Ddesock_server=true -Dallow_dup_stdin=true
[aarch64] /usr/src/tmp/rpm-tmp.95962: line 157: -Ddesock_client=true: command not found
2026-May-27 12:03:39 :: [aarch64] libdesock.git 2.0-alt1: remote: build failed
2026-May-27 12:03:39 :: [aarch64] #300 libdesock.git 2.0-alt1: build FAILED
2026-May-27 12:03:25 :: [x86_64] build FAILED
2026-May-27 12:03:39 :: [aarch64] build FAILED
2026-May-27 12:03:39 :: task #419349 for sisyphus FAILED


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [#419349] [test-only] FAILED (try 4) libdesock.git=2.0-alt1
  2026-05-27 11:51 [#419349] [test-only] FAILED libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
  2026-05-27 12:01 ` [#419349] [test-only] FAILED (try 2) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
  2026-05-27 12:03 ` [#419349] [test-only] FAILED (try 3) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
@ 2026-05-27 12:06 ` Girar awaiter (sovtouch)
  2026-05-27 12:38 ` [#419349] [test-only] FAILED (try 5) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
  2026-05-29  5:12 ` [#419349] TESTED (try 6) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
  4 siblings, 0 replies; 6+ messages in thread
From: Girar awaiter (sovtouch) @ 2026-05-27 12:06 UTC (permalink / raw)
  To: Timofei Fedotov; +Cc: sisyphus-incominger, girar-builder-sisyphus

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 4476 bytes --]

https://git.altlinux.org/tasks/419349/logs/events.4.1.log
https://packages.altlinux.org/tasks/419349

subtask  name       aarch64  i586  x86_64
   #400  libdesock   failed     -      35

2026-May-27 12:05:45 :: test-only task #419349 for sisyphus resumed by sovtouch:
#100 removed
#200 removed
#300 removed
#400 build 2.0-alt1 from /people/sovtouch/packages/libdesock.git fetched at 2026-May-27 12:05:39
2026-May-27 12:05:47 :: [i586] #400 libdesock.git 2.0-alt1: build start
2026-May-27 12:05:47 :: [aarch64] #400 libdesock.git 2.0-alt1: build start
2026-May-27 12:05:47 :: [x86_64] #400 libdesock.git 2.0-alt1: build start
2026-May-27 12:05:53 :: [i586] #400 libdesock.git 2.0-alt1: build SKIPPED
[aarch64] [2/52] Compiling C object libdesock.so.2.0.p/src_dup.c.o
[aarch64] FAILED: [code=1] libdesock.so.2.0.p/src_dup.c.o 
[aarch64] cc -Ilibdesock.so.2.0.p -I. -I.. -I../src/include -I../src/include/arch/aarch64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="aarch64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib64/ld-linux-aarch64.so.1"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' '-D SHARED' -flto -MD -MQ libdesock.so.2.0.p/src_dup.c.o -MF libdesock.so.2.0.p/src_dup.c.o.d -o libdesock.so.2.0.p/src_dup.c.o -c ../src/dup.c
[aarch64] --
[aarch64] ../src/dup.c: In function ‘dup2’:
[aarch64] ../src/dup.c:37:31: error: ‘SYS_dup2’ undeclared (first use in this function); did you mean ‘SYS_dup’?
[aarch64]    37 |         while ((r = __syscall(SYS_dup2, old, new)) == -EBUSY) ;
[aarch64] --
[aarch64] [7/52] Compiling C object libdesock.so.2.0.p/src_poll.c.o
[aarch64] FAILED: [code=1] libdesock.so.2.0.p/src_poll.c.o 
[aarch64] cc -Ilibdesock.so.2.0.p -I. -I.. -I../src/include -I../src/include/arch/aarch64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="aarch64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib64/ld-linux-aarch64.so.1"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' '-D SHARED' -flto -MD -MQ libdesock.so.2.0.p/src_poll.c.o -MF libdesock.so.2.0.p/src_poll.c.o.d -o libdesock.so.2.0.p/src_poll.c.o -c ../src/poll.c
[aarch64] --
[aarch64] ../src/poll.c: In function ‘poll’:
[aarch64] ../src/poll.c:56:27: error: ‘SYS_poll’ undeclared (first use in this function); did you mean ‘SYS_ppoll’?
[aarch64]    56 |         return syscall_cp(SYS_poll, fds, n, timeout);
[aarch64] --
[aarch64] [9/52] Compiling C object libdesock.so.2.0.p/src_select.c.o
[aarch64] FAILED: [code=1] libdesock.so.2.0.p/src_select.c.o 
[aarch64] cc -Ilibdesock.so.2.0.p -I. -I.. -I../src/include -I../src/include/arch/aarch64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="aarch64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib64/ld-linux-aarch64.so.1"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' '-D SHARED' -flto -MD -MQ libdesock.so.2.0.p/src_select.c.o -MF libdesock.so.2.0.p/src_select.c.o.d -o libdesock.so.2.0.p/src_select.c.o -c ../src/select.c
[aarch64] --
[aarch64] ../src/select.c: In function ‘musl_select’:
[aarch64] ../src/select.c:109:113: error: ‘_NSIG’ undeclared (first use in this function)
[aarch64]   109 |     return syscall_cp(SYS_pselect6, n, rfds, wfds, efds, tv ? ((long[]) { s, ns }) : 0, ((syscall_arg_t[]) { 0, _NSIG / 8 }));
2026-May-27 12:06:09 :: [aarch64] libdesock.git 2.0-alt1: remote: build failed
2026-May-27 12:06:09 :: [aarch64] #400 libdesock.git 2.0-alt1: build FAILED
2026-May-27 12:06:09 :: [aarch64] requesting cancellation of task processing
2026-May-27 12:06:22 :: [x86_64] #400 libdesock.git 2.0-alt1: build OK
2026-May-27 12:06:09 :: [aarch64] build FAILED
2026-May-27 12:06:23 :: task #419349 for sisyphus FAILED


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [#419349] [test-only] FAILED (try 5) libdesock.git=2.0-alt1
  2026-05-27 11:51 [#419349] [test-only] FAILED libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
                   ` (2 preceding siblings ...)
  2026-05-27 12:06 ` [#419349] [test-only] FAILED (try 4) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
@ 2026-05-27 12:38 ` Girar awaiter (sovtouch)
  2026-05-29  5:12 ` [#419349] TESTED (try 6) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
  4 siblings, 0 replies; 6+ messages in thread
From: Girar awaiter (sovtouch) @ 2026-05-27 12:38 UTC (permalink / raw)
  To: Timofei Fedotov; +Cc: sisyphus-incominger, girar-builder-sisyphus

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 2735 bytes --]

https://git.altlinux.org/tasks/419349/logs/events.5.1.log
https://packages.altlinux.org/tasks/419349

subtask  name       aarch64    i586  x86_64
   #500  libdesock   failed  failed      39

2026-May-27 12:37:53 :: test-only task #419349 for sisyphus resumed by sovtouch:
#100 removed
#200 removed
#300 removed
#400 removed
#500 build 2.0-alt1 from /people/sovtouch/packages/libdesock.git fetched at 2026-May-27 12:37:47
2026-May-27 12:37:55 :: [i586] #500 libdesock.git 2.0-alt1: build start
2026-May-27 12:37:55 :: [aarch64] #500 libdesock.git 2.0-alt1: build start
2026-May-27 12:37:55 :: [x86_64] #500 libdesock.git 2.0-alt1: build start
[i586] Build type: native build
[i586] meson.build:1:0: ERROR: Value "i586" (of type "string") for option "arch" is not one of the choices. Possible choices are (as string): "aarch64", "arm", "i386", "m68k", "microblaze", "mips", "mips64", "mipsn32", "or1k", "powerpc", "powerpc64", "riscv64", "s390x", "sh", "x32", "x86_64".
[i586] A full log can be found at /usr/src/RPM/BUILD/libdesock-2.0/i586-alt-linux/meson-logs/meson-log.txt
2026-May-27 12:38:05 :: [i586] libdesock.git 2.0-alt1: remote: build failed
2026-May-27 12:38:05 :: [i586] #500 libdesock.git 2.0-alt1: build FAILED
2026-May-27 12:38:05 :: [i586] requesting cancellation of task processing
[aarch64] [3/52] Compiling C object libdesock.so.2.0.p/src_poll.c.o
[aarch64] FAILED: [code=1] libdesock.so.2.0.p/src_poll.c.o 
[aarch64] cc -Ilibdesock.so.2.0.p -I. -I.. -I../src/include -I../src/include/arch/aarch64 -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O2 -g -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -fPIC -pthread -Ofast -march=native -fomit-frame-pointer -fno-stack-protector -Wall -Wextra -Wpedantic -fvisibility=hidden '-D DESOCKARCH="aarch64"' '-D FD_TABLE_SIZE=64' '-D INTERPRETER="/lib64/ld-linux-aarch64.so.1"' '-D DESOCK_CONNECT' '-D DESOCK_BIND' '-D DUP_STDIN' '-D MAX_CONNS=1' '-D REQUEST_DELIMITER="-=^..^=-"' '-D SHARED' -flto -MD -MQ libdesock.so.2.0.p/src_poll.c.o -MF libdesock.so.2.0.p/src_poll.c.o.d -o libdesock.so.2.0.p/src_poll.c.o -c ../src/poll.c
[aarch64] --
[aarch64] ../src/poll.c: In function ‘poll’:
[aarch64] ../src/poll.c:59:46: error: ‘NULL’ undeclared (first use in this function)
[aarch64]    59 |         return syscall_cp(SYS_ppoll, fds, n, NULL, NULL);
2026-May-27 12:38:21 :: [aarch64] libdesock.git 2.0-alt1: remote: build failed
2026-May-27 12:38:21 :: [aarch64] #500 libdesock.git 2.0-alt1: build FAILED
2026-May-27 12:38:34 :: [x86_64] #500 libdesock.git 2.0-alt1: build OK
2026-May-27 12:38:05 :: [i586] build FAILED
2026-May-27 12:38:21 :: [aarch64] build FAILED
2026-May-27 12:38:34 :: task #419349 for sisyphus FAILED


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [#419349] TESTED (try 6) libdesock.git=2.0-alt1
  2026-05-27 11:51 [#419349] [test-only] FAILED libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
                   ` (3 preceding siblings ...)
  2026-05-27 12:38 ` [#419349] [test-only] FAILED (try 5) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
@ 2026-05-29  5:12 ` Girar awaiter (sovtouch)
  4 siblings, 0 replies; 6+ messages in thread
From: Girar awaiter (sovtouch) @ 2026-05-29  5:12 UTC (permalink / raw)
  To: Timofei Fedotov; +Cc: sisyphus-incominger, girar-builder-sisyphus

https://git.altlinux.org/tasks/419349/logs/events.6.1.log
https://packages.altlinux.org/tasks/419349

subtask  name       aarch64  i586  x86_64
   #600  libdesock        -     -      39

2026-May-29 05:08:13 :: test-only task #419349 for sisyphus resumed by sovtouch:
#100 removed
#200 removed
#300 removed
#400 removed
#500 removed
#600 build 2.0-alt1 from /people/sovtouch/packages/libdesock.git fetched at 2026-May-29 05:08:08
2026-May-29 05:08:14 :: [aarch64] #600 libdesock.git 2.0-alt1: build start
2026-May-29 05:08:14 :: [i586] #600 libdesock.git 2.0-alt1: build start
2026-May-29 05:08:14 :: [x86_64] #600 libdesock.git 2.0-alt1: build start
2026-May-29 05:08:21 :: [i586] #600 libdesock.git 2.0-alt1: build SKIPPED
2026-May-29 05:08:27 :: [aarch64] #600 libdesock.git 2.0-alt1: build SKIPPED
2026-May-29 05:08:53 :: [x86_64] #600 libdesock.git 2.0-alt1: build OK
2026-May-29 05:08:56 :: 600: build check OK
2026-May-29 05:08:57 :: build check OK
2026-May-29 05:09:03 :: #600: libdesock.git 2.0-alt1: version check OK
2026-May-29 05:09:03 :: build version check OK
2026-May-29 05:09:04 :: noarch check OK
2026-May-29 05:09:06 :: plan: src +1 -0 =22173, x86_64 +5 -0 =40250
2026-May-29 05:09:46 :: patched apt indices
2026-May-29 05:09:56 :: created next repo
2026-May-29 05:10:06 :: duplicate provides check OK
2026-May-29 05:10:47 :: dependencies check OK
2026-May-29 05:11:21 :: [x86_64] ELF symbols check OK
2026-May-29 05:11:32 :: [x86_64] #600 libdesock: install check OK
2026-May-29 05:11:36 :: [x86_64] #600 libdesock-devel: install check OK
2026-May-29 05:11:42 :: [x86_64] #600 libdesock-devel-static: install check OK
2026-May-29 05:11:46 :: [x86_64] #600 libdesock2: install check OK
2026-May-29 05:11:51 :: [x86_64] #600 libdesock2-debuginfo: install check OK
2026-May-29 05:12:08 :: [x86_64-i586] generated apt indices
2026-May-29 05:12:08 :: [x86_64-i586] created next repo
2026-May-29 05:12:20 :: [x86_64-i586] dependencies check OK
2026-May-29 05:12:21 :: gears inheritance check OK
2026-May-29 05:12:21 :: srpm inheritance check OK
girar-check-perms: access to libdesock DENIED for sovtouch: does not belong to maintainers list yet
check-subtask-perms: #600: libdesock: Operation not permitted
2026-May-29 05:12:22 :: acl check IGNORED
2026-May-29 05:12:34 :: created contents_index files
2026-May-29 05:12:41 :: created hash files: src x86_64
2026-May-29 05:12:44 :: task #419349 for sisyphus TESTED


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-05-29  5:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-27 11:51 [#419349] [test-only] FAILED libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
2026-05-27 12:01 ` [#419349] [test-only] FAILED (try 2) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
2026-05-27 12:03 ` [#419349] [test-only] FAILED (try 3) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
2026-05-27 12:06 ` [#419349] [test-only] FAILED (try 4) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
2026-05-27 12:38 ` [#419349] [test-only] FAILED (try 5) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)
2026-05-29  5:12 ` [#419349] TESTED (try 6) libdesock.git=2.0-alt1 Girar awaiter (sovtouch)

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