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, 30 Jul 2025 12:03:44 +0000 From: "Girar awaiter (sbolshakov)" To: Sergey Bolshakov Subject: [#391202] [test-only] FAILED (try 2) srpm=radare2-6.0.0-alt1.src.rpm iaito.git=iaito-5.9.9-alt1 ... Message-ID: Mail-Followup-To: Girar awaiter robot References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-girar-task-id: 391202 X-girar-task-owner: sbolshakov X-girar-task-repo: sisyphus X-girar-task-try: 2 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/391202/ X-girar-task-log: logs/events.2.1.log X-girar-task-summary: [#391202] [test-only] FAILED (try 2) srpm=radare2-6.0.0-alt1.src.rpm iaito.git=iaito-5.9.9-alt1 r2ghidra.git=5.9.8-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, 30 Jul 2025 12:03:49 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/391202/logs/events.2.1.log https://packages.altlinux.org/tasks/391202 subtask name aarch64 i586 x86_64 #300 r2ghidra ? failed failed 2025-Jul-30 12:02:27 :: test-only task #391202 for sisyphus resumed by sbolshakov: 2025-Jul-30 12:02:27 :: message: radare-bump #100 build radare2-6.0.0-alt1.src.rpm #200 build iaito-5.9.9-alt1 from /people/sbolshakov/packages/iaito.git fetched at 2025-Jul-30 11:42:10 #300 build 5.9.8-alt1 from /gears/r/r2ghidra.git fetched at 2025-Jul-30 12:01:32 from sisyphus 2025-Jul-30 12:02:28 :: created build repo 2025-Jul-30 12:02:30 :: [x86_64] #100 radare2-6.0.0-alt1.src.rpm: build start 2025-Jul-30 12:02:30 :: [i586] #100 radare2-6.0.0-alt1.src.rpm: build start 2025-Jul-30 12:02:30 :: [aarch64] #100 radare2-6.0.0-alt1.src.rpm: build start 2025-Jul-30 12:02:52 :: [i586] #100 radare2-6.0.0-alt1.src.rpm: build OK (cached) 2025-Jul-30 12:02:52 :: [i586] #200 iaito.git iaito-5.9.9-alt1: build start 2025-Jul-30 12:02:53 :: [x86_64] #100 radare2-6.0.0-alt1.src.rpm: build OK (cached) 2025-Jul-30 12:02:53 :: [x86_64] #200 iaito.git iaito-5.9.9-alt1: build start 2025-Jul-30 12:03:06 :: [i586] #200 iaito.git iaito-5.9.9-alt1: build OK (cached) 2025-Jul-30 12:03:06 :: [i586] #300 r2ghidra.git 5.9.8-alt1: build start 2025-Jul-30 12:03:07 :: [x86_64] #200 iaito.git iaito-5.9.9-alt1: build OK (cached) 2025-Jul-30 12:03:08 :: [x86_64] #300 r2ghidra.git 5.9.8-alt1: build start 2025-Jul-30 12:03:15 :: [aarch64] #100 radare2-6.0.0-alt1.src.rpm: build OK (cached) 2025-Jul-30 12:03:16 :: [aarch64] #200 iaito.git iaito-5.9.9-alt1: build start [i586] RCoreMutex.cpp: In member function 'void RCoreMutex::sleepEnd()': [i586] RCoreMutex.cpp:15:35: error: invalid conversion from 'void*' to 'RCons*' {aka 'r_cons_t*'} [-fpermissive] [i586] 15 | r_cons_sleep_end (bed); [i586] | void* [i586] RCoreMutex.cpp:15:34: error: too few arguments to function 'void r_cons_sleep_end(RCons*, void*)' [i586] 15 | r_cons_sleep_end (bed); [i586] -- [i586] RCoreMutex.cpp: In member function 'void RCoreMutex::sleepBegin()': [i586] RCoreMutex.cpp:31:42: error: too few arguments to function 'void* r_cons_sleep_begin(RCons*)' [i586] 31 | bed = r_cons_sleep_begin (); [i586] -- [i586] R2Scope.cpp: In member function 'ghidra::FunctionSymbol* R2Scope::registerFunction(RAnalFunction*) const': [i586] R2Scope.cpp:154:34: error: 'RAnalFunction' {aka 'struct r_anal_function_t'} has no member named 'cc' [i586] 154 | ProtoModel *proto = fcn->cc ? arch->protoModelFromR2CC(fcn->cc) : nullptr; [i586] R2Scope.cpp:154:69: error: 'RAnalFunction' {aka 'struct r_anal_function_t'} has no member named 'cc' [i586] 154 | ProtoModel *proto = fcn->cc ? arch->protoModelFromR2CC(fcn->cc) : nullptr; [i586] R2Scope.cpp:156:26: error: 'RAnalFunction' {aka 'struct r_anal_function_t'} has no member named 'cc' [i586] 156 | if (fcn->cc) { [i586] R2Scope.cpp:157:91: error: 'RAnalFunction' {aka 'struct r_anal_function_t'} has no member named 'cc' [i586] 157 | arch->addWarning ("Matching calling convention " + to_string(fcn->cc) + " of function " + to_string(fcn_name) + " failed, args may be inaccurate."); 2025-Jul-30 12:03:35 :: [i586] r2ghidra.git 5.9.8-alt1: remote: build failed 2025-Jul-30 12:03:35 :: [i586] #300 r2ghidra.git 5.9.8-alt1: build FAILED 2025-Jul-30 12:03:35 :: [i586] requesting cancellation of task processing [x86_64] RCoreMutex.cpp: In member function 'void RCoreMutex::sleepEnd()': [x86_64] RCoreMutex.cpp:15:35: error: invalid conversion from 'void*' to 'RCons*' {aka 'r_cons_t*'} [-fpermissive] [x86_64] 15 | r_cons_sleep_end (bed); [x86_64] | void* [x86_64] RCoreMutex.cpp:15:34: error: too few arguments to function 'void r_cons_sleep_end(RCons*, void*)' [x86_64] 15 | r_cons_sleep_end (bed); [x86_64] -- [x86_64] RCoreMutex.cpp: In member function 'void RCoreMutex::sleepBegin()': [x86_64] RCoreMutex.cpp:31:42: error: too few arguments to function 'void* r_cons_sleep_begin(RCons*)' [x86_64] 31 | bed = r_cons_sleep_begin (); [x86_64] -- [x86_64] R2Scope.cpp: In member function 'ghidra::FunctionSymbol* R2Scope::registerFunction(RAnalFunction*) const': [x86_64] R2Scope.cpp:154:34: error: 'RAnalFunction' {aka 'struct r_anal_function_t'} has no member named 'cc' [x86_64] 154 | ProtoModel *proto = fcn->cc ? arch->protoModelFromR2CC(fcn->cc) : nullptr; [x86_64] R2Scope.cpp:154:69: error: 'RAnalFunction' {aka 'struct r_anal_function_t'} has no member named 'cc' [x86_64] 154 | ProtoModel *proto = fcn->cc ? arch->protoModelFromR2CC(fcn->cc) : nullptr; [x86_64] R2Scope.cpp:156:26: error: 'RAnalFunction' {aka 'struct r_anal_function_t'} has no member named 'cc' [x86_64] 156 | if (fcn->cc) { [x86_64] R2Scope.cpp:157:91: error: 'RAnalFunction' {aka 'struct r_anal_function_t'} has no member named 'cc' [x86_64] 157 | arch->addWarning ("Matching calling convention " + to_string(fcn->cc) + " of function " + to_string(fcn_name) + " failed, args may be inaccurate."); 2025-Jul-30 12:03:36 :: [x86_64] r2ghidra.git 5.9.8-alt1: remote: build failed 2025-Jul-30 12:03:36 :: [x86_64] #300 r2ghidra.git 5.9.8-alt1: build FAILED 2025-Jul-30 12:03:43 :: [aarch64] #200 iaito.git iaito-5.9.9-alt1: build OK (cached) 2025-Jul-30 12:03:43 :: [aarch64] task processing CANCELLED 2025-Jul-30 12:03:35 :: [i586] build FAILED 2025-Jul-30 12:03:36 :: [x86_64] build FAILED 2025-Jul-30 12:03:43 :: [aarch64] build FAILED 2025-Jul-30 12:03:44 :: task #391202 for sisyphus FAILED