Mock Version: 1.4.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/libxmlbird.spec'], chrootPath='/var/lib/mock/608873-epel-7-x86_64/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/libxmlbird.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': 'en_US.UTF-8'} and shell False warning: Could not canonicalize hostname: copr-builder-846770747.novalocal Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/libxmlbird-1.2.4-6.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/libxmlbird.spec'], chrootPath='/var/lib/mock/608873-epel-7-x86_64/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': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1001gid=135user='mockbuild'nspawn_args=[]printOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/libxmlbird.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': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CAP5tr + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libxmlbird-1.2.4 + /usr/bin/xz -dc /builddir/build/SOURCES/libxmlbird-1.2.4.tar.xz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd libxmlbird-1.2.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + python3 ./configure --prefix=/usr Checking for valac version >= 0.16.0 Found Vala 0.34.6 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.fyrDIX + umask 022 + cd /builddir/build/BUILD + cd libxmlbird-1.2.4 + python3 ./build.py libxmlbird/XmlString.vala:162.10-162.15: warning: string.ndup is deprecated. Use string.substring Compilation succeeded - 1 warning(s) build/libxmlbird/Attribute.c: In function 'b_attribute_construct_element': build/libxmlbird/Attribute.c:195:2: warning: passing argument 1 of 'b_xml_string_new' discards 'const' qualifier from pointer target type [enabled by default] _tmp10_ = b_xml_string_new ((const gchar*) _tmp6_, _tmp9_); ^ build/libxmlbird/Attribute.c:104:13: note: expected 'gchar *' but argument is of type 'const gchar *' BXmlString* b_xml_string_new (gchar* data, gint length); ^ build/libxmlbird/Attribute.c:202:2: warning: passing argument 1 of 'b_xml_string_new' discards 'const' qualifier from pointer target type [enabled by default] _tmp15_ = b_xml_string_new ((const gchar*) _tmp11_, _tmp14_); ^ build/libxmlbird/Attribute.c:104:13: note: expected 'gchar *' but argument is of type 'const gchar *' BXmlString* b_xml_string_new (gchar* data, gint length); ^ build/libxmlbird/Attribute.c:209:2: warning: passing argument 1 of 'b_xml_string_new' discards 'const' qualifier from pointer target type [enabled by default] _tmp20_ = b_xml_string_new ((const gchar*) _tmp16_, _tmp19_); ^ build/libxmlbird/Attribute.c:104:13: note: expected 'gchar *' but argument is of type 'const gchar *' BXmlString* b_xml_string_new (gchar* data, gint length); ^ build/libxmlbird/Tag.c: In function 'g_unichar_to_string': build/libxmlbird/Tag.c:796:2: warning: passing argument 2 of 'g_unichar_to_utf8' discards 'const' qualifier from pointer target type [enabled by default] g_unichar_to_utf8 (self, _tmp1_); ^ In file included from /usr/include/glib-2.0/glib/gstring.h:33:0, from /usr/include/glib-2.0/glib/giochannel.h:34, from /usr/include/glib-2.0/glib.h:54, from build/libxmlbird/Tag.c:18: /usr/include/glib-2.0/glib/gunicode.h:820:11: note: expected 'gchar *' but argument is of type 'const gchar *' gint g_unichar_to_utf8 (gunichar c, ^ build/libxmlbird/Xml.c: In function 'b_xml_parser_construct': build/libxmlbird/Xml.c:234:2: warning: passing argument 1 of 'b_xml_data_new' discards 'const' qualifier from pointer target type [enabled by default] _tmp6_ = b_xml_data_new (_tmp2_, _tmp5_, B_NONE); ^ build/libxmlbird/Xml.c:176:11: note: expected 'gchar *' but argument is of type 'const gchar *' BXmlData* b_xml_data_new (gchar* data, gint length, gint log_level); ^ tests/Test.vala:24.2-24.21: warning: method `B.Test.validate' never used public bool validate () { ^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:29.2-29.17: warning: method `B.Test.test' never used public void test (string values) { ^^^^^^^^^^^^^^^^ tests/Test.vala:85.3-85.24: warning: local variable `t' declared but never used foreach (Tag t in tag) { ^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 3 warning(s) build/tests/Test.c: In function 'string_strip': build/tests/Test.c:229:2: warning: passing argument 1 of 'g_strchug' discards 'const' qualifier from pointer target type [enabled by default] g_strstrip (_tmp1_); ^ In file included from /usr/include/glib-2.0/glib.h:79:0, from build/tests/Test.c:18: /usr/include/glib-2.0/glib/gstrfuncs.h:175:23: note: expected 'gchar *' but argument is of type 'const gchar *' gchar* g_strchug (gchar *string); ^ tests/Test.vala:24.2-24.21: warning: method `B.Test.validate' never used public bool validate () { ^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:39.2-39.22: warning: method `B.Test.benchmark' never used public void benchmark (string task_name) { ^^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:85.3-85.24: warning: local variable `t' declared but never used foreach (Tag t in tag) { ^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 3 warning(s) build/tests/Test.c: In function 'string_strip': build/tests/Test.c:229:2: warning: passing argument 1 of 'g_strchug' discards 'const' qualifier from pointer target type [enabled by default] g_strstrip (_tmp1_); ^ In file included from /usr/include/glib-2.0/glib.h:79:0, from build/tests/Test.c:18: /usr/include/glib-2.0/glib/gstrfuncs.h:175:23: note: expected 'gchar *' but argument is of type 'const gchar *' gchar* g_strchug (gchar *string); ^ tests/fuzz.vala:17.3-17.44: warning: unhandled error `GLib.FileError' FileUtils.get_contents (filename, out xml); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:29.2-29.17: warning: method `B.Test.test' never used public void test (string values) { ^^^^^^^^^^^^^^^^ tests/Test.vala:39.2-39.22: warning: method `B.Test.benchmark' never used public void benchmark (string task_name) { ^^^^^^^^^^^^^^^^^^^^^ tests/Test.vala:85.3-85.24: warning: local variable `t' declared but never used foreach (Tag t in tag) { ^^^^^^^^^^^^^^^^^^^^^^ Compilation succeeded - 4 warning(s) build/tests/Test.c: In function 'string_strip': build/tests/Test.c:229:2: warning: passing argument 1 of 'g_strchug' discards 'const' qualifier from pointer target type [enabled by default] g_strstrip (_tmp1_); ^ In file included from /usr/include/glib-2.0/glib.h:79:0, from build/tests/Test.c:18: /usr/include/glib-2.0/glib/gstrfuncs.h:175:23: note: expected 'gchar *' but argument is of type 'const gchar *' gchar* g_strchug (gchar *string); ^ mkdir -p build/bin mkdir -p build/libxmlbird [ -e "build/libxmlbird/placeholder" ] || touch "build/libxmlbird/placeholder" valac -C --pkg posix --vapidir=./ --basedir build/libxmlbird/ --enable-experimental --library libxmlbird --vapi=./build/xmlbird.vapi -H build/xmlbird/xmlbird.h libxmlbird/*.vala gcc -c build/libxmlbird/Elements.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Elements.o gcc -c build/libxmlbird/Attribute.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Attribute.o gcc -c build/libxmlbird/XmlString.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/XmlString.o gcc -c build/libxmlbird/XmlData.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/XmlData.o gcc -c build/libxmlbird/Tag.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Tag.o gcc -c build/libxmlbird/Xml.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Xml.o gcc -c build/libxmlbird/XmlElement.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/XmlElement.o gcc -c build/libxmlbird/Attributes.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/Attributes.o gcc -c build/libxmlbird/XmlTree.c -I ./build/xmlbird -fPIC $(pkg-config --cflags glib-2.0) -o build/libxmlbird/XmlTree.o gcc -shared -Wl,-soname,libxmlbird.so.1 build/libxmlbird/*.o $(pkg-config --libs glib-2.0) $(pkg-config --libs gobject-2.0) -o ./build/bin/libxmlbird.so.1 cd build/bin/ && ln -s -f libxmlbird.so.1 libxmlbird.so Done + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.V3YJAy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64 + cd libxmlbird-1.2.4 + python3 ./install.py -d/builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64 -l/lib64 install: /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64/usr/lib64/libxmlbird.so.1 install link: /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64/usr/lib64/ libxmlbird.so install: /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64/usr/include/xmlbird.h install: /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64/usr/share/vala/vapi/xmlbird.vapi install: /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64/usr/lib64/pkgconfig/xmlbird.pc + chmod +x /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64/usr/lib64/libxmlbird.so.1 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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: libxmlbird-1.2.4-6.el7.centos.x86_64 Provides: libxmlbird = 1.2.4-6.el7.centos libxmlbird(x86-64) = 1.2.4-6.el7.centos libxmlbird.so.1()(64bit) libxmlbird.so.1.0()(64bit) = 1.2.4-6.el7.centos xmlbird = 1.2.4-6.el7.centos Requires(interp): /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 Requires(postun): /bin/sh Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) rtld(GNU_HASH) Processing files: libxmlbird-devel-1.2.4-6.el7.centos.x86_64 warning: File listed twice: /usr/share/vala/vapi/xmlbird.vapi Provides: libxmlbird-devel = 1.2.4-6.el7.centos libxmlbird-devel(x86-64) = 1.2.4-6.el7.centos pkgconfig(xmlbird) = 1.2.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libxmlbird.so.1()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64 warning: Could not canonicalize hostname: copr-builder-846770747.novalocal Wrote: /builddir/build/RPMS/libxmlbird-1.2.4-6.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/libxmlbird-devel-1.2.4-6.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LjzsQn + umask 022 + cd /builddir/build/BUILD + cd libxmlbird-1.2.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libxmlbird-1.2.4-6.el7.centos.x86_64 + exit 0 Child return code was: 0