Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/DecodeIR.spec'], chrootPath='/var/lib/mock/f31-build-64733-29588/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/DecodeIR.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Wrote: /builddir/build/SRPMS/DecodeIR-2.45-13.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/DecodeIR.spec'], chrootPath='/var/lib/mock/f31-build-64733-29588/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/DecodeIR.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1563926400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sIvMGL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf DecodeIR + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/DecodeIR.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd DecodeIR + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (0001-Add-java-library-DecodeIR.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + echo 'Patch #2 (0002-Adding-a-pom.xml.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 + sed -i 's/\r//' DecodeIR.h + cp /builddir/build/SOURCES/Makefile.fedora Makefile + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Patch #1 (0001-Add-java-library-DecodeIR.patch): patching file src/main/java/com/hifiremote/decodeir/DecodeIRCaller.java Patch #2 (0002-Adding-a-pom.xml.patch): patching file pom.xml Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Y7SN0K + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + make -j4 BUILDSTDERR: In file included from DecodeIR.cpp:5: BUILDSTDERR: DecodeIR.h: In constructor 'Signal::Signal(unsigned int*, int*, int, int, int, char*, int*, int*, int*, int*, char*, char*)': BUILDSTDERR: DecodeIR.h:421:6: warning: 'Signal::nFreq_in' will be initialized after [-Wreorder] BUILDSTDERR: 421 | int nFreq_in; // GD 2009 Input freq (actual freq may be calculated) BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: DecodeIR.h:417:6: warning: 'int Signal::nSingle' [-Wreorder] BUILDSTDERR: 417 | int nSingle; // Bursts in single part BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:22:1: warning: when initialized here [-Wreorder] BUILDSTDERR: 22 | Signal::Signal( BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from DecodeIR.cpp:5: BUILDSTDERR: DecodeIR.h:513:7: warning: 'Signal::pHex' will be initialized after [-Wreorder] BUILDSTDERR: 513 | int* pHex; BUILDSTDERR: | ^~~~ BUILDSTDERR: DecodeIR.h:508:8: warning: 'char* Signal::pMisc' [-Wreorder] BUILDSTDERR: 508 | char* pMisc; BUILDSTDERR: | ^~~~~ BUILDSTDERR: DecodeIR.cpp:22:1: warning: when initialized here [-Wreorder] BUILDSTDERR: 22 | Signal::Signal( BUILDSTDERR: | ^~~~~~ BUILDSTDERR: In file included from DecodeIR.cpp:5: BUILDSTDERR: DecodeIR.h:509:8: warning: 'Signal::pError' will be initialized after [-Wreorder] BUILDSTDERR: 509 | char* pError; BUILDSTDERR: | ^~~~~~ BUILDSTDERR: DecodeIR.h:414:9: warning: 'float* Signal::pDuration' [-Wreorder] BUILDSTDERR: 414 | float* pDuration; BUILDSTDERR: | ^~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:22:1: warning: when initialized here [-Wreorder] BUILDSTDERR: 22 | Signal::Signal( BUILDSTDERR: | ^~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::setPreempt(int)': BUILDSTDERR: DecodeIR.cpp:123:4: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 122 | || preemptValue == prValue BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 123 | && nFrameL > preemptLength ) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::decode()': BUILDSTDERR: DecodeIR.cpp:266:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 266 | for ( ;nProtocol < sizeof(Funcs)/sizeof(*Funcs); ) BUILDSTDERR: | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:274:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 273 | || newPreemptValue == preemptValue BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 274 | && newPreemptLength > preemptLength ) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:260:9: warning: unused variable 'xxStart' [-Wunused-variable] BUILDSTDERR: 260 | int xxStart = nStart; BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:261:9: warning: unused variable 'xxFrameL' [-Wunused-variable] BUILDSTDERR: 261 | int xxFrameL = nFrameL; BUILDSTDERR: | ^~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::decode2()': BUILDSTDERR: DecodeIR.cpp:325:40: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: 325 | int xLeadIn = ( ((pContext[1] & 0xFF) == nGapProtocol + 1) && (pLead) ) ? 1 : 0; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:356:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: 356 | yLeadIn = ( ((pContext[1] & 0xFF) == nGapProtocol + 1) && (pLead) ) ? 1 : 0; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:385:39: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: 385 | xLeadIn = ( ((pContext[1] & 0xFF) == nGapProtocol + 1) && (pLead) ) ? 1 : 0; BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:462:7: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 461 | if ( strcmp(pProtocol, "Blaupunkt{prefix}") == 0 BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 462 | && strcmp(xstr, "00") == 0 // needed to match Blaupunkt BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:467:7: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 466 | || strncmp(pProtocol, "S:", 2) == 0 BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 467 | && strncmp(pProtocol+5, xstr, 2 ) == 0 ) // test against yy of S.xx.yy.... BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:519:6: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 518 | && (strcmp(pProtocol, "Mitsubishi") == 0 BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 519 | && ((pContext[0] - yContext[0]) & 0xFFFFF) == 0 // check start burst BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:551:40: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 551 | if (xFrameCount > 1 || nDittos == 0 && nRepeat > 6 ) BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~~~~~~~~~ BUILDSTDERR: In file included from DecodeIR.cpp:9: BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::decodeX(int)': BUILDSTDERR: DecodeIR.cpp:750:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 750 | _ASSERT(nBit+nCount <= sizeof(cBits)*8); BUILDSTDERR: | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:750:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: 750 | _ASSERT(nBit+nCount <= sizeof(cBits)*8); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::decodeX2(int)': BUILDSTDERR: DecodeIR.cpp:765:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 765 | _ASSERT(nBit+nCount <= sizeof(cBits)*8); BUILDSTDERR: | ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:765:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: 765 | _ASSERT(nBit+nCount <= sizeof(cBits)*8); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'int Signal::checkDecodeX(int, int, float, float, float)': BUILDSTDERR: DecodeIR.cpp:779:21: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 779 | _ASSERT(nBit+count <= sizeof(cBits)*8); BUILDSTDERR: | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:779:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: 779 | _ASSERT(nBit+count <= sizeof(cBits)*8); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'int Signal::decodeRaw(int)': BUILDSTDERR: DecodeIR.cpp:807:29: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 807 | _ASSERT(nBit+bitsRequested < sizeof(cBits)*8); BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:807:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: 807 | _ASSERT(nBit+bitsRequested < sizeof(cBits)*8); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:818:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 818 | if ( pBit < pFrameEnd && x-y > m_rawErrorLimit || y==0. ) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: In file included from DecodeIR.cpp:9: BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryGap()': BUILDSTDERR: DecodeIR.cpp:1106:18: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 1106 | _ASSERT(nFrameL <= sizeof(cBits)*8+1); BUILDSTDERR: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:1106:2: note: in expansion of macro '_ASSERT' BUILDSTDERR: 1106 | _ASSERT(nFrameL <= sizeof(cBits)*8+1); BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:1272:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 1272 | && ( sortBurst.max1 < (1.2*9*337) && sortBurst.min1 > 7.5*337 // GD 2009: max changed BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:1478:6: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 1470 | sortOn.max1 < (1.15*337) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1471 | && sortOn.max1 < (1.2/6)*sortBurst.min1 BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1472 | && sortBurst.min1 > (.8*6*337) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1473 | && sortBurst.mid1 < (1.2*6*337) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1474 | && sortBurst.mid2 > (.8*9*337) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1475 | && sortBurst.max1 < (1.2*9*337) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1476 | // GD 2009 Next line, nominal value is 1.5, so 1.48 must be wrong BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1477 | && sortBurst.max1 < /* 1.48 */ 1.2 * 1.5 * sortBurst.min1 BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1478 | && nFrame0 > 4000. ) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:1587:27: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: 1587 | if ( (getLsb(5,5)^31) == f ) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~^~~~ BUILDSTDERR: DecodeIR.cpp:1827:8: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 1826 | || sortOn.max1*2.2 < sortBurst.min1 // Tighten constraints if only one half found BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 1827 | && sortBurst.mid1 < 1400. ) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:2119:9: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 2118 | sortBurst.mid1 < 1.2*2*560 BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 2119 | && lead_in( .8*16/3*nMaxShort, 1.2*24/3*nMaxShort, 1.2*16/3*nMaxShort, .8*8/3*nMaxShort, nMaxShort ) ) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'int Signal::phaseBit2()': BUILDSTDERR: DecodeIR.cpp:2810:12: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 2810 | if ( nBit >= sizeof(cBits)*8 ) BUILDSTDERR: | ~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'int Signal::phaseBit()': BUILDSTDERR: DecodeIR.cpp:2918:48: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 2918 | if (dur < nMinShort || dur > nMaxLong || nBit >= sizeof(cBits)*8) BUILDSTDERR: | ~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryRC5()': BUILDSTDERR: DecodeIR.cpp:3024:12: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 3024 | if (nBit >= sizeof(cBits)*8) BUILDSTDERR: | ~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:3070:22: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] BUILDSTDERR: 3070 | *pOBC = (64^cBits[0]&64) + getMsb(nBit-6,6); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: DecodeIR.cpp:3077:30: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] BUILDSTDERR: 3077 | *pSubDevice = (64^cBits[0]&64) + (cBits[1]>>2); BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: DecodeIR.cpp:3103:27: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses] BUILDSTDERR: 3103 | *pDevice += 64^cBits[0]&64; BUILDSTDERR: | ~~~~~~~~^~~ BUILDSTDERR: DecodeIR.cpp: In member function 'bool Signal::processManchesterAtoms(int, int, float, float, float*)': BUILDSTDERR: DecodeIR.cpp:3140:46: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] BUILDSTDERR: 3140 | cBits[bitIdx >> 3] |= (burstIdx&1) << (7 - bitIdx&7); BUILDSTDERR: | ~~^~~~~~~~ BUILDSTDERR: DecodeIR.cpp:3156:14: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 3156 | if (bitIdx >= sizeof(cBits)*8) BUILDSTDERR: | ~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryTDC()': BUILDSTDERR: DecodeIR.cpp:3371:15: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] BUILDSTDERR: 3371 | if ( chksum != getLsb(14,4) ) return; // wrong checksum BUILDSTDERR: | ~~~~~~~^~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryCanalSat()': BUILDSTDERR: DecodeIR.cpp:3461:13: warning: variable 'confBits34to65' set but not used [-Wunused-but-set-variable] BUILDSTDERR: 3461 | static int confBits34to65 = 0; //filled in when a toggle changes state DAR July 2011 BUILDSTDERR: | ^~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::trySejin()': BUILDSTDERR: DecodeIR.cpp:3786:19: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 3786 | || !getMsb(2,1) && !framed(100*unit) ) // long leadout for Sejin type 1 BUILDSTDERR: | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryF12()': BUILDSTDERR: DecodeIR.cpp:3935:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 3935 | if ( nFrameL != 12 && nFrameL != 32 || !framed(nMaxDur*16) ) BUILDSTDERR: | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryElan()': BUILDSTDERR: DecodeIR.cpp:3969:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 3969 | if ( sortOff.min1 * 3.6 < sortBurst.max3 || sortOff.min1 * 2.4 > sortBurst.max3) BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp:3971:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 3971 | if (pFrame[34] > 2.4 * sortOff.min1 || pFrame[34] < 1.6 * sortOff.min1 BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp: In member function 'bool Signal::processHumaxAtoms(int, float*, int)': BUILDSTDERR: DecodeIR.cpp:4036:18: warning: suggest parentheses around '-' in operand of '&' [-Wparentheses] BUILDSTDERR: 4036 | atomIdx=2 * (1 - burstIdx&1); //odd burstIdx is "off" signal, which can only be the beginning of bits value 0 or 1 BUILDSTDERR: | ~~^~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4054:14: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 4054 | if (bitIdx >= sizeof(cBits)*4) BUILDSTDERR: | ~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryGrundig16()': BUILDSTDERR: DecodeIR.cpp:4217:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 4217 | if ( pFrameEnd[0] < 5000 ) BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp:4219:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 4219 | if (nTotDur < 29800 || nTotDur > 35800) BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryXMP()': BUILDSTDERR: DecodeIR.cpp:4380:26: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4380 | if ( !(nFrameL >= 16 && nFrameL <= 18 || nFrameL >= 25 && nFrameL <= 26) BUILDSTDERR: | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4590:19: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4590 | charcnt[result[i]]++; BUILDSTDERR: | ~~~~~~~~^ BUILDSTDERR: DecodeIR.cpp:4591:31: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4591 | if (i < 8) charcnt1[result[i]]++; BUILDSTDERR: | ~~~~~~~~^ BUILDSTDERR: DecodeIR.cpp:4592:32: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4592 | if (i >= 8) charcnt2[result[i]]++; BUILDSTDERR: | ~~~~~~~~^ BUILDSTDERR: DecodeIR.cpp:4596:22: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4596 | charcntF2[result2[i]]++; BUILDSTDERR: | ~~~~~~~~~^ BUILDSTDERR: DecodeIR.cpp:4620:80: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4620 | if (digitcnt2 == 16 && result2[10] == 8 && (digitcnt == 15 || digitcnt == 16 && c1 != 0 ) ) BUILDSTDERR: | ~~~~~~~~~~~~~~~^~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4635:26: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4635 | && charcnt[result[9]] == 1 && charcntF2[result[9]] == 0 ) BUILDSTDERR: | ~~~~~~~~^ BUILDSTDERR: DecodeIR.cpp:4635:55: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4635 | && charcnt[result[9]] == 1 && charcntF2[result[9]] == 0 ) BUILDSTDERR: | ~~~~~~~~^ BUILDSTDERR: DecodeIR.cpp:4639:23: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4639 | charcnt[result[9]] = 0; BUILDSTDERR: | ~~~~~~~~^ BUILDSTDERR: DecodeIR.cpp:4649:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4649 | nFirstFrame = (result[9] == 0 && charcnt[result2[9]^8] == 0 BUILDSTDERR: | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4659:39: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4659 | || digitcnt == 16 && nFirstFrame && result[9] > result2[9]) ) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4667:46: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4667 | for (i = 8; i < 16; i++) charcnt2[result[i]]++; BUILDSTDERR: | ~~~~~~~~^ BUILDSTDERR: DecodeIR.cpp:4686:15: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4686 | && charcnt[newchar] == 0 BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:4687:17: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4687 | && charcntF2[newchar] == 0 ) ) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:4726:30: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4726 | && (result[12] == 0 && result[14] == i || result[12] == i && result[14] == 0) ) BUILDSTDERR: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4726:10: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4724 | && ( chk2 && (charcnt2[i] == 1 || charcnt2[i] == 2 BUILDSTDERR: | ~~~~~~~~~~~~~~~~ BUILDSTDERR: 4725 | && result[12] == result[13] && result[14] == result[15] BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 4726 | && (result[12] == 0 && result[14] == i || result[12] == i && result[14] == 0) ) BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4728:34: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4728 | newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:4728:61: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4728 | newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:4731:34: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4731 | newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:4731:61: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4731 | newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: | ^~~~~~~ BUILDSTDERR: DecodeIR.cpp:4727:9: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4724 | && ( chk2 && (charcnt2[i] == 1 || charcnt2[i] == 2 BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 4725 | && result[12] == result[13] && result[14] == result[15] BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 4726 | && (result[12] == 0 && result[14] == i || result[12] == i && result[14] == 0) ) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 4727 | && (newchar = i + 1 - 2 * (chk2 == 1), BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 4728 | newchar < 16 && charcnt[newchar] == 0 && charcntF2[newchar] == 0) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4764:24: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4764 | int poss1 = (charcnt[c1] == 0 && charcntF2[c1] == 0); BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp:4764:46: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4764 | int poss1 = (charcnt[c1] == 0 && charcntF2[c1] == 0); BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp:4765:24: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4765 | int poss2 = (charcnt[c2] == 0 && charcntF2[c2] == 0); BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp:4765:46: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4765 | int poss2 = (charcnt[c2] == 0 && charcntF2[c2] == 0); BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp:4834:23: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4834 | f2[i+1] > 8000. && f3[i+1] > 8000. // Both are lead-outs BUILDSTDERR: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4844:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4844 | (f3[i-3] > 8000. && chk3 == reqdchk && nxt == result2[11] BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4847:43: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4847 | (chk3 == 9 && charcnt[reqdchk] == 0 && charcntF2[reqdchk] == 0 BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4849:48: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4847 | (chk3 == 9 && charcnt[reqdchk] == 0 && charcntF2[reqdchk] == 0 BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 4848 | || chk3 == reqdchk && charcnt[9] == 0 && charcntF2[9] == 0 ) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: 4849 | && f3[i-3] > 8000. && tog3 == result2[11] && nxt == result2[12] ) ) BUILDSTDERR: | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4884:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses] BUILDSTDERR: 4884 | if (OBC1 || !OBC1 && !OBC2) BUILDSTDERR: | ~~~~~~^~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4965:27: warning: array subscript has type 'char' [-Wchar-subscripts] BUILDSTDERR: 4965 | *p = "0123456789ABCDEF"[*p]; BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryZenith()': BUILDSTDERR: DecodeIR.cpp:5017:12: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 5017 | if (nBits > sizeof(cBits)*8) BUILDSTDERR: | ~~~~~~^~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryXX()': BUILDSTDERR: DecodeIR.cpp:5103:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] BUILDSTDERR: 5103 | if ( pFrameEnd[0] < sortBurst.max1 ) // Right hand framing BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp:5105:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 5105 | if ( pFrame[1] <= sortBurst.max2 ) // Lead-in BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp:5179:23: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] BUILDSTDERR: 5179 | if ( getLsb(0,nBit) == (1< 9*9*105) BUILDSTDERR: | ^~ BUILDSTDERR: DecodeIR.cpp:5520:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' BUILDSTDERR: 5520 | int result = decodeAsync(pFrame, 0, 0, 7*105, 9*105, 11, 11); BUILDSTDERR: | ^~~ BUILDSTDERR: DecodeIR.cpp: At global scope: BUILDSTDERR: DecodeIR.cpp:5811:13: warning: unnecessary parentheses in declaration of 'Protocols' [-Wparentheses] BUILDSTDERR: 5811 | const char *(Protocols[]) = BUILDSTDERR: | ^ BUILDSTDERR: DecodeIR.cpp: In function 'void EnumerateProtocols(int, char*)': BUILDSTDERR: DecodeIR.cpp:5872:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] BUILDSTDERR: 5872 | if (iProtocolNumber < sizeof(Protocols)/sizeof(*Protocols) ) BUILDSTDERR: | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp: In member function 'void Signal::tryXMP()': BUILDSTDERR: DecodeIR.cpp:4484:31: warning: 'low_d' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4484 | double s = (n-x-low)/((*d)+low_d); BUILDSTDERR: | ~~~~~^~~~~~~ BUILDSTDERR: DecodeIR.cpp:4967:71: warning: 'bestH' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4967 | sprintf(pProtocol, "XMP:%d.%03d-%s", (int)(.5+1./bestScale), (int)(.5+1000.*bestH), result); BUILDSTDERR: | ~~~^~~~~~~~~~~~~ BUILDSTDERR: DecodeIR.cpp:4513:21: warning: 'bestScale' may be used uninitialized in this function [-Wmaybe-uninitialized] BUILDSTDERR: 4513 | int n = (int)floor( x - 6.5 ); BUILDSTDERR: | ~~~~~^~~~~~~~~~~ + /usr/bin/python3 /usr/share/java-utils/mvn_build.py BUILDSTDERR: Executing: xmvn --batch-mode --offline verify org.fedoraproject.xmvn:xmvn-mojo:install org.apache.maven.plugins:maven-javadoc-plugin:aggregate org.fedoraproject.xmvn:xmvn-mojo:builddep BUILDSTDERR: ['xmvn', '--batch-mode', '--offline', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.apache.maven.plugins:maven-javadoc-plugin:aggregate', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] g++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/etc/alternatives/java_sdk/include -I/etc/alternatives/java_sdk/include/linux -shared -fPIC -o libDecodeIR.so DecodeIR.cpp [INFO] Scanning for projects... [INFO] [INFO] -------------------< com.hifiremote:DecodeIRCaller >-------------------- [INFO] Building DecodeIRCaller 2.44 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ DecodeIRCaller --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builddir/build/BUILD/DecodeIR/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ DecodeIRCaller --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 1 source file to /builddir/build/BUILD/DecodeIR/target/classes [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ DecodeIRCaller --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builddir/build/BUILD/DecodeIR/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ DecodeIRCaller --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ DecodeIRCaller --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ DecodeIRCaller --- [INFO] Building jar: /builddir/build/BUILD/DecodeIR/target/DecodeIRCaller-2.44.jar [INFO] [INFO] -------------------< com.hifiremote:DecodeIRCaller >-------------------- [INFO] Building DecodeIRCaller 2.44 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- xmvn-mojo:3.0.0:install (default-cli) @ DecodeIRCaller --- [INFO] [INFO] >>> maven-javadoc-plugin:3.0.1:aggregate (default-cli) > compile @ DecodeIRCaller >>> [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ DecodeIRCaller --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /builddir/build/BUILD/DecodeIR/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ DecodeIRCaller --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 1 source file to /builddir/build/BUILD/DecodeIR/target/classes [INFO] [INFO] <<< maven-javadoc-plugin:3.0.1:aggregate (default-cli) < compile @ DecodeIRCaller <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.0.1:aggregate (default-cli) @ DecodeIRCaller --- [WARNING] Source files encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Loading source files for package com.hifiremote.decodeir... Constructing Javadoc information... Standard Doclet version 1.8.0_212 Building tree for all the packages and classes... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/DecodeIRCaller.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/package-frame.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/package-summary.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/package-tree.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/constant-values.html... BUILDSTDERR: Generating /builddir/build/BUI+ RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 LD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/class-use/DecodeIRCaller.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/com/hifiremote/decodeir/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/overview-tree.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/index-all.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/index.html... Generating /builddir/build/BUILD/DecodeIR/target/site/apidocs/help-doc.html... [INFO] [INFO] --- xmvn-mojo:3.0.0:builddep (default-cli) @ DecodeIRCaller --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:11 min [INFO] Finished at: 2019-08-01T00:17:43Z [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA1XKvQ5AMBAA4N1TnO7nZ6eCyWBqJFbcpWnCEUV4e1bf/GXFvcxw8e7dKrlKo0QB y7SSE5urzmBp6qZRhQ6yEBGq080ExBsLfc2xB8vC+3AwwfhA314CiN/+nVi/NAfA4WgAAAA= -----END MAVEN BUILD DEPENDENCIES----- Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6500tI + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64 + cd DecodeIR + make DESTDIR=/builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64 prefix=/usr libdir=/usr/lib64 install + cp /builddir/build/SOURCES/license-mail.txt . + xmvn-install -R .xmvn-reactor -n DecodeIR -d /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64 BUILDSTDERR: [INFO] Installing artifact com.hifiremote:DecodeIRCaller:jar:2.44 BUILDSTDERR: [INFO] Installing artifact com.hifiremote:DecodeIRCaller:pom:2.44 BUILDSTDERR: [INFO] Installation successful + jdir=target/site/apidocs + '[' -d .xmvn/apidocs ']' + jdir=.xmvn/apidocs + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/licenses + '[' -d .xmvn/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/javadoc/DecodeIR + cp -pr .xmvn/apidocs/allclasses-frame.html .xmvn/apidocs/allclasses-noframe.html .xmvn/apidocs/com .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-list .xmvn/apidocs/script.js .xmvn/apidocs/stylesheet.css /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/javadoc/DecodeIR + echo /usr/share/javadoc/DecodeIR + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 2.45-13.fc31 --unique-debug-suffix -2.45-13.fc31.riscv64 --unique-debug-src-base DecodeIR-2.45-13.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/DecodeIR BUILDSTDERR: 396 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs install -D libDecodeIR.so /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/lib64/DecodeIR/libDecodeIR.so install -d /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/lib64 ln -s /usr/lib64/DecodeIR/libDecodeIR.so \ /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/lib64/libDecodeIR.so install -D -m 644 DecodeIR.h /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/include/DecodeIR.h explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/lib64/DecodeIR/libDecodeIR.so extracting debug info from /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/lib64/DecodeIR/libDecodeIR.so original debug info size: 444kB, size after compression: 432kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: DecodeIR-2.45-13.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.oCyUKK + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + DOCDIR=/builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/doc/DecodeIR + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/doc/DecodeIR + cp -pr DecodeIR.html /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/doc/DecodeIR + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1NMmOK + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + LICENSEDIR=/builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/licenses/DecodeIR + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/licenses/DecodeIR + cp -pr license-mail.txt /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/licenses/DecodeIR + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 BUILDSTDERR: warning: File listed twice: /usr/lib/java/DecodeIR BUILDSTDERR: warning: absolute symlink: /usr/lib64/libDecodeIR.so -> /usr/lib64/DecodeIR/libDecodeIR.so BUILDSTDERR: warning: File listed twice: /usr/share/maven-poms/DecodeIR BUILDSTDERR: [INFO maven.prov] input: ['/builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/maven-metadata/DecodeIR.xml'] BUILDSTDERR: [INFO maven.prov] mvn(com.hifiremote:DecodeIRCaller:pom:) = 2.44, mvn(com.hifiremote:DecodeIRCaller) = 2.44 BUILDSTDERR: [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/lib/java/DecodeIR/DecodeIRCaller.jar'] BUILDSTDERR: [INFO maven.req] input: ['/builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/maven-metadata/DecodeIR.xml'] BUILDSTDERR: [INFO maven.req] java-headless >= 1:1.6, javapackages-filesystem BUILDSTDERR: [INFO osgi.req] input: ['/builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/lib/java/DecodeIR/DecodeIRCaller.jar'] Provides: DecodeIR = 2.45-13.fc31 DecodeIR(riscv-64) = 2.45-13.fc31 libDecodeIR.so()(64bit) mvn(com.hifiremote:DecodeIRCaller) = 2.44 mvn(com.hifiremote:DecodeIRCaller:pom:) = 2.44 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java-headless >= 1:1.6 javapackages-filesystem ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.27)(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libstdc++.so.6(CXXABI_1.3.9)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) rtld(GNU_HASH) Processing files: DecodeIR-devel-2.45-13.fc31.riscv64 Provides: DecodeIR-devel = 2.45-13.fc31 DecodeIR-devel(riscv-64) = 2.45-13.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: DecodeIR-javadoc-2.45-13.fc31.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.9isPpK + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + LICENSEDIR=/builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/licenses/DecodeIR-javadoc + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/licenses/DecodeIR-javadoc + cp -pr license-mail.txt /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64/usr/share/licenses/DecodeIR-javadoc + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: DecodeIR-javadoc = 2.45-13.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-filesystem Processing files: DecodeIR-debugsource-2.45-13.fc31.riscv64 Provides: DecodeIR-debugsource = 2.45-13.fc31 DecodeIR-debugsource(riscv-64) = 2.45-13.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: DecodeIR-debuginfo-2.45-13.fc31.riscv64 Provides: DecodeIR-debuginfo = 2.45-13.fc31 DecodeIR-debuginfo(riscv-64) = 2.45-13.fc31 debuginfo(build-id) = 574a6bd36de84394576efb2f17c4a495538b8d74 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: DecodeIR-debugsource(riscv-64) = 2.45-13.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64 Wrote: /builddir/build/RPMS/DecodeIR-devel-2.45-13.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/DecodeIR-javadoc-2.45-13.fc31.noarch.rpm Wrote: /builddir/build/RPMS/DecodeIR-2.45-13.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/DecodeIR-debugsource-2.45-13.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/DecodeIR-debuginfo-2.45-13.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QJYOqJ + umask 022 + cd /builddir/build/BUILD + cd DecodeIR + /usr/bin/rm -rf /builddir/build/BUILDROOT/DecodeIR-2.45-13.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0