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: Sat, 18 Jul 2026 20:28:38 +0000 From: "Girar awaiter (lav)" To: Vitaly Lipatov Subject: [#426060] [test-only] FAILED procdump.git=3.5.2-alt1 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 426060 X-girar-task-owner: lav X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/426060/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#426060] [test-only] FAILED procdump.git=3.5.2-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: Sat, 18 Jul 2026 20:28:41 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/426060/logs/events.1.1.log https://packages.altlinux.org/tasks/426060 subtask name aarch64 i586 x86_64 #100 procdump 48 failed 26 2026-Jul-18 20:27:49 :: test-only task #426060 for sisyphus started by lav: #100 build 3.5.2-alt1 from /people/lav/packages/procdump.git fetched at 2026-Jul-18 20:27:45 2026-Jul-18 20:27:50 :: [i586] #100 procdump.git 3.5.2-alt1: build start 2026-Jul-18 20:27:50 :: [aarch64] #100 procdump.git 3.5.2-alt1: build start 2026-Jul-18 20:27:50 :: [x86_64] #100 procdump.git 3.5.2-alt1: build start [i586] 239 | static long (* const bpf_skb_store_bytes)(struct __sk_buff *skb, __u32 offset, const void *from, __u32 len, __u64 flags) = (void *) 9; [i586] /usr/include/bpf/bpf_helper_defs.h:239:109: error: unknown type name '__u64' [i586] 239 | static long (* const bpf_skb_store_bytes)(struct __sk_buff *skb, __u32 offset, const void *from, __u32 len, __u64 flags) = (void *) 9; [i586] fatal error: too many errors emitted, stopping now [-ferror-limit=] [i586] 20 errors generated. [i586] -- [i586] [ 34%] Building C object CMakeFiles/corex.dir/src/corex/proc_info.c.o [i586] /usr/src/RPM/BUILD/procdump-3.5.2/src/corex/proc_info.c:47:24: error: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Werror,-Wformat] [i586] 46 | int n = sscanf(line, "%lx-%lx %4s %lx %x:%x %lu", [i586] -- [i586] 47 | &start, &end, perms, &offset, [i586] /usr/src/RPM/BUILD/procdump-3.5.2/src/corex/proc_info.c:47:32: error: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Werror,-Wformat] [i586] 46 | int n = sscanf(line, "%lx-%lx %4s %lx %x:%x %lu", [i586] -- [i586] 47 | &start, &end, perms, &offset, [i586] /usr/src/RPM/BUILD/procdump-3.5.2/src/corex/proc_info.c:47:45: error: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Werror,-Wformat] [i586] 46 | int n = sscanf(line, "%lx-%lx %4s %lx %x:%x %lu", [i586] -- [i586] 47 | &start, &end, perms, &offset, [i586] /usr/src/RPM/BUILD/procdump-3.5.2/src/corex/proc_info.c:48:48: error: format specifies type 'unsigned long *' but the argument has type 'uint64_t *' (aka 'unsigned long long *') [-Werror,-Wformat] [i586] 46 | int n = sscanf(line, "%lx-%lx %4s %lx %x:%x %lu", [i586] -- [i586] In file included from /usr/src/RPM/BUILD/procdump-3.5.2/src/corex/ptrace_utils.h:9: [i586] /usr/src/RPM/BUILD/procdump-3.5.2/src/corex/arch/arch.h:36:2: error: "Unsupported architecture" [i586] 36 | #error "Unsupported architecture" [i586] /usr/src/RPM/BUILD/procdump-3.5.2/src/corex/arch/arch.h:41:34: error: unknown type name 'corex_gp_regs_t' [i586] 41 | int arch_read_gp_regs(pid_t tid, corex_gp_regs_t *regs); [i586] /usr/src/RPM/BUILD/procdump-3.5.2/src/corex/arch/arch.h:45:34: error: unknown type name 'corex_fp_regs_t' [i586] 45 | int arch_read_fp_regs(pid_t tid, corex_fp_regs_t *regs); [i586] /usr/src/RPM/BUILD/procdump-3.5.2/src/corex/arch/arch.h:49:42: error: unknown type name 'corex_gp_regs_t' [i586] 49 | int signo, const corex_gp_regs_t *gp_regs); 2026-Jul-18 20:28:09 :: [i586] procdump.git 3.5.2-alt1: remote: build failed 2026-Jul-18 20:28:09 :: [i586] #100 procdump.git 3.5.2-alt1: build FAILED 2026-Jul-18 20:28:10 :: [i586] requesting cancellation of task processing 2026-Jul-18 20:28:16 :: [x86_64] #100 procdump.git 3.5.2-alt1: build OK 2026-Jul-18 20:28:38 :: [aarch64] #100 procdump.git 3.5.2-alt1: build OK 2026-Jul-18 20:28:10 :: [i586] build FAILED 2026-Jul-18 20:28:38 :: task #426060 for sisyphus FAILED