Mock Version: 3.5 Mock Version: 3.5 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target i686 --nodeps /builddir/build/SPECS/dlm.spec'], chrootPath='/mnt/compose/mock/dist-circle9-build-94166-40510/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=993gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --noclean --target i686 --nodeps /builddir/build/SPECS/dlm.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': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1665705600 Wrote: /builddir/build/SRPMS/dlm-4.2.0-2.el9.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target i686 --nodeps /builddir/build/SPECS/dlm.spec'], chrootPath='/mnt/compose/mock/dist-circle9-build-94166-40510/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': 'C.UTF-8'}shell=Falselogger=timeout=86400uid=993gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --noclean --target i686 --nodeps /builddir/build/SPECS/dlm.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': 'C.UTF-8'} and shell False Building target platforms: i686 Building for target i686 setting SOURCE_DATE_EPOCH=1665705600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.MRIPDM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dlm-4.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/dlm-4.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dlm-4.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (0001-Revert-treewide-add-fcf-protection-full-to-CFLAGS.patch):' Patch #0 (0001-Revert-treewide-add-fcf-protection-full-to-CFLAGS.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .backup0 --fuzz=0 patching file dlm_controld/Makefile patching file dlm_tool/Makefile patching file fence/Makefile patching file libdlm/Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.1zuvdU + umask 022 + cd /builddir/build/BUILD + cd dlm-4.2.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + make set -e; for d in libdlm dlm_controld dlm_tool fence; do make -C $d all; done make[1]: Entering directory '/builddir/build/BUILD/dlm-4.2.0/libdlm' cc libdlm.c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fstack-clash-protection -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -fPIC -D_REENTRANT -c -o libdlm.o libdlm.c: In function 'create_lockspace': libdlm.c:37:33: warning: '%s' directive output may be truncated writing between 19 and 2147483645 bytes into a region of size 4086 [-Wformat-truncation=] 37 | #define MISC_PREFIX "/dev/misc/" | ^~~~~~~~~~~~ libdlm.c:448:67: note: format string is defined here 448 | snprintf(tmp_path, PATH_MAX, MISC_PREFIX "%s", | ^~ In file included from /usr/include/stdio.h:888, from libdlm.c:24: /usr/include/bits/stdio2.h:71:10: note: '__snprintf_chk' output between 30 and 2147483656 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc libdlm.o -lpthread -Wl,-z,now -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 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fstack-clash-protection -fexceptions -fasynchronous-unwind-tables -fdiagnostics-show-option -fPIC -c -o libdlm_lt.o libdlm.c: In function 'create_lockspace': libdlm.c:37:33: warning: '%s' directive output may be truncated writing between 19 and 2147483645 bytes into a region of size 4086 [-Wformat-truncation=] 37 | #define MISC_PREFIX "/dev/misc/" | ^~~~~~~~~~~~ libdlm.c:448:67: note: format string is defined here 448 | snprintf(tmp_path, PATH_MAX, MISC_PREFIX "%s", | ^~ In file included from /usr/include/stdio.h:888, from libdlm.c:24: /usr/include/bits/stdio2.h:71:10: note: '__snprintf_chk' output between 30 and 2147483656 bytes into a destination of size 4096 71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 72 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 73 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ cc libdlm_lt.o -Wl,-z,now -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.2.0/libdlm' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.2.0/dlm_controld' cc lib.c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fstack-clash-protection -fPIC -fplugin=annobin -Wl,-z,relro -Wl,-z,now -pie -shared -o libdlmcontrol.so.3.2 -Wl,-soname=libdlmcontrol.so.3 ln -sf libdlmcontrol.so.3.2 libdlmcontrol.so ln -sf libdlmcontrol.so.3.2 libdlmcontrol.so.3 cc action.c cpg.c daemon_cpg.c helper.c crc.c fence_config.c fence.c main.c plock.c config.c member.c logging.c rbtree.c node_config.c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fstack-clash-protection -fPIE -DPIE -I../include -I../libdlm -DUSE_SD_NOTIFY -Wl,-z,relro -Wl,-z,now -pie -lpthread -lrt -lcpg -lcmap -lcfg -lquorum -luuid -lsystemd -o dlm_controld -L. cpg.c: In function 'apply_changes': cpg.c:1196:9: warning: 'plocks_data' may be used uninitialized in this function [-Wmaybe-uninitialized] 1196 | log_dlock(ls, "send_plocks_done %d:%u counts %u %d %d %d %d plocks_data %u", | ^ cpg.c:1248:18: note: 'plocks_data' was declared here 1248 | uint32_t plocks_data; | ^ cat libdlmcontrol.pc.in | sed -e 's#@PREFIX@#/usr#g;s#@LIBDIR@#/usr//lib64#g' > libdlmcontrol.pc make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.2.0/dlm_controld' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.2.0/dlm_tool' cc main.c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fstack-clash-protection -fPIE -DPIE -I../include -I../libdlm -I../dlm_controld -Wl,-z,relro -Wl,-z,now -pie -L../libdlm -L../dlm_controld -lpthread -ldlm -ldlmcontrol -o dlm_tool make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.2.0/dlm_tool' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.2.0/fence' cc stonith_helper.c -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -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 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -fstack-clash-protection -fPIE -DPIE -I../include -I/usr/include/pacemaker -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-4 -I/usr/include/libxml2 -I/usr/include/uuid -I/usr/include/p11-kit-1 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -pthread -Wl,-z,relro -Wl,-z,now -pie -ldl -o dlm_stonith -L. make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.2.0/fence' + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + make -C fence make: Entering directory '/builddir/build/BUILD/dlm-4.2.0/fence' make: Nothing to be done for 'all'. make: Leaving directory '/builddir/build/BUILD/dlm-4.2.0/fence' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pC2szp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386 ++ dirname /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386 + cd dlm-4.2.0 + rm -rf /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386 + make install LIBDIR=/usr/lib DESTDIR=/builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386 set -e; for d in libdlm dlm_controld dlm_tool fence; do make -C $d install; done make[1]: Entering directory '/builddir/build/BUILD/dlm-4.2.0/libdlm' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/include /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man3 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib/pkgconfig /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib/udev/rules.d /usr/bin/install -c -m 755 libdlm.so.3.0 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib /usr/bin/install -c -m 755 libdlm_lt.so.3.0 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib cp -a libdlm.so /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib cp -a libdlm.so.3 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib cp -a libdlm_lt.so /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib cp -a libdlm_lt.so.3 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib /usr/bin/install -m 644 libdlm.pc /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib/pkgconfig /usr/bin/install -m 644 libdlm_lt.pc /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib/pkgconfig /usr/bin/install -c -m 644 libdlm.h /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//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.2.0-2.el9.i386//usr/share/man/man3/ /usr/bin/install -m 644 51-dlm.rules /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib/udev/rules.d make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.2.0/libdlm' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.2.0/dlm_controld' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/include /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man8 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man5 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib/pkgconfig /usr/bin/install -m 755 dlm_controld /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/sbin /usr/bin/install -m 755 libdlmcontrol.so.3.2 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib cp -a libdlmcontrol.so /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib cp -a libdlmcontrol.so.3 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib /usr/bin/install -m 644 libdlmcontrol.pc /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/lib/pkgconfig /usr/bin/install -m 644 libdlmcontrol.h /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/include /usr/bin/install -m 644 dlm_controld.8 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man8/ /usr/bin/install -m 644 dlm.conf.5 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man5/ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.2.0/dlm_controld' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.2.0/dlm_tool' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man8 /usr/bin/install -c -m 755 dlm_tool /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/sbin /usr/bin/install -m 644 dlm_tool.8 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man8/ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.2.0/dlm_tool' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.2.0/fence' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man8 /usr/bin/install -c -m 755 dlm_stonith /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/sbin /usr/bin/install -m 644 dlm_stonith.8 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man8/ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.2.0/fence' + make -C fence install LIBDIR=/usr/lib DESTDIR=/builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386 make: Entering directory '/builddir/build/BUILD/dlm-4.2.0/fence' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man8 /usr/bin/install -c -m 755 dlm_stonith /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/sbin /usr/bin/install -m 644 dlm_stonith.8 /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386//usr/share/man/man8/ make: Leaving directory '/builddir/build/BUILD/dlm-4.2.0/fence' + install -Dm 0644 init/dlm.service /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/lib/systemd/system/dlm.service + install -Dm 0644 init/dlm.sysconfig /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/etc/sysconfig/dlm + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 4.2.0-2.el9 --unique-debug-suffix -4.2.0-2.el9.i386 --unique-debug-src-base dlm-4.2.0-2.el9.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/dlm-4.2.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/lib/libdlm.so.3.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/lib/libdlm_lt.so.3.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/sbin/dlm_controld explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/sbin/dlm_stonith explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/lib/libdlmcontrol.so.3.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/sbin/dlm_tool extracting debug info from /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/lib/libdlm.so.3.0 extracting debug info from /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/lib/libdlm_lt.so.3.0 extracting debug info from /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/sbin/dlm_stonith extracting debug info from /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/lib/libdlmcontrol.so.3.2 extracting debug info from /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/sbin/dlm_controld extracting debug info from /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/sbin/dlm_tool original debug info size: 756kB, size after compression: 696kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 866 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dlm-4.2.0-2.el9.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.UZgpAH + umask 022 + cd /builddir/build/BUILD + cd dlm-4.2.0 + DOCDIR=/builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/share/doc/dlm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/share/doc/dlm + cp -pr README.license /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386/usr/share/doc/dlm + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(dlm) = 4.2.0-2.el9 dlm = 4.2.0-2.el9 dlm(x86-32) = 4.2.0-2.el9 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 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.17) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libc.so.6(GLIBC_2.9) libcfg.so.7 libcfg.so.7(COROSYNC_CFG_0.82) libcmap.so.4 libcmap.so.4(COROSYNC_CMAP_1.0) libcpg.so.4 libcpg.so.4(COROSYNC_CPG_1.0) libdlm.so.3 libdlmcontrol.so.3 libquorum.so.5 libquorum.so.5(COROSYNC_QUORUM_1.0) libsystemd.so.0 libsystemd.so.0(LIBSYSTEMD_209) libuuid.so.1 libuuid.so.1(UUID_1.0) rtld(GNU_HASH) Conflicts: cman Processing files: dlm-debugsource-4.2.0-2.el9.i686 Provides: dlm-debugsource = 4.2.0-2.el9 dlm-debugsource(x86-32) = 4.2.0-2.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: dlm-lib-4.2.0-2.el9.i686 Provides: dlm-lib = 4.2.0-2.el9 dlm-lib(x86-32) = 4.2.0-2.el9 libdlm.so.3 libdlm_lt.so.3 libdlmcontrol.so.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.28) libc.so.6(GLIBC_2.3.2) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.33) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) rtld(GNU_HASH) Conflicts: clusterlib Processing files: dlm-devel-4.2.0-2.el9.i686 Provides: dlm-devel = 4.2.0-2.el9 dlm-devel(x86-32) = 4.2.0-2.el9 pkgconfig(libdlm) = 4.0.0 pkgconfig(libdlm_lt) = 4.0.0 pkgconfig(libdlmcontrol) = 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 libdlm_lt.so.3 libdlmcontrol.so.3 Conflicts: clusterlib-devel Processing files: dlm-debuginfo-4.2.0-2.el9.i686 Provides: debuginfo(build-id) = 0995e1bd955fb972cf6a56e2b60838fccf85eaa3 debuginfo(build-id) = 9eb063554ae7bf421ce68c57151949a6d9c2a0e7 debuginfo(build-id) = d11d397d097006bfe30a137e444c6352151d8157 dlm-debuginfo = 4.2.0-2.el9 dlm-debuginfo(x86-32) = 4.2.0-2.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dlm-debugsource(x86-32) = 4.2.0-2.el9 Processing files: dlm-lib-debuginfo-4.2.0-2.el9.i686 Provides: debuginfo(build-id) = 00b6ed34e88d20395ec6570f371b2ead4254c608 debuginfo(build-id) = 8eaa2752e5e2d1930789eb9290863e2540327897 debuginfo(build-id) = d1e03c48a22654cddc2cdc47ecb416913e9403d1 dlm-lib-debuginfo = 4.2.0-2.el9 dlm-lib-debuginfo(x86-32) = 4.2.0-2.el9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: dlm-debugsource(x86-32) = 4.2.0-2.el9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dlm-4.2.0-2.el9.i386 Wrote: /builddir/build/RPMS/dlm-lib-debuginfo-4.2.0-2.el9.i686.rpm Wrote: /builddir/build/RPMS/dlm-4.2.0-2.el9.i686.rpm Wrote: /builddir/build/RPMS/dlm-devel-4.2.0-2.el9.i686.rpm Wrote: /builddir/build/RPMS/dlm-debuginfo-4.2.0-2.el9.i686.rpm Wrote: /builddir/build/RPMS/dlm-lib-4.2.0-2.el9.i686.rpm Wrote: /builddir/build/RPMS/dlm-debugsource-4.2.0-2.el9.i686.rpm Child return code was: 0