Build of python-setproctitle with clang_glibc toolchain

The build took 00h 05m 07s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
730 ansic
448 python
40 makefile
1,218 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: python-setproctitle 1.1.10-1 (Thu Apr 13 13:57:00 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# running build
# running build_ext
# building 'setproctitle' extension
# creating ../buildpy3/temp.linux-x86_64-3.5
# creating ../buildpy3/temp.linux-x86_64-3.5/src
# clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python3.5m -c src/setproctitle.c -o ../buildpy3/temp.linux-x86_64-3.5/src/setproctitle.o
# clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python3.5m -c src/spt_debug.c -o ../buildpy3/temp.linux-x86_64-3.5/src/spt_debug.o
# clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python3.5m -c src/spt_setup.c -o ../buildpy3/temp.linux-x86_64-3.5/src/spt_setup.o
# clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python3.5m -c src/spt_status.c -o ../buildpy3/temp.linux-x86_64-3.5/src/spt_status.o
# clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python3.5m -c src/spt_strlcpy.c -o ../buildpy3/temp.linux-x86_64-3.5/src/spt_strlcpy.o
# creating ../buildpy3/lib.linux-x86_64-3.5
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro ../buildpy3/temp.linux-x86_64-3.5/src/setproctitle.o ../buildpy3/temp.linux-x86_64-3.5/src/spt_debug.o ../buildpy3/temp.linux-x86_64-3.5/src/spt_setup.o ../buildpy3/temp.linux-x86_64-3.5/src/spt_status.o ../buildpy3/temp.linux-x86_64-3.5/src/spt_strlcpy.o -L/usr/lib -lpython3.5m -o ../buildpy3/lib.linux-x86_64-3.5/setproctitle.cpython-35m-x86_64-linux-gnu.so
# running build
# running build_ext
# building 'setproctitle' extension
# creating ../buildpy2/temp.linux-x86_64-2.7
# creating ../buildpy2/temp.linux-x86_64-2.7/src
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python2.7 -c src/setproctitle.c -o ../buildpy2/temp.linux-x86_64-2.7/src/setproctitle.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python2.7 -c src/spt_debug.c -o ../buildpy2/temp.linux-x86_64-2.7/src/spt_debug.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python2.7 -c src/spt_setup.c -o ../buildpy2/temp.linux-x86_64-2.7/src/spt_setup.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python2.7 -c src/spt_status.c -o ../buildpy2/temp.linux-x86_64-2.7/src/spt_status.o
# clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DHAVE_SYS_PRCTL_H=1 -DSPT_VERSION=1.1.10 -I/usr/include/python2.7 -c src/spt_strlcpy.c -o ../buildpy2/temp.linux-x86_64-2.7/src/spt_strlcpy.o
# creating ../buildpy2/lib.linux-x86_64-2.7
# gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro ../buildpy2/temp.linux-x86_64-2.7/src/setproctitle.o ../buildpy2/temp.linux-x86_64-2.7/src/spt_debug.o ../buildpy2/temp.linux-x86_64-2.7/src/spt_setup.o ../buildpy2/temp.linux-x86_64-2.7/src/spt_status.o ../buildpy2/temp.linux-x86_64-2.7/src/spt_strlcpy.o -L/usr/lib -lpython2.7 -o ../buildpy2/lib.linux-x86_64-2.7/setproctitle.so
# ==> Entering fakeroot environment...
# ==> Starting package_python-setproctitle()...
# running install
# running install_lib
# creating /tmp/python-setproctitle/pkg/python-setproctitle/usr
# creating /tmp/python-setproctitle/pkg/python-setproctitle/usr/lib
# creating /tmp/python-setproctitle/pkg/python-setproctitle/usr/lib/python3.5
# creating /tmp/python-setproctitle/pkg/python-setproctitle/usr/lib/python3.5/site-packages
# copying build/lib.linux-x86_64-3.5/setproctitle.cpython-35m-x86_64-linux-gnu.so -> /tmp/python-setproctitle/pkg/python-setproctitle/usr/lib/python3.5/site-packages
# writing byte-compilation script '/tmp/tmpj1gau4cs.py'
# /usr/bin/python -O /tmp/tmpj1gau4cs.py
# removing /tmp/tmpj1gau4cs.py
# running install_egg_info
# running egg_info
# writing dependency_links to setproctitle.egg-info/dependency_links.txt
# writing setproctitle.egg-info/PKG-INFO
# writing top-level names to setproctitle.egg-info/top_level.txt
# reading manifest file 'setproctitle.egg-info/SOURCES.txt'
# reading manifest template 'MANIFEST.in'
# writing manifest file 'setproctitle.egg-info/SOURCES.txt'
# Copying setproctitle.egg-info to /tmp/python-setproctitle/pkg/python-setproctitle/usr/lib/python3.5/site-packages/setproctitle-1.1.10-py3.5.egg-info
# running install_scripts
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "python-setproctitle"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Starting package_python2-setproctitle()...
# running install
# running install_lib
# creating /tmp/python-setproctitle/pkg/python2-setproctitle/usr
# creating /tmp/python-setproctitle/pkg/python2-setproctitle/usr/lib
# creating /tmp/python-setproctitle/pkg/python2-setproctitle/usr/lib/python2.7
# creating /tmp/python-setproctitle/pkg/python2-setproctitle/usr/lib/python2.7/site-packages
# copying build/lib.linux-x86_64-2.7/setproctitle.so -> /tmp/python-setproctitle/pkg/python2-setproctitle/usr/lib/python2.7/site-packages
# running install_egg_info
# Writing /tmp/python-setproctitle/pkg/python2-setproctitle/usr/lib/python2.7/site-packages/setproctitle-1.1.10-py2.7.egg-info
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "python2-setproctitle"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: python-setproctitle 1.1.10-1 (Thu Apr 13 13:57:17 UTC 2017)

CMD: pacman --query --file python-setproctitle-1.1.10-1-x86_64.pkg.tar.xz
# python-setproctitle 1.1.10-1

Creating hybrid package for 'python-setproctitle'

Trying to find vanilla package 'python-setproctitle'...

CMD: pacman --query --file /mirror/python-setproctitle-1.1.10-1.pkg.tar.xz
# python-setproctitle 1.1.10-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/python3.5/site-packages/setproctitle-1.1.10-py3.5.egg-info
# /usr/lib/python3.5/site-packages/setproctitle.cpython-35m-x86_64-linux-gnu.so
# /usr/share/licenses/python-setproctitle/COPYRIGHT
# /sysroot/usr/lib/python3.5/site-packages/setproctitle.cpython-35m-x86_64-linux-gnu.so
# /sysroot/usr/lib/python3.5/site-packages/setproctitle-1.1.10-py3.5.egg-info/dependency_links.txt
# /sysroot/usr/lib/python3.5/site-packages/setproctitle-1.1.10-py3.5.egg-info/SOURCES.txt
# /sysroot/usr/lib/python3.5/site-packages/setproctitle-1.1.10-py3.5.egg-info/PKG-INFO
# /sysroot/usr/lib/python3.5/site-packages/setproctitle-1.1.10-py3.5.egg-info/top_level.txt

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf python-setproctitle.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/python-setproctitle.pkg.tar.xz

CMD: pacman --query --file python2-setproctitle-1.1.10-1-x86_64.pkg.tar.xz
# python2-setproctitle 1.1.10-1

Creating hybrid package for 'python2-setproctitle'

Trying to find vanilla package 'python2-setproctitle'...

CMD: pacman --query --file /mirror/python2-setproctitle-1.1.10-1.pkg.tar.xz
# python2-setproctitle 1.1.10-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/python2.7/site-packages/setproctitle-1.1.10-py2.7.egg-info
# /usr/lib/python2.7/site-packages/setproctitle.so
# /usr/share/licenses/python2-setproctitle/COPYRIGHT
# /sysroot/usr/lib/python2.7/site-packages/setproctitle.so
# /sysroot/usr/lib/python2.7/site-packages/setproctitle-1.1.10-py2.7.egg-info

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf python2-setproctitle.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/python2-setproctitle.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python-setproctitle.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/python-setproctitle.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-setproctitle.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 923

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-setproctitle.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 662

Attempting to access local repository, attempt 3

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-setproctitle.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 919

Attempting to access local repository, attempt 4

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-setproctitle.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 613

Attempting to access local repository, attempt 5

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-setproctitle.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 613

Attempting to access local repository, attempt 6

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-setproctitle.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/python2-setproctitle.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'