[#391202] [test-only] FAILED (try 2) srpm=radare2-6.0.0-alt1.src.rpm iaito.git=iaito-5.9.9-alt1 ...

Girar awaiter (sbolshakov) girar-builder at altlinux.org
Wed Jul 30 15:03:44 MSK 2025


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


More information about the Sisyphus-incominger mailing list