Started by an SCM change
Running as SYSTEM
Building in workspace /var/lib/jenkins/workspace/pkgbuilds/cython2
The recommended git tool is: NONE
No credentials specified
> git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/pkgbuilds/cython2/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://aur.archlinux.org/cython2.git # timeout=10
Fetching upstream changes from https://aur.archlinux.org/cython2.git
> git --version # timeout=10
> git --version # 'git version 2.43.2'
> git fetch --tags --force --progress -- https://aur.archlinux.org/cython2.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision b156600c5a34efa3b40cf7f5b72d73bea0c62a5c (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f b156600c5a34efa3b40cf7f5b72d73bea0c62a5c # timeout=10
Commit message: "v0.29.37-1"
> git rev-list --no-walk 462ba57b1f201d1794f89cdd5afe3b3827d611da # timeout=10
[cython2] $ /bin/sh -xe /tmp/jenkins104162259000045993.sh
+ '[' -e PKGBUILD ']'
+ '[' -n '' ']'
+ rm -vf cython2-0.29.36-1-x86_64.pkg.tar.zst cython2-0.29.36-1-x86_64.pkg.tar.zst.sig cython2-debug-0.29.36-1-x86_64.pkg.tar.zst cython2-debug-0.29.36-1-x86_64.pkg.tar.zst.sig
removed 'cython2-0.29.36-1-x86_64.pkg.tar.zst'
removed 'cython2-0.29.36-1-x86_64.pkg.tar.zst.sig'
removed 'cython2-debug-0.29.36-1-x86_64.pkg.tar.zst'
removed 'cython2-debug-0.29.36-1-x86_64.pkg.tar.zst.sig'
+ sudo /usr/local/sbin/build-chroot-pkg cython2
==> Synchronizing chroot copy [/var/lib/jenkins/chroots/root1/root] -> [build-0002]...done
==> Making package: cython2 0.29.37-1 (Sun Feb 18 11:41:09 2024)
==> Retrieving sources...
-> Downloading cython2-0.29.37.tar.gz...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 2066k 0 2066k 0 0 3587k 0 --:--:-- --:--:-- --:--:-- 3587k
==> Validating source files with sha256sums...
cython2-0.29.37.tar.gz ... Passed
==> Making package: cython2 0.29.37-1 (Sun Feb 18 11:41:14 2024)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (3) libnsl-2.0.1-1 openssl-1.1-1.1.1.w-1 python2-2.7.18-9
Total Download Size: 14.99 MiB
Total Installed Size: 82.19 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python2-2.7.18-9-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libnsl...
installing openssl-1.1...
installing python2...
Optional dependencies for python2
tk: for IDLE
python2-setuptools
python2-pip
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (1) python2-setuptools-2:44.1.1-2
Total Download Size: 0.46 MiB
Total Installed Size: 3.81 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python2-setuptools-2:44.1.1-2-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python2-setuptools...
==> Retrieving sources...
-> Found cython2-0.29.37.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting cython2-0.29.37.tar.gz with bsdtar
==> Starting prepare()...
==> Starting build()...
Unable to find pgen, not compiling formal grammar.
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
copying cython.py -> build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/Cython
copying Cython/CodeWriter.py -> build/lib.linux-x86_64-2.7/Cython
copying Cython/Coverage.py -> build/lib.linux-x86_64-2.7/Cython
copying Cython/Debugging.py -> build/lib.linux-x86_64-2.7/Cython
copying Cython/Shadow.py -> build/lib.linux-x86_64-2.7/Cython
copying Cython/StringIOTree.py -> build/lib.linux-x86_64-2.7/Cython
copying Cython/TestUtils.py -> build/lib.linux-x86_64-2.7/Cython
copying Cython/Utils.py -> build/lib.linux-x86_64-2.7/Cython
copying Cython/__init__.py -> build/lib.linux-x86_64-2.7/Cython
creating build/lib.linux-x86_64-2.7/Cython/Build
copying Cython/Build/BuildExecutable.py -> build/lib.linux-x86_64-2.7/Cython/Build
copying Cython/Build/Cythonize.py -> build/lib.linux-x86_64-2.7/Cython/Build
copying Cython/Build/Dependencies.py -> build/lib.linux-x86_64-2.7/Cython/Build
copying Cython/Build/Distutils.py -> build/lib.linux-x86_64-2.7/Cython/Build
copying Cython/Build/Inline.py -> build/lib.linux-x86_64-2.7/Cython/Build
copying Cython/Build/IpythonMagic.py -> build/lib.linux-x86_64-2.7/Cython/Build
copying Cython/Build/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Build
creating build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Annotate.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Buffer.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Builtin.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/CmdLine.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Code.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/CythonScope.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/DebugFlags.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Errors.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/ExprNodes.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/FlowControl.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/FusedNode.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Future.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Interpreter.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Lexicon.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Main.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/MemoryView.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/ModuleNode.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Naming.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Nodes.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Optimize.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Options.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Parsing.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Pipeline.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Pythran.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Scanning.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/StringEncoding.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Symtab.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/TreeFragment.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/TreePath.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/TypeInference.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/TypeSlots.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/UtilNodes.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/UtilityCode.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Version.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Visitor.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Compiler
creating build/lib.linux-x86_64-2.7/Cython/Runtime
copying Cython/Runtime/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Runtime
creating build/lib.linux-x86_64-2.7/Cython/Distutils
copying Cython/Distutils/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Distutils
copying Cython/Distutils/build_ext.py -> build/lib.linux-x86_64-2.7/Cython/Distutils
copying Cython/Distutils/extension.py -> build/lib.linux-x86_64-2.7/Cython/Distutils
copying Cython/Distutils/old_build_ext.py -> build/lib.linux-x86_64-2.7/Cython/Distutils
creating build/lib.linux-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/Cygdb.py -> build/lib.linux-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/DebugWriter.py -> build/lib.linux-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/libcython.py -> build/lib.linux-x86_64-2.7/Cython/Debugger
copying Cython/Debugger/libpython.py -> build/lib.linux-x86_64-2.7/Cython/Debugger
creating build/lib.linux-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-x86_64-2.7/Cython/Debugger/Tests
creating build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Actions.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/DFA.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Errors.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Lexicons.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Machines.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Regexps.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Scanners.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Timing.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Traditional.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Transitions.py -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Plex
creating build/lib.linux-x86_64-2.7/Cython/Tests
copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-x86_64-2.7/Cython/Tests
copying Cython/Tests/TestCythonUtils.py -> build/lib.linux-x86_64-2.7/Cython/Tests
copying Cython/Tests/TestJediTyper.py -> build/lib.linux-x86_64-2.7/Cython/Tests
copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-x86_64-2.7/Cython/Tests
copying Cython/Tests/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Tests
copying Cython/Tests/xmlrunner.py -> build/lib.linux-x86_64-2.7/Cython/Tests
creating build/lib.linux-x86_64-2.7/Cython/Build/Tests
copying Cython/Build/Tests/TestCyCache.py -> build/lib.linux-x86_64-2.7/Cython/Build/Tests
copying Cython/Build/Tests/TestInline.py -> build/lib.linux-x86_64-2.7/Cython/Build/Tests
copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-x86_64-2.7/Cython/Build/Tests
copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-x86_64-2.7/Cython/Build/Tests
copying Cython/Build/Tests/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Build/Tests
creating build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestFlowControl.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestGrammar.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestStringEncoding.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestTypes.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Compiler/Tests
creating build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Utility
creating build/lib.linux-x86_64-2.7/Cython/Tempita
copying Cython/Tempita/__init__.py -> build/lib.linux-x86_64-2.7/Cython/Tempita
copying Cython/Tempita/_looper.py -> build/lib.linux-x86_64-2.7/Cython/Tempita
copying Cython/Tempita/_tempita.py -> build/lib.linux-x86_64-2.7/Cython/Tempita
copying Cython/Tempita/compat3.py -> build/lib.linux-x86_64-2.7/Cython/Tempita
creating build/lib.linux-x86_64-2.7/pyximport
copying pyximport/__init__.py -> build/lib.linux-x86_64-2.7/pyximport
copying pyximport/pyxbuild.py -> build/lib.linux-x86_64-2.7/pyximport
copying pyximport/pyximport.py -> build/lib.linux-x86_64-2.7/pyximport
creating build/lib.linux-x86_64-2.7/Cython/Includes
copying Cython/Includes/openmp.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes
creating build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated
creating build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/array.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/bytearray.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/cellobject.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/ceval.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/codecs.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/conversion.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/float.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/function.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/genobject.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/int.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/iterobject.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/list.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/long.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/longintrepr.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/memoryview.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/method.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/module.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/number.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/object.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pylifecycle.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/set.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/string.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/type.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/version.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/cpython
creating build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/errno.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/float.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/limits.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/locale.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/math.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/signal.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/string.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
copying Cython/Includes/libc/time.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libc
creating build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/forward_list.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/functional.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/iterator.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/limits.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/typeindex.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/typeinfo.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/libcpp
creating build/lib.linux-x86_64-2.7/Cython/Includes/numpy
copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/numpy
copying Cython/Includes/numpy/math.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/numpy
creating build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/dlfcn.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/mman.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/resource.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/select.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/signal.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/stat.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/stdio.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/strings.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/time.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/types.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Includes/posix/wait.pxd -> build/lib.linux-x86_64-2.7/Cython/Includes/posix
copying Cython/Compiler/Code.pxd -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Parsing.pxd -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Scanning.pxd -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Compiler/Visitor.pxd -> build/lib.linux-x86_64-2.7/Cython/Compiler
copying Cython/Runtime/refnanny.pyx -> build/lib.linux-x86_64-2.7/Cython/Runtime
copying Cython/Debugger/Tests/codefile -> build/lib.linux-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-x86_64-2.7/Cython/Debugger/Tests
copying Cython/Plex/Actions.pxd -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Plex/Scanners.pxd -> build/lib.linux-x86_64-2.7/Cython/Plex
copying Cython/Utility/CConvert.pyx -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/CpdefEnums.pyx -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/CppConvert.pyx -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/MemoryView.pyx -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/AsyncGen.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Buffer.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Builtins.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/CMath.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Capsule.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/CommonStructures.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Complex.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Coroutine.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/CythonFunction.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Embed.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Exceptions.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/FunctionArguments.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/ImportExport.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/MemoryView_C.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/ObjectHandling.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Optimize.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Overflow.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Printing.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/Profile.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/StringTools.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/TypeConversion.c -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/arrayarray.h -> build/lib.linux-x86_64-2.7/Cython/Utility
copying Cython/Utility/CppSupport.cpp -> build/lib.linux-x86_64-2.7/Cython/Utility
running build_ext
Compiling /build/cython2/src/cython-0.29.37/Cython/Plex/Scanners.py because it changed.
Compiling /build/cython2/src/cython-0.29.37/Cython/Plex/Actions.py because it changed.
Compiling /build/cython2/src/cython-0.29.37/Cython/Compiler/Scanning.py because it changed.
Compiling /build/cython2/src/cython-0.29.37/Cython/Compiler/Visitor.py because it changed.
Compiling /build/cython2/src/cython-0.29.37/Cython/Compiler/FlowControl.py because it changed.
Compiling /build/cython2/src/cython-0.29.37/Cython/Runtime/refnanny.pyx because it changed.
Compiling /build/cython2/src/cython-0.29.37/Cython/Compiler/FusedNode.py because it changed.
Compiling /build/cython2/src/cython-0.29.37/Cython/Tempita/_tempita.py because it changed.
[1/8] Cythonizing /build/cython2/src/cython-0.29.37/Cython/Compiler/FlowControl.py
[2/8] Cythonizing /build/cython2/src/cython-0.29.37/Cython/Compiler/FusedNode.py
[3/8] Cythonizing /build/cython2/src/cython-0.29.37/Cython/Compiler/Scanning.py
[4/8] Cythonizing /build/cython2/src/cython-0.29.37/Cython/Compiler/Visitor.py
[5/8] Cythonizing /build/cython2/src/cython-0.29.37/Cython/Plex/Actions.py
[6/8] Cythonizing /build/cython2/src/cython-0.29.37/Cython/Plex/Scanners.py
[7/8] Cythonizing /build/cython2/src/cython-0.29.37/Cython/Runtime/refnanny.pyx
[8/8] Cythonizing /build/cython2/src/cython-0.29.37/Cython/Tempita/_tempita.py
building 'Cython.Plex.Scanners' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/build
creating build/temp.linux-x86_64-2.7/build/cython2
creating build/temp.linux-x86_64-2.7/build/cython2/src
creating build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37
creating build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython
creating build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Plex
gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 -fPIC -I/usr/include/python2.7 -c /build/cython2/src/cython-0.29.37/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Plex/Scanners.o
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib/openssl-1.1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Plex/Scanners.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Cython/Plex/Scanners.so
building 'Cython.Plex.Actions' extension
gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 -fPIC -I/usr/include/python2.7 -c /build/cython2/src/cython-0.29.37/Cython/Plex/Actions.c -o build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Plex/Actions.o
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib/openssl-1.1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Plex/Actions.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Cython/Plex/Actions.so
building 'Cython.Compiler.Scanning' extension
creating build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Compiler
gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 -fPIC -I/usr/include/python2.7 -c /build/cython2/src/cython-0.29.37/Cython/Compiler/Scanning.c -o build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Compiler/Scanning.o
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib/openssl-1.1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Compiler/Scanning.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Cython/Compiler/Scanning.so
building 'Cython.Compiler.Visitor' extension
gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 -fPIC -I/usr/include/python2.7 -c /build/cython2/src/cython-0.29.37/Cython/Compiler/Visitor.c -o build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Compiler/Visitor.o
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib/openssl-1.1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Compiler/Visitor.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Cython/Compiler/Visitor.so
building 'Cython.Compiler.FlowControl' extension
gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 -fPIC -I/usr/include/python2.7 -c /build/cython2/src/cython-0.29.37/Cython/Compiler/FlowControl.c -o build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Compiler/FlowControl.o
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib/openssl-1.1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Compiler/FlowControl.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Cython/Compiler/FlowControl.so
building 'Cython.Runtime.refnanny' extension
creating build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Runtime
gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 -fPIC -I/usr/include/python2.7 -c /build/cython2/src/cython-0.29.37/Cython/Runtime/refnanny.c -o build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Runtime/refnanny.o
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib/openssl-1.1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Runtime/refnanny.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Cython/Runtime/refnanny.so
building 'Cython.Compiler.FusedNode' extension
gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 -fPIC -I/usr/include/python2.7 -c /build/cython2/src/cython-0.29.37/Cython/Compiler/FusedNode.c -o build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Compiler/FusedNode.o
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib/openssl-1.1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Compiler/FusedNode.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Cython/Compiler/FusedNode.so
building 'Cython.Tempita._tempita' extension
creating build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Tempita
gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/python2/src=/usr/src/debug/python2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 -fPIC -I/usr/include/python2.7 -c /build/cython2/src/cython-0.29.37/Cython/Tempita/_tempita.c -o build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Tempita/_tempita.o
gcc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -L/usr/lib/openssl-1.1 -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -g -ffile-prefix-map=/build/cython2/src=/usr/src/debug/cython2 build/temp.linux-x86_64-2.7/build/cython2/src/cython-0.29.37/Cython/Tempita/_tempita.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/Cython/Tempita/_tempita.so
==> Entering fakeroot environment...
==> Starting package()...
Unable to find pgen, not compiling formal grammar.
running install
running install_lib
creating /build/cython2/pkg/cython2/usr
creating /build/cython2/pkg/cython2/usr/lib
creating /build/cython2/pkg/cython2/usr/lib/python2.7
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages
copying build/lib.linux-x86_64-2.7/cython.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython
copying build/lib.linux-x86_64-2.7/Cython/CodeWriter.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython
copying build/lib.linux-x86_64-2.7/Cython/Coverage.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython
copying build/lib.linux-x86_64-2.7/Cython/Debugging.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython
copying build/lib.linux-x86_64-2.7/Cython/Shadow.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython
copying build/lib.linux-x86_64-2.7/Cython/StringIOTree.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython
copying build/lib.linux-x86_64-2.7/Cython/TestUtils.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython
copying build/lib.linux-x86_64-2.7/Cython/Utils.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython
copying build/lib.linux-x86_64-2.7/Cython/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build
copying build/lib.linux-x86_64-2.7/Cython/Build/BuildExecutable.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build
copying build/lib.linux-x86_64-2.7/Cython/Build/Cythonize.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build
copying build/lib.linux-x86_64-2.7/Cython/Build/Dependencies.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build
copying build/lib.linux-x86_64-2.7/Cython/Build/Distutils.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build
copying build/lib.linux-x86_64-2.7/Cython/Build/Inline.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build
copying build/lib.linux-x86_64-2.7/Cython/Build/IpythonMagic.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build
copying build/lib.linux-x86_64-2.7/Cython/Build/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests
copying build/lib.linux-x86_64-2.7/Cython/Build/Tests/TestCyCache.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests
copying build/lib.linux-x86_64-2.7/Cython/Build/Tests/TestInline.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests
copying build/lib.linux-x86_64-2.7/Cython/Build/Tests/TestIpythonMagic.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests
copying build/lib.linux-x86_64-2.7/Cython/Build/Tests/TestStripLiterals.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests
copying build/lib.linux-x86_64-2.7/Cython/Build/Tests/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/AnalysedTreeTransforms.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Annotate.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/AutoDocTransforms.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Buffer.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Builtin.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/CmdLine.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Code.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/CodeGeneration.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/CythonScope.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/DebugFlags.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Errors.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/ExprNodes.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/FlowControl.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/FusedNode.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Future.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Interpreter.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Lexicon.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Main.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/MemoryView.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/ModuleNode.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Naming.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Nodes.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Optimize.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Options.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/ParseTreeTransforms.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Parsing.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Pipeline.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/PyrexTypes.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Pythran.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Scanning.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/StringEncoding.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Symtab.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/TreeFragment.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/TreePath.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/TypeInference.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/TypeSlots.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/UtilNodes.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/UtilityCode.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Version.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Visitor.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestBuffer.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestCmdLine.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestFlowControl.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestGrammar.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestMemView.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestParseTreeTransforms.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestSignatureMatching.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestStringEncoding.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestTreeFragment.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestTreePath.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestTypes.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestUtilityLoad.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/TestVisitor.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Tests/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Code.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/FlowControl.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/ParseTreeTransforms.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Parsing.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Scanning.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Visitor.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Scanning.so -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/Visitor.so -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/FlowControl.so -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
copying build/lib.linux-x86_64-2.7/Cython/Compiler/FusedNode.so -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Runtime
copying build/lib.linux-x86_64-2.7/Cython/Runtime/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Runtime
copying build/lib.linux-x86_64-2.7/Cython/Runtime/refnanny.pyx -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Runtime
copying build/lib.linux-x86_64-2.7/Cython/Runtime/refnanny.so -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Runtime
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Distutils
copying build/lib.linux-x86_64-2.7/Cython/Distutils/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Distutils
copying build/lib.linux-x86_64-2.7/Cython/Distutils/build_ext.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Distutils
copying build/lib.linux-x86_64-2.7/Cython/Distutils/extension.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Distutils
copying build/lib.linux-x86_64-2.7/Cython/Distutils/old_build_ext.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Distutils
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger
copying build/lib.linux-x86_64-2.7/Cython/Debugger/Cygdb.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger
copying build/lib.linux-x86_64-2.7/Cython/Debugger/DebugWriter.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger
copying build/lib.linux-x86_64-2.7/Cython/Debugger/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger
copying build/lib.linux-x86_64-2.7/Cython/Debugger/libcython.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger
copying build/lib.linux-x86_64-2.7/Cython/Debugger/libpython.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests
copying build/lib.linux-x86_64-2.7/Cython/Debugger/Tests/TestLibCython.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests
copying build/lib.linux-x86_64-2.7/Cython/Debugger/Tests/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests
copying build/lib.linux-x86_64-2.7/Cython/Debugger/Tests/test_libcython_in_gdb.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests
copying build/lib.linux-x86_64-2.7/Cython/Debugger/Tests/test_libpython_in_gdb.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests
copying build/lib.linux-x86_64-2.7/Cython/Debugger/Tests/codefile -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests
copying build/lib.linux-x86_64-2.7/Cython/Debugger/Tests/cfuncs.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Actions.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/DFA.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Errors.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Lexicons.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Machines.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Regexps.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Scanners.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Timing.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Traditional.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Transitions.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Actions.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Scanners.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Scanners.so -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
copying build/lib.linux-x86_64-2.7/Cython/Plex/Actions.so -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests
copying build/lib.linux-x86_64-2.7/Cython/Tests/TestCodeWriter.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests
copying build/lib.linux-x86_64-2.7/Cython/Tests/TestCythonUtils.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests
copying build/lib.linux-x86_64-2.7/Cython/Tests/TestJediTyper.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests
copying build/lib.linux-x86_64-2.7/Cython/Tests/TestStringIOTree.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests
copying build/lib.linux-x86_64-2.7/Cython/Tests/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests
copying build/lib.linux-x86_64-2.7/Cython/Tests/xmlrunner.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/CConvert.pyx -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/CpdefEnums.pyx -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/CppConvert.pyx -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/MemoryView.pyx -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/TestCyUtilityLoader.pyx -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/TestCythonScope.pyx -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/AsyncGen.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Buffer.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Builtins.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/CMath.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Capsule.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/CommonStructures.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Complex.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Coroutine.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/CythonFunction.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Embed.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Exceptions.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/ExtensionTypes.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/FunctionArguments.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/ImportExport.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/MemoryView_C.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/ModuleSetupCode.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/ObjectHandling.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Optimize.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Overflow.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Printing.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/Profile.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/StringTools.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/TestUtilityLoader.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/TypeConversion.c -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/arrayarray.h -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
copying build/lib.linux-x86_64-2.7/Cython/Utility/CppSupport.cpp -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita
copying build/lib.linux-x86_64-2.7/Cython/Tempita/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita
copying build/lib.linux-x86_64-2.7/Cython/Tempita/_looper.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita
copying build/lib.linux-x86_64-2.7/Cython/Tempita/_tempita.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita
copying build/lib.linux-x86_64-2.7/Cython/Tempita/compat3.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita
copying build/lib.linux-x86_64-2.7/Cython/Tempita/_tempita.so -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes
copying build/lib.linux-x86_64-2.7/Cython/Includes/openmp.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_bool.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_buffer.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_bytes.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_cobject.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_complex.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_dict.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_exc.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_float.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_function.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_getargs.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_instance.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_int.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_iterator.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_list.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_long.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_mapping.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_mem.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_method.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_module.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_number.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_object.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_oldbuffer.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_pycapsule.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_ref.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_sequence.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_set.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_string.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_tuple.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_type.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_unicode.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_version.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/python_weakref.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/stdio.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/stdlib.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
copying build/lib.linux-x86_64-2.7/Cython/Includes/Deprecated/stl.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/Deprecated
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/__init__.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/array.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/bool.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/buffer.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/bytearray.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/bytes.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/cellobject.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/ceval.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/cobject.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/codecs.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/complex.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/conversion.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/datetime.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/dict.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/exc.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/float.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/function.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/genobject.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/getargs.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/instance.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/int.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/iterator.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/iterobject.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/list.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/long.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/longintrepr.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/mapping.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/mem.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/memoryview.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/method.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/module.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/number.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/object.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/oldbuffer.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/pycapsule.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/pylifecycle.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/pystate.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/pythread.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/ref.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/sequence.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/set.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/slice.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/string.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/tuple.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/type.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/unicode.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/version.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
copying build/lib.linux-x86_64-2.7/Cython/Includes/cpython/weakref.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/cpython
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/__init__.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/errno.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/float.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/limits.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/locale.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/math.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/setjmp.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/signal.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/stddef.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/stdint.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/stdio.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/stdlib.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/string.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
copying build/lib.linux-x86_64-2.7/Cython/Includes/libc/time.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libc
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/__init__.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/algorithm.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/cast.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/complex.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/deque.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/forward_list.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/functional.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/iterator.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/limits.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/list.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/map.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/memory.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/pair.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/queue.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/set.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/stack.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/string.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/typeindex.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/typeinfo.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/unordered_map.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/unordered_set.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/utility.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
copying build/lib.linux-x86_64-2.7/Cython/Includes/libcpp/vector.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/libcpp
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/numpy
copying build/lib.linux-x86_64-2.7/Cython/Includes/numpy/__init__.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/numpy
copying build/lib.linux-x86_64-2.7/Cython/Includes/numpy/math.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/numpy
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/__init__.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/dlfcn.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/fcntl.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/ioctl.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/mman.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/resource.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/select.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/signal.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/stat.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/stdio.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/stdlib.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/strings.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/time.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/types.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/unistd.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
copying build/lib.linux-x86_64-2.7/Cython/Includes/posix/wait.pxd -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Includes/posix
creating /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/pyximport
copying build/lib.linux-x86_64-2.7/pyximport/__init__.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/pyximport
copying build/lib.linux-x86_64-2.7/pyximport/pyxbuild.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/pyximport
copying build/lib.linux-x86_64-2.7/pyximport/pyximport.py -> /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/pyximport
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/cython.py to cython.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/CodeWriter.py to CodeWriter.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Coverage.py to Coverage.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugging.py to Debugging.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Shadow.py to Shadow.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/StringIOTree.py to StringIOTree.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/TestUtils.py to TestUtils.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utils.py to Utils.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/BuildExecutable.py to BuildExecutable.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Cythonize.py to Cythonize.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Dependencies.py to Dependencies.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Distutils.py to Distutils.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Inline.py to Inline.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/IpythonMagic.py to IpythonMagic.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests/TestCyCache.py to TestCyCache.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests/TestInline.py to TestInline.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests/TestIpythonMagic.py to TestIpythonMagic.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests/TestStripLiterals.py to TestStripLiterals.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Build/Tests/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/AnalysedTreeTransforms.py to AnalysedTreeTransforms.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Annotate.py to Annotate.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/AutoDocTransforms.py to AutoDocTransforms.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Buffer.py to Buffer.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Builtin.py to Builtin.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/CmdLine.py to CmdLine.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Code.py to Code.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/CodeGeneration.py to CodeGeneration.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/CythonScope.py to CythonScope.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/DebugFlags.py to DebugFlags.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Errors.py to Errors.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/ExprNodes.py to ExprNodes.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/FlowControl.py to FlowControl.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/FusedNode.py to FusedNode.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Future.py to Future.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Interpreter.py to Interpreter.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Lexicon.py to Lexicon.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Main.py to Main.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/MemoryView.py to MemoryView.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/ModuleNode.py to ModuleNode.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Naming.py to Naming.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Nodes.py to Nodes.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Optimize.py to Optimize.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Options.py to Options.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/ParseTreeTransforms.py to ParseTreeTransforms.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Parsing.py to Parsing.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Pipeline.py to Pipeline.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/PyrexTypes.py to PyrexTypes.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Pythran.py to Pythran.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Scanning.py to Scanning.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/StringEncoding.py to StringEncoding.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Symtab.py to Symtab.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/TreeFragment.py to TreeFragment.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/TreePath.py to TreePath.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/TypeInference.py to TypeInference.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/TypeSlots.py to TypeSlots.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/UtilNodes.py to UtilNodes.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/UtilityCode.py to UtilityCode.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Version.py to Version.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Visitor.py to Visitor.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestBuffer.py to TestBuffer.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestCmdLine.py to TestCmdLine.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestFlowControl.py to TestFlowControl.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestGrammar.py to TestGrammar.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestMemView.py to TestMemView.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py to TestParseTreeTransforms.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestSignatureMatching.py to TestSignatureMatching.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestStringEncoding.py to TestStringEncoding.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestTreeFragment.py to TestTreeFragment.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestTreePath.py to TestTreePath.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestTypes.py to TestTypes.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestUtilityLoad.py to TestUtilityLoad.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/TestVisitor.py to TestVisitor.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Compiler/Tests/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Runtime/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Distutils/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Distutils/build_ext.py to build_ext.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Distutils/extension.py to extension.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Distutils/old_build_ext.py to old_build_ext.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Cygdb.py to Cygdb.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/DebugWriter.py to DebugWriter.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/libcython.py to libcython.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/libpython.py to libpython.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests/TestLibCython.py to TestLibCython.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests/test_libcython_in_gdb.py to test_libcython_in_gdb.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py to test_libpython_in_gdb.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/Actions.py to Actions.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/DFA.py to DFA.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/Errors.py to Errors.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/Lexicons.py to Lexicons.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/Machines.py to Machines.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/Regexps.py to Regexps.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/Scanners.py to Scanners.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/Timing.py to Timing.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/Traditional.py to Traditional.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/Transitions.py to Transitions.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Plex/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests/TestCodeWriter.py to TestCodeWriter.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests/TestCythonUtils.py to TestCythonUtils.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests/TestJediTyper.py to TestJediTyper.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests/TestStringIOTree.py to TestStringIOTree.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tests/xmlrunner.py to xmlrunner.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Utility/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita/_looper.py to _looper.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita/_tempita.py to _tempita.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython/Tempita/compat3.py to compat3.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/pyximport/__init__.py to __init__.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/pyximport/pyxbuild.py to pyxbuild.pyc
byte-compiling /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/pyximport/pyximport.py to pyximport.pyc
writing byte-compilation script '/tmp/tmphoYUlv.py'
/usr/bin/python2 -O /tmp/tmphoYUlv.py
removing /tmp/tmphoYUlv.py
running install_egg_info
running egg_info
creating Cython.egg-info
writing Cython.egg-info/PKG-INFO
writing top-level names to Cython.egg-info/top_level.txt
writing dependency_links to Cython.egg-info/dependency_links.txt
writing entry points to Cython.egg-info/entry_points.txt
writing manifest file 'Cython.egg-info/SOURCES.txt'
reading manifest file 'Cython.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.gitrev'
warning: no files found matching 'Doc/*'
warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests'
warning: no files found matching '*.pxd' under directory 'Cython/Utility'
warning: no files found matching 'pyximport/README'
writing manifest file 'Cython.egg-info/SOURCES.txt'
Copying Cython.egg-info to /build/cython2/pkg/cython2/usr/lib/python2.7/site-packages/Cython-0.29.37-py2.7.egg-info
running install_scripts
Installing cython script to /build/cython2/pkg/cython2/usr/bin
Installing cygdb script to /build/cython2/pkg/cython2/usr/bin
Installing cythonize script to /build/cython2/pkg/cython2/usr/bin
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/lib/python2.7/site-packages/Cython-0.29.37-py2.7.egg-info/SOURCES.txt
==> Creating package "cython2"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Creating package "cython2-debug"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cython2 0.29.37-1 (Sun Feb 18 11:42:25 2024)
gpg: WARNING: server 'gpg-agent' is older than us (2.4.3 < 2.4.4)
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command "gpgconf --kill all" to restart them.
gpg: WARNING: server 'gpg-agent' is older than us (2.4.3 < 2.4.4)
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command "gpgconf --kill all" to restart them.
'cython2-0.29.37-1-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/cython2-0.29.37-1-x86_64.pkg.tar.zst'
'cython2-0.29.37-1-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/cython2-0.29.37-1-x86_64.pkg.tar.zst.sig'
'cython2-debug-0.29.37-1-x86_64.pkg.tar.zst' -> '/var/lib/aur-repo/cython2-debug-0.29.37-1-x86_64.pkg.tar.zst'
'cython2-debug-0.29.37-1-x86_64.pkg.tar.zst.sig' -> '/var/lib/aur-repo/cython2-debug-0.29.37-1-x86_64.pkg.tar.zst.sig'
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.db.tar.gz'
gpg: Signature made Sun 18 Feb 2024 11:41:09 AM CET
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.db.tar.gz to a temporary location...
==> Verifying database signature...
gpg: assuming signed data in '/var/lib/aur-repo//score.moe.files.tar.gz'
gpg: Signature made Sun 18 Feb 2024 11:41:10 AM CET
gpg: using EDDSA key 8A8F0D6897977A7523D366CB1EE865E2393A9B0F
gpg: Good signature from "gurren.score.moe build host (automatic signing key) <pkgs.score_@0sg.net>" [ultimate]
-> Database signature file verified.
==> Extracting score.moe.files.tar.gz to a temporary location...
==> Adding package 'cython2-0.29.37-1-x86_64.pkg.tar.zst'
-> Adding package signature...
-> Computing checksums...
-> Removing existing entry 'cython2-0.29.36-1'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Adding package 'cython2-debug-0.29.37-1-x86_64.pkg.tar.zst'
-> Adding package signature...
-> Computing checksums...
-> Removing existing entry 'cython2-debug-0.29.36-1'...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file 'score.moe.db.tar.gz'
==> Signing database 'score.moe.db.tar.gz'...
-> Created signature file 'score.moe.db.tar.gz.sig'
==> Signing database 'score.moe.files.tar.gz'...
-> Created signature file 'score.moe.files.tar.gz.sig'
Archiving artifacts
Recording fingerprints
Publishing build last changes...
Last changes from revision b156600 (current) to 462ba57 (previous) published successfully!
Finished: SUCCESS