request from: hawk checking if we should skip the build started at: Fri Jul 14 01:10:56 2023 killing old processes on a builder sending signal 9 to pid -1 cleaning up /tmp fetching http://src.tld-linux.org/~buildertidev//srpms/91ef8a67-0d57-4437-87a1-c2c564bf068e/python-commonmark-0.9.1-5.src.rpm fetched 106249 bytes, 3815.2 K/s installing srpm: python-commonmark-0.9.1-5.src.rpm + install -d /tmp/B.hvfg827t/BUILD /tmp/B.hvfg827t/RPMS + LC_ALL=en_US.UTF-8 + rpm -qp --changelog python-commonmark-0.9.1-5.src.rpm * Thu Jul 13 2023 TLD Linux - For complete changelog see: http://git.tld-linux.org/?p=packages/python-commonmark.git;a=log;h=master * Wed Mar 30 2022 Jan Rękorajski 9fabf36 - rebuild with tests and docs * Fri Mar 25 2022 Jan Rękorajski 5e7760c - rebuild with python 3.10 * Fri Mar 25 2022 Jan Rękorajski e72032d - rebuild with python 3.10 * Sat Feb 27 2021 Jan Rękorajski 4b77767 - release 2 (by relup.sh) * Sat Feb 01 2020 Jakub Bogusz 4909f64 - more docs, python-future version * Thu Oct 31 2019 Arkadiusz Miśkiewicz 98f1f9d - up to 0.9.1 * Mon Oct 28 2019 Jan Rękorajski b64f256 - rebuild with python 3.8 - release 3 (by relup.sh) * Thu Oct 11 2018 Jakub Bogusz 09fa856 - workaround for UTF-8 stdout from python2; release 2 * Sat Oct 06 2018 Jakub Bogusz 5502662 - updated to 0.8.1 - added deps patch (don't require future on python3, loose hypothesis version) * Wed Sep 12 2018 Jan Palus 3726769 - switch to reusable source url * Tue Sep 11 2018 Jan Palus bd206e4 - new (version 0.7.5) + rpm -Uhv --nodeps --define '_topdir /tmp/B.hvfg827t' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' python-commonmark-0.9.1-5.src.rpm Updating / installing... python-commonmark-0.9.1-5 ######################################## + rm -f python-commonmark-0.9.1-5.src.rpm + install -m 700 -d /tmp/B.hvfg827t/BUILD/tmp + TMPDIR=/tmp/B.hvfg827t/BUILD/tmp + exec nice -n 19 rpmbuild -bp --short-circuit --nodeps --define '_topdir /tmp/B.hvfg827t' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux --define 'prep exit 0' /tmp/B.hvfg827t/python-commonmark.spec warning: Could not canonicalize hostname: tld-x86 Building target platforms: i686-tld-linux Building for target i686-tld-linux RPM build warnings: Could not canonicalize hostname: tld-x86 checking BuildConflict-ing packages no BuildConflicts found checking BR rpm: warning: Could not canonicalize hostname: tld-x86 rpm: Building target platforms: i686-tld-linux rpm: Building for target i686-tld-linux rpm: rpm: RPM build warnings: rpm: Could not canonicalize hostname: tld-x86 no BR needed building RPM using: set -ex; : build-id: 91ef8a67-0d57-4437-87a1-c2c564bf068e; TMPDIR=/tmp/B.hvfg827t/BUILD/tmp exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.hvfg827t' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.hvfg827t/python-commonmark.spec + : build-id: 91ef8a67-0d57-4437-87a1-c2c564bf068e + TMPDIR=/tmp/B.hvfg827t/BUILD/tmp + exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j8' --define '_make_opts -Otarget' --define '_tld_builder 1' --define '_topdir /tmp/B.hvfg827t' --define '_specdir %{_topdir}' --define '_sourcedir %{_specdir}' --define '_rpmdir %{_topdir}/RPMS' --define '_builddir %{_topdir}/BUILD' --target i686-tld-linux /tmp/B.hvfg827t/python-commonmark.spec warning: Could not canonicalize hostname: tld-x86 Building target platforms: i686-tld-linux Building for target i686-tld-linux Executing(%prep): /bin/sh -e /tmp/B.hvfg827t/BUILD/tmp/rpm-tmp.ub03e3 + umask 022 + cd /tmp/B.hvfg827t/BUILD + cd /tmp/B.hvfg827t/BUILD + rm -rf commonmark-0.9.1 + /bin/gzip -dc /tmp/B.hvfg827t/commonmark-0.9.1.tar.gz + /bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd commonmark-0.9.1 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (python-commonmark-deps.patch):' Patch #0 (python-commonmark-deps.patch): + build-3/lib/commonmark copying commonmark/entitytrans.py -> build-3/lib/commonmark copying commonmark/normalize_reference.py -> build-3/lib/commonmark copying commonmark/inlines.py -> build-3/lib/commonmark copying commonmark/node.py -> build-3/lib/commonmark copying commonmark/__init__.py -> build-3/lib/commonmark copying commonmark/main.py -> build-3/lib/commonmark copying commonmark/dump.py -> build-3/lib/commonmark copying commonmark/cmark.py -> build-3/lib/commonmark copying commonmark/blocks.py -> build-3/lib/commonmark creating build-3/lib/commonmark/tests copying commonmark/tests/run_spec_tests.py -> build-3/lib/commonmark/tests copying commonmark/tests/__init__.py -> build-3/lib/commonmark/tests copying commonmark/tests/unit_tests.py -> build-3/lib/commonmark/tests copying commonmark/tests/rst_tests.py -> build-3/lib/commonmark/tests creating build-3/lib/commonmark/render copying commonmark/render/html.py -> build-3/lib/commonmark/render copying commonmark/render/renderer.py -> build-3/lib/commonmark/render copying commonmark/render/rst.py -> build-3/lib/commonmark/render copying commonmark/render/__init__.py -> build-3/lib/commonmark/render + RPM_EC=0 + jobs -p + exit 0 Executing(%install): /bin/sh -e /tmp/B.hvfg827t/BUILD/tmp/rpm-tmp.Xi9wkg TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/home/users/builder/bin TMPDIR=/tmp/B.hvfg827t/BUILD/tmp + umask 022 + cd /tmp/B.hvfg827t/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder + /bin/mkdir -p /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder + cd commonmark-0.9.1 + rm -rf /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-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 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ' + export CFLAGS + CXXFLAGS=' -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 ' + export CXXFLAGS + CC=i686-tld-linux-gcc + export CC + CXX=i686-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.10/site-packages' '--install-platlib=/usr/lib/python3.10/site-packages' '--optimize=2' '--root=/tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder' /usr/share/python3.10/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( /usr/share/python3.10/site-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py running install running install_lib creating /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder creating /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr creating /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share creating /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10 creating /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages creating /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark copying build-3/lib/commonmark/common.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark copying build-3/lib/commonmark/entitytrans.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark copying build-3/lib/commonmark/normalize_reference.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark copying build-3/lib/commonmark/inlines.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark copying build-3/lib/commonmark/node.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark copying build-3/lib/commonmark/__init__.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark copying build-3/lib/commonmark/main.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark creating /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/tests copying build-3/lib/commonmark/tests/run_spec_tests.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/tests copying build-3/lib/commonmark/tests/__init__.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/tests copying build-3/lib/commonmark/tests/unit_tests.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/tests copying build-3/lib/commonmark/tests/rst_tests.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/tests copying build-3/lib/commonmark/dump.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark copying build-3/lib/commonmark/cmark.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark creating /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/render copying build-3/lib/commonmark/render/html.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/render copying build-3/lib/commonmark/render/renderer.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/render copying build-3/lib/commonmark/render/rst.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/render copying build-3/lib/commonmark/render/__init__.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/render copying build-3/lib/commonmark/blocks.py -> /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/common.py to common.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/entitytrans.py to entitytrans.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/normalize_reference.py to normalize_reference.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/inlines.py to inlines.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/node.py to node.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/main.py to main.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/tests/run_spec_tests.py to run_spec_tests.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/tests/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/tests/unit_tests.py to unit_tests.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/tests/rst_tests.py to rst_tests.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/dump.py to dump.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/cmark.py to cmark.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/render/html.py to html.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/render/renderer.py to renderer.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/render/rst.py to rst.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/render/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark/blocks.py to blocks.cpython-310.pyc writing byte-compilation script '/tmp/B.hvfg827t/BUILD/tmp/tmp0_lw8nc1.py' /usr/bin/python3 -Wignore:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning /tmp/B.hvfg827t/BUILD/tmp/tmp0_lw8nc1.py removing /tmp/B.hvfg827t/BUILD/tmp/tmp0_lw8nc1.py running install_egg_info running egg_info writing commonmark.egg-info/PKG-INFO writing dependency_links to commonmark.egg-info/dependency_links.txt writing entry points to commonmark.egg-info/entry_points.txt writing requirements to commonmark.egg-info/requires.txt writing top-level names to commonmark.egg-info/top_level.txt reading manifest file 'commonmark.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'commonmark/utils.py' writing manifest file 'commonmark.egg-info/SOURCES.txt' Copying commonmark.egg-info to /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/python3.10/site-packages/commonmark-0.9.1-py3.10.egg-info running install_scripts Installing cmark script to /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/bin + /bin/mv /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/bin/cmark /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/bin/cmark-3 + ln -sf cmark-3 /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/bin/cmark + /usr/bin/find-debuginfo -j8 --build-id-seed 0.9.1-5 --unique-debug-suffix -0.9.1-5.i686 --unique-debug-src-base python-commonmark-0.9.1-5.i686 -S debugsourcefiles.list /tmp/B.hvfg827t/BUILD/commonmark-0.9.1 + __spec_install_post_strip + set +x + __spec_install_post_chrpath + set +x + __spec_install_post_compress_modules + set +x + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_shebangs + set +x Checking script shebangs... DONE + __spec_install_post_compress_docs + set +x + __spec_install_post_py_hardlink + set +x Hardlink Python files: 0/36 files hardlinked Processing files: python3-commonmark-0.9.1-5.noarch warning: Explicit %attr() mode not applicable to symlink: /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/bin/cmark Executing(%doc): /bin/sh -e /tmp/B.hvfg827t/BUILD/tmp/rpm-tmp.vJVDhp + umask 022 + cd /tmp/B.hvfg827t/BUILD + cd commonmark-0.9.1 + DOCDIR=/tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/doc/python3-commonmark-0.9.1 + export 'LC_ALL=C' + export DOCDIR + test -d /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/doc/python3-commonmark-0.9.1 + /bin/mkdir -p /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/doc/python3-commonmark-0.9.1 + cp -pr CHANGELOG.md -pr LICENSE -pr README.rst -pr spec.txt /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/share/doc/python3-commonmark-0.9.1 + RPM_EC=0 + jobs -p + exit 0 Provides: python3-commonmark = 0.9.1-5 python3.10dist(commonmark) = 0.9.1 python3dist(commonmark) = 0.9.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.10 python3.10dist(setuptools) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder Wrote: /tmp/B.hvfg827t/RPMS/python3-commonmark-0.9.1-5.noarch.rpm Executing(%clean): /bin/sh -e /tmp/B.hvfg827t/BUILD/tmp/rpm-tmp.gHmc7L + umask 022 + cd /tmp/B.hvfg827t/BUILD + cd commonmark-0.9.1 + rm -rf /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder + RPM_EC=0 + jobs -p + exit 0 RPM build warnings: Could not canonicalize hostname: tld-x86 Explicit %attr() mode not applicable to symlink: /tmp/B.hvfg827t/BUILD/tmp/python-commonmark-0.9.1-i686-root-builder/usr/bin/cmark ended at: Fri Jul 14 01:10:58 2023, done in 0:00:01.811751 + chmod -R u+rwX /tmp/B.hvfg827t/BUILD + rm -rf /tmp/B.hvfg827t/tmp /tmp/B.hvfg827t/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..600..800..1000..1200..1400..1600..1800..2000..2035 Writing /spools/ready/packages.ndir.gz... Begin-TLD-Builder-Info upgrading packages End-TLD-Builder-Info + rm -rf /tmp/B.hvfg827t Begin-TLD-Builder-Info Build-Time: user:2.54s sys:0.55s real:3.00s (faults io:2 non-io:120961) Files queued for ftp: 147529 python3-commonmark-0.9.1-5.noarch.rpm 97 python-commonmark-0.9.1-5.src.rpm.uploadinfo End-TLD-Builder-Info