Mock Version: 1.4.21 Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/dlm.spec'], chrootPath='/var/lib/mock/f32-build-19256955-1345571/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --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=1580169600 Wrote: /builddir/build/SRPMS/dlm-4.0.9-2.fc32.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/dlm.spec'], chrootPath='/var/lib/mock/f32-build-19256955-1345571/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=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --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=1580169600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9nFLzc + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dlm-4.0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/dlm-4.0.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dlm-4.0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IatNQc + umask 022 + cd /builddir/build/BUILD + cd dlm-4.0.9 + 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 -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.0.9/libdlm' cc libdlm.c -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 -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 -Wl,-z,now -D_REENTRANT -c -o libdlm.o libdlm.c: In function 'create_lockspace': libdlm.c:37:22: 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:33: note: in expansion of macro 'MISC_PREFIX' 448 | snprintf(tmp_path, PATH_MAX, MISC_PREFIX "%s", | ^~~~~~~~~~~ libdlm.c:448:46: note: format string is defined here 448 | snprintf(tmp_path, PATH_MAX, MISC_PREFIX "%s", | ^~ In file included from /usr/include/stdio.h:867, from libdlm.c:24: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 30 and 2147483656 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -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 -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 -Wl,-z,now -c -o libdlm_lt.o libdlm.c: In function 'create_lockspace': libdlm.c:37:22: 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:33: note: in expansion of macro 'MISC_PREFIX' 448 | snprintf(tmp_path, PATH_MAX, MISC_PREFIX "%s", | ^~~~~~~~~~~ libdlm.c:448:46: note: format string is defined here 448 | snprintf(tmp_path, PATH_MAX, MISC_PREFIX "%s", | ^~ In file included from /usr/include/stdio.h:867, from libdlm.c:24: /usr/include/bits/stdio2.h:67:10: note: '__builtin___snprintf_chk' output between 30 and 2147483656 bytes into a destination of size 4096 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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.9/libdlm' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.9/dlm_controld' cc lib.c -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 -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 -Wl,-z,now -fPIC -Wl,-z,relro -pie -shared -o libdlmcontrol.so.3.2 -Wl,-soname=libdlmcontrol.so.3 In file included from /usr/include/string.h:495, from /usr/include/sys/un.h:37, from lib.c:17: In function 'strncpy', inlined from 'init_header' at lib.c:95:3, inlined from 'init_header' at lib.c:84:13, inlined from 'do_dump' at lib.c:107:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'init_header' at lib.c:95:3, inlined from 'init_header' at lib.c:84:13, inlined from 'dlmc_node_info' at lib.c:535:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'init_header' at lib.c:95:3, inlined from 'init_header' at lib.c:84:13, inlined from 'dlmc_lockspace_info' at lib.c:573:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'init_header' at lib.c:95:3, inlined from 'init_header' at lib.c:84:13, inlined from 'dlmc_lockspace_nodes' at lib.c:668:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'init_header' at lib.c:95:3, inlined from 'init_header' at lib.c:84:13, inlined from 'dlmc_fs_register' at lib.c:732:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'init_header' at lib.c:95:3, inlined from 'init_header' at lib.c:84:13, inlined from 'dlmc_fs_unregister' at lib.c:741:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'init_header' at lib.c:95:3, inlined from 'init_header' at lib.c:84:13, inlined from 'dlmc_fs_notified' at lib.c:750:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'init_header' at lib.c:95:3, inlined from 'init_header' at lib.c:84:13, inlined from 'dlmc_deadlock_check' at lib.c:788:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'init_header' at lib.c:95:3, inlined from 'init_header' at lib.c:84:13, inlined from 'dlmc_fence_ack' at lib.c:807:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'dlmc_run_check' at lib.c:884:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 -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 -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 -Wl,-z,now -fPIE -DPIE -I../include -I../libdlm -DUSE_SD_NOTIFY -Wl,-z,relro -pie -lpthread -lrt -lcpg -lcmap -lcfg -lquorum -luuid -lsystemd -o dlm_controld -L. In file included from /usr/include/string.h:495, from /usr/include/sys/un.h:37, from dlm_daemon.h:16, from cpg.c:78: In function 'strncpy', inlined from 'set_lockspace_info' at cpg.c:1867:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 64 bytes from a string of length 64 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ daemon_cpg.c: In function 'receive_run_request': daemon_cpg.c:2158:12: warning: 'run' may be used uninitialized in this function [-Wmaybe-uninitialized] 2158 | run->info.reply_count++; | ~~~~~~~~~^~~~~~~~~~~~ In file included from /usr/include/string.h:495, from fence_config.c:13: In function 'strncpy', inlined from 'read_config_section' at fence_config.c:183:3, inlined from 'fence_config_init' at fence_config.c:279:8: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'read_config_section' at fence_config.c:184:3, inlined from 'fence_config_init' at fence_config.c:279:8: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'read_config_section' at fence_config.c:185:3, inlined from 'fence_config_init' at fence_config.c:279:8: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 4095 bytes from a string of length 4095 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'read_config_section' at fence_config.c:186:3, inlined from 'fence_config_init' at fence_config.c:279:8: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'read_config_section' at fence_config.c:187:3, inlined from 'fence_config_init' at fence_config.c:279:8: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 4095 bytes from a string of length 4095 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from /usr/include/sys/un.h:37, from dlm_daemon.h:16, from main.c:10: In function 'strncpy', inlined from 'init_header' at main.c:803:3, inlined from 'init_header' at main.c:791:13, inlined from 'do_reply' at main.c:965:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config.c: In function 'set_opt_file': config.c:244:26: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] 244 | o->file_int = val ? 1 : 0; | ~~~~~~~~^~~ 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.0.9/dlm_controld' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.9/dlm_tool' cc main.c -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 -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 -Wl,-z,now -fPIE -DPIE -I../include -I../libdlm -I../dlm_controld -Wl,-z,relro -pie -L../libdlm -L../dlm_controld -lpthread -ldlm -ldlmcontrol -o dlm_tool In file included from /usr/include/string.h:495, from main.c:15: In function 'strncpy', inlined from 'decode_arguments' at main.c:438:4, inlined from 'main' at main.c:1525:2: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.9/dlm_tool' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.9/fence' cc stonith_helper.c -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 -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 -Wl,-z,now -fPIE -DPIE `xml2-config --cflags` -I../include -Wl,-z,relro -pie `xml2-config --libs` -ldl -o dlm_stonith -L. stonith_helper.c: In function 'get_options': stonith_helper.c:34:14: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 34 | nodeid = atoi(optarg); | ^~~~ stonith_helper.c:34:14: warning: nested extern declaration of 'atoi' [-Wnested-externs] stonith_helper.c:37:17: warning: implicit declaration of function 'strtoull'; did you mean 'strcoll'? [-Wimplicit-function-declaration] 37 | fail_time = strtoull(optarg, NULL, 0); | ^~~~~~~~ | strcoll stonith_helper.c:37:17: warning: nested extern declaration of 'strtoull' [-Wnested-externs] make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.9/fence' + 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 -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.0.9/fence' make: Nothing to be done for 'all'. make: Leaving directory '/builddir/build/BUILD/dlm-4.0.9/fence' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.A6SPId + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386 ++ dirname /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386 + cd dlm-4.0.9 + rm -rf /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386 + make install LIBDIR=/usr/lib DESTDIR=/builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.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.0.9/libdlm' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/include /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man3 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib/pkgconfig /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib/udev/rules.d /usr/bin/install -c -m 755 libdlm.so.3.0 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib /usr/bin/install -c -m 755 libdlm_lt.so.3.0 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib cp -a libdlm.so /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib cp -a libdlm.so.3 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib cp -a libdlm_lt.so /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib cp -a libdlm_lt.so.3 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib /usr/bin/install -m 644 libdlm.pc /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib/pkgconfig /usr/bin/install -m 644 libdlm_lt.pc /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib/pkgconfig /usr/bin/install -c -m 644 libdlm.h /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.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.0.9-2.fc32.i386//usr/share/man/man3/ /usr/bin/install -m 644 51-dlm.rules /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib/udev/rules.d make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.9/libdlm' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.9/dlm_controld' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/include /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man8 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man5 /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib/pkgconfig /usr/bin/install -m 755 dlm_controld /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/sbin /usr/bin/install -m 755 libdlmcontrol.so.3.2 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib cp -a libdlmcontrol.so /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib cp -a libdlmcontrol.so.3 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib /usr/bin/install -m 644 libdlmcontrol.pc /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/lib/pkgconfig /usr/bin/install -m 644 libdlmcontrol.h /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/include /usr/bin/install -m 644 dlm_controld.8 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man8/ /usr/bin/install -m 644 dlm.conf.5 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man5/ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.9/dlm_controld' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.9/dlm_tool' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man8 /usr/bin/install -c -m 755 dlm_tool /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/sbin /usr/bin/install -m 644 dlm_tool.8 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man8/ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.9/dlm_tool' make[1]: Entering directory '/builddir/build/BUILD/dlm-4.0.9/fence' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man8 /usr/bin/install -c -m 755 dlm_stonith /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/sbin /usr/bin/install -m 644 dlm_stonith.8 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man8/ make[1]: Leaving directory '/builddir/build/BUILD/dlm-4.0.9/fence' + make -C fence install LIBDIR=/usr/lib DESTDIR=/builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386 make: Entering directory '/builddir/build/BUILD/dlm-4.0.9/fence' /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/sbin /usr/bin/install -d /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man8 /usr/bin/install -c -m 755 dlm_stonith /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/sbin /usr/bin/install -m 644 dlm_stonith.8 /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386//usr/share/man/man8/ make: Leaving directory '/builddir/build/BUILD/dlm-4.0.9/fence' + install -Dm 0644 init/dlm.service /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/lib/systemd/system/dlm.service + install -Dm 0644 init/dlm.sysconfig /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/etc/sysconfig/dlm + /usr/lib/rpm/find-debuginfo.sh -j6 --strict-build-id -m -i --build-id-seed 4.0.9-2.fc32 --unique-debug-suffix -4.0.9-2.fc32.i386 --unique-debug-src-base dlm-4.0.9-2.fc32.i386 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/dlm-4.0.9 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/lib/libdlm.so.3.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/lib/libdlm_lt.so.3.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/lib/libdlmcontrol.so.3.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/sbin/dlm_stonith extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/lib/libdlm_lt.so.3.0 extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/lib/libdlm.so.3.0 extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/lib/libdlmcontrol.so.3.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/sbin/dlm_tool explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/sbin/dlm_controld extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/sbin/dlm_stonith extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/sbin/dlm_tool extracting debug info from /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/sbin/dlm_controld original debug info size: 764kB, size after compression: 708kB /usr/lib/rpm/sepdebugcrcfix: Updated 6 CRC32s, 0 CRC32s did match. 827 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/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: dlm-4.0.9-2.fc32.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PjP4Kb + umask 022 + cd /builddir/build/BUILD + cd dlm-4.0.9 + DOCDIR=/builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/share/doc/dlm + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/share/doc/dlm + cp -pr README.license /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386/usr/share/doc/dlm + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(dlm) = 4.0.9-2.fc32 dlm = 4.0.9-2.fc32 dlm(x86-32) = 4.0.9-2.fc32 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.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) libdl.so.2 libdl.so.2(GLIBC_2.0) libdl.so.2(GLIBC_2.1) libdlm.so.3 libdlmcontrol.so.3 liblzma.so.5 libm.so.6 libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libquorum.so.5 libquorum.so.5(COROSYNC_QUORUM_1.0) librt.so.1 libsystemd.so.0 libsystemd.so.0(LIBSYSTEMD_209) libuuid.so.1 libuuid.so.1(UUID_1.0) libxml2.so.2 libz.so.1 rtld(GNU_HASH) Conflicts: cman Processing files: dlm-debugsource-4.0.9-2.fc32.i686 Provides: dlm-debugsource = 4.0.9-2.fc32 dlm-debugsource(x86-32) = 4.0.9-2.fc32 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.9-2.fc32.i686 Provides: dlm-lib = 4.0.9-2.fc32 dlm-lib(x86-32) = 4.0.9-2.fc32 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.4) libc.so.6(GLIBC_2.4) libc.so.6(GLIBC_2.7) libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.1) libpthread.so.0(GLIBC_2.3.2) rtld(GNU_HASH) Conflicts: clusterlib Processing files: dlm-devel-4.0.9-2.fc32.i686 Provides: dlm-devel = 4.0.9-2.fc32 dlm-devel(x86-32) = 4.0.9-2.fc32 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.0.9-2.fc32.i686 Provides: debuginfo(build-id) = 0a54dd6346546a18d4ea34920f4da1f65ddd7930 debuginfo(build-id) = 43852dfdc7af42268cd0c9c0fe8a78fd0910c36a debuginfo(build-id) = 84a8b9c5e2469bdc19ade69c3e266116bc3259c5 dlm-debuginfo = 4.0.9-2.fc32 dlm-debuginfo(x86-32) = 4.0.9-2.fc32 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.0.9-2.fc32 Processing files: dlm-lib-debuginfo-4.0.9-2.fc32.i686 Provides: debuginfo(build-id) = 2bd20fb793d7d58b2884463f8a7bdae312aa7d6e debuginfo(build-id) = 80b09fdf276302f69ea2c44a355b8cc6158a853d debuginfo(build-id) = ed899163e6cdc755f88e55a4c2c09d6811795407 dlm-lib-debuginfo = 4.0.9-2.fc32 dlm-lib-debuginfo(x86-32) = 4.0.9-2.fc32 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.0.9-2.fc32 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386 Wrote: /builddir/build/RPMS/dlm-devel-4.0.9-2.fc32.i686.rpm Wrote: /builddir/build/RPMS/dlm-lib-4.0.9-2.fc32.i686.rpm Wrote: /builddir/build/RPMS/dlm-4.0.9-2.fc32.i686.rpm Wrote: /builddir/build/RPMS/dlm-lib-debuginfo-4.0.9-2.fc32.i686.rpm Wrote: /builddir/build/RPMS/dlm-debugsource-4.0.9-2.fc32.i686.rpm Wrote: /builddir/build/RPMS/dlm-debuginfo-4.0.9-2.fc32.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fX9mJf + umask 022 + cd /builddir/build/BUILD + cd dlm-4.0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/dlm-4.0.9-2.fc32.i386 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0