request from: hawk checking if we should skip the build started at: Mon Aug 26 21:12:16 2019 fetching http://src.tld-linux.org/~buildertidev//srpms/489e402d-f28d-4296-9537-edefc4d20c5a/python-PyYAML-5.1-1.src.rpm fetched 169709 bytes, 3440.3 K/s installing srpm: python-PyYAML-5.1-1.src.rpm + install -d /tmp/B.O5G369/BUILD /tmp/B.O5G369/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-PyYAML-5.1-1.src.rpm * Mon Aug 26 2019 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-PyYAML.git;a=log;h=e21809f995bb6fc437068338b121324e56f05a5b * Tue Mar 19 2019 Jakub Bogusz e21809f - updated to 5.1 - actually added tests bcond; requires libyaml 0.2.2 for all tests to pass + rpm -Uhv --nodeps --define '_topdir /tmp/B.O5G369' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-PyYAML-5.1-1.src.rpm python-PyYAML ################################################## + rm -f python-PyYAML-5.1-1.src.rpm + install -m 700 -d /tmp/B.O5G369/BUILD/tmp + TMPDIR=/tmp/B.O5G369/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.O5G369' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux --define 'prep exit 0' /tmp/B.O5G369/python-PyYAML.spec Building target platforms: x86_64-tld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: Building target platforms: x86_64-tld-linux no BR needed building RPM using: set -ex; : build-id: 489e402d-f28d-4296-9537-edefc4d20c5a; TMPDIR=/tmp/B.O5G369/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.O5G369' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.O5G369/python-PyYAML.spec + : build-id: 489e402d-f28d-4296-9537-edefc4d20c5a + TMPDIR=/tmp/B.O5G369/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --define '_tld_builder 1' --define '_topdir /tmp/B.O5G369' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target x86_64-tld-linux /tmp/B.O5G369/python-PyYAML.spec Building target platforms: x86_64-tld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.O5G369/BUILD/tmp /bin/sh -e /tmp/B.O5G369/BUILD/tmp/rpm-tmp.55444 + umask 022 + cd /tmp/B.O5G369/BUILD + cd /tmp/B.O5G369/BUILD + rm -rf pyyaml-5.1 + /usr/bin/gzip -dc /tmp/B.O5G369/pyyaml-5.1.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pyyaml-5.1 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.O5G369/BUILD/tmp /bin/sh -e /tmp/B.O5G369/BUILD/tmp/rpm-tmp.55444 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.O5G369/BUILD/tmp + umask 022 + cd /tmp/B.O5G369/BUILD + cd pyyaml-5.1 + CC=x86_64-tld-linux-gcc CFLAGS='-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' /usr/bin/python setup.py --with-libyaml build --build-base build-2 test /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running build running build_py creating build-2 creating build-2/lib.linux-x86_64-2.7 creating build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/events.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/serializer.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/composer.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/constructor.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/representer.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/resolver.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/parser.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/reader.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/error.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/cyaml.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/__init__.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/dumper.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/emitter.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/nodes.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/loader.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/tokens.py -> build-2/lib.linux-x86_64-2.7/yaml copying lib/yaml/scanner.py -> build-2/lib.linux-x86_64-2.7/yaml running build_ext cythoning ext/_yaml.pyx to ext/_yaml.c /usr/lib64/python2.7/site-packages/Cython/Compiler/Main.py:367: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /tmp/B.O5G369/BUILD/pyyaml-5.1/ext/_yaml.pxd building '_yaml' extension creating build-2/temp.linux-x86_64-2.7 creating build-2/temp.linux-x86_64-2.7/ext x86_64-tld-linux-gcc -DNDEBUG -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build-2/temp.linux-x86_64-2.7/ext/_yaml.o In file included from ext/_yaml.c:611: ext/_yaml.h:6: warning: "PyUnicode_FromString" redefined #define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") In file included from /usr/include/python2.7/Python.h:88, from ext/_yaml.c:4: /usr/include/python2.7/unicodeobject.h:281: note: this is the location of the previous definition # define PyUnicode_FromString PyUnicodeUCS4_FromString ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1876:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:3376:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2, from ext/_yaml.c:611: /usr/include/yaml.h:1370:30: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' {aka 'int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)'} but argument is of type 'int (*)(void *, char *, size_t, size_t *)' {aka 'int (*)(void *, char *, long unsigned int, long unsigned int *)'} yaml_read_handler_t *handler, void *data); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:15006:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2, from ext/_yaml.c:611: /usr/include/yaml.h:1837:31: note: expected 'int (*)(void *, unsigned char *, size_t)' {aka 'int (*)(void *, unsigned char *, long unsigned int)'} but argument is of type 'int (*)(void *, char *, size_t)' {aka 'int (*)(void *, char *, long unsigned int)'} yaml_write_handler_t *handler, void *data); ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ x86_64-tld-linux-gcc -pthread -shared -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 build-2/temp.linux-x86_64-2.7/ext/_yaml.o -L/usr/lib64 -lyaml -lpython2.7 -o build-2/lib.linux-x86_64-2.7/_yaml.so running test .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. =========================================================================== TESTS: 2590 + CC=x86_64-tld-linux-gcc CFLAGS='-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' /usr/bin/python3 setup.py --with-libyaml build --build-base build-3 test running build running build_py creating build-3 creating build-3/lib.linux-x86_64-3.7 creating build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/events.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/serializer.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/composer.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/constructor.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/representer.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/resolver.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/parser.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/reader.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/error.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/cyaml.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/__init__.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/dumper.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/emitter.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/nodes.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/loader.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/tokens.py -> build-3/lib.linux-x86_64-3.7/yaml copying lib3/yaml/scanner.py -> build-3/lib.linux-x86_64-3.7/yaml running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) building '_yaml' extension creating build-3/temp.linux-x86_64-3.7 creating build-3/temp.linux-x86_64-3.7/ext x86_64-tld-linux-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -fno-caller-saves -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -fPIC -I/usr/include/python3.7m -c ext/_yaml.c -o build-3/temp.linux-x86_64-3.7/ext/_yaml.o In file included from ext/_yaml.c:611: ext/_yaml.h:10: warning: "PyString_CheckExact" redefined #define PyString_CheckExact PyBytes_CheckExact ext/_yaml.c:501: note: this is the location of the previous definition #define PyString_CheckExact PyUnicode_CheckExact ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': ext/_yaml.c:1876:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __pyx_v_value = yaml_get_version_string(); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': ext/_yaml.c:3376:52: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [-Wincompatible-pointer-types] yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2, from ext/_yaml.c:611: /usr/include/yaml.h:1370:30: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' {aka 'int (*)(void *, unsigned char *, long unsigned int, long unsigned int *)'} but argument is of type 'int (*)(void *, char *, size_t, size_t *)' {aka 'int (*)(void *, char *, long unsigned int, long unsigned int *)'} yaml_read_handler_t *handler, void *data); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~ ext/_yaml.c: In function '__pyx_f_5_yaml_input_handler': ext/_yaml.c:14487:87: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] __pyx_t_3 = (((__pyx_v_parser->stream_cache_len - __pyx_v_parser->stream_cache_pos) < __pyx_v_size) != 0); ^ ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': ext/_yaml.c:15006:53: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [-Wincompatible-pointer-types] yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ext/_yaml.h:2, from ext/_yaml.c:611: /usr/include/yaml.h:1837:31: note: expected 'int (*)(void *, unsigned char *, size_t)' {aka 'int (*)(void *, unsigned char *, long unsigned int)'} but argument is of type 'int (*)(void *, char *, size_t)' {aka 'int (*)(void *, char *, long unsigned int)'} yaml_write_handler_t *handler, void *data); ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ x86_64-tld-linux-gcc -pthread -shared -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 build-3/temp.linux-x86_64-3.7/ext/_yaml.o -L/usr/lib64 -lyaml -lpython3.7m -o build-3/lib.linux-x86_64-3.7/_yaml.cpython-37m-x86_64-linux-gnu.so running test ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../usr/lib64/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) =========================================================================== TESTS: 2602 + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.O5G369/BUILD/tmp /bin/sh -e /tmp/B.O5G369/BUILD/tmp/rpm-tmp.28270 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.O5G369/BUILD/tmp + umask 022 + cd /tmp/B.O5G369/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder + /bin/mkdir -p /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder + cd pyyaml-5.1 + rm -rf /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python setup.py build '--build-base=build-2' install --skip-build '--prefix=/usr' '--install-purelib=/usr/share/python2.7/site-packages' '--install-platlib=/usr/lib64/python2.7/site-packages' '--optimize=2' '--root=/tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder' /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) running build running build_py running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) running install running install_lib creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64 creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7 creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/nodes.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/representer.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/dumper.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/serializer.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/constructor.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/events.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/serializer.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/composer.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/emitter.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/composer.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/constructor.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/representer.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/cyaml.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/parser.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/error.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/tokens.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/resolver.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/parser.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/reader.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/__init__.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/error.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/cyaml.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/resolver.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/__init__.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/loader.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/scanner.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/dumper.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/emitter.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/events.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/reader.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/nodes.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/loader.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/tokens.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/yaml/scanner.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/yaml copying build-2/lib.linux-x86_64-2.7/_yaml.so -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages writing byte-compilation script '/tmp/B.O5G369/BUILD/tmp/tmpkSAQ0u.py' /usr/bin/python -OO /tmp/B.O5G369/BUILD/tmp/tmpkSAQ0u.py removing /tmp/B.O5G369/BUILD/tmp/tmpkSAQ0u.py running install_egg_info Writing /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages/PyYAML-5.1-py2.7.egg-info + '[' ! -d /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/python2.7/site-packages ']' + '[' ! -d /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages ']' + find /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python2.7/site-packages -name '*.py' -print0 + xargs -0r -l512 rm + install -d /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/src/examples/python-PyYAML-5.1 + cp -p examples/yaml-highlight/yaml_hl.cfg examples/yaml-highlight/yaml_hl.py /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/src/examples/python-PyYAML-5.1 + LDFLAGS='-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' + export LDFLAGS + CFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' + export CXXFLAGS + CC=x86_64-tld-linux-gcc + export CC + CXX=x86_64-tld-linux-g++ + export CXX + /usr/bin/python3 setup.py build '--build-base=build-3' install --skip-build '--prefix=/usr' '--install-purelib=/usr/share/python3.7/site-packages' '--install-platlib=/usr/lib64/python3.7/site-packages' '--optimize=2' '--root=/tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder' running build running build_py running build_ext skipping 'ext/_yaml.c' Cython extension (up-to-date) running install running install_lib creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7 creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/events.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/serializer.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/composer.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/constructor.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml creating /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/dumper.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/emitter.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/reader.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/loader.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/constructor.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/composer.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/__init__.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/representer.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/parser.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/serializer.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/resolver.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/nodes.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/cyaml.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/tokens.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/error.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/events.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/__pycache__/scanner.cpython-37.pyc -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml/__pycache__ copying build-3/lib.linux-x86_64-3.7/yaml/representer.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/resolver.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/parser.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/reader.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/error.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/cyaml.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/__init__.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/dumper.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/emitter.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/nodes.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/loader.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/tokens.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/yaml/scanner.py -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/yaml copying build-3/lib.linux-x86_64-3.7/_yaml.cpython-37m-x86_64-linux-gnu.so -> /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages writing byte-compilation script '/tmp/B.O5G369/BUILD/tmp/tmp8lfu39u8.py' /usr/bin/python3 /tmp/B.O5G369/BUILD/tmp/tmp8lfu39u8.py removing /tmp/B.O5G369/BUILD/tmp/tmp8lfu39u8.py running install_egg_info Writing /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/lib64/python3.7/site-packages/PyYAML-5.1-py3.7.egg-info /usr/lib64/python3.7/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires' warnings.warn(msg) + install -d /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/src/examples/python3-PyYAML-5.1 + cp -p examples/yaml-highlight/yaml_hl.cfg examples/yaml-highlight/yaml_hl.py /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/src/examples/python3-PyYAML-5.1 + __spec_install_post_strip + set +x Stripping 2 ELF shared libraries...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 2 executable binaries and shared object files. + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Hardlink Python files: 0/51 files hardlinked Processing files: python-PyYAML-5.1-1 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.O5G369/BUILD/tmp /bin/sh -e /tmp/B.O5G369/BUILD/tmp/rpm-tmp.97900 + umask 022 + cd /tmp/B.O5G369/BUILD + cd pyyaml-5.1 + DOCDIR=/tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python-PyYAML-5.1 + export DOCDIR + rm -rf /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python-PyYAML-5.1 + /bin/mkdir -p /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python-PyYAML-5.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python-PyYAML-5.1... Documentation compressed. + cp -pr CHANGES LICENSE README /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python-PyYAML-5.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python-PyYAML-5.1... ./README ./CHANGES ./LICENSE Documentation compressed. + exit 0 skipping /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/src/examples/python-PyYAML-5.1/yaml_hl.py requires detection (matches noautoreqfiles pattern #0) Provides: _yaml.so()(64bit) Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) libyaml-0.so.2()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Processing files: python3-PyYAML-5.1-1 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.O5G369/BUILD/tmp /bin/sh -e /tmp/B.O5G369/BUILD/tmp/rpm-tmp.48400 + umask 022 + cd /tmp/B.O5G369/BUILD + cd pyyaml-5.1 + DOCDIR=/tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python3-PyYAML-5.1 + export DOCDIR + rm -rf /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python3-PyYAML-5.1 + /bin/mkdir -p /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python3-PyYAML-5.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python3-PyYAML-5.1... Documentation compressed. + cp -pr CHANGES LICENSE README /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python3-PyYAML-5.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/share/doc/python3-PyYAML-5.1... ./README ./CHANGES ./LICENSE Documentation compressed. + exit 0 skipping /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder/usr/src/examples/python3-PyYAML-5.1/yaml_hl.py requires detection (matches noautoreqfiles pattern #0) Provides: _yaml.cpython-37m-x86_64-linux-gnu.so()(64bit) Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpython3.7m.so.1.0()(64bit) libyaml-0.so.2()(64bit) rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder Wrote: /tmp/B.O5G369/RPMS/python-PyYAML-5.1-1.x86_64.rpm Wrote: /tmp/B.O5G369/RPMS/python3-PyYAML-5.1-1.x86_64.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.O5G369/BUILD/tmp /bin/sh -e /tmp/B.O5G369/BUILD/tmp/rpm-tmp.83127 + umask 022 + cd /tmp/B.O5G369/BUILD + cd pyyaml-5.1 + /bin/rm '--interactive=never' -rf /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder + rm -rf /tmp/B.O5G369/BUILD/tmp/python-PyYAML-5.1-root-builder ended at: Mon Aug 26 21:12:46 2019, done in 0:00:28.512013 + chmod -R u+rwX /tmp/B.O5G369/BUILD + rm -rf /tmp/B.O5G369/tmp /tmp/B.O5G369/BUILD copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... 200..400..468 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages Preparing... ################################################## python-PyYAML ################################################## python3-PyYAML ################################################## End-TLD-Builder-Info + rm -rf /tmp/B.O5G369 Begin-TLD-Builder-Info Build-Time: user:22.75s sys:0.94s real:35.52s (faults io:28 non-io:358794) Files queued for ftp: 171303 python3-PyYAML-5.1-1.x86_64.rpm 136750 python-PyYAML-5.1-1.x86_64.rpm 126 python-PyYAML-5.1-1.src.rpm.uploadinfo End-TLD-Builder-Info