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/dlm.spec'], timeout=172800printOutput=Falsegid=425uid=1000logger=user='mockbuild'shell=FalsechrootPath='/var/lib/mock/f26-build-7602231-694108/root'env={'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64le --nodeps /builddir/build/SPECS/dlm.spec'] with env {'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False Building target platforms: ppc64le Building for target ppc64le Wrote: /builddir/build/SRPMS/dlm-4.0.6-3.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/dlm.spec'], private_network=Truetimeout=172800printOutput=Falsegid=425uid=1000logger=user='mockbuild'shell=FalsechrootPath='/var/lib/mock/f26-build-7602231-694108/root'env={'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64le --nodeps /builddir/build/SPECS/dlm.spec'] with env {'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOME': '/builddir'} and shell False Building target platforms: ppc64le Building for target ppc64le Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tIyVv2 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dlm-4.0.6 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/dlm-4.0.6.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd dlm-4.0.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (0001-dlm_controld-libsystemd-broke-itself.patch):' Patch #0 (0001-dlm_controld-libsystemd-broke-itself.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .0001-dlm_controld-libsystemd-broke-itself.patch --fuzz=0 patching file dlm_controld/Makefile + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Fgtv4I + umask 022 + cd /builddir/build/BUILD + cd dlm-4.0.6 + 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 for d in libdlm dlm_controld dlm_tool fence; do make -C $d all; done make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.6/libdlm' cc libdlm.c -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 -D_GNU_SOURCE -O2 -ggdb -Wall -Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -Wno-unused-parameter -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -fPIC -D_REENTRANT -c -o libdlm.o libdlm.c: In function 'open_control_device': libdlm.c:385:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor(st.st_rdev) == minor) { ^~~~~~~~~~~~~~~~~~~~~~~ libdlm.c: In function 'find_udev_device': libdlm.c:429:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . if (stat(udev_path, &st) == 0 && minor(st.st_rdev) == minor) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libdlm.c:451:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . if (minor(st.st_rdev) != minor) ^~~~~~~~~~~~~~~~~~~~~~ libdlm.c: In function 'dlm_release_lockspace': libdlm.c:1413:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . release_lockspace(minor(st.st_rdev), flags); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc libdlm.o -lpthread -shared -o libdlm.so.3.0 -Wl,-soname=libdlm.so.3 ln -sf libdlm.so.3.0 libdlm.so ln -sf libdlm.so.3.0 libdlm.so.3 cc libdlm.c -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 -D_GNU_SOURCE -O2 -ggdb -Wall -Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -Wno-unused-parameter -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -fPIC -c -o libdlm_lt.o libdlm.c: In function 'open_control_device': libdlm.c:385:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . minor(st.st_rdev) == minor) { ^~~~~~~~~~~~~~~~~~~~~~~ libdlm.c: In function 'find_udev_device': libdlm.c:429:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . if (stat(udev_path, &st) == 0 && minor(st.st_rdev) == minor) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libdlm.c:451:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . if (minor(st.st_rdev) != minor) ^~~~~~~~~~~~~~~~~~~~~~ libdlm.c: In function 'dlm_release_lockspace': libdlm.c:1413:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . release_lockspace(minor(st.st_rdev), flags); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc libdlm_lt.o -shared -o libdlm_lt.so.3.0 -Wl,-soname=libdlm_lt.so.3 ln -sf libdlm_lt.so.3.0 libdlm_lt.so ln -sf libdlm_lt.so.3.0 libdlm_lt.so.3 cat libdlm.pc.in | sed -e 's#@PREFIX@#/usr#g;s#@LIBDIR@#/usr//lib64#g' > libdlm.pc cat libdlm.pc.in | sed -e 's#@PREFIX@#/usr#g;s#@LIBDIR@#/usr//lib64#g' > libdlm_lt.pc make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/libdlm' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.6/dlm_controld' cc lib.c -D_GNU_SOURCE -O2 -ggdb -Wall -Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -Wno-unused-parameter -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -fPIE -DPIE -I../include -I../libdlm -DUSE_SD_NOTIFY -Wl,-z,relro -pie -shared -fPIC -o libdlmcontrol.so.3.1 -Wl,-soname=libdlmcontrol.so.3 ln -sf libdlmcontrol.so.3.1 libdlmcontrol.so ln -sf libdlmcontrol.so.3.1 libdlmcontrol.so.3 cc action.c cpg.c daemon_cpg.c crc.c fence_config.c fence.c main.c plock.c config.c member.c logging.c rbtree.c -D_GNU_SOURCE -O2 -ggdb -Wall -Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -Wno-unused-parameter -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -fPIE -DPIE -I../include -I../libdlm -DUSE_SD_NOTIFY -Wl,-z,now -Wl,-z,relro -pie -lpthread -lrt -lcpg -lcmap -lcfg -lquorum -lsystemd -o dlm_controld -L. action.c: In function 'find_udev_device': action.c:941:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . if (stat(path, &st) == 0 && minor(st.st_rdev) == minor) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plock.c: In function 'write_result': plock.c:691:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(plock_device_fd, in, sizeof(struct dlm_plock_info)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/dlm_controld' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.6/dlm_tool' cc main.c -D_GNU_SOURCE -O2 -ggdb -Wall -Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -Wno-unused-parameter -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -fPIE -DPIE -I../include -I../libdlm -I../dlm_controld -Wl,-z,now -Wl,-z,relro -pie -L../libdlm -L../dlm_controld -lpthread -ldlm -ldlmcontrol -o dlm_tool main.c: In function 'print_lkb': main.c:674:6: warning: variable 'rv' set but not used [-Wunused-but-set-variable] int rv; ^~ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/dlm_tool' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.6/fence' cc stonith_helper.c -D_GNU_SOURCE -O2 -ggdb -Wall -Wformat -Wformat-security -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wextra -Wshadow -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Winline -Wredundant-decls -Wno-sign-compare -Wno-unused-parameter -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -fPIE -DPIE `xml2-config --cflags` -I../include -Wl,-z,now -Wl,-z,relro -pie `xml2-config --libs` -ldl -o dlm_stonith -L. stonith_helper.c: In function 'get_options': stonith_helper.c:31:43: warning: comparison is always true due to limited range of data type [-Wtype-limits] while ((c = getopt(argc, argv, "n:t:")) != -1) { ^~ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/fence' + 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 -C fence make: Entering directory '/builddir/build/BUILD/dlm-4.0.6/fence' make: Nothing to be done for 'all'. make: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/fence' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mR9n4s + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le ++ dirname /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le + cd dlm-4.0.6 + rm -rf /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le + make install LIBDIR=/usr/lib64 DESTDIR=/builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le for d in libdlm dlm_controld dlm_tool fence; do make -C $d install; done make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.6/libdlm' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/include /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man3 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64/pkgconfig /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib/udev/rules.d /usr/bin/install -c -m 755 libdlm.so.3.0 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 /usr/bin/install -c -m 755 libdlm_lt.so.3.0 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 cp -a libdlm.so /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 cp -a libdlm.so.3 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 cp -a libdlm_lt.so /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 cp -a libdlm_lt.so.3 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 /usr/bin/install -m 644 libdlm.pc /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64/pkgconfig /usr/bin/install -m 644 libdlm_lt.pc /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64/pkgconfig /usr/bin/install -c -m 644 libdlm.h /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/include /usr/bin/install -m 644 man/dlm_cleanup.3 man/dlm_close_lockspace.3 man/dlm_create_lockspace.3 man/dlm_dispatch.3 man/dlm_get_fd.3 man/dlm_lock.3 man/dlm_lock_wait.3 man/dlm_ls_lock.3 man/dlm_ls_lock_wait.3 man/dlm_ls_lockx.3 man/dlm_ls_pthread_init.3 man/dlm_ls_unlock.3 man/dlm_ls_unlock_wait.3 man/dlm_new_lockspace.3 man/dlm_open_lockspace.3 man/dlm_pthread_init.3 man/dlm_release_lockspace.3 man/dlm_unlock.3 man/dlm_unlock_wait.3 man/libdlm.3 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man3/ /usr/bin/install -m 644 51-dlm.rules /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib/udev/rules.d make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/libdlm' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.6/dlm_controld' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/include /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man8 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man5 /usr/bin/install -m 755 dlm_controld /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/sbin /usr/bin/install -m 755 libdlmcontrol.so.3.1 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 cp -a libdlmcontrol.so /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 cp -a libdlmcontrol.so.3 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/lib64 /usr/bin/install -m 644 libdlmcontrol.h /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/include /usr/bin/install -m 644 dlm_controld.8 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man8/ /usr/bin/install -m 644 dlm.conf.5 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man5/ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/dlm_controld' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.6/dlm_tool' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man8 /usr/bin/install -c -m 755 dlm_tool /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/sbin /usr/bin/install -m 644 dlm_tool.8 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man8/ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/dlm_tool' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.6/fence' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man8 /usr/bin/install -c -m 755 dlm_stonith /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/sbin /usr/bin/install -m 644 dlm_stonith.8 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man8/ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/fence' + make -C fence install LIBDIR=/usr/lib64 DESTDIR=/builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le make: Entering directory '/builddir/build/BUILD/dlm-4.0.6/fence' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man8 /usr/bin/install -c -m 755 dlm_stonith /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/sbin /usr/bin/install -m 644 dlm_stonith.8 /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le//usr/share/man/man8/ make: Leaving directory '/builddir/build/BUILD/dlm-4.0.6/fence' + install -Dm 0644 init/dlm.service /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/lib/systemd/system/dlm.service + install -Dm 0644 init/dlm.sysconfig /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/etc/sysconfig/dlm + /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/dlm-4.0.6 extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/sbin/dlm_stonith readelf: /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/lib/debug/usr/sbin/dlm_stonith.debug: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/sbin/dlm_controld extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/sbin/dlm_tool extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/lib64/libdlm.so.3.0 extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/lib64/libdlmcontrol.so.3.1 readelf: /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/lib/debug/usr/lib64/libdlmcontrol.so.3.1.debug: Error: the dynamic segment offset + size exceeds the size of the file extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/lib64/libdlm_lt.so.3.0 /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib64/libdlm_lt.so.3.0.debug to /usr/lib/debug/usr/lib64/libdlm_lt.so.debug symlinked /usr/lib/debug/usr/lib64/libdlm.so.3.0.debug to /usr/lib/debug/usr/lib64/libdlm.so.debug symlinked /usr/lib/debug/usr/lib64/libdlm_lt.so.3.0.debug to /usr/lib/debug/usr/lib64/libdlm_lt.so.3.debug symlinked /usr/lib/debug/usr/lib64/libdlmcontrol.so.3.1.debug to /usr/lib/debug/usr/lib64/libdlmcontrol.so.3.debug symlinked /usr/lib/debug/usr/lib64/libdlm.so.3.0.debug to /usr/lib/debug/usr/lib64/libdlm.so.3.debug symlinked /usr/lib/debug/usr/lib64/libdlmcontrol.so.3.1.debug to /usr/lib/debug/usr/lib64/libdlmcontrol.so.debug 748 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: dlm-4.0.6-3.fc26.ppc64le Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jjHyfe + umask 022 + cd /builddir/build/BUILD + cd dlm-4.0.6 + DOCDIR=/builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/share/doc/dlm + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/share/doc/dlm + cp -pr README.license /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le/usr/share/doc/dlm + exit 0 Provides: config(dlm) = 4.0.6-3.fc26 dlm = 4.0.6-3.fc26 dlm(ppc-64) = 4.0.6-3.fc26 Requires(interp): /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh systemd-units Requires(preun): /bin/sh systemd-units Requires(postun): /bin/sh systemd-units Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libcfg.so.6()(64bit) libcfg.so.6(COROSYNC_CFG_0.82)(64bit) libcmap.so.4()(64bit) libcmap.so.4(COROSYNC_CMAP_1.0)(64bit) libcpg.so.4()(64bit) libcpg.so.4(COROSYNC_CPG_1.0)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.17)(64bit) libdlm.so.3()(64bit) libdlmcontrol.so.3()(64bit) liblzma.so.5()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) libquorum.so.5()(64bit) libquorum.so.5(COROSYNC_QUORUM_1.0)(64bit) librt.so.1()(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) libxml2.so.2()(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Conflicts: cman Processing files: dlm-debuginfo-4.0.6-3.fc26.ppc64le Provides: dlm-debuginfo = 4.0.6-3.fc26 dlm-debuginfo(ppc-64) = 4.0.6-3.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dlm-lib-4.0.6-3.fc26.ppc64le Provides: dlm-lib = 4.0.6-3.fc26 dlm-lib(ppc-64) = 4.0.6-3.fc26 libdlm.so.3()(64bit) libdlm_lt.so.3()(64bit) libdlmcontrol.so.3()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.17)(64bit) rtld(GNU_HASH) Conflicts: clusterlib Processing files: dlm-devel-4.0.6-3.fc26.ppc64le Provides: dlm-devel = 4.0.6-3.fc26 dlm-devel(ppc-64) = 4.0.6-3.fc26 pkgconfig(libdlm) = 4.0.0 pkgconfig(libdlm_lt) = 4.0.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libdlm.so.3()(64bit) libdlm_lt.so.3()(64bit) libdlmcontrol.so.3()(64bit) Conflicts: clusterlib-devel Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le Wrote: /builddir/build/RPMS/dlm-4.0.6-3.fc26.ppc64le.rpm Wrote: /builddir/build/RPMS/dlm-debuginfo-4.0.6-3.fc26.ppc64le.rpm Wrote: /builddir/build/RPMS/dlm-lib-4.0.6-3.fc26.ppc64le.rpm Wrote: /builddir/build/RPMS/dlm-devel-4.0.6-3.fc26.ppc64le.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.B6aBEZ + umask 022 + cd /builddir/build/BUILD + cd dlm-4.0.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dlm-4.0.6-3.fc26.ppc64le + exit 0 Child return code was: 0