The build took 00h 01m 54s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
2,127 |
python |
1,544 |
ansic |
58 |
makefile |
3,729 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
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:
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/libexecCMD: 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: python2-pysqlite-legacy 1.0.1-3 (Thu Apr 13 16:30:39 UTC 2017)==> Checking runtime dependencies...==> Installing missing dependencies...resolving dependencies...looking for conflicting packages...Packages (1) sqlite2-2.8.17-7Total Installed Size: 0.44 MiB:: Proceed with installation? [Y/n] checking keyring...checking package integrity...loading package files...checking for file conflicts...checking available disk space...:: Processing package changes...installing sqlite2...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Entering fakeroot environment...==> Starting package()...running installrunning buildrunning build_pycreating buildcreating build/lib.linux-x86_64-2.7creating build/lib.linux-x86_64-2.7/sqlitecopying sqlite/__init__.py -> build/lib.linux-x86_64-2.7/sqlitecopying sqlite/main.py -> build/lib.linux-x86_64-2.7/sqliterunning build_extbuilding '_sqlite' extensioncreating build/temp.linux-x86_64-2.7creating build/temp.linux-x86_64-2.7/portclang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/sqlite -I/usr/include/python2.7 -c _sqlite.c -o build/temp.linux-x86_64-2.7/_sqlite.o_sqlite.c:976:26: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] sqlite_encode_binary(in, n, out); ^~_sqlite.c:152:47: note: passing argument to parameter 'in' hereint sqlite_encode_binary(const unsigned char *in, int n, unsigned char *out); ^_sqlite.c:976:33: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] sqlite_encode_binary(in, n, out); ^~~_sqlite.c:152:73: note: passing argument to parameter 'out' hereint sqlite_encode_binary(const unsigned char *in, int n, unsigned char *out); ^_sqlite.c:1003:30: warning: passing 'char *' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] n = sqlite_decode_binary(in, out); ^~_sqlite.c:153:47: note: passing argument to parameter 'in' hereint sqlite_decode_binary(const unsigned char *in, unsigned char *out); ^_sqlite.c:1003:34: warning: passing 'char *' to parameter of type 'unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] n = sqlite_decode_binary(in, out); ^~~_sqlite.c:153:66: note: passing argument to parameter 'out' hereint sqlite_decode_binary(const unsigned char *in, unsigned char *out); ^4 warnings generated.clang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/sqlite -I/usr/include/python2.7 -c encode.c -o build/temp.linux-x86_64-2.7/encode.oclang -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/sqlite -I/usr/include/python2.7 -c port/strsep.c -o build/temp.linux-x86_64-2.7/port/strsep.ogcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/_sqlite.o build/temp.linux-x86_64-2.7/encode.o build/temp.linux-x86_64-2.7/port/strsep.o -L/usr/lib/ -L/usr/lib -lsqlite -lpython2.7 -o build/lib.linux-x86_64-2.7/_sqlite.sorunning install_libcreating /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usrcreating /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/libcreating /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/lib/python2.7creating /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/lib/python2.7/site-packagescreating /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/lib/python2.7/site-packages/sqlitecopying build/lib.linux-x86_64-2.7/sqlite/__init__.py -> /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/lib/python2.7/site-packages/sqlitecopying build/lib.linux-x86_64-2.7/sqlite/main.py -> /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/lib/python2.7/site-packages/sqlitecopying build/lib.linux-x86_64-2.7/_sqlite.so -> /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/lib/python2.7/site-packagesbyte-compiling /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/lib/python2.7/site-packages/sqlite/__init__.py to __init__.pycbyte-compiling /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/lib/python2.7/site-packages/sqlite/main.py to main.pycwriting byte-compilation script '/tmp/tmpMSmNqW.py'/usr/bin/python2 -O /tmp/tmpMSmNqW.pyremoving /tmp/tmpMSmNqW.pyrunning install_egg_infoWriting /tmp/python2-pysqlite-legacy/pkg/python2-pysqlite-legacy/usr/lib/python2.7/site-packages/pysqlite-1.0.1-py2.7.egg-info==> Tidying install... -> Removing doc files... -> Purging unwanted files...==> Checking for packaging issue...==> Creating package "python2-pysqlite-legacy"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file...error: invalid option '--noprogressbar' -> Generating .MTREE file... -> Compressing package...==> Leaving fakeroot environment.==> Finished making: python2-pysqlite-legacy 1.0.1-3 (Thu Apr 13 16:30:43 UTC 2017)CMD: pacman --query --file python2-pysqlite-legacy-1.0.1-3-x86_64.pkg.tar.xz
Creating hybrid package for 'python2-pysqlite-legacy'
Trying to find vanilla package 'python2-pysqlite-legacy'...
CMD: pacman --query --file /mirror/python2-pysqlite-legacy-1.0.1-3.pkg.tar.xz
Package file has the following structure:
/.PKGINFO/.MTREE/usr/lib/python2.7/site-packages/pysqlite-1.0.1-py2.7.egg-info/usr/lib/python2.7/site-packages/_sqlite.so/usr/lib/python2.7/site-packages/sqlite/main.py/usr/lib/python2.7/site-packages/sqlite/main.pyc/usr/lib/python2.7/site-packages/sqlite/main.pyo/usr/lib/python2.7/site-packages/sqlite/__init__.pyc/usr/lib/python2.7/site-packages/sqlite/__init__.pyo/usr/lib/python2.7/site-packages/sqlite/__init__.py/usr/share/licenses/python2-pysqlite-legacy/LICENSE/sysroot/usr/lib/python2.7/site-packages/_sqlite.so/sysroot/usr/lib/python2.7/site-packages/pysqlite-1.0.1-py2.7.egg-info/sysroot/usr/lib/python2.7/site-packages/sqlite/__init__.py/sysroot/usr/lib/python2.7/site-packages/sqlite/main.py/sysroot/usr/lib/python2.7/site-packages/sqlite/__init__.pyc/sysroot/usr/lib/python2.7/site-packages/sqlite/main.pyc/sysroot/usr/lib/python2.7/site-packages/sqlite/__init__.pyo/sysroot/usr/lib/python2.7/site-packages/sqlite/main.pyoGenerating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z
CMD: bsdtar -tqf python2-pysqlite-legacy.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/python2-pysqlite-legacy.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-pysqlite-legacy.pkg.tar.xz
Attempting to access local repository, attempt 2
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/python2-pysqlite-legacy.pkg.tar.xz
==> Extracting database to a temporary location...==> Extracting database to a temporary location...==> Adding package '/var/cache/pacman/pkg/python2-pysqlite-legacy.pkg.tar.xz' -> Computing checksums... -> Creating 'desc' db entry... -> Creating 'files' db entry...==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'