UILDSTDERR: psp->preccounter++; BUILDSTDERR: ~~~~~~~~~~~~~~~~^~ BUILDSTDERR: ./tool/lemon.c:2282:17: note: 'ps.preccounter' was declared here BUILDSTDERR: struct pstate ps; BUILDSTDERR: ^~ BUILDSTDERR: ./tool/lemon.c:2215:21: warning: '*((void *)&ps+16104)' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: sp->assoc = psp->declassoc; BUILDSTDERR: ~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: ./tool/lemon.c:2282:17: note: '*((void *)&ps+16104)' was declared here BUILDSTDERR: struct pstate ps; BUILDSTDERR: ^~ BUILDSTDERR: ./tool/lemon.c:2233:50: warning: 'ps.decllnslot' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if( psp->decllnslot ) *psp->decllnslot = psp->tokenlineno; BUILDSTDERR: ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./tool/lemon.c:2282:17: note: 'ps.decllnslot' was declared here BUILDSTDERR: struct pstate ps; BUILDSTDERR: ^~ BUILDSTDERR: ./tool/lemon.c:2225:13: warning: 'ps.declargslot' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: if( *(psp->declargslot)!=0 ){ BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./tool/lemon.c:2282:17: note: 'ps.declargslot' was declared here BUILDSTDERR: struct pstate ps; BUILDSTDERR: ^~ BUILDSTDERR: ./tool/lemon.c:2237:9: warning: 'ps.declkeyword' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: ErrorMsg(psp->filename,psp->tokenlineno, BUILDSTDERR: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: "Illegal argument to %%%s: %s",psp->declkeyword,x); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: ./tool/lemon.c:2282:17: note: 'ps.declkeyword' was declared here BUILDSTDERR: struct pstate ps; BUILDSTDERR: ^~ BUILDSTDERR: ./tool/lemon.c:1963:32: warning: 'ps.prevrule' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: psp->prevrule->precsym = Symbol_new(x); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ BUILDSTDERR: ./tool/lemon.c:2282:17: note: 'ps.prevrule' was declared here BUILDSTDERR: struct pstate ps; BUILDSTDERR: ^~ BUILDSTDERR: ./tool/lemon.c:2066:31: warning: 'ps.nrhs' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: psp->rhs[psp->nrhs] = Symbol_new(x); BUILDSTDERR: ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~ BUILDSTDERR: ./tool/lemon.c:2282:17: note: 'ps.nrhs' was declared here BUILDSTDERR: struct pstate ps; BUILDSTDERR: ^~ BUILDSTDERR: ./tool/lemon.c:2259:24: warning: 'ps.fallback' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: sp->fallback = psp->fallback; BUILDSTDERR: ~~~~~~~~~~~~~^~~~~~~~~~~~~~~ BUILDSTDERR: ./tool/lemon.c:2282:17: note: 'ps.fallback' was declared here BUILDSTDERR: struct pstate ps; BUILDSTDERR: ^~ cp ./tool/lempar.c . cp ./src/parse.y . ./lemon parse.y BUILDSTDERR: make: *** [Makefile:263: parse.c] Segmentation fault (core dumped) BUILDSTDERR: make: *** Deleting file 'parse.c' RPM build errors: BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.5nmacp (%build) BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.5nmacp (%build) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace result = func(*args, **kw) File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 626, in do raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: # bash --login -c /usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/sqlite2.spec