Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/0xFFFF.spec'], user='mockbuild'uid=1000env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ '}shell=Falselogger=timeout=172800gid=425printOutput=FalsechrootPath='/var/lib/mock/f26-build-7587194-693983/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/0xFFFF.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/0xFFFF-0.3.9-15.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/0xFFFF.spec'], user='mockbuild'uid=1000env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ '}gid=425shell=Falselogger=private_network=TruechrootPath='/var/lib/mock/f26-build-7587194-693983/root'printOutput=Falsetimeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/0xFFFF.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MNktr4 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf 0xFFFF-0.3.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/0xFFFF-0.3.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd 0xFFFF-0.3.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i '/^LDFLAGS/d' config.mk + sed -i 's|^CFLAGS+=.*|CFLAGS+=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8|' config.mk + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZtNb3R make: Entering directory '/builddir/build/BUILD/0xFFFF-0.3.9/src' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o main.o main.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o fiasco.o fiasco.c + umask 022 + cd /builddir/build/BUILD + cd 0xFFFF-0.3.9 + make -C src -j4 cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o hexdump.o hexdump.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o dump.o dump.c main.c: In function 'show_usage': main.c:100:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(i=0;pieces[i];i++) printf("%s ", pieces[i]); printf("\n"); ^~~ main.c:100:51: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for(i=0;pieces[i];i++) printf("%s ", pieces[i]); printf("\n"); ^~~~~~ main.c: In function 'main': main.c:332:4: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(reverseto); ^~~~~~~~~~~~~~~~ dump.c: In function 'rf_extract': dump.c:40:24: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off_t {aka long int}' [-Wformat=] printf("Bad range %lld - %lld for %s\n", from, to, file); ~~~^ %ld dump.c:40:31: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] printf("Bad range %lld - %lld for %s\n", from, to, file); ~~~^ %ld dump.c:58:19: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off_t {aka long int}' [-Wformat=] printf("\r%s: %lld bytes dumped from %s\n", ~~~^ %ld file, to-from, dev); ~~~~~~~ fiasco.c: In function 'openfiasco': fiasco.c:48:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(header.fd, buf, 5); ^~~~~~~~~~~~~~~~~~~~~~~ fiasco.c:60:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(header.fd, buf, namelen); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fiasco.c: In function 'fiasco_data_read': fiasco.c:134:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(header->fd, header->data, header->size); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fiasco.c: In function 'fiasco_new': fiasco.c:147:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "\xb4\x00\x00\x00\x14\x00\x00\x00\x01\xe8\x0e", 11); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fiasco.c:148:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "OSSO UART+USB", 14); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fiasco.c: In function 'fiasco_add': fiasco.c:199:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "T\x01\x2e\x19\x01\x01\x00", 7); // header (old piece format) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fiasco.c:203:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, &hash, 2); ^~~~~~~~~~~~~~~~~~~ fiasco.c:214:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, bname, 12); ^~~~~~~~~~~~~~~~~~~~ fiasco.c:216:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, &sz, 4); ^~~~~~~~~~~~~~~~~ fiasco.c:219:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "\x00\x00\x00\x00\x31", 5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fiasco.c:221:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, &len, 1); ^~~~~~~~~~~~~~~~~~ fiasco.c:222:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, version, len); ^~~~~~~~~~~~~~~~~~~~~~~ fiasco.c:223:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "\x00\x9b", 2); ^~~~~~~~~~~~~~~~~~~~~~~~ fiasco.c:225:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "\x00\x00\x00\x00\x9b", 5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fiasco.c:232:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, buf, ret); ^~~~~~~~~~~~~~~~~~~ dump.c: In function 'dump_config': dump.c:535:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (j==i) break; i = j; ^~ dump.c:535:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (j==i) break; i = j; ^ dump.c: In function 'nanddump': dump.c:385:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ofd, readbuf, bs); ^~~~~~~~~~~~~~~~~~~~~~~ dump.c:406:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(ofd, oobbuf, meminfo.oobsize); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dump.c: In function 'rf_strip': dump.c:450:11: warning: ignoring return value of 'truncate', declared with attribute warn_unused_result [-Wunused-result] if (eof) truncate(file, eof); ^~~~~~~~~~~~~~~~~~~ dump.c: In function 'is_n800': dump.c:466:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, 4, 1,fd); ^~~~~~~~~~~~~~~~~~~ dump.c: In function 'dump_config': dump.c:501:4: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, buf, 4); ^~~~~~~~~~~~~~~~ dump.c:530:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, buf,4); ^~~~~~~~~~~~~~~ dump.c: In function 'reverse_extract_pieces': dump.c:545:2: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result] chdir(dir); ^~~~~~~~~~ dump.c:560:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(0, &reply, 1); ^~~~~~~~~~~~~~~~~~ dump.c:567:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(0, &reply, 1); ^~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o flash.o flash.c dump.c: In function 'check_badblocks': dump.c:213:5: warning: 'stat1.failed' may be used uninitialized in this function [-Wmaybe-uninitialized] fprintf(stderr, "ECC: %d uncorrectable bitflip(s)" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " at offset 0x%08lx\n", ~~~~~~~~~~~~~~~~~~~~~~~ stat2.failed - stat1.failed, i); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dump.c:217:5: warning: 'stat1.corrected' may be used uninitialized in this function [-Wmaybe-uninitialized] fprintf(stderr, "ECC: %d corrected bitflip(s) at" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " offset 0x%08lx\n", ~~~~~~~~~~~~~~~~~~~~ stat2.corrected - stat1.corrected, i); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o serial.o serial.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o qmode.o qmode.c qmode.c: In function 'process_message': qmode.c:44:8: warning: implicit declaration of function 'strdup'; did you mean 'strtouq'? [-Wimplicit-function-declaration] str = strdup(msg); ^~~~~~ strtouq qmode.c:44:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion] str = strdup(msg); ^ qmode.c:45:8: warning: implicit declaration of function 'strchr' [-Wimplicit-function-declaration] arg = strchr(str, ':'); ^~~~~~ qmode.c:45:8: warning: incompatible implicit declaration of built-in function 'strchr' qmode.c:45:8: note: include '' or provide a declaration of 'strchr' qmode.c:46:7: warning: comparison between pointer and integer if (c!=NULL) { ^~ qmode.c:49:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (!strcmp(str, "flash")) { ^~~~~~ qmode.c:51:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] char *type = fpid_file(arg); ^~~~~~~~~ qmode.c:50:9: warning: unused variable 'buf' [-Wunused-variable] char buf[1024]; ^~~ qmode.c:59:8: warning: implicit declaration of function 'reboot_board' [-Wimplicit-function-declaration] if (reboot_board() == 0) { ^~~~~~~~~~~~ qmode.c:65:4: warning: implicit declaration of function 'get_rd_flags' [-Wimplicit-function-declaration] get_rd_flags(); ^~~~~~~~~~~~ serial.c: In function 'console': serial.c:66:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(str, 512, stdin); ^~~~~~~~~~~~~~~~~~~~~~ serial.c:79:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, &buf, 1); ^~~~~~~~~~~~~~~~~ qmode.c:67:4: warning: implicit declaration of function 'get_nolo_version'; did you mean 'get_file_size'? [-Wimplicit-function-declaration] get_nolo_version(); ^~~~~~~~~~~~~~~~ get_file_size qmode.c:69:4: warning: implicit declaration of function 'get_usb_mode'; did you mean 'getsubopt'? [-Wimplicit-function-declaration] get_usb_mode(); ^~~~~~~~~~~~ getsubopt qmode.c: In function 'queue_mode': qmode.c:98:3: warning: implicit declaration of function 'wait'; did you mean 'exit'? [-Wimplicit-function-declaration] wait(pid); ^~~~ exit qmode.c:107:3: warning: implicit declaration of function 'chmod'; did you mean 'chroot'? [-Wimplicit-function-declaration] chmod("/tmp/0xFFFF.1", 0666); ^~~~~ chroot qmode.c: In function 'process_message': qmode.c:46:5: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized] if (c!=NULL) { ^ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o hash.o hash.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o fpid.o fpid.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o query.o query.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o pieces.o pieces.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o utils.o utils.c utils.c: In function 'progressbar': utils.c:56:10: warning: non-ISO-standard escape sequence, '\e' printf("\e[K %3d%% [", pc); ^~~~~~~~~~~~~~~ fpid.c: In function 'fpid_file': fpid.c:66:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(buf, 512, 1, fd); ^~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o devices.o devices.c cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o console.o console.c console.c: In function 'cmd_shell': console.c:110:2: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system("/bin/sh"); ^~~~~~~~~~~~~~~~~ console.c: In function 'console_prompt': console.c:156:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, "0xFFFF> ", 8); ^~~~~~~~~~~~~~~~~~~~~~~ console.c:158:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(line, 1024, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~ console.c:160:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1, "\n", 1); ^~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -DVERSION=\"0.3.9\" -Wall -g -I . -pedantic -std=c99 -DHAVE_USB=1 -c -o squeue/squeue.o squeue/squeue.c squeue/squeue.c: In function 'squeue_open': squeue/squeue.c:46:3: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] chmod(file, 0666); ^~~~~ squeue/squeue.c:65:6: warning: implicit declaration of function 'usleep'; did you mean 'sleep'? [-Wimplicit-function-declaration] usleep(100); ^~~~~~ sleep squeue/squeue.c:88:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if (((int)pool) == -1) { ^ cc -o 0xFFFF main.o fiasco.o hexdump.o dump.o flash.o serial.o qmode.o hash.o fpid.o query.o pieces.o utils.o devices.o console.o squeue/squeue.o `if [ "1" = 1 ]; then echo '-lusb'; fi` make: Leaving directory '/builddir/build/BUILD/0xFFFF-0.3.9/src' + make -C logotool 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8' make: Entering directory '/builddir/build/BUILD/0xFFFF-0.3.9/logotool' cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -c -o logotool.o logotool.c logotool.c: In function 'main': logotool.c:89:4: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(buf); ^~~~~~~~~~~ logotool.c:105:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(buf); ^~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -c -o compress.o compress.c compress.c: In function 'compress_image': compress.c:69:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout, &oop, 4); ^~~~~~~~~~~~~~~~~~~~~ compress.c:71:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout, &oop, 4); ^~~~~~~~~~~~~~~~~~~~~ compress.c:73:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout, &w, 4); ^~~~~~~~~~~~~~~~~~~ compress.c:74:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout, &h, 4); ^~~~~~~~~~~~~~~~~~~ compress.c:91:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout,&c, 1); ^~~~~~~~~~~~~~~~~~ compress.c:97:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout, tmp, 2); ^~~~~~~~~~~~~~~~~~~~ compress.c:106:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout,&c, 1); ^~~~~~~~~~~~~~~~~~ compress.c:112:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fdout, tmp, 2); ^~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -c -o uncompress.o uncompress.c uncompress.c: In function 'uncompress_image': uncompress.c:74:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int)src == -1 || (int)dst == -1 ) { ^ uncompress.c:74:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] if ((int)src == -1 || (int)dst == -1 ) { ^ uncompress.c:108:33: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] fprintf(stderr, "Output Size: %d\n",dst2-dst); ~^ ~~~~~~~~ %ld uncompress.c:66:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read ( fd, &width, 4 ); ^~~~~~~~~~~~~~~~~~~~~~ uncompress.c:67:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read ( fd, &height, 4 ); ^~~~~~~~~~~~~~~~~~~~~~~ uncompress.c:81:2: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(fd, src, fsize); ^~~~~~~~~~~~~~~~~~~~ uncompress.c:113:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write ( fout, dst, width*height*2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mcpu=power8 -mtune=power8 -c -o rgb2yuv.o rgb2yuv.c rgb2yuv.c: In function 'rgb2yuv': rgb2yuv.c:66:17: warning: variable 'src' set but not used [-Wunused-but-set-variable] unsigned char* src; ^~~ rgb2yuv.c:93:3: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read ( fd, &inP, 2 ); ^~~~~~~~~~~~~~~~~~~~ rgb2yuv.c:101:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write ( fout,&dstY[i], 1); ^~~~~~~~~~~~~~~~~~~~~~~~~ rgb2yuv.c:105:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write ( fout,&dstU[j+(i*width)], 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rgb2yuv.c:109:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write ( fout,&dstV[j+(i*width)], 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc logotool.o compress.o uncompress.o rgb2yuv.o -o logotool make: Leaving directory '/builddir/build/BUILD/0xFFFF-0.3.9/logotool' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.7EjKdG + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le ++ dirname /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le + cd 0xFFFF-0.3.9 + rm -rf /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le + mkdir -p /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/bin + install -m0755 src/0xFFFF /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/bin/0xFFFF + install -m0755 logotool/logotool /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/bin/logotool + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/0xFFFF-0.3.9 extracting debug info from /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/bin/logotool readelf: /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/lib/debug/usr/bin/logotool.debug: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/bin/0xFFFF /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 185 blocks + /usr/lib/rpm/check-buildroot + /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 + /usr/lib/rpm/brp-python-hardlink Processing files: 0xFFFF-0.3.9-15.fc26.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.beSJ0u + umask 022 + cd /builddir/build/BUILD + cd 0xFFFF-0.3.9 + DOCDIR=/builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/share/doc/0xFFFF + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/share/doc/0xFFFF + cp -pr COPYING /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/share/doc/0xFFFF + cp -pr README /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/share/doc/0xFFFF + cp -pr INSTALL /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le/usr/share/doc/0xFFFF + exit 0 Provides: 0xFFFF = 0.3.9-15.fc26 0xFFFF(ppc-64) = 0.3.9-15.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libusb-0.1.so.4()(64bit) rtld(GNU_HASH) Processing files: 0xFFFF-debuginfo-0.3.9-15.fc26.ppc64le Provides: 0xFFFF-debuginfo = 0.3.9-15.fc26 0xFFFF-debuginfo(ppc-64) = 0.3.9-15.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le Wrote: /builddir/build/RPMS/0xFFFF-0.3.9-15.fc26.ppc64le.rpm Wrote: /builddir/build/RPMS/0xFFFF-debuginfo-0.3.9-15.fc26.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CKFXSj + umask 022 + cd /builddir/build/BUILD + cd 0xFFFF-0.3.9 + rm -rf /builddir/build/BUILDROOT/0xFFFF-0.3.9-15.fc26.ppc64le + exit 0 Child return code was: 0