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=unavailable autolearn_force=no version=3.4.1 Date: Wed, 27 May 2026 12:06:23 +0000 From: "Girar awaiter (sovtouch)" To: Timofei Fedotov Subject: [#419349] [test-only] FAILED (try 4) libdesock.git=2.0-alt1 Message-ID: Mail-Followup-To: Girar awaiter robot References: MIME-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-girar-task-id: 419349 X-girar-task-owner: sovtouch X-girar-task-repo: sisyphus X-girar-task-try: 4 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/419349/ X-girar-task-log: logs/events.4.1.log X-girar-task-summary: [#419349] [test-only] FAILED (try 4) libdesock.git=2.0-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: Wed, 27 May 2026 12:06:26 -0000 Archived-At: List-Archive: 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