2021-04-21T13:34:12,786 Created temporary directory: /tmp/pip-ephem-wheel-cache-1airqoy3 2021-04-21T13:34:12,789 Created temporary directory: /tmp/pip-req-tracker-zbam1tvq 2021-04-21T13:34:12,790 Initialized build tracking at /tmp/pip-req-tracker-zbam1tvq 2021-04-21T13:34:12,790 Created build tracker: /tmp/pip-req-tracker-zbam1tvq 2021-04-21T13:34:12,790 Entered build tracker: /tmp/pip-req-tracker-zbam1tvq 2021-04-21T13:34:12,791 Created temporary directory: /tmp/pip-wheel-lvq23asu 2021-04-21T13:34:12,819 1 location(s) to search for versions of pymdi: 2021-04-21T13:34:12,819 * https://pypi.org/simple/pymdi/ 2021-04-21T13:34:12,819 Fetching project page and analyzing links: https://pypi.org/simple/pymdi/ 2021-04-21T13:34:12,820 Getting page https://pypi.org/simple/pymdi/ 2021-04-21T13:34:12,822 Found index url https://pypi.org/simple 2021-04-21T13:34:12,823 Getting credentials from keyring for https://pypi.org/simple 2021-04-21T13:34:13,162 Loading KWallet 2021-04-21T13:34:13,185 Loading SecretService 2021-04-21T13:34:13,229 Loading Windows 2021-04-21T13:34:13,232 Loading chainer 2021-04-21T13:34:13,233 Loading macOS 2021-04-21T13:34:13,236 Loading Gnome 2021-04-21T13:34:13,274 Loading Google 2021-04-21T13:34:13,278 Loading Windows (alt) 2021-04-21T13:34:13,283 Loading file 2021-04-21T13:34:13,284 Loading keyczar 2021-04-21T13:34:13,284 Loading multi 2021-04-21T13:34:13,286 Loading pyfs 2021-04-21T13:34:13,321 Getting credentials from keyring for pypi.org 2021-04-21T13:34:13,492 Found link https://files.pythonhosted.org/packages/dd/7a/5b68a9c546b92d765be9712fa78443856a70eb5d3158f151ec49d92bd1c1/pymdi-1.1.6.tar.gz#sha256=b43837bff0c654d7d18023b4be9b57d79f31e87ec206e499df437f1d8047c0b1 (from https://pypi.org/simple/pymdi/), version: 1.1.6 2021-04-21T13:34:13,506 Skipping link: none of the wheel's tags match: cp37-cp37m-macosx_10_15_x86_64: https://files.pythonhosted.org/packages/32/09/849f96f1bba2485cbbdbe0e9b2abcabc56f561ef760e3b43467cfb374bab/pymdi-1.2.6-cp37-cp37m-macosx_10_15_x86_64.whl#sha256=09f78c213be82ade63c96b293bad5b510b0dcfe25277520703befae1ab50d4bb (from https://pypi.org/simple/pymdi/) 2021-04-21T13:34:13,506 Found link https://files.pythonhosted.org/packages/af/9f/8309a8477d07c4140b962d249260478bde24449fcecffecdfa5740706edf/pymdi-1.2.6.tar.gz#sha256=ad10f6603bad8cf04d649d4b6099e9c50f1fc8c1267c08f86b7f47dbe2c04fa1 (from https://pypi.org/simple/pymdi/), version: 1.2.6 2021-04-21T13:34:13,507 Given no hashes to check 1 links for project 'pymdi': discarding no candidates 2021-04-21T13:34:13,522 Collecting pymdi==1.2.6 2021-04-21T13:34:13,524 Created temporary directory: /tmp/pip-unpack-ch8t88l9 2021-04-21T13:34:13,526 Getting credentials from keyring for files.pythonhosted.org 2021-04-21T13:34:13,755 Downloading pymdi-1.2.6.tar.gz (59 kB) 2021-04-21T13:34:13,918 Added pymdi==1.2.6 from https://files.pythonhosted.org/packages/af/9f/8309a8477d07c4140b962d249260478bde24449fcecffecdfa5740706edf/pymdi-1.2.6.tar.gz#sha256=ad10f6603bad8cf04d649d4b6099e9c50f1fc8c1267c08f86b7f47dbe2c04fa1 to build tracker '/tmp/pip-req-tracker-zbam1tvq' 2021-04-21T13:34:13,920 Running setup.py (path:/tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/setup.py) egg_info for package pymdi 2021-04-21T13:34:13,921 Created temporary directory: /tmp/pip-pip-egg-info-kyop0el3 2021-04-21T13:34:13,921 Running command python setup.py egg_info 2021-04-21T13:34:16,134 line: /*! \file 2021-04-21T13:34:16,135 line: * 2021-04-21T13:34:16,135 line: * \brief Global structures used by MDI 2021-04-21T13:34:16,136 line: */ 2021-04-21T13:34:16,136 line: 2021-04-21T13:34:16,137 line: #ifndef MDI_GLOBAL 2021-04-21T13:34:16,137 line: #define MDI_GLOBAL 2021-04-21T13:34:16,138 line: 2021-04-21T13:34:16,139 line: #include 2021-04-21T13:34:16,139 line: 2021-04-21T13:34:16,140 line: #ifdef _WIN32 2021-04-21T13:34:16,140 line: #include 2021-04-21T13:34:16,141 line: #define sock_t SOCKET 2021-04-21T13:34:16,141 line: #else 2021-04-21T13:34:16,142 line: #define sock_t int 2021-04-21T13:34:16,142 line: #endif 2021-04-21T13:34:16,143 line: 2021-04-21T13:34:16,144 line: #ifdef _WIN32 2021-04-21T13:34:16,144 line: #define mdi_strdup _strdup 2021-04-21T13:34:16,145 line: #else 2021-04-21T13:34:16,145 line: #define mdi_strdup strdup 2021-04-21T13:34:16,145 line: #endif 2021-04-21T13:34:16,146 line: 2021-04-21T13:34:16,146 line: // Hard-coded values 2021-04-21T13:34:16,147 line: #define COMMAND_LENGTH 12 2021-04-21T13:34:16,147 line: #define NAME_LENGTH 12 2021-04-21T13:34:16,148 line: #define PLUGIN_PATH_LENGTH 2048 2021-04-21T13:34:16,148 line: 2021-04-21T13:34:16,149 line: // Defined languages 2021-04-21T13:34:16,149 line: #define MDI_LANGUAGE_C 1 2021-04-21T13:34:16,150 line: #define MDI_LANGUAGE_FORTRAN 2 2021-04-21T13:34:16,150 line: #define MDI_LANGUAGE_PYTHON 3 2021-04-21T13:34:16,150 line: 2021-04-21T13:34:16,151 line: // MDI version numbers 2021-04-21T13:34:16,151 line: #define MDI_MAJOR_VERSION_ 1 2021-04-21T13:34:16,152 line: #define MDI_MINOR_VERSION_ 2 2021-04-21T13:34:16,152 line: #define MDI_PATCH_VERSION_ 6 2021-04-21T13:34:16,152 running egg_info 2021-04-21T13:34:16,153 creating /tmp/pip-pip-egg-info-kyop0el3/pymdi.egg-info 2021-04-21T13:34:16,153 writing /tmp/pip-pip-egg-info-kyop0el3/pymdi.egg-info/PKG-INFO 2021-04-21T13:34:16,153 writing dependency_links to /tmp/pip-pip-egg-info-kyop0el3/pymdi.egg-info/dependency_links.txt 2021-04-21T13:34:16,153 writing top-level names to /tmp/pip-pip-egg-info-kyop0el3/pymdi.egg-info/top_level.txt 2021-04-21T13:34:16,154 writing manifest file '/tmp/pip-pip-egg-info-kyop0el3/pymdi.egg-info/SOURCES.txt' 2021-04-21T13:34:16,751 reading manifest file '/tmp/pip-pip-egg-info-kyop0el3/pymdi.egg-info/SOURCES.txt' 2021-04-21T13:34:16,753 reading manifest template 'MANIFEST.in' 2021-04-21T13:34:16,765 writing manifest file '/tmp/pip-pip-egg-info-kyop0el3/pymdi.egg-info/SOURCES.txt' 2021-04-21T13:34:16,836 Source in /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781 has version 1.2.6, which satisfies requirement pymdi==1.2.6 from https://files.pythonhosted.org/packages/af/9f/8309a8477d07c4140b962d249260478bde24449fcecffecdfa5740706edf/pymdi-1.2.6.tar.gz#sha256=ad10f6603bad8cf04d649d4b6099e9c50f1fc8c1267c08f86b7f47dbe2c04fa1 2021-04-21T13:34:16,837 Removed pymdi==1.2.6 from https://files.pythonhosted.org/packages/af/9f/8309a8477d07c4140b962d249260478bde24449fcecffecdfa5740706edf/pymdi-1.2.6.tar.gz#sha256=ad10f6603bad8cf04d649d4b6099e9c50f1fc8c1267c08f86b7f47dbe2c04fa1 from build tracker '/tmp/pip-req-tracker-zbam1tvq' 2021-04-21T13:34:16,842 Created temporary directory: /tmp/pip-unpack-t3em0eka 2021-04-21T13:34:16,843 Building wheels for collected packages: pymdi 2021-04-21T13:34:16,850 Created temporary directory: /tmp/pip-wheel-676mqla9 2021-04-21T13:34:16,850 Building wheel for pymdi (setup.py): started 2021-04-21T13:34:16,850 Destination directory: /tmp/pip-wheel-676mqla9 2021-04-21T13:34:16,851 Running command /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-676mqla9 2021-04-21T13:34:18,374 line: /*! \file 2021-04-21T13:34:18,375 line: * 2021-04-21T13:34:18,375 line: * \brief Global structures used by MDI 2021-04-21T13:34:18,376 line: */ 2021-04-21T13:34:18,376 line: 2021-04-21T13:34:18,376 line: #ifndef MDI_GLOBAL 2021-04-21T13:34:18,377 line: #define MDI_GLOBAL 2021-04-21T13:34:18,377 line: 2021-04-21T13:34:18,378 line: #include 2021-04-21T13:34:18,378 line: 2021-04-21T13:34:18,379 line: #ifdef _WIN32 2021-04-21T13:34:18,379 line: #include 2021-04-21T13:34:18,379 line: #define sock_t SOCKET 2021-04-21T13:34:18,380 line: #else 2021-04-21T13:34:18,380 line: #define sock_t int 2021-04-21T13:34:18,381 line: #endif 2021-04-21T13:34:18,382 line: 2021-04-21T13:34:18,383 line: #ifdef _WIN32 2021-04-21T13:34:18,383 line: #define mdi_strdup _strdup 2021-04-21T13:34:18,383 line: #else 2021-04-21T13:34:18,384 line: #define mdi_strdup strdup 2021-04-21T13:34:18,384 line: #endif 2021-04-21T13:34:18,384 line: 2021-04-21T13:34:18,384 line: // Hard-coded values 2021-04-21T13:34:18,385 line: #define COMMAND_LENGTH 12 2021-04-21T13:34:18,385 line: #define NAME_LENGTH 12 2021-04-21T13:34:18,385 line: #define PLUGIN_PATH_LENGTH 2048 2021-04-21T13:34:18,386 line: 2021-04-21T13:34:18,386 line: // Defined languages 2021-04-21T13:34:18,386 line: #define MDI_LANGUAGE_C 1 2021-04-21T13:34:18,386 line: #define MDI_LANGUAGE_FORTRAN 2 2021-04-21T13:34:18,387 line: #define MDI_LANGUAGE_PYTHON 3 2021-04-21T13:34:18,387 line: 2021-04-21T13:34:18,387 line: // MDI version numbers 2021-04-21T13:34:18,388 line: #define MDI_MAJOR_VERSION_ 1 2021-04-21T13:34:18,388 line: #define MDI_MINOR_VERSION_ 2 2021-04-21T13:34:18,388 line: #define MDI_PATCH_VERSION_ 6 2021-04-21T13:34:18,769 running bdist_wheel 2021-04-21T13:34:18,775 running build 2021-04-21T13:34:18,775 running build_py 2021-04-21T13:34:18,907 creating build 2021-04-21T13:34:18,907 creating build/lib.linux-armv7l-3.7 2021-04-21T13:34:18,908 creating build/lib.linux-armv7l-3.7/mdi 2021-04-21T13:34:18,910 copying MDI_Library/__init__.py -> build/lib.linux-armv7l-3.7/mdi 2021-04-21T13:34:18,913 copying MDI_Library/mdi.py -> build/lib.linux-armv7l-3.7/mdi 2021-04-21T13:34:18,920 running build_ext 2021-04-21T13:34:19,520 -- The C compiler identification is GNU 8.3.0 2021-04-21T13:34:20,005 -- The CXX compiler identification is GNU 8.3.0 2021-04-21T13:34:20,699 -- The Fortran compiler identification is GNU 8.3.0 2021-04-21T13:34:20,814 -- Check for working C compiler: /usr/bin/cc 2021-04-21T13:34:21,556 -- Check for working C compiler: /usr/bin/cc -- works 2021-04-21T13:34:21,564 -- Detecting C compiler ABI info 2021-04-21T13:34:22,292 -- Detecting C compiler ABI info - done 2021-04-21T13:34:22,353 -- Detecting C compile features 2021-04-21T13:34:22,355 -- Detecting C compile features - done 2021-04-21T13:34:22,373 -- Check for working CXX compiler: /usr/bin/c++ 2021-04-21T13:34:22,984 -- Check for working CXX compiler: /usr/bin/c++ -- works 2021-04-21T13:34:22,990 -- Detecting CXX compiler ABI info 2021-04-21T13:34:23,612 -- Detecting CXX compiler ABI info - done 2021-04-21T13:34:23,672 -- Detecting CXX compile features 2021-04-21T13:34:23,675 -- Detecting CXX compile features - done 2021-04-21T13:34:23,739 -- Check for working Fortran compiler: /usr/bin/gfortran 2021-04-21T13:34:24,252 -- Check for working Fortran compiler: /usr/bin/gfortran -- works 2021-04-21T13:34:24,259 -- Detecting Fortran compiler ABI info 2021-04-21T13:34:24,768 -- Detecting Fortran compiler ABI info - done 2021-04-21T13:34:24,827 -- Checking whether /usr/bin/gfortran supports Fortran 90 2021-04-21T13:34:25,364 -- Checking whether /usr/bin/gfortran supports Fortran 90 -- yes 2021-04-21T13:34:26,896 -- Found Python: /usr/bin/python3.7 (found version "3.7.3") found components: Interpreter Development 2021-04-21T13:34:27,850 -- Found MPI_C: /usr/lib/arm-linux-gnueabihf/openmpi/lib/libmpi.so (found version "3.1") 2021-04-21T13:34:31,651 -- Found MPI_CXX: /usr/lib/arm-linux-gnueabihf/openmpi/lib/libmpi_cxx.so (found version "3.1") 2021-04-21T13:34:37,520 -- Found MPI_Fortran: /usr/lib/arm-linux-gnueabihf/openmpi/lib/libmpi_usempif08.so (found version "3.1") 2021-04-21T13:34:37,523 -- Found MPI: TRUE (found version "3.1") 2021-04-21T13:34:37,562 -- Configuring done 2021-04-21T13:34:37,636 -- Generating done 2021-04-21T13:34:37,647 CMake Warning: 2021-04-21T13:34:37,647 Manually-specified variables were not used by the project: 2021-04-21T13:34:37,648 PYTHON_EXECUTABLE 2021-04-21T13:34:37,653 -- Build files have been written to: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/temp.linux-armv7l-3.7 2021-04-21T13:34:38,103 Scanning dependencies of target mdi 2021-04-21T13:34:38,190 [ 10%] Building Fortran object MDI_Library/CMakeFiles/mdi.dir/mdi_f90.F90.o 2021-04-21T13:34:38,869 [ 20%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi.c.o 2021-04-21T13:34:39,481 [ 30%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_global.c.o 2021-04-21T13:34:39,878 [ 40%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_general.c.o 2021-04-21T13:34:40,286 [ 50%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_mpi.c.o 2021-04-21T13:34:40,587 [ 60%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_tcp.c.o 2021-04-21T13:34:40,955 [ 70%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_test.c.o 2021-04-21T13:34:41,211 [ 80%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_lib.c.o 2021-04-21T13:34:41,541 [ 90%] Building C object MDI_Library/CMakeFiles/mdi.dir/mdi_plug_py.c.o 2021-04-21T13:34:41,932 [100%] Linking Fortran shared library libmdi.so 2021-04-21T13:34:42,398 [100%] Built target mdi 2021-04-21T13:34:42,532 -- Install configuration: "" 2021-04-21T13:34:42,535 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/mdi.h 2021-04-21T13:34:42,540 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/mdi.mod 2021-04-21T13:34:42,544 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/mdi.py 2021-04-21T13:34:42,550 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/mdi_name 2021-04-21T13:34:42,555 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/__init__.py 2021-04-21T13:34:42,560 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/libmdi.so.1 2021-04-21T13:34:42,574 -- Set runtime path of "/tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/libmdi.so.1" to "" 2021-04-21T13:34:42,576 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/libmdi.so 2021-04-21T13:34:42,583 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/share/cmake/mdi/mdiConfig.cmake 2021-04-21T13:34:42,588 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/share/cmake/mdi/mdiConfigVersion.cmake 2021-04-21T13:34:42,593 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/share/cmake/mdi/mdiTargets.cmake 2021-04-21T13:34:42,598 -- Installing: /tmp/pip-wheel-lvq23asu/pymdi_e1d9ec31a0fb4e499d2d9dd5e9b0c781/build/lib.linux-armv7l-3.7/mdi/share/cmake/mdi/mdiTargets-noconfig.cmake 2021-04-21T13:34:42,617 installing to build/bdist.linux-armv7l/wheel 2021-04-21T13:34:42,617 running install 2021-04-21T13:34:42,619 running install_lib 2021-04-21T13:34:42,624 creating build/bdist.linux-armv7l 2021-04-21T13:34:42,625 creating build/bdist.linux-armv7l/wheel 2021-04-21T13:34:42,627 creating build/bdist.linux-armv7l/wheel/mdi 2021-04-21T13:34:42,629 copying build/lib.linux-armv7l-3.7/mdi/__init__.py -> build/bdist.linux-armv7l/wheel/mdi 2021-04-21T13:34:42,632 copying build/lib.linux-armv7l-3.7/mdi/mdi.h -> build/bdist.linux-armv7l/wheel/mdi 2021-04-21T13:34:42,635 copying build/lib.linux-armv7l-3.7/mdi/mdi.py -> build/bdist.linux-armv7l/wheel/mdi 2021-04-21T13:34:42,640 copying build/lib.linux-armv7l-3.7/mdi/mdi_name -> build/bdist.linux-armv7l/wheel/mdi 2021-04-21T13:34:42,643 creating build/bdist.linux-armv7l/wheel/mdi/share 2021-04-21T13:34:42,645 creating build/bdist.linux-armv7l/wheel/mdi/share/cmake 2021-04-21T13:34:42,648 creating build/bdist.linux-armv7l/wheel/mdi/share/cmake/mdi 2021-04-21T13:34:42,649 copying build/lib.linux-armv7l-3.7/mdi/share/cmake/mdi/mdiTargets.cmake -> build/bdist.linux-armv7l/wheel/mdi/share/cmake/mdi 2021-04-21T13:34:42,652 copying build/lib.linux-armv7l-3.7/mdi/share/cmake/mdi/mdiConfig.cmake -> build/bdist.linux-armv7l/wheel/mdi/share/cmake/mdi 2021-04-21T13:34:42,654 copying build/lib.linux-armv7l-3.7/mdi/share/cmake/mdi/mdiTargets-noconfig.cmake -> build/bdist.linux-armv7l/wheel/mdi/share/cmake/mdi 2021-04-21T13:34:42,657 copying build/lib.linux-armv7l-3.7/mdi/share/cmake/mdi/mdiConfigVersion.cmake -> build/bdist.linux-armv7l/wheel/mdi/share/cmake/mdi 2021-04-21T13:34:42,660 copying build/lib.linux-armv7l-3.7/mdi/libmdi.so.1 -> build/bdist.linux-armv7l/wheel/mdi 2021-04-21T13:34:42,666 copying build/lib.linux-armv7l-3.7/mdi/libmdi.so -> build/bdist.linux-armv7l/wheel/mdi 2021-04-21T13:34:42,672 copying build/lib.linux-armv7l-3.7/mdi/mdi.mod -> build/bdist.linux-armv7l/wheel/mdi 2021-04-21T13:34:42,674 running install_egg_info 2021-04-21T13:34:42,699 running egg_info 2021-04-21T13:34:42,700 writing pymdi.egg-info/PKG-INFO 2021-04-21T13:34:42,702 writing dependency_links to pymdi.egg-info/dependency_links.txt 2021-04-21T13:34:42,705 writing top-level names to pymdi.egg-info/top_level.txt 2021-04-21T13:34:42,710 reading manifest file 'pymdi.egg-info/SOURCES.txt' 2021-04-21T13:34:42,713 reading manifest template 'MANIFEST.in' 2021-04-21T13:34:42,720 writing manifest file 'pymdi.egg-info/SOURCES.txt' 2021-04-21T13:34:42,721 Copying pymdi.egg-info to build/bdist.linux-armv7l/wheel/pymdi-1.2.6-py3.7.egg-info 2021-04-21T13:34:42,733 running install_scripts 2021-04-21T13:34:42,814 adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2021-04-21T13:34:42,821 creating build/bdist.linux-armv7l/wheel/pymdi-1.2.6.dist-info/WHEEL 2021-04-21T13:34:42,824 creating '/tmp/pip-wheel-676mqla9/pymdi-1.2.6-cp37-cp37m-linux_armv7l.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2021-04-21T13:34:42,827 adding 'mdi/__init__.py' 2021-04-21T13:34:42,850 adding 'mdi/libmdi.so' 2021-04-21T13:34:43,089 adding 'mdi/libmdi.so.1' 2021-04-21T13:34:43,091 adding 'mdi/mdi.h' 2021-04-21T13:34:43,093 adding 'mdi/mdi.mod' 2021-04-21T13:34:43,097 adding 'mdi/mdi.py' 2021-04-21T13:34:43,099 adding 'mdi/mdi_name' 2021-04-21T13:34:43,102 adding 'mdi/share/cmake/mdi/mdiConfig.cmake' 2021-04-21T13:34:43,104 adding 'mdi/share/cmake/mdi/mdiConfigVersion.cmake' 2021-04-21T13:34:43,106 adding 'mdi/share/cmake/mdi/mdiTargets-noconfig.cmake' 2021-04-21T13:34:43,107 adding 'mdi/share/cmake/mdi/mdiTargets.cmake' 2021-04-21T13:34:43,110 adding 'pymdi-1.2.6.dist-info/LICENSE' 2021-04-21T13:34:43,111 adding 'pymdi-1.2.6.dist-info/METADATA' 2021-04-21T13:34:43,113 adding 'pymdi-1.2.6.dist-info/WHEEL' 2021-04-21T13:34:43,114 adding 'pymdi-1.2.6.dist-info/top_level.txt' 2021-04-21T13:34:43,115 adding 'pymdi-1.2.6.dist-info/RECORD' 2021-04-21T13:34:43,117 removing build/bdist.linux-armv7l/wheel 2021-04-21T13:34:43,204 Building wheel for pymdi (setup.py): finished with status 'done' 2021-04-21T13:34:43,207 Created wheel for pymdi: filename=pymdi-1.2.6-cp37-cp37m-linux_armv7l.whl size=93379 sha256=f8081d705b03d9a0b49edbfbdf8150abc5f5fe616e6b2039cc92c57f4934924f 2021-04-21T13:34:43,208 Stored in directory: /tmp/pip-ephem-wheel-cache-1airqoy3/wheels/06/07/54/e8d025b6953182d92b28127aa12a7465c69bb78c64f97b7ece 2021-04-21T13:34:43,217 Successfully built pymdi 2021-04-21T13:34:43,224 Removed build tracker: '/tmp/pip-req-tracker-zbam1tvq'