The build took 00h 00m 44s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
8,142 |
python |
6,250 |
cpp |
14,392 |
total |
The process tree of the build process is here.
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:
CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: python-pyodbc 3.0.10-2 (Wed Aug 24 14:24:26 UTC 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) unixodbc-2.3.4-1
Total Installed Size: 0.87 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 unixodbc...
:: Running post-transaction hooks...
(1/1) Updating manpage index...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package_python-pyodbc()...
fatal: Not a git repository (or any of the parent directories): .git
WARNING: git describe failed with: 32768
WARNING: Unable to determine version. Using 3.0.0.0
running install
running build
running build_ext
building 'pyodbc' extension
creating build
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/tmp
creating build/temp.linux-x86_64-3.5/tmp/python-pyodbc
creating build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src
creating build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10
creating build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/params.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/params.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/row.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/row.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/cursor.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/cursor.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/sqlwchar.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/sqlwchar.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/buffer.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/buffer.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/connection.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/connection.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
/tmp/python-pyodbc/src/pyodbc-3.0.10/src/connection.cpp: In function 'PyObject* Connection_getinfo(PyObject*, PyObject*)':
/tmp/python-pyodbc/src/pyodbc-3.0.10/src/connection.cpp:602:40: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
SQLUINTEGER n = *(SQLUINTEGER*)szBuffer; // Does this work on PPC or do we need a union?
^~~~~~~~
/tmp/python-pyodbc/src/pyodbc-3.0.10/src/connection.cpp:615:49: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
result = PyInt_FromLong(*(SQLUSMALLINT*)szBuffer);
^~~~~~~~
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcmodule.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcmodule.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/errors.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/errors.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/getdata.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/getdata.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcdbg.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcdbg.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/cnxninfo.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/cnxninfo.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
gcc -pthread -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python3.5m -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbccompat.cpp -o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbccompat.o -Wno-write-strings
cc1plus: warning: command line option '-Wstrict-prototypes' is valid for C/ObjC but not for C++
creating build/lib.linux-x86_64-3.5
g++ -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/params.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/row.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/cursor.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/sqlwchar.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/buffer.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/connection.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcmodule.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/errors.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/getdata.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcdbg.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/cnxninfo.o build/temp.linux-x86_64-3.5/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbccompat.o -L/usr/lib -lodbc -lpython3.5m -o build/lib.linux-x86_64-3.5/pyodbc.cpython-35m-x86_64-linux-gnu.so
running install_lib
creating /tmp/python-pyodbc/pkg/python-pyodbc/usr
creating /tmp/python-pyodbc/pkg/python-pyodbc/usr/lib
creating /tmp/python-pyodbc/pkg/python-pyodbc/usr/lib/python3.5
creating /tmp/python-pyodbc/pkg/python-pyodbc/usr/lib/python3.5/site-packages
copying build/lib.linux-x86_64-3.5/pyodbc.cpython-35m-x86_64-linux-gnu.so -> /tmp/python-pyodbc/pkg/python-pyodbc/usr/lib/python3.5/site-packages
writing byte-compilation script '/tmp/tmp7hvqqzrx.py'
/usr/bin/python -O /tmp/tmp7hvqqzrx.py
removing /tmp/tmp7hvqqzrx.py
running install_egg_info
running egg_info
creating pyodbc.egg-info
writing pyodbc.egg-info/PKG-INFO
writing top-level names to pyodbc.egg-info/top_level.txt
writing dependency_links to pyodbc.egg-info/dependency_links.txt
writing manifest file 'pyodbc.egg-info/SOURCES.txt'
reading manifest file 'pyodbc.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
/usr/lib/python3.5/site-packages/setuptools/dist.py:294: UserWarning: The version specified ('3.0.0-unsupported') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
"details." % self.metadata.version
warning: no files found matching 'tests/*'
warning: no files found matching 'README.rst'
writing manifest file 'pyodbc.egg-info/SOURCES.txt'
Copying pyodbc.egg-info to /tmp/python-pyodbc/pkg/python-pyodbc/usr/lib/python3.5/site-packages/pyodbc-3.0.0_unsupported-py3.5.egg-info
running install_scripts
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> WARNING: Package contains reference to $srcdir
==> Creating package "python-pyodbc"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Starting package_python2-pyodbc()...
fatal: Not a git repository (or any of the parent directories): .git
WARNING: git describe failed with: 32768
WARNING: Unable to determine version. Using 3.0.0.0
running install
running build
running build_ext
building 'pyodbc' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/tmp
creating build/temp.linux-x86_64-2.7/tmp/python-pyodbc
creating build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src
creating build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10
creating build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/params.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/params.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/row.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/row.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/cursor.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/cursor.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/sqlwchar.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/sqlwchar.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/buffer.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/buffer.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/connection.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/connection.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcmodule.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcmodule.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/errors.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/errors.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/getdata.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/getdata.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcdbg.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcdbg.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/cnxninfo.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/cnxninfo.o -Wno-write-strings
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -DPYODBC_VERSION=3.0.0-unsupported -DPYODBC_UNICODE_WIDTH=4 -DSQL_WCHART_CONVERT=1 -I/usr/include/python2.7 -c /tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbccompat.cpp -o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbccompat.o -Wno-write-strings
creating build/lib.linux-x86_64-2.7
g++ -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/params.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/row.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/cursor.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/sqlwchar.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/buffer.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/connection.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcmodule.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/errors.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/getdata.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbcdbg.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/cnxninfo.o build/temp.linux-x86_64-2.7/tmp/python-pyodbc/src/pyodbc-3.0.10/src/pyodbccompat.o -L/usr/lib -lodbc -lpython2.7 -o build/lib.linux-x86_64-2.7/pyodbc.so
running install_lib
creating /tmp/python-pyodbc/pkg/python2-pyodbc/usr
creating /tmp/python-pyodbc/pkg/python2-pyodbc/usr/lib
creating /tmp/python-pyodbc/pkg/python2-pyodbc/usr/lib/python2.7
creating /tmp/python-pyodbc/pkg/python2-pyodbc/usr/lib/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/pyodbc.so -> /tmp/python-pyodbc/pkg/python2-pyodbc/usr/lib/python2.7/site-packages
running install_egg_info
Writing /tmp/python-pyodbc/pkg/python2-pyodbc/usr/lib/python2.7/site-packages/pyodbc-3.0.0_unsupported-py2.7.egg-info
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "python2-pyodbc"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-pyodbc 3.0.10-2 (Wed Aug 24 14:24:36 UTC 2016)
CMD: pacman --query --file python-pyodbc-3.0.10-2-x86_64.pkg.tar.xz
Creating hybrid package for 'python-pyodbc'
Trying to find vanilla package 'python-pyodbc'...
CMD: pacman --query --file /mirror/python-pyodbc-3.0.10-2.pkg.tar.xz
Package file has the following structure:
/.PKGINFO
/.MTREE
/usr/lib/python3.5/site-packages/pyodbc-3.0.10.0-py3.5.egg-info
/usr/lib/python3.5/site-packages/pyodbc.cpython-35m-x86_64-linux-gnu.so
/sysroot/usr/lib/python3.5/site-packages/pyodbc.cpython-35m-x86_64-linux-gnu.so
/sysroot/usr/lib/python3.5/site-packages/pyodbc-3.0.0_unsupported-py3.5.egg-info/PKG-INFO
/sysroot/usr/lib/python3.5/site-packages/pyodbc-3.0.0_unsupported-py3.5.egg-info/top_level.txt
/sysroot/usr/lib/python3.5/site-packages/pyodbc-3.0.0_unsupported-py3.5.egg-info/dependency_links.txt
/sysroot/usr/lib/python3.5/site-packages/pyodbc-3.0.0_unsupported-py3.5.egg-info/SOURCES.txt
Generating .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 python-pyodbc.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/python-pyodbc.pkg.tar.xz
CMD: pacman --query --file python2-pyodbc-3.0.10-2-x86_64.pkg.tar.xz
Creating hybrid package for 'python2-pyodbc'
Trying to find vanilla package 'python2-pyodbc'...
CMD: pacman --query --file /mirror/python2-pyodbc-3.0.10-2.pkg.tar.xz
Package file has the following structure:
Generating .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-pyodbc.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/python2-pyodbc.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-pyodbc.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/python-pyodbc.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-pyodbc.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/python2-pyodbc.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'