<86>May 4 01:05:41 userdel[2128243]: delete user 'rooter' <86>May 4 01:05:41 groupadd[2128477]: group added to /etc/group: name=rooter, GID=1868 <86>May 4 01:05:41 groupadd[2128477]: group added to /etc/gshadow: name=rooter <86>May 4 01:05:41 groupadd[2128477]: new group: name=rooter, GID=1868 <86>May 4 01:05:41 useradd[2128821]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none <86>May 4 01:05:41 userdel[2129607]: delete user 'builder' <86>May 4 01:05:41 userdel[2129607]: removed group 'builder' owned by 'builder' <86>May 4 01:05:41 userdel[2129607]: removed shadow group 'builder' owned by 'builder' <86>May 4 01:05:41 groupadd[2129915]: group added to /etc/group: name=builder, GID=1869 <86>May 4 01:05:41 groupadd[2129915]: group added to /etc/gshadow: name=builder <86>May 4 01:05:41 groupadd[2129915]: new group: name=builder, GID=1869 <86>May 4 01:05:41 useradd[2129975]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash, from=none warning: user glebfm does not exist - using root warning: group glebfm does not exist - using root warning: user glebfm does not exist - using root warning: group glebfm does not exist - using root warning: user glebfm does not exist - using root warning: group glebfm does not exist - using root <13>May 4 01:05:47 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed <13>May 4 01:05:51 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>May 4 01:05:51 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 01:05:52 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563486 installed <13>May 4 01:05:52 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687267966 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/bonk-0.6-alt4.qa2.nosrc.rpm (w1.gzdio) Installing bonk-0.6-alt4.qa2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.87786 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bonk-0.6 + echo 'Source #0 (bonk-0.6.tar):' Source #0 (bonk-0.6.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/bonk-0.6.tar + cd bonk-0.6 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (bonk-0.6-alt4.qa2.patch):' Patch #0 (bonk-0.6-alt4.qa2.patch): + /usr/bin/patch -p1 patching file bonk.cc + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.52952 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bonk-0.6 + make -j16 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/bonk-0.6' g++ -pipe -frecord-gcc-switches -Wall -g -O3 -flto=auto -o bonk bonk.cc In file included from bonk.cc:65: utility.h: In member function 'int bitstream_in::read()': utility.h:88:21: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 88 | throw error("Unexpected end of file"); | ^~~~~~~~~~~~~~~~~~~~~~~~ utility.h: In member function 'uint bitstream_in::read_uint_max(int)': utility.h:112:34: warning: comparison of integer expressions of different signedness: 'uint' {aka 'unsigned int'} and 'int' [-Wsign-compare] 112 | if ( (value | (1<<(bits-1))) <= max ) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ utility.h: In member function 'void bitstream_out::write_uint_max(uint, int)': utility.h:158:34: warning: comparison of integer expressions of different signedness: 'uint' {aka 'unsigned int'} and 'int' [-Wsign-compare] 158 | if ( (value | (1<<(bits-1))) <= max ) | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ utility.h: In function 'void write_list(const std::vector&, bool, bitstream_out&)': utility.h:181:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 181 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 191 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 201 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 206 | for(int j=0;j::size_type' {aka 'long unsigned int'} [-Wsign-compare] 215 | while(pos < bits.size()) { | ~~~~^~~~~~~~~~~~~ utility.h:217:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 217 | if (pos+steplet > bits.size()) | ~~~~~~~~~~~~^~~~~~~~~~~~~ utility.h:248:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 248 | for(int i=0;i&, bool, bitstream_in&)': utility.h:260:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 260 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 269 | while(n_zeros < list.size()) { | ~~~~~~~~^~~~~~~~~~~~~ utility.h:306:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 306 | for(int i=0;n_zeros::size_type' {aka 'long unsigned int'} [-Wsign-compare] 308 | if (pos >= list.size()) { | ~~~~^~~~~~~~~~~~~~ utility.h:329:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 329 | for(int i=0;i> b; | ~^~ bonk.cc:121:11: warning: suggest parentheses around '+' inside '>>' [-Wparentheses] 121 | return a+(1<> b; | ~^~~~~~~~~ bonk.cc: In function 'void modified_levinson_durbin(std::vector&, int, bool, std::vector&)': bonk.cc:213:16: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 213 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 317 | for(int i=0;i&)': bonk.cc:339:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 339 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 343 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 351 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 357 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 360 | for(int i=0;i&)': bonk.cc:527:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 527 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 533 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 536 | if (length_remaining < samples.size()) { | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ bonk.cc: In function 'FILE* open_dsp(int, bool)': bonk.cc:547:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 547 | throw error("Couldn't open sound device"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ bonk.cc:551:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 551 | throw error("Couldn't set up sound device"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bonk.cc:555:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 555 | throw error("Couldn't set up sound device"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bonk.cc:558:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 558 | throw error("Couldn't set up sound device"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bonk.cc: In function 'void play_file(char*)': bonk.cc:597:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 597 | throw error("Couldn't open file"); | ^~~~~~~~~~~~~~~~~~~~ bonk.cc:602:17: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 602 | throw error("Don't know how to play more than 2 channels"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bonk.cc:611:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector::size_type' {aka 'long unsigned int'} [-Wsign-compare] 611 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 701 | for(int i=0;i::size_type' {aka 'long unsigned int'} [-Wsign-compare] 852 | for(int i=step;i