Build of getmail with clang_glibc toolchain

The build took 00h 01m 30s and was SUCCESSFUL.

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

SLOCLanguage
6,872 python
6,872 total

The process tree of the build process is here.

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: getmail 4.49.0-1 (Thu Apr 13 16:34:48 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# running build
# running build_py
# creating build
# creating build/lib
# creating build/lib/getmailcore
# copying getmailcore/_retrieverbases.py -> build/lib/getmailcore
# copying getmailcore/utilities.py -> build/lib/getmailcore
# copying getmailcore/imap_utf7.py -> build/lib/getmailcore
# copying getmailcore/compatibility.py -> build/lib/getmailcore
# copying getmailcore/filters.py -> build/lib/getmailcore
# copying getmailcore/__init__.py -> build/lib/getmailcore
# copying getmailcore/logging.py -> build/lib/getmailcore
# copying getmailcore/constants.py -> build/lib/getmailcore
# copying getmailcore/retrievers.py -> build/lib/getmailcore
# copying getmailcore/exceptions.py -> build/lib/getmailcore
# copying getmailcore/baseclasses.py -> build/lib/getmailcore
# copying getmailcore/_pop3ssl.py -> build/lib/getmailcore
# copying getmailcore/message.py -> build/lib/getmailcore
# copying getmailcore/destinations.py -> build/lib/getmailcore
# running build_scripts
# creating build/scripts-2.7
# copying and adjusting getmail -> build/scripts-2.7
# copying and adjusting getmail_fetch -> build/scripts-2.7
# copying and adjusting getmail_maildir -> build/scripts-2.7
# copying and adjusting getmail_mbox -> build/scripts-2.7
# changing mode of build/scripts-2.7/getmail from 644 to 755
# changing mode of build/scripts-2.7/getmail_fetch from 644 to 755
# changing mode of build/scripts-2.7/getmail_maildir from 644 to 755
# changing mode of build/scripts-2.7/getmail_mbox from 644 to 755
# ==> Entering fakeroot environment...
# ==> Starting package()...
# running install
# running build
# running build_py
# running build_scripts
# running install_lib
# creating /tmp/getmail/pkg/getmail/usr
# creating /tmp/getmail/pkg/getmail/usr/lib
# creating /tmp/getmail/pkg/getmail/usr/lib/python2.7
# creating /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages
# creating /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/_retrieverbases.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/utilities.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/imap_utf7.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/compatibility.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/filters.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/__init__.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/logging.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/constants.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/retrievers.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/exceptions.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/baseclasses.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/_pop3ssl.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/message.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# copying build/lib/getmailcore/destinations.py -> /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/_retrieverbases.py to _retrieverbases.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/utilities.py to utilities.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/imap_utf7.py to imap_utf7.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/compatibility.py to compatibility.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/filters.py to filters.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/__init__.py to __init__.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/logging.py to logging.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/constants.py to constants.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/retrievers.py to retrievers.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/exceptions.py to exceptions.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/baseclasses.py to baseclasses.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/_pop3ssl.py to _pop3ssl.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/message.py to message.pyc
# byte-compiling /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmailcore/destinations.py to destinations.pyc
# running install_scripts
# creating /tmp/getmail/pkg/getmail/usr/bin
# copying build/scripts-2.7/getmail -> /tmp/getmail/pkg/getmail/usr/bin
# copying build/scripts-2.7/getmail_fetch -> /tmp/getmail/pkg/getmail/usr/bin
# copying build/scripts-2.7/getmail_maildir -> /tmp/getmail/pkg/getmail/usr/bin
# copying build/scripts-2.7/getmail_mbox -> /tmp/getmail/pkg/getmail/usr/bin
# changing mode of /tmp/getmail/pkg/getmail/usr/bin/getmail to 755
# changing mode of /tmp/getmail/pkg/getmail/usr/bin/getmail_fetch to 755
# changing mode of /tmp/getmail/pkg/getmail/usr/bin/getmail_maildir to 755
# changing mode of /tmp/getmail/pkg/getmail/usr/bin/getmail_mbox to 755
# running install_data
# creating /tmp/getmail/pkg/getmail/usr/share
# creating /tmp/getmail/pkg/getmail/usr/share/doc
# creating /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying ./README -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying ./getmail.spec -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/BUGS -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/COPYING -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/CHANGELOG -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/TODO -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/THANKS -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/configuration.html -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/configuration.txt -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/documentation.html -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/documentation.txt -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/faq.html -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/faq.txt -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/getmaildocs.css -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/getmailrc-examples -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/troubleshooting.html -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# copying docs/troubleshooting.txt -> /tmp/getmail/pkg/getmail/usr/share/doc/getmail-4.49.0
# creating /tmp/getmail/pkg/getmail/usr/share/man
# creating /tmp/getmail/pkg/getmail/usr/share/man/man1
# copying docs/getmail.1 -> /tmp/getmail/pkg/getmail/usr/share/man/man1
# copying docs/getmail_fetch.1 -> /tmp/getmail/pkg/getmail/usr/share/man/man1
# copying docs/getmail_maildir.1 -> /tmp/getmail/pkg/getmail/usr/share/man/man1
# copying docs/getmail_mbox.1 -> /tmp/getmail/pkg/getmail/usr/share/man/man1
# running install_egg_info
# Writing /tmp/getmail/pkg/getmail/usr/lib/python2.7/site-packages/getmail-4.49.0-py2.7.egg-info
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "getmail"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: getmail 4.49.0-1 (Thu Apr 13 16:34:49 UTC 2017)

CMD: pacman --query --file getmail-4.49.0-1-any.pkg.tar.xz
# getmail 4.49.0-1

Creating hybrid package for 'getmail'

Trying to find vanilla package 'getmail'...

CMD: pacman --query --file /mirror/getmail-4.49.0-1.pkg.tar.xz
# getmail 4.49.0-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/python2.7/site-packages/getmail-4.49.0-py2.7.egg-info
# /usr/lib/python2.7/site-packages/getmailcore/utilities.py
# /usr/lib/python2.7/site-packages/getmailcore/compatibility.py
# /usr/lib/python2.7/site-packages/getmailcore/baseclasses.py
# /usr/lib/python2.7/site-packages/getmailcore/retrievers.pyc
# /usr/lib/python2.7/site-packages/getmailcore/filters.pyc
# /usr/lib/python2.7/site-packages/getmailcore/__init__.py
# /usr/lib/python2.7/site-packages/getmailcore/retrievers.py
# /usr/lib/python2.7/site-packages/getmailcore/constants.py
# /usr/lib/python2.7/site-packages/getmailcore/utilities.pyc
# /usr/lib/python2.7/site-packages/getmailcore/constants.pyc
# /usr/lib/python2.7/site-packages/getmailcore/logging.py
# /usr/lib/python2.7/site-packages/getmailcore/compatibility.pyc
# /usr/lib/python2.7/site-packages/getmailcore/baseclasses.pyc
# /usr/lib/python2.7/site-packages/getmailcore/message.py
# /usr/lib/python2.7/site-packages/getmailcore/_retrieverbases.py
# /usr/lib/python2.7/site-packages/getmailcore/filters.py
# /usr/lib/python2.7/site-packages/getmailcore/_retrieverbases.pyc
# /usr/lib/python2.7/site-packages/getmailcore/imap_utf7.pyc
# /usr/lib/python2.7/site-packages/getmailcore/message.pyc
# /usr/lib/python2.7/site-packages/getmailcore/imap_utf7.py
# /usr/lib/python2.7/site-packages/getmailcore/exceptions.pyc
# /usr/lib/python2.7/site-packages/getmailcore/logging.pyc
# /usr/lib/python2.7/site-packages/getmailcore/destinations.py
# /usr/lib/python2.7/site-packages/getmailcore/_pop3ssl.pyc
# /usr/lib/python2.7/site-packages/getmailcore/__init__.pyc
# /usr/lib/python2.7/site-packages/getmailcore/exceptions.py
# /usr/lib/python2.7/site-packages/getmailcore/_pop3ssl.py
# /usr/lib/python2.7/site-packages/getmailcore/destinations.pyc
# /usr/bin/getmail
# /usr/bin/getmail_maildir
# /usr/bin/getmail_fetch
# /usr/bin/getmail_mbox
# /usr/share/man/man1/getmail.1.gz
# /usr/share/man/man1/getmail_fetch.1.gz
# /usr/share/man/man1/getmail_maildir.1.gz
# /usr/share/man/man1/getmail_mbox.1.gz
# /usr/share/doc/getmail-4.49.0/documentation.html
# /usr/share/doc/getmail-4.49.0/getmaildocs.css
# /usr/share/doc/getmail-4.49.0/BUGS
# /usr/share/doc/getmail-4.49.0/faq.txt
# /usr/share/doc/getmail-4.49.0/getmailrc-examples
# /usr/share/doc/getmail-4.49.0/CHANGELOG
# /usr/share/doc/getmail-4.49.0/troubleshooting.html
# /usr/share/doc/getmail-4.49.0/README
# /usr/share/doc/getmail-4.49.0/troubleshooting.txt
# /usr/share/doc/getmail-4.49.0/configuration.txt
# /usr/share/doc/getmail-4.49.0/TODO
# /usr/share/doc/getmail-4.49.0/getmail.spec
# /usr/share/doc/getmail-4.49.0/faq.html
# /usr/share/doc/getmail-4.49.0/documentation.txt
# /usr/share/doc/getmail-4.49.0/THANKS
# /usr/share/doc/getmail-4.49.0/configuration.html
# /usr/share/doc/getmail-4.49.0/COPYING
# /sysroot/usr/lib/python2.7/site-packages/getmail-4.49.0-py2.7.egg-info
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/_retrieverbases.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/utilities.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/imap_utf7.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/compatibility.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/filters.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/__init__.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/logging.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/constants.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/retrievers.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/exceptions.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/baseclasses.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/_pop3ssl.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/message.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/destinations.py
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/_retrieverbases.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/utilities.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/imap_utf7.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/compatibility.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/filters.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/__init__.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/logging.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/constants.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/retrievers.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/exceptions.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/baseclasses.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/_pop3ssl.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/message.pyc
# /sysroot/usr/lib/python2.7/site-packages/getmailcore/destinations.pyc

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 getmail.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/getmail.pkg.tar.xz

Attempting to access local repository, attempt 1

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

Attempting to access local repository, attempt 2

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

Attempting to access local repository, attempt 3

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