Mock Version: 1.2.21 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/pglogical95.spec'], uid=1001timeout=0gid=135user='mockbuild'printOutput=Falseshell=FalsechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4003/root'logger=env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ '}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/pglogical95.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ '} and shell False warning: Could not canonicalize hostname: copr-builder-763187162.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/pglogical95.spec'], uid=1001private_network=Truegid=135timeout=0user='mockbuild'printOutput=Falseshell=FalsechrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-4003/root'logger=env={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ '}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/pglogical95.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qbo1gU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pglogical-1.0.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/pglogical-1.0.1.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pglogical-1.0.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (node_drop_lw_lock.patch): + echo 'Patch #0 (node_drop_lw_lock.patch):' + /usr/bin/patch -p1 --fuzz=0 + /usr/bin/cat /builddir/build/SOURCES/node_drop_lw_lock.patch patching file pglogical_functions.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.sezLMV + umask 022 + cd /builddir/build/BUILD + cd pglogical-1.0.1 + export PATH=/opt/rh/rh-postgresql95/root/usr//bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin + PATH=/opt/rh/rh-postgresql95/root/usr//bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin + make USE_PGXS=1 -s -j2 Makefile:96: warning: overriding recipe for target `check' /opt/rh/rh-postgresql95/root/usr/lib64/pgsql/pgxs/src/makefiles/pgxs.mk:276: warning: ignoring old recipe for target `check' pglogical_conflict.c:456:1: warning: 'conflict_type_to_string' defined but not used [-Wunused-function] conflict_type_to_string(PGLogicalConflictType conflict_type) ^ pglogical_proto.c: In function 'pglogical_read_begin': pglogical_proto.c:71:8: warning: unused variable 'flags' [-Wunused-variable] uint8 flags = pq_getmsgbyte(in); ^ pglogical_proto.c: In function 'pglogical_read_commit': pglogical_proto.c:89:8: warning: unused variable 'flags' [-Wunused-variable] uint8 flags = pq_getmsgbyte(in); ^ pglogical_proto.c: In function 'pglogical_read_origin': pglogical_proto.c:104:8: warning: variable 'flags' set but not used [-Wunused-but-set-variable] uint8 flags; ^ pglogical_proto.c: In function 'pglogical_read_insert': pglogical_proto.c:131:9: warning: variable 'flags' set but not used [-Wunused-but-set-variable] uint8 flags; ^ pglogical_proto.c: In function 'pglogical_read_update': pglogical_proto.c:162:9: warning: variable 'flags' set but not used [-Wunused-but-set-variable] uint8 flags; ^ pglogical_proto.c: In function 'pglogical_read_delete': pglogical_proto.c:211:9: warning: variable 'flags' set but not used [-Wunused-but-set-variable] uint8 flags; ^ pglogical_proto.c: In function 'pglogical_read_rel': pglogical_proto.c:351:9: warning: variable 'flags' set but not used [-Wunused-but-set-variable] uint8 flags; ^ pglogical_proto.c: In function 'pglogical_read_attrs': pglogical_proto.c:403:11: warning: variable 'flags' set but not used [-Wunused-but-set-variable] uint8 flags; ^ + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.w4wtn1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64 + cd pglogical-1.0.1 + export PATH=/opt/rh/rh-postgresql95/root/usr//bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin + PATH=/opt/rh/rh-postgresql95/root/usr//bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/builddir/.local/bin:/builddir/bin + make USE_PGXS=1 DESTDIR=/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64 install Makefile:96: warning: overriding recipe for target `check' /opt/rh/rh-postgresql95/root/usr/lib64/pgsql/pgxs/src/makefiles/pgxs.mk:276: warning: ignoring old recipe for target `check' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/lib64/pgsql' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/share/pgsql/extension' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/share/pgsql/extension' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/bin' /usr/bin/install -c -m 755 pglogical.so '/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/lib64/pgsql/pglogical.so' /usr/bin/install -c -m 644 .//pglogical.control '/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/share/pgsql/extension/' /usr/bin/install -c -m 644 .//pglogical--1.0.0.sql .//pglogical--1.0.1.sql .//pglogical--1.0.0--1.0.1.sql '/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/share/pgsql/extension/' /usr/bin/install -c -m 755 .//pglogical_create_subscriber '/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/bin/' /usr/bin/install -c -m 755 pglogical_create_subscriber '/builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/bin/' + mkdir -p /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/usr/share/doc/rh-postgresql95-postgresql95-pglogical + cp README.md /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/usr/share/doc/rh-postgresql95-postgresql95-pglogical/ + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/pglogical-1.0.1 extracting debug info from /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/bin/pglogical_create_subscriber extracting debug info from /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64/opt/rh/rh-postgresql95/root/usr/lib64/pgsql/pglogical.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. cpio: postgresql-9.5.2/src/common: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/common/exec.c: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/common/fe_memutils.c: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/common/wait_error.c: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/include/c.h: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/include/common/fe_memutils.h: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/include/port.h: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/port: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/port/path.c: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/port/pgcheckdir.c: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/port/pgsleep.c: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/port/quotes.c: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/port/strlcpy.c: Cannot stat: No such file or directory cpio: postgresql-9.5.2/src/port/thread.c: Cannot stat: No such file or directory 586 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64 Provides: rh-postgresql95-postgresql-pglogical = 1.0.1-3_2ndQuadrant.el7.centos rh-postgresql95-postgresql-pglogical(x86-64) = 1.0.1-3_2ndQuadrant.el7.centos 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.2.5)(64bit) libc.so.6(GLIBC_2.3.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpq.so.rh-postgresql95-5()(64bit) rtld(GNU_HASH) Processing files: rh-postgresql95-postgresql-pglogical-debuginfo-1.0.1-3_2ndQuadrant.el7.centos.x86_64 Provides: rh-postgresql95-postgresql-pglogical-debuginfo = 1.0.1-3_2ndQuadrant.el7.centos rh-postgresql95-postgresql-pglogical-debuginfo(x86-64) = 1.0.1-3_2ndQuadrant.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64 Wrote: /builddir/build/RPMS/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/rh-postgresql95-postgresql-pglogical-debuginfo-1.0.1-3_2ndQuadrant.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QSf7il + umask 022 + cd /builddir/build/BUILD + cd pglogical-1.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/rh-postgresql95-postgresql-pglogical-1.0.1-3_2ndQuadrant.el7.centos.x86_64 + exit 0 Child return code was: 0